Class: Google::Cloud::Bigtable::V2::Type::Enum

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/types.rb

Overview

A protobuf enum type. Values of type Enum are stored in Value.int_value.

Instance Attribute Summary collapse

Instance Attribute Details

#enum_name::String

Returns The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".

Returns:

  • (::String)

    The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".



481
482
483
484
# File 'proto_docs/google/bigtable/v2/types.rb', line 481

class Enum
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema_bundle_id::String

Returns The ID of the schema bundle that this enum is defined in.

Returns:

  • (::String)

    The ID of the schema bundle that this enum is defined in.



481
482
483
484
# File 'proto_docs/google/bigtable/v2/types.rb', line 481

class Enum
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end