Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DataTableService::Rest::ServiceStub.
REST service stub for the DataTableService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#bulk_create_data_table_rows
def bulk_create_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsResponseBaseline implementation for the bulk_create_data_table_rows REST call
- request_pb (::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::BulkCreateDataTableRowsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_get_data_table_rows
def bulk_get_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsResponseBaseline implementation for the bulk_get_data_table_rows REST call
- request_pb (::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_replace_data_table_rows
def bulk_replace_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponseBaseline implementation for the bulk_replace_data_table_rows REST call
- request_pb (::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#bulk_update_data_table_rows
def bulk_update_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsResponseBaseline implementation for the bulk_update_data_table_rows REST call
- request_pb (::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_data_table
def create_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableBaseline implementation for the create_data_table REST call
- request_pb (::Google::Cloud::Chronicle::V1::CreateDataTableRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTable)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTable) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_data_table_row
def create_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRowBaseline implementation for the create_data_table_row REST call
- request_pb (::Google::Cloud::Chronicle::V1::CreateDataTableRowRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTableRow)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTableRow) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_table
def delete_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::EmptyBaseline implementation for the delete_data_table REST call
- request_pb (::Google::Cloud::Chronicle::V1::DeleteDataTableRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_table_row
def delete_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::EmptyBaseline implementation for the delete_data_table_row REST call
- request_pb (::Google::Cloud::Chronicle::V1::DeleteDataTableRowRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#get_data_table
def get_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableBaseline implementation for the get_data_table REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDataTableRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTable)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTable) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_table_operation_errors
def get_data_table_operation_errors(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableOperationErrorsBaseline implementation for the get_data_table_operation_errors REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDataTableOperationErrorsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTableOperationErrors)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTableOperationErrors) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_table_row
def get_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRowBaseline implementation for the get_data_table_row REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDataTableRowRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTableRow)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTableRow) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_table_rows
def list_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataTableRowsResponseBaseline implementation for the list_data_table_rows REST call
- request_pb (::Google::Cloud::Chronicle::V1::ListDataTableRowsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ListDataTableRowsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListDataTableRowsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_tables
def list_data_tables(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataTablesResponseBaseline implementation for the list_data_tables REST call
- request_pb (::Google::Cloud::Chronicle::V1::ListDataTablesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::ListDataTablesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListDataTablesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
#update_data_table
def update_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableBaseline implementation for the update_data_table REST call
- request_pb (::Google::Cloud::Chronicle::V1::UpdateDataTableRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTable)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTable) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_data_table_row
def update_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRowBaseline implementation for the update_data_table_row REST call
- request_pb (::Google::Cloud::Chronicle::V1::UpdateDataTableRowRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Chronicle::V1::DataTableRow)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DataTableRow) — A result object deserialized from the server's reply
- (::ArgumentError)