Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Type::Struct.
A structured data value, consisting of fields which map to dynamically
typed values.
Values of type Struct
are stored in Value.array_value
where entries are
in the same order and number as field_types
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fields
def fields() -> ::Array<::Google::Cloud::Bigtable::V2::Type::Struct::Field>
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Type::Struct::Field>) — The names and types of the fields in this struct.
#fields=
def fields=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Type::Struct::Field>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::Type::Struct::Field>) — The names and types of the fields in this struct.
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Type::Struct::Field>) — The names and types of the fields in this struct.