Cloud Quotas V1BETA API - Class Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Rest::ServiceStub (v0.1.0)

Reference documentation and code samples for the Cloud Quotas V1BETA API class Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettingsManager::Rest::ServiceStub.

REST service stub for the QuotaAdjusterSettingsManager 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

Returns
  • (String)

#get_quota_adjuster_settings

def get_quota_adjuster_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings

Baseline implementation for the get_quota_adjuster_settings REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_quota_adjuster_settings

def update_quota_adjuster_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings

Baseline implementation for the update_quota_adjuster_settings REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)