Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::Type::Struct::Field.
A struct field and its type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_name
def field_name() -> ::String
Returns
-
(::String) — The field name (optional). Fields without a
field_name
are considered anonymous and cannot be referenced by name.
#field_name=
def field_name=(value) -> ::String
Parameter
-
value (::String) — The field name (optional). Fields without a
field_name
are considered anonymous and cannot be referenced by name.
Returns
-
(::String) — The field name (optional). Fields without a
field_name
are considered anonymous and cannot be referenced by name.
#type
def type() -> ::Google::Cloud::Bigtable::Admin::V2::Type
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Type) — The type of values in this field.
#type=
def type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::Type) — The type of values in this field.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Type) — The type of values in this field.