Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DataTableService::Rest::ServiceStub (v0.5.0)

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::BulkCreateDataTableRowsResponse

Baseline implementation for the bulk_create_data_table_rows REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#bulk_get_data_table_rows

def bulk_get_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkGetDataTableRowsResponse

Baseline implementation for the bulk_get_data_table_rows REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#bulk_replace_data_table_rows

def bulk_replace_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkReplaceDataTableRowsResponse

Baseline implementation for the bulk_replace_data_table_rows REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#bulk_update_data_table_rows

def bulk_update_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BulkUpdateDataTableRowsResponse

Baseline implementation for the bulk_update_data_table_rows REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#create_data_table

def create_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTable

Baseline implementation for the create_data_table REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#create_data_table_row

def create_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRow

Baseline implementation for the create_data_table_row REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_data_table

def delete_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_data_table REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_data_table_row

def delete_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_data_table_row REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_data_table

def get_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTable

Baseline implementation for the get_data_table REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_data_table_operation_errors

def get_data_table_operation_errors(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableOperationErrors

Baseline implementation for the get_data_table_operation_errors REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_data_table_row

def get_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRow

Baseline implementation for the get_data_table_row REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_data_table_rows

def list_data_table_rows(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataTableRowsResponse

Baseline implementation for the list_data_table_rows REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_data_tables

def list_data_tables(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::ListDataTablesResponse

Baseline implementation for the list_data_tables REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_data_table

def update_data_table(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTable

Baseline implementation for the update_data_table REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#update_data_table_row

def update_data_table_row(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DataTableRow

Baseline implementation for the update_data_table_row REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)