Interface ConfluentMetric.VolumeMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfluentMetric.VolumeMetrics,ConfluentMetric.VolumeMetrics.Builder
- Enclosing class:
ConfluentMetric
public static interface ConfluentMetric.VolumeMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLogDirs(int index) repeated .metrics.LogDir logDirs = 4;intrepeated .metrics.LogDir logDirs = 4;repeated .metrics.LogDir logDirs = 4;getLogDirsOrBuilder(int index) repeated .metrics.LogDir logDirs = 4;List<? extends ConfluentMetric.LogDirOrBuilder> repeated .metrics.LogDir logDirs = 4;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;longint64 totalBytes = 3;longint64 usableBytes = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getUsableBytes
long getUsableBytes()int64 usableBytes = 2;- Returns:
- The usableBytes.
-
getTotalBytes
long getTotalBytes()int64 totalBytes = 3;- Returns:
- The totalBytes.
-
getLogDirsList
List<ConfluentMetric.LogDir> getLogDirsList()repeated .metrics.LogDir logDirs = 4; -
getLogDirs
repeated .metrics.LogDir logDirs = 4; -
getLogDirsCount
int getLogDirsCount()repeated .metrics.LogDir logDirs = 4; -
getLogDirsOrBuilderList
List<? extends ConfluentMetric.LogDirOrBuilder> getLogDirsOrBuilderList()repeated .metrics.LogDir logDirs = 4; -
getLogDirsOrBuilder
repeated .metrics.LogDir logDirs = 4;
-