Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::TagField (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::TagField.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bool_value

def bool_value() -> ::Boolean
Returns
  • (::Boolean) — Holds the value for a tag field with boolean type.

#bool_value=

def bool_value=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Holds the value for a tag field with boolean type.
Returns
  • (::Boolean) — Holds the value for a tag field with boolean type.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Output only. The display name of this field.

#double_value

def double_value() -> ::Float
Returns
  • (::Float) — Holds the value for a tag field with double type.

#double_value=

def double_value=(value) -> ::Float
Parameter
  • value (::Float) — Holds the value for a tag field with double type.
Returns
  • (::Float) — Holds the value for a tag field with double type.

#enum_value

def enum_value() -> ::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue
Returns

#enum_value=

def enum_value=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue
Parameter
Returns

#order

def order() -> ::Integer
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.

#string_value

def string_value() -> ::String
Returns
  • (::String) — Holds the value for a tag field with string type.

#string_value=

def string_value=(value) -> ::String
Parameter
  • value (::String) — Holds the value for a tag field with string type.
Returns
  • (::String) — Holds the value for a tag field with string type.

#timestamp_value

def timestamp_value() -> ::Google::Protobuf::Timestamp
Returns

#timestamp_value=

def timestamp_value=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns