Class: Google::Cloud::Chronicle::V1::GetDataTableRowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetDataTableRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/data_table.rb
Overview
Request to get data table row.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}.
205 206 207 208 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 205 class GetDataTableRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |