Interface Common.ControlConfigVariableOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Common.ControlConfigVariable, Common.ControlConfigVariable.Builder
Enclosing class:
Common

public static interface Common.ControlConfigVariableOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    is set or not
    boolean
    is error or not
    gflags name
    com.google.protobuf.ByteString
    gflags name
    gflags value
    com.google.protobuf.ByteString
    gflags value

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       gflags name
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       gflags name
       
      string name = 1;
      Returns:
      The bytes for name.
    • getValue

      String getValue()
       gflags value
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       gflags value
       
      string value = 2;
      Returns:
      The bytes for value.
    • getIsAlreadySet

      boolean getIsAlreadySet()
       is set or not
       
      bool is_already_set = 3;
      Returns:
      The isAlreadySet.
    • getIsErrorOccurred

      boolean getIsErrorOccurred()
       is error or not
       
      bool is_error_occurred = 4;
      Returns:
      The isErrorOccurred.