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

    Modifier and Type
    Method
    Description
    optional string clusterConfig = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string clusterConfig = 2;
    required .ConfigCheck.Type type = 1;
    boolean
    optional string clusterConfig = 2;
    boolean
    required .ConfigCheck.Type type = 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 Details

    • hasType

      boolean hasType()
      required .ConfigCheck.Type type = 1;
      Returns:
      Whether the type field is set.
    • 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.