Cloud Location Finder V1 API - Class Google::Cloud::LocationFinder::V1::CloudLocationFinder::Rest::ServiceStub (v0.1.1)

Reference documentation and code samples for the Cloud Location Finder V1 API class Google::Cloud::LocationFinder::V1::CloudLocationFinder::Rest::ServiceStub.

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

Inherits

  • Object

Methods

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_cloud_location

def get_cloud_location(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::CloudLocation

Baseline implementation for the get_cloud_location REST call

Parameters
  • request_pb (::Google::Cloud::LocationFinder::V1::GetCloudLocationRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
  • result (::Google::Cloud::LocationFinder::V1::CloudLocation)
  • operation (::Gapic::Rest::TransportOperation)
Returns
  • (::Google::Cloud::LocationFinder::V1::CloudLocation) — A result object deserialized from the server's reply
Raises
  • (::ArgumentError)

#list_cloud_locations

def list_cloud_locations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponse

Baseline implementation for the list_cloud_locations REST call

Parameters
  • request_pb (::Google::Cloud::LocationFinder::V1::ListCloudLocationsRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
  • result (::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponse)
  • operation (::Gapic::Rest::TransportOperation)
Returns
  • (::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponse) — A result object deserialized from the server's reply
Raises
  • (::ArgumentError)

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#search_cloud_locations

def search_cloud_locations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponse

Baseline implementation for the search_cloud_locations REST call

Parameters
  • request_pb (::Google::Cloud::LocationFinder::V1::SearchCloudLocationsRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
  • result (::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponse)
  • operation (::Gapic::Rest::TransportOperation)
Returns
  • (::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponse) — A result object deserialized from the server's reply
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)