Interface TagFieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TagField, TagField.Builder

@Generated public interface TagFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The value of a tag field with a boolean type.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    double
    The value of a tag field with a double type.
    The value of a tag field with an enum type.
    The value of a tag field with an enum type.
     
    int
    Output only.
    The value of a tag field with a rich text type.
    com.google.protobuf.ByteString
    The value of a tag field with a rich text type.
    The value of a tag field with a string type.
    com.google.protobuf.ByteString
    The value of a tag field with a string type.
    com.google.protobuf.Timestamp
    The value of a tag field with a timestamp type.
    com.google.protobuf.TimestampOrBuilder
    The value of a tag field with a timestamp type.
    boolean
    The value of a tag field with a boolean type.
    boolean
    The value of a tag field with a double type.
    boolean
    The value of a tag field with an enum type.
    boolean
    The value of a tag field with a rich text type.
    boolean
    The value of a tag field with a string type.
    boolean
    The value of a tag field with a timestamp type.

    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

    • getDisplayName

      String getDisplayName()
       Output only. The display name of this field.
       
      string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Output only. The display name of this field.
       
      string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for displayName.
    • hasDoubleValue

      boolean hasDoubleValue()
       The value of a tag field with a double type.
       
      double double_value = 2;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
       The value of a tag field with a double type.
       
      double double_value = 2;
      Returns:
      The doubleValue.
    • hasStringValue

      boolean hasStringValue()
       The value of a tag field with a string type.
      
       The maximum length is 2000 UTF-8 characters.
       
      string string_value = 3;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
       The value of a tag field with a string type.
      
       The maximum length is 2000 UTF-8 characters.
       
      string string_value = 3;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
       The value of a tag field with a string type.
      
       The maximum length is 2000 UTF-8 characters.
       
      string string_value = 3;
      Returns:
      The bytes for stringValue.
    • hasBoolValue

      boolean hasBoolValue()
       The value of a tag field with a boolean type.
       
      bool bool_value = 4;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
       The value of a tag field with a boolean type.
       
      bool bool_value = 4;
      Returns:
      The boolValue.
    • hasTimestampValue

      boolean hasTimestampValue()
       The value of a tag field with a timestamp type.
       
      .google.protobuf.Timestamp timestamp_value = 5;
      Returns:
      Whether the timestampValue field is set.
    • getTimestampValue

      com.google.protobuf.Timestamp getTimestampValue()
       The value of a tag field with a timestamp type.
       
      .google.protobuf.Timestamp timestamp_value = 5;
      Returns:
      The timestampValue.
    • getTimestampValueOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
       The value of a tag field with a timestamp type.
       
      .google.protobuf.Timestamp timestamp_value = 5;
    • hasEnumValue

      boolean hasEnumValue()
       The value of a tag field with an enum type.
      
       This value must be one of the allowed values listed in this enum.
       
      .google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;
      Returns:
      Whether the enumValue field is set.
    • getEnumValue

      TagField.EnumValue getEnumValue()
       The value of a tag field with an enum type.
      
       This value must be one of the allowed values listed in this enum.
       
      .google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;
      Returns:
      The enumValue.
    • getEnumValueOrBuilder

      TagField.EnumValueOrBuilder getEnumValueOrBuilder()
       The value of a tag field with an enum type.
      
       This value must be one of the allowed values listed in this enum.
       
      .google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;
    • hasRichtextValue

      boolean hasRichtextValue()
       The value of a tag field with a rich text type.
      
       The maximum length is 10 MiB as this value holds HTML descriptions
       including encoded images. The maximum length of the text without images
       is 100 KiB.
       
      string richtext_value = 8;
      Returns:
      Whether the richtextValue field is set.
    • getRichtextValue

      String getRichtextValue()
       The value of a tag field with a rich text type.
      
       The maximum length is 10 MiB as this value holds HTML descriptions
       including encoded images. The maximum length of the text without images
       is 100 KiB.
       
      string richtext_value = 8;
      Returns:
      The richtextValue.
    • getRichtextValueBytes

      com.google.protobuf.ByteString getRichtextValueBytes()
       The value of a tag field with a rich text type.
      
       The maximum length is 10 MiB as this value holds HTML descriptions
       including encoded images. The maximum length of the text without images
       is 100 KiB.
       
      string richtext_value = 8;
      Returns:
      The bytes for richtextValue.
    • getOrder

      int getOrder()
       Output only. The order of this field with respect to other fields in this
       tag. Can be set by
       [Tag][google.cloud.datacatalog.v1.TagTemplateField.order].
      
       For example, a higher value can indicate a more important field.
       The value can be negative. Multiple fields can have the same order, and
       field orders within a tag don't have to be sequential.
       
      int32 order = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The order.
    • getKindCase

      TagField.KindCase getKindCase()