Class: Google::Cloud::Bigtable::V2::Type::Proto

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 message type. Values of type Proto are stored in Value.bytes_value.

Instance Attribute Summary collapse

Instance Attribute Details

#message_name::String

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

Returns:

  • (::String)

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



467
468
469
470
# File 'proto_docs/google/bigtable/v2/types.rb', line 467

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

#schema_bundle_id::String

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

Returns:

  • (::String)

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



467
468
469
470
# File 'proto_docs/google/bigtable/v2/types.rb', line 467

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