Interface ProtobufMessages.ObjectTypeConfigurationOrBuilder

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

public static interface ProtobufMessages.ObjectTypeConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool tms_enabled = 2;
    optional string type = 1;
    com.google.protobuf.ByteString
    optional string type = 1;
    boolean
    optional bool tms_enabled = 2;
    boolean
    optional string type = 1;

    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

    • hasType

      boolean hasType()
      optional string type = 1;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
      Returns:
      The bytes for type.
    • hasTmsEnabled

      boolean hasTmsEnabled()
      optional bool tms_enabled = 2;
      Returns:
      Whether the tmsEnabled field is set.
    • getTmsEnabled

      boolean getTmsEnabled()
      optional bool tms_enabled = 2;
      Returns:
      The tmsEnabled.