Chronicle V1 API - Class Google::Cloud::Chronicle::V1::ReferenceListService::Rest::ServiceStub (v0.1.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ReferenceListService::Rest::ServiceStub.

REST service stub for the ReferenceListService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_reference_list

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

Baseline implementation for the create_reference_list 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_reference_list

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

Baseline implementation for the get_reference_list REST call

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

#list_reference_lists

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

Baseline implementation for the list_reference_lists 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_reference_list

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

Baseline implementation for the update_reference_list REST call

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