Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Rest::ServiceStub.
REST service stub for the SaasDeployments service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_release
def create_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release
Baseline implementation for the create_release REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::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::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_saas
def create_saas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas
Baseline implementation for the create_saas REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CreateSaasRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Saas)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_tenant
def create_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant
Baseline implementation for the create_tenant REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CreateTenantRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_unit
def create_unit(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit
Baseline implementation for the create_unit REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CreateUnitRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Unit)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_unit_kind
def create_unit_kind(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind
Baseline implementation for the create_unit_kind REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CreateUnitKindRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_unit_operation
def create_unit_operation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation
Baseline implementation for the create_unit_operation REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::CreateUnitOperationRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_release
def delete_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_release REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_saas
def delete_saas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_saas REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::DeleteSaasRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_tenant
def delete_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_tenant REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::DeleteTenantRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_unit
def delete_unit(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_unit REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::DeleteUnitRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_unit_kind
def delete_unit_kind(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_unit_kind REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::DeleteUnitKindRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_unit_operation
def delete_unit_operation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_unit_operation REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::DeleteUnitOperationRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_release
def get_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release
Baseline implementation for the get_release REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::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::SaasPlatform::SaasServiceMgmt::V1beta1::Release)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_saas
def get_saas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas
Baseline implementation for the get_saas REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::GetSaasRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Saas)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_tenant
def get_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant
Baseline implementation for the get_tenant REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::GetTenantRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_unit
def get_unit(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit
Baseline implementation for the get_unit REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::GetUnitRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Unit)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_unit_kind
def get_unit_kind(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind
Baseline implementation for the get_unit_kind REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::GetUnitKindRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_unit_operation
def get_unit_operation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation
Baseline implementation for the get_unit_operation REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::GetUnitOperationRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_releases
def list_releases(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListReleasesResponse
Baseline implementation for the list_releases REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::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::SaasPlatform::SaasServiceMgmt::V1beta1::ListReleasesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListReleasesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_saas
def list_saas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListSaasResponse
Baseline implementation for the list_saas REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListSaasRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::ListSaasResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListSaasResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_tenants
def list_tenants(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListTenantsResponse
Baseline implementation for the list_tenants REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListTenantsRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::ListTenantsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListTenantsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_unit_kinds
def list_unit_kinds(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitKindsResponse
Baseline implementation for the list_unit_kinds REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitKindsRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitKindsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitKindsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_unit_operations
def list_unit_operations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitOperationsResponse
Baseline implementation for the list_unit_operations REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitOperationsRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitOperationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitOperationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_units
def list_units(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitsResponse
Baseline implementation for the list_units REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitsRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::ListUnitsResponse) — 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)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_release
def update_release(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release
Baseline implementation for the update_release REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::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::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_saas
def update_saas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas
Baseline implementation for the update_saas REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UpdateSaasRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Saas)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_tenant
def update_tenant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant
Baseline implementation for the update_tenant REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UpdateTenantRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_unit
def update_unit(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit
Baseline implementation for the update_unit REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UpdateUnitRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::Unit)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_unit_kind
def update_unit_kind(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind
Baseline implementation for the update_unit_kind REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UpdateUnitKindRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_unit_operation
def update_unit_operation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation
Baseline implementation for the update_unit_operation REST call
- request_pb (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UpdateUnitOperationRequest) — 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::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation) — A result object deserialized from the server's reply
- (::ArgumentError)