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() -> StringThe effective endpoint
- (String)
#get_cloud_location
def get_cloud_location(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::CloudLocationBaseline implementation for the get_cloud_location REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::LocationFinder::V1::CloudLocation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::LocationFinder::V1::CloudLocation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_cloud_locations
def list_cloud_locations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponseBaseline implementation for the list_cloud_locations REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::LocationFinder::V1::ListCloudLocationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#search_cloud_locations
def search_cloud_locations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponseBaseline implementation for the search_cloud_locations REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::LocationFinder::V1::SearchCloudLocationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)