Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::Type::Struct::Field (v1.1.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::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::V2::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::Bigtable::V2::Type
Parameter
Returns