Class: Google::Cloud::Bigtable::V2::Type::Proto
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Type::Proto
- 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
-
#message_name ⇒ ::String
The fully qualified name of the protobuf message, including package.
-
#schema_bundle_id ⇒ ::String
The ID of the schema bundle that this proto is defined in.
Instance Attribute Details
#message_name ⇒ ::String
Returns 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 |