Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::Tasks::Rest::ServiceStub.
REST service stub for the Tasks 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
- (String)
#get_task
def get_task(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Run::V2::Task
Baseline implementation for the get_task REST call
- request_pb (::Google::Cloud::Run::V2::GetTaskRequest) — 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::Run::V2::Task)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Run::V2::Task) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_tasks
def list_tasks(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Run::V2::ListTasksResponse
Baseline implementation for the list_tasks REST call
- request_pb (::Google::Cloud::Run::V2::ListTasksRequest) — 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::Run::V2::ListTasksResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Run::V2::ListTasksResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)