Reference documentation and code samples for the Cloud Quotas V1 API class Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.
REST client for the CloudQuotas service.
The Cloud Quotas API is an infrastructure service for Google Cloud that lets service consumers list and manage their resource usage limits.
- List/Get the metadata and current status of the quotas for a service.
- Create/Update quota preferencess that declare the preferred quota values.
- Check the status of a quota preference request.
- List/Get pending and historical quota preference.
Inherits
- Object
Methods
.configure
def self.configure() { |config| ... } -> Client::Configuration
Configure the CloudQuotas Client class.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
# Modify the configuration for all CloudQuotas clients ::Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.configure do |config| config.timeout = 10.0 end
#configure
def configure() { |config| ... } -> Client::Configuration
Configure the CloudQuotas Client instance.
The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
#create_quota_preference
def create_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
def create_quota_preference(parent: nil, quota_preference_id: nil, quota_preference: nil, ignore_safety_checks: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
Creates a new QuotaPreference that declares the desired value for a quota.
def create_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
create_quota_preference
via a request object, either of type
Google::Cloud::CloudQuotas::V1::CreateQuotaPreferenceRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::CreateQuotaPreferenceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def create_quota_preference(parent: nil, quota_preference_id: nil, quota_preference: nil, ignore_safety_checks: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
create_quota_preference
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
parent (::String) — Required. Value for parent.
Example:
projects/123/locations/global
- quota_preference_id (::String) — Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.
- quota_preference (::Google::Cloud::CloudQuotas::V1::QuotaPreference, ::Hash) — Required. The resource being created
- ignore_safety_checks (::Array<::Google::Cloud::CloudQuotas::V1::QuotaSafetyCheck>) — The list of quota safety checks to be ignored.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudQuotas::V1::QuotaPreference)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::CreateQuotaPreferenceRequest.new # Call the create_quota_preference method. result = client.create_quota_preference request # The returned object is of type Google::Cloud::CloudQuotas::V1::QuotaPreference. p result
#get_quota_info
def get_quota_info(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaInfo
def get_quota_info(name: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaInfo
Retrieve the QuotaInfo of a quota for a project, folder or organization.
def get_quota_info(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaInfo
get_quota_info
via a request object, either of type
GetQuotaInfoRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::GetQuotaInfoRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def get_quota_info(name: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaInfo
get_quota_info
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
name (::String) — Required. The resource name of the quota info.
An example name:
projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudQuotas::V1::QuotaInfo)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::GetQuotaInfoRequest.new # Call the get_quota_info method. result = client.get_quota_info request # The returned object is of type Google::Cloud::CloudQuotas::V1::QuotaInfo. p result
#get_quota_preference
def get_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
def get_quota_preference(name: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
Gets details of a single QuotaPreference.
def get_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
get_quota_preference
via a request object, either of type
GetQuotaPreferenceRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::GetQuotaPreferenceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def get_quota_preference(name: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
get_quota_preference
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
name (::String) — Required. Name of the resource
Example name:
projects/123/locations/global/quota_preferences/my-config-for-us-east1
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudQuotas::V1::QuotaPreference)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::GetQuotaPreferenceRequest.new # Call the get_quota_preference method. result = client.get_quota_preference request # The returned object is of type Google::Cloud::CloudQuotas::V1::QuotaPreference. p result
#initialize
def initialize() { |config| ... } -> Client
Create a new CloudQuotas REST client object.
- (config) — Configure the CloudQuotas client.
- config (Client::Configuration)
- (Client) — a new instance of Client
# Create a client using the default configuration client = ::Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a client using a custom configuration client = ::Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new do |config| config.timeout = 10.0 end
#list_quota_infos
def list_quota_infos(request, options = nil) -> ::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>
def list_quota_infos(parent: nil, page_size: nil, page_token: nil) -> ::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>
Lists QuotaInfos of all quotas for a given project, folder or organization.
def list_quota_infos(request, options = nil) -> ::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>
list_quota_infos
via a request object, either of type
ListQuotaInfosRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::ListQuotaInfosRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def list_quota_infos(parent: nil, page_size: nil, page_token: nil) -> ::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>
list_quota_infos
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
parent (::String) — Required. Parent value of QuotaInfo resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
Example names:
projects/123/locations/global/services/compute.googleapis.com
folders/234/locations/global/services/compute.googleapis.com
organizations/345/locations/global/services/compute.googleapis.com
- page_size (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- page_token (::String) — Optional. A token identifying a page of results the server should return.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>)
- operation (::Gapic::Rest::TransportOperation)
- (::Gapic::Rest::PagedEnumerable<::Google::Cloud::CloudQuotas::V1::QuotaInfo>)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::ListQuotaInfosRequest.new # Call the list_quota_infos method. result = client.list_quota_infos request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::CloudQuotas::V1::QuotaInfo. p item end
#list_quota_preferences
def list_quota_preferences(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse
def list_quota_preferences(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse
Lists QuotaPreferences in a given project, folder or organization.
def list_quota_preferences(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse
list_quota_preferences
via a request object, either of type
ListQuotaPreferencesRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def list_quota_preferences(parent: nil, page_size: nil, page_token: nil, filter: nil, order_by: nil) -> ::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse
list_quota_preferences
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
-
parent (::String) — Required. Parent value of QuotaPreference resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container.
Example parents:
projects/123/locations/global
- page_size (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- page_token (::String) — Optional. A token identifying a page of results the server should return.
-
filter (::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
reconciling=true AND request_type=CLOUD_CONSOLE
,reconciling=true OR creation_time>2022-12-03T10:30:00
-
order_by (::String) — Optional. How to order of the results. By default, the results are ordered
by create time.
Example orders:
quota_id
,service, create_time
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesRequest.new # Call the list_quota_preferences method. result = client.list_quota_preferences request # The returned object is of type Gapic::PagedEnumerable. You can iterate # over elements, and API calls will be issued to fetch pages as needed. result.each do |item| # Each element is of type ::Google::Cloud::CloudQuotas::V1::QuotaPreference. p item end
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_quota_preference
def update_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
def update_quota_preference(update_mask: nil, quota_preference: nil, allow_missing: nil, validate_only: nil, ignore_safety_checks: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval.
def update_quota_preference(request, options = nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
update_quota_preference
via a request object, either of type
UpdateQuotaPreferenceRequest or an equivalent Hash.
- request (::Google::Cloud::CloudQuotas::V1::UpdateQuotaPreferenceRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def update_quota_preference(update_mask: nil, quota_preference: nil, allow_missing: nil, validate_only: nil, ignore_safety_checks: nil) -> ::Google::Cloud::CloudQuotas::V1::QuotaPreference
update_quota_preference
via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- update_mask (::Google::Protobuf::FieldMask, ::Hash) — Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
- quota_preference (::Google::Cloud::CloudQuotas::V1::QuotaPreference, ::Hash) — Required. The resource being updated
-
allow_missing (::Boolean) — Optional. If set to true, and the quota preference is not found, a new one
will be created. In this situation,
update_mask
is ignored. - validate_only (::Boolean) — Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.
- ignore_safety_checks (::Array<::Google::Cloud::CloudQuotas::V1::QuotaSafetyCheck>) — The list of quota safety checks to be ignored.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudQuotas::V1::QuotaPreference)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/cloud_quotas/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::CloudQuotas::V1::CloudQuotas::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::CloudQuotas::V1::UpdateQuotaPreferenceRequest.new # Call the update_quota_preference method. result = client.update_quota_preference request # The returned object is of type Google::Cloud::CloudQuotas::V1::QuotaPreference. p result