Class: Google::Cloud::Chronicle::V1::BulkGetDataTableRowsRequest

Inherits:
Object
  • Object
show all
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 rows in bulk.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}.

Returns:

  • (::String)

    Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}



256
257
258
259
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 256

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

#requests::Array<::Google::Cloud::Chronicle::V1::GetDataTableRowRequest>

Returns Required. Data table rows to get. At max 1,000 rows can be there in a request.

Returns:



256
257
258
259
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 256

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