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
- request_pb (::Google::Cloud::Chronicle::V1::CreateReferenceListRequest) — 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::ReferenceList)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ReferenceList) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (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
- request_pb (::Google::Cloud::Chronicle::V1::GetReferenceListRequest) — 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::ReferenceList)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ReferenceList) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Chronicle::V1::ListReferenceListsRequest) — 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::ListReferenceListsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ListReferenceListsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (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
- request_pb (::Google::Cloud::Chronicle::V1::UpdateReferenceListRequest) — 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::ReferenceList)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::ReferenceList) — A result object deserialized from the server's reply
- (::ArgumentError)