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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetTmsEnabled()optional bool tms_enabled = 2;StringgetType()optional string type = 1;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 1;booleanhasTmsEnabled()optional bool tms_enabled = 2;booleanhasType()optional string type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional string type = 1;
-
getType
String getType()
optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;
-
hasTmsEnabled
boolean hasTmsEnabled()
optional bool tms_enabled = 2;
-
getTmsEnabled
boolean getTmsEnabled()
optional bool tms_enabled = 2;
-
-