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
-
(::Boolean) — Holds the value for a tag field with boolean type.
Note: The following fields are mutually exclusive:
bool_value
,double_value
,string_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean
-
value (::Boolean) — Holds the value for a tag field with boolean type.
Note: The following fields are mutually exclusive:
bool_value
,double_value
,string_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — Holds the value for a tag field with boolean type.
Note: The following fields are mutually exclusive:
bool_value
,double_value
,string_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#display_name
def display_name() -> ::String
- (::String) — Output only. The display name of this field.
#double_value
def double_value() -> ::Float
-
(::Float) — Holds the value for a tag field with double type.
Note: The following fields are mutually exclusive:
double_value
,string_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value=
def double_value=(value) -> ::Float
-
value (::Float) — Holds the value for a tag field with double type.
Note: The following fields are mutually exclusive:
double_value
,string_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — Holds the value for a tag field with double type.
Note: The following fields are mutually exclusive:
double_value
,string_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#enum_value
def enum_value() -> ::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue
-
(::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue) — 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.
Note: The following fields are mutually exclusive:
enum_value
,double_value
,string_value
,bool_value
,timestamp_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#enum_value=
def enum_value=(value) -> ::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue
-
value (::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue) — 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.
Note: The following fields are mutually exclusive:
enum_value
,double_value
,string_value
,bool_value
,timestamp_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DataCatalog::V1beta1::TagField::EnumValue) — 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.
Note: The following fields are mutually exclusive:
enum_value
,double_value
,string_value
,bool_value
,timestamp_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#order
def order() -> ::Integer
- (::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
-
(::String) — Holds the value for a tag field with string type.
Note: The following fields are mutually exclusive:
string_value
,double_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value=
def string_value=(value) -> ::String
-
value (::String) — Holds the value for a tag field with string type.
Note: The following fields are mutually exclusive:
string_value
,double_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Holds the value for a tag field with string type.
Note: The following fields are mutually exclusive:
string_value
,double_value
,bool_value
,timestamp_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#timestamp_value
def timestamp_value() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Holds the value for a tag field with timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,double_value
,string_value
,bool_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#timestamp_value=
def timestamp_value=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Holds the value for a tag field with timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,double_value
,string_value
,bool_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Timestamp) — Holds the value for a tag field with timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,double_value
,string_value
,bool_value
,enum_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.