Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::Revisions::Rest::ServiceStub.
REST service stub for the Revisions service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#delete_revision
def delete_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_revision REST call
- request_pb (::Google::Cloud::Run::V2::DeleteRevisionRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_revision
def get_revision(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Run::V2::Revision
Baseline implementation for the get_revision REST call
- request_pb (::Google::Cloud::Run::V2::GetRevisionRequest) — 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::Revision)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Run::V2::Revision) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_revisions
def list_revisions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Run::V2::ListRevisionsResponse
Baseline implementation for the list_revisions REST call
- request_pb (::Google::Cloud::Run::V2::ListRevisionsRequest) — 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::ListRevisionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Run::V2::ListRevisionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)