Class: Google::Area120::Tables::V1alpha1::GetTableRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::GetTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.GetTable.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the table to retrieve. Format: tables/{table}.
29 30 31 32 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 29 class GetTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |