Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::ConfigDelivery::Rest::ServiceStub.
REST service stub for the ConfigDelivery service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#abort_rollout
def abort_rollout(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the abort_rollout REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::AbortRolloutRequest) — 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)
#create_fleet_package
def create_fleet_package(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_fleet_package REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::CreateFleetPackageRequest) — 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)
#create_release
def create_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_release REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::CreateReleaseRequest) — 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)
#create_resource_bundle
def create_resource_bundle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_resource_bundle REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::CreateResourceBundleRequest) — 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)
#create_variant
def create_variant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_variant REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::CreateVariantRequest) — 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)
#delete_fleet_package
def delete_fleet_package(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_fleet_package REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::DeleteFleetPackageRequest) — 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)
#delete_release
def delete_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_release REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::DeleteReleaseRequest) — 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)
#delete_resource_bundle
def delete_resource_bundle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_resource_bundle REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::DeleteResourceBundleRequest) — 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)
#delete_variant
def delete_variant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_variant REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::DeleteVariantRequest) — 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)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_fleet_package
def get_fleet_package(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::FleetPackage
Baseline implementation for the get_fleet_package REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::GetFleetPackageRequest) — 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::ConfigDelivery::V1::FleetPackage)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::FleetPackage) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_release
def get_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::Release
Baseline implementation for the get_release REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::GetReleaseRequest) — 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::ConfigDelivery::V1::Release)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::Release) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_resource_bundle
def get_resource_bundle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ResourceBundle
Baseline implementation for the get_resource_bundle REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::GetResourceBundleRequest) — 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::ConfigDelivery::V1::ResourceBundle)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ResourceBundle) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_rollout
def get_rollout(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::Rollout
Baseline implementation for the get_rollout REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::GetRolloutRequest) — 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::ConfigDelivery::V1::Rollout)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::Rollout) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_variant
def get_variant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::Variant
Baseline implementation for the get_variant REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::GetVariantRequest) — 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::ConfigDelivery::V1::Variant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::Variant) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_fleet_packages
def list_fleet_packages(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ListFleetPackagesResponse
Baseline implementation for the list_fleet_packages REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ListFleetPackagesRequest) — 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::ConfigDelivery::V1::ListFleetPackagesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ListFleetPackagesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_releases
def list_releases(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ListReleasesResponse
Baseline implementation for the list_releases REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ListReleasesRequest) — 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::ConfigDelivery::V1::ListReleasesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ListReleasesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_resource_bundles
def list_resource_bundles(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ListResourceBundlesResponse
Baseline implementation for the list_resource_bundles REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ListResourceBundlesRequest) — 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::ConfigDelivery::V1::ListResourceBundlesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ListResourceBundlesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_rollouts
def list_rollouts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ListRolloutsResponse
Baseline implementation for the list_rollouts REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ListRolloutsRequest) — 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::ConfigDelivery::V1::ListRolloutsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ListRolloutsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_variants
def list_variants(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ConfigDelivery::V1::ListVariantsResponse
Baseline implementation for the list_variants REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ListVariantsRequest) — 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::ConfigDelivery::V1::ListVariantsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ConfigDelivery::V1::ListVariantsResponse) — 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)
#resume_rollout
def resume_rollout(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the resume_rollout REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::ResumeRolloutRequest) — 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)
#suspend_rollout
def suspend_rollout(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the suspend_rollout REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::SuspendRolloutRequest) — 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)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_fleet_package
def update_fleet_package(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_fleet_package REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::UpdateFleetPackageRequest) — 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)
#update_release
def update_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_release REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::UpdateReleaseRequest) — 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)
#update_resource_bundle
def update_resource_bundle(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_resource_bundle REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::UpdateResourceBundleRequest) — 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)
#update_variant
def update_variant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_variant REST call
- request_pb (::Google::Cloud::ConfigDelivery::V1::UpdateVariantRequest) — 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)