Interface ClusterMessages.ConfigCheckOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.ConfigCheck,ClusterMessages.ConfigCheck.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.ConfigCheckOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()required .ConfigCheck.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
ClusterMessages.ConfigCheck.Type getType()required .ConfigCheck.Type type = 1;- Returns:
- The type.
-
hasClusterConfig
boolean hasClusterConfig()optional string clusterConfig = 2;- Returns:
- Whether the clusterConfig field is set.
-
getClusterConfig
String getClusterConfig()optional string clusterConfig = 2;- Returns:
- The clusterConfig.
-
getClusterConfigBytes
org.apache.pekko.protobufv3.internal.ByteString getClusterConfigBytes()optional string clusterConfig = 2;- Returns:
- The bytes for clusterConfig.
-