Class: Google::Cloud::DataCatalog::V1::TagField

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/tags.rb

Overview

Contains the value and supporting information for a field within a Tag.

Defined Under Namespace

Classes: EnumValue

Instance Attribute Summary collapse

Instance Attribute Details

#bool_value::Boolean

Returns Holds the value for a tag field with boolean type.

Returns:

  • (::Boolean)

    Holds the value for a tag field with boolean type.



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#display_name::String (readonly)

Returns Output only. The display name of this field.

Returns:

  • (::String)

    Output only. The display name of this field.



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#double_value::Float

Returns Holds the value for a tag field with double type.

Returns:

  • (::Float)

    Holds the value for a tag field with double type.



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#enum_value::Google::Cloud::DataCatalog::V1::TagField::EnumValue

Returns Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.

Returns:



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#order::Integer (readonly)

Returns Output only. The order of this field with respect to other fields in this tag. It can be set in Tag. 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 do not have to be sequential.

Returns:

  • (::Integer)

    Output only. The order of this field with respect to other fields in this tag. It can be set in Tag. 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 do not have to be sequential.



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#string_value::String

Returns Holds the value for a tag field with string type. The maximum length is 2000 UTF-8 characters.

Returns:

  • (::String)

    Holds the value for a tag field with string type. The maximum length is 2000 UTF-8 characters.



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#timestamp_value::Google::Protobuf::Timestamp

Returns Holds the value for a tag field with timestamp type.

Returns:



105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/datacatalog/v1/tags.rb', line 105

class TagField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Holds an enum value.
  # @!attribute [rw] display_name
  #   @return [::String]
  #     The display name of the enum value.
  class EnumValue
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end