Interface TagProviderPropsProto.TagTypeDescriptorPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TagProviderPropsProto.TagTypeDescriptorPB
,TagProviderPropsProto.TagTypeDescriptorPB.Builder
- Enclosing class:
- TagProviderPropsProto
public static interface TagProviderPropsProto.TagTypeDescriptorPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThis is a LocalizedString with a simple keycom.google.protobuf.ByteString
This is a LocalizedString with a simple keygetSubId()
optional string subId = 2;
com.google.protobuf.ByteString
optional string subId = 2;
tag_enums.TagObjectTypePBtag_enums.TagObjectTypePBboolean
This is a LocalizedString with a simple keyboolean
hasSubId()
optional string subId = 2;
boolean
tag_enums.TagObjectTypePBMethods 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
-
hasTagObjectType
boolean hasTagObjectType()tag_enums.TagObjectTypePB
.common.protobuf.TagEnumPB tagObjectType = 1;
- Returns:
- Whether the tagObjectType field is set.
-
getTagObjectType
TagEnumsProto.TagEnumPB getTagObjectType()tag_enums.TagObjectTypePB
.common.protobuf.TagEnumPB tagObjectType = 1;
- Returns:
- The tagObjectType.
-
getTagObjectTypeOrBuilder
TagEnumsProto.TagEnumPBOrBuilder getTagObjectTypeOrBuilder()tag_enums.TagObjectTypePB
.common.protobuf.TagEnumPB tagObjectType = 1;
-
hasSubId
boolean hasSubId()optional string subId = 2;
- Returns:
- Whether the subId field is set.
-
getSubId
String getSubId()optional string subId = 2;
- Returns:
- The subId.
-
getSubIdBytes
com.google.protobuf.ByteString getSubIdBytes()optional string subId = 2;
- Returns:
- The bytes for subId.
-
hasDisplayName
boolean hasDisplayName()This is a LocalizedString with a simple key
optional string displayName = 3;
- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()This is a LocalizedString with a simple key
optional string displayName = 3;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()This is a LocalizedString with a simple key
optional string displayName = 3;
- Returns:
- The bytes for displayName.
-