Interface ClusterMetricsMessages.MetricsSelectorOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMetricsMessages.MetricsSelector,ClusterMetricsMessages.MetricsSelector.Builder
- Enclosing class:
- ClusterMetricsMessages
public static interface ClusterMetricsMessages.MetricsSelectorOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringgetData()required bytes data = 3;java.lang.StringgetManifest()required string manifest = 2;org.apache.pekko.protobufv3.internal.ByteStringgetManifestBytes()required string manifest = 2;intgetSerializerId()required uint32 serializerId = 1;booleanhasData()required bytes data = 3;booleanhasManifest()required string manifest = 2;booleanhasSerializerId()required uint32 serializerId = 1;-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSerializerId
boolean hasSerializerId()
required uint32 serializerId = 1;- Returns:
- Whether the serializerId field is set.
-
getSerializerId
int getSerializerId()
required uint32 serializerId = 1;- Returns:
- The serializerId.
-
hasManifest
boolean hasManifest()
required string manifest = 2;- Returns:
- Whether the manifest field is set.
-
getManifest
java.lang.String getManifest()
required string manifest = 2;- Returns:
- The manifest.
-
getManifestBytes
org.apache.pekko.protobufv3.internal.ByteString getManifestBytes()
required string manifest = 2;- Returns:
- The bytes for manifest.
-
hasData
boolean hasData()
required bytes data = 3;- Returns:
- Whether the data field is set.
-
getData
org.apache.pekko.protobufv3.internal.ByteString getData()
required bytes data = 3;- Returns:
- The data.
-
-