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 Type
    Method
    Description
    This is a LocalizedString with a simple key
    com.google.protobuf.ByteString
    This is a LocalizedString with a simple key
    optional string subId = 2;
    com.google.protobuf.ByteString
    optional string subId = 2;
    tag_enums.TagObjectTypePB
    tag_enums.TagObjectTypePB
    boolean
    This is a LocalizedString with a simple key
    boolean
    optional string subId = 2;
    boolean
    tag_enums.TagObjectTypePB

    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

    • 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.