google-cloud-cloud_quotas-v1 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/api/cloudquotas/v1/cloudquotas_pb.rb +1 -1
- data/lib/google/api/cloudquotas/v1/quota_adjuster_settings_pb.rb +31 -0
- data/lib/google/api/cloudquotas/v1/quota_adjuster_settings_services_pb.rb +52 -0
- data/lib/google/cloud/cloud_quotas/v1/cloud_quotas/client.rb +7 -5
- data/lib/google/cloud/cloud_quotas/v1/cloud_quotas/rest/client.rb +7 -5
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/client.rb +590 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/credentials.rb +47 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/paths.rb +85 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/rest/client.rb +533 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/rest/service_stub.rb +234 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager/rest.rb +57 -0
- data/lib/google/cloud/cloud_quotas/v1/quota_adjuster_settings_manager.rb +60 -0
- data/lib/google/cloud/cloud_quotas/v1/rest.rb +1 -0
- data/lib/google/cloud/cloud_quotas/v1/version.rb +1 -1
- data/lib/google/cloud/cloud_quotas/v1.rb +1 -0
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/api/cloudquotas/v1/cloudquotas.rb +5 -5
- data/proto_docs/google/api/cloudquotas/v1/quota_adjuster_settings.rb +107 -0
- data/proto_docs/google/api/cloudquotas/v1/resources.rb +27 -25
- metadata +13 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb03c4c5181092cc5587f3122fb3f92180829d4cb2184d2f2283bba1c3904b12
|
|
4
|
+
data.tar.gz: faba217444e85f441adeed9a6b001dd8e80f8f780ea69c50d55d0a196e422eb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f4a17dff178d2708c7de8d78141989eb578ab3e481917516e5e66b7343590218b7bda84c3fa9bbc32c41ece3c208ba7bc2120de3e94fe8f138fe0d38c2dfed9
|
|
7
|
+
data.tar.gz: 34e8f3fb985c46bd08c1ce37675732c4344d8086dd9844bce844e2fc0db677e439ea579dd193cbeced462e9f114ac77016cbe0572518040ac51208f76e7e729d
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -12,7 +12,7 @@ require 'google/api/resource_pb'
|
|
|
12
12
|
require 'google/protobuf/field_mask_pb'
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
descriptor_data = "\n+google/api/cloudquotas/v1/cloudquotas.proto\x12\x19google.api.cloudquotas.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a)google/api/cloudquotas/v1/resources.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\"\
|
|
15
|
+
descriptor_data = "\n+google/api/cloudquotas/v1/cloudquotas.proto\x12\x19google.api.cloudquotas.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a)google/api/cloudquotas/v1/resources.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\"\x89\x01\n\x15ListQuotaInfosRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xe0\x41\x08\xfa\x41&\x12$cloudquotas.googleapis.com/QuotaInfo\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"l\n\x16ListQuotaInfosResponse\x12\x39\n\x0bquota_infos\x18\x01 \x03(\x0b\x32$.google.api.cloudquotas.v1.QuotaInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"T\n\x13GetQuotaInfoRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xe0\x41\x08\xfa\x41&\n$cloudquotas.googleapis.com/QuotaInfo\"\xc1\x01\n\x1bListQuotaPreferencesRequest\x12\x45\n\x06parent\x18\x01 \x01(\tB5\xe0\x41\x02\xe0\x41\x08\xfa\x41,\x12*cloudquotas.googleapis.com/QuotaPreference\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x93\x01\n\x1cListQuotaPreferencesResponse\x12\x45\n\x11quota_preferences\x18\x01 \x03(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreference\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"`\n\x19GetQuotaPreferenceRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xe0\x41\x08\xfa\x41,\n*cloudquotas.googleapis.com/QuotaPreference\"\x9d\x02\n\x1c\x43reateQuotaPreferenceRequest\x12\x45\n\x06parent\x18\x01 \x01(\tB5\xe0\x41\x02\xe0\x41\x08\xfa\x41,\x12*cloudquotas.googleapis.com/QuotaPreference\x12 \n\x13quota_preference_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12I\n\x10quota_preference\x18\x03 \x01(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreferenceB\x03\xe0\x41\x02\x12I\n\x14ignore_safety_checks\x18\x04 \x03(\x0e\x32+.google.api.cloudquotas.v1.QuotaSafetyCheck\"\xa2\x02\n\x1cUpdateQuotaPreferenceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12I\n\x10quota_preference\x18\x02 \x01(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreferenceB\x03\xe0\x41\x02\x12\x1a\n\rallow_missing\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12I\n\x14ignore_safety_checks\x18\x05 \x03(\x0e\x32+.google.api.cloudquotas.v1.QuotaSafetyCheck2\xb9\x11\n\x0b\x43loudQuotas\x12\xc1\x02\n\x0eListQuotaInfos\x12\x30.google.api.cloudquotas.v1.ListQuotaInfosRequest\x1a\x31.google.api.cloudquotas.v1.ListQuotaInfosResponse\"\xc9\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\xb9\x01\x12\x39/v1/{parent=projects/*/locations/*/services/*}/quotaInfosZ@\x12>/v1/{parent=organizations/*/locations/*/services/*}/quotaInfosZ:\x12\x38/v1/{parent=folders/*/locations/*/services/*}/quotaInfos\x12\xae\x02\n\x0cGetQuotaInfo\x12..google.api.cloudquotas.v1.GetQuotaInfoRequest\x1a$.google.api.cloudquotas.v1.QuotaInfo\"\xc7\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\xb9\x01\x12\x39/v1/{name=projects/*/locations/*/services/*/quotaInfos/*}Z@\x12>/v1/{name=organizations/*/locations/*/services/*/quotaInfos/*}Z:\x12\x38/v1/{name=folders/*/locations/*/services/*/quotaInfos/*}\x12\xc4\x02\n\x14ListQuotaPreferences\x12\x36.google.api.cloudquotas.v1.ListQuotaPreferencesRequest\x1a\x37.google.api.cloudquotas.v1.ListQuotaPreferencesResponse\"\xba\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\xaa\x01\x12\x34/v1/{parent=projects/*/locations/*}/quotaPreferencesZ5\x12\x33/v1/{parent=folders/*/locations/*}/quotaPreferencesZ;\x12\x39/v1/{parent=organizations/*/locations/*}/quotaPreferences\x12\xb1\x02\n\x12GetQuotaPreference\x12\x34.google.api.cloudquotas.v1.GetQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xb8\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\xaa\x01\x12\x34/v1/{name=projects/*/locations/*/quotaPreferences/*}Z;\x12\x39/v1/{name=organizations/*/locations/*/quotaPreferences/*}Z5\x12\x33/v1/{name=folders/*/locations/*/quotaPreferences/*}\x12\xae\x03\n\x15\x43reateQuotaPreference\x12\x37.google.api.cloudquotas.v1.CreateQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xaf\x02\xda\x41+parent,quota_preference,quota_preference_id\xda\x41\x17parent,quota_preference\x82\xd3\xe4\x93\x02\xe0\x01\"4/v1/{parent=projects/*/locations/*}/quotaPreferences:\x10quota_preferenceZG\"3/v1/{parent=folders/*/locations/*}/quotaPreferences:\x10quota_preferenceZM\"9/v1/{parent=organizations/*/locations/*}/quotaPreferences:\x10quota_preference\x12\xb8\x03\n\x15UpdateQuotaPreference\x12\x37.google.api.cloudquotas.v1.UpdateQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xb9\x02\xda\x41\x1cquota_preference,update_mask\x82\xd3\xe4\x93\x02\x93\x02\x32\x45/v1/{quota_preference.name=projects/*/locations/*/quotaPreferences/*}:\x10quota_preferenceZX2D/v1/{quota_preference.name=folders/*/locations/*/quotaPreferences/*}:\x10quota_preferenceZ^2J/v1/{quota_preference.name=organizations/*/locations/*/quotaPreferences/*}:\x10quota_preference\x1aN\xca\x41\x1a\x63loudquotas.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe3\x04\n\x1d\x63om.google.api.cloudquotas.v1B\x10\x43loudquotasProtoP\x01ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\xaa\x02\x1bGoogle.Cloud.CloudQuotas.V1\xca\x02\x1bGoogle\\Cloud\\CloudQuotas\\V1\xea\x02\x1eGoogle::Cloud::CloudQuotas::V1\xea\x41\xe0\x01\n\"cloudquotas.googleapis.com/Service\x12:projects/{project}/locations/{location}/services/{service}\x12\x38\x66olders/{folder}/locations/{location}/services/{service}\x12\x44organizations/{organization}/locations/{location}/services/{service}\xea\x41\xa8\x01\n#cloudquotas.googleapis.com/Location\x12\'projects/{project}/locations/{location}\x12%folders/{folder}/locations/{location}\x12\x31organizations/{organization}/locations/{location}b\x06proto3"
|
|
16
16
|
|
|
17
17
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
18
18
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/api/cloudquotas/v1/quota_adjuster_settings.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/api/field_behavior_pb'
|
|
10
|
+
require 'google/api/resource_pb'
|
|
11
|
+
require 'google/protobuf/field_mask_pb'
|
|
12
|
+
require 'google/protobuf/timestamp_pb'
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
descriptor_data = "\n7google/api/cloudquotas/v1/quota_adjuster_settings.proto\x12\x19google.api.cloudquotas.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"l\n\x1fGetQuotaAdjusterSettingsRequest\x12I\n\x04name\x18\x01 \x01(\tB;\xe0\x41\x02\xe0\x41\x08\xfa\x41\x32\n0cloudquotas.googleapis.com/QuotaAdjusterSettings\"\xce\x01\n\"UpdateQuotaAdjusterSettingsRequest\x12V\n\x17quota_adjuster_settings\x18\x01 \x01(\x0b\x32\x30.google.api.cloudquotas.v1.QuotaAdjusterSettingsB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\"\xf2\x04\n\x15QuotaAdjusterSettings\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12T\n\nenablement\x18\x02 \x01(\x0e\x32;.google.api.cloudquotas.v1.QuotaAdjusterSettings.EnablementB\x03\xe0\x41\x01\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04\x65tag\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tinherited\x18\x07 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1b\n\x0einherited_from\x18\x08 \x01(\tB\x03\xe0\x41\x03\"C\n\nEnablement\x12\x1a\n\x16\x45NABLEMENT_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x03:\xac\x02\xea\x41\xa8\x02\n0cloudquotas.googleapis.com/QuotaAdjusterSettings\x12=projects/{project}/locations/{location}/quotaAdjusterSettings\x12Gorganizations/{organization}/locations/{location}/quotaAdjusterSettings\x12;folders/{folder}/locations/{location}/quotaAdjusterSettings*\x15quotaAdjusterSettings2\x15quotaAdjusterSettingsR\x01\x01\x32\xc4\x07\n\x1cQuotaAdjusterSettingsManager\x12\x84\x04\n\x1bUpdateQuotaAdjusterSettings\x12=.google.api.cloudquotas.v1.UpdateQuotaAdjusterSettingsRequest\x1a\x30.google.api.cloudquotas.v1.QuotaAdjusterSettings\"\xf3\x02\xda\x41#quota_adjuster_settings,update_mask\x82\xd3\xe4\x93\x02\xc6\x02\x32O/v1/{quota_adjuster_settings.name=projects/*/locations/*/quotaAdjusterSettings}:\x17quota_adjuster_settingsZi2N/v1/{quota_adjuster_settings.name=folders/*/locations/*/quotaAdjusterSettings}:\x17quota_adjuster_settingsZo2T/v1/{quota_adjuster_settings.name=organizations/*/locations/*/quotaAdjusterSettings}:\x17quota_adjuster_settings\x12\xcc\x02\n\x18GetQuotaAdjusterSettings\x12:.google.api.cloudquotas.v1.GetQuotaAdjusterSettingsRequest\x1a\x30.google.api.cloudquotas.v1.QuotaAdjusterSettings\"\xc1\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\xb3\x01\x12\x37/v1/{name=projects/*/locations/*/quotaAdjusterSettings}Z8\x12\x36/v1/{name=folders/*/locations/*/quotaAdjusterSettings}Z>\x12</v1/{name=organizations/*/locations/*/quotaAdjusterSettings}\x1aN\xca\x41\x1a\x63loudquotas.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xdd\x01\n\x1d\x63om.google.api.cloudquotas.v1B\x1aQuotaAdjusterSettingsProtoP\x01ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\xaa\x02\x1bGoogle.Cloud.CloudQuotas.V1\xca\x02\x1bGoogle\\Cloud\\CloudQuotas\\V1\xea\x02\x1eGoogle::Cloud::CloudQuotas::V1b\x06proto3"
|
|
16
|
+
|
|
17
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
18
|
+
pool.add_serialized_file(descriptor_data)
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module CloudQuotas
|
|
23
|
+
module V1
|
|
24
|
+
GetQuotaAdjusterSettingsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.cloudquotas.v1.GetQuotaAdjusterSettingsRequest").msgclass
|
|
25
|
+
UpdateQuotaAdjusterSettingsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.cloudquotas.v1.UpdateQuotaAdjusterSettingsRequest").msgclass
|
|
26
|
+
QuotaAdjusterSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.cloudquotas.v1.QuotaAdjusterSettings").msgclass
|
|
27
|
+
QuotaAdjusterSettings::Enablement = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.cloudquotas.v1.QuotaAdjusterSettings.Enablement").enummodule
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/api/cloudquotas/v1/quota_adjuster_settings.proto for package 'Google.Cloud.CloudQuotas.V1'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2026 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/api/cloudquotas/v1/quota_adjuster_settings_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module CloudQuotas
|
|
25
|
+
module V1
|
|
26
|
+
module QuotaAdjusterSettingsManager
|
|
27
|
+
# The Quotas Adjuster Settings API is an infrastructure service for Google
|
|
28
|
+
# Cloud that lets service consumers view and update their quota adjuster
|
|
29
|
+
# settings.
|
|
30
|
+
#
|
|
31
|
+
# - Update quota adjuster settings.
|
|
32
|
+
# - Get the name of the configurations.
|
|
33
|
+
class Service
|
|
34
|
+
|
|
35
|
+
include ::GRPC::GenericService
|
|
36
|
+
|
|
37
|
+
self.marshal_class_method = :encode
|
|
38
|
+
self.unmarshal_class_method = :decode
|
|
39
|
+
self.service_name = 'google.api.cloudquotas.v1.QuotaAdjusterSettingsManager'
|
|
40
|
+
|
|
41
|
+
# Updates the QuotaAdjusterSettings for the specified resource.
|
|
42
|
+
rpc :UpdateQuotaAdjusterSettings, ::Google::Cloud::CloudQuotas::V1::UpdateQuotaAdjusterSettingsRequest, ::Google::Cloud::CloudQuotas::V1::QuotaAdjusterSettings
|
|
43
|
+
# Gets the QuotaAdjusterSettings for the specified resource.
|
|
44
|
+
rpc :GetQuotaAdjusterSettings, ::Google::Cloud::CloudQuotas::V1::GetQuotaAdjusterSettingsRequest, ::Google::Cloud::CloudQuotas::V1::QuotaAdjusterSettings
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
Stub = Service.rpc_stub_class
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
@@ -238,7 +238,7 @@ module Google
|
|
|
238
238
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
239
239
|
#
|
|
240
240
|
# @param parent [::String]
|
|
241
|
-
# Required. Parent value of QuotaInfo resources.
|
|
241
|
+
# Required. Identifier. Parent value of QuotaInfo resources.
|
|
242
242
|
# Listing across different resource containers (such as 'projects/-') is not
|
|
243
243
|
# allowed.
|
|
244
244
|
#
|
|
@@ -341,7 +341,7 @@ module Google
|
|
|
341
341
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
342
342
|
#
|
|
343
343
|
# @param name [::String]
|
|
344
|
-
# Required. The resource name of the quota info.
|
|
344
|
+
# Required. Identifier. The resource name of the quota info.
|
|
345
345
|
#
|
|
346
346
|
# An example name:
|
|
347
347
|
# `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
|
|
@@ -429,7 +429,7 @@ module Google
|
|
|
429
429
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
430
430
|
#
|
|
431
431
|
# @param parent [::String]
|
|
432
|
-
# Required. Parent value of QuotaPreference resources.
|
|
432
|
+
# Required. Identifier. Parent value of QuotaPreference resources.
|
|
433
433
|
# Listing across different resource containers (such as 'projects/-') is not
|
|
434
434
|
# allowed.
|
|
435
435
|
#
|
|
@@ -548,7 +548,7 @@ module Google
|
|
|
548
548
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
549
549
|
#
|
|
550
550
|
# @param name [::String]
|
|
551
|
-
# Required. Name of the resource
|
|
551
|
+
# Required. Identifier. Name of the resource
|
|
552
552
|
#
|
|
553
553
|
# Example name:
|
|
554
554
|
# `projects/123/locations/global/quota_preferences/my-config-for-us-east1`
|
|
@@ -636,7 +636,7 @@ module Google
|
|
|
636
636
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
637
637
|
#
|
|
638
638
|
# @param parent [::String]
|
|
639
|
-
# Required. Value for parent.
|
|
639
|
+
# Required. Identifier. Value for parent.
|
|
640
640
|
#
|
|
641
641
|
# Example:
|
|
642
642
|
# `projects/123/locations/global`
|
|
@@ -909,6 +909,7 @@ module Google
|
|
|
909
909
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
910
910
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
911
911
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
912
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
912
913
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
913
914
|
# trigger a retry.
|
|
914
915
|
# @return [::Hash]
|
|
@@ -992,6 +993,7 @@ module Google
|
|
|
992
993
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
993
994
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
994
995
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
996
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
995
997
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
996
998
|
# trigger a retry.
|
|
997
999
|
#
|
|
@@ -231,7 +231,7 @@ module Google
|
|
|
231
231
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
232
232
|
#
|
|
233
233
|
# @param parent [::String]
|
|
234
|
-
# Required. Parent value of QuotaInfo resources.
|
|
234
|
+
# Required. Identifier. Parent value of QuotaInfo resources.
|
|
235
235
|
# Listing across different resource containers (such as 'projects/-') is not
|
|
236
236
|
# allowed.
|
|
237
237
|
#
|
|
@@ -327,7 +327,7 @@ module Google
|
|
|
327
327
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
328
328
|
#
|
|
329
329
|
# @param name [::String]
|
|
330
|
-
# Required. The resource name of the quota info.
|
|
330
|
+
# Required. Identifier. The resource name of the quota info.
|
|
331
331
|
#
|
|
332
332
|
# An example name:
|
|
333
333
|
# `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
|
|
@@ -408,7 +408,7 @@ module Google
|
|
|
408
408
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
409
409
|
#
|
|
410
410
|
# @param parent [::String]
|
|
411
|
-
# Required. Parent value of QuotaPreference resources.
|
|
411
|
+
# Required. Identifier. Parent value of QuotaPreference resources.
|
|
412
412
|
# Listing across different resource containers (such as 'projects/-') is not
|
|
413
413
|
# allowed.
|
|
414
414
|
#
|
|
@@ -520,7 +520,7 @@ module Google
|
|
|
520
520
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
521
521
|
#
|
|
522
522
|
# @param name [::String]
|
|
523
|
-
# Required. Name of the resource
|
|
523
|
+
# Required. Identifier. Name of the resource
|
|
524
524
|
#
|
|
525
525
|
# Example name:
|
|
526
526
|
# `projects/123/locations/global/quota_preferences/my-config-for-us-east1`
|
|
@@ -601,7 +601,7 @@ module Google
|
|
|
601
601
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
602
602
|
#
|
|
603
603
|
# @param parent [::String]
|
|
604
|
-
# Required. Value for parent.
|
|
604
|
+
# Required. Identifier. Value for parent.
|
|
605
605
|
#
|
|
606
606
|
# Example:
|
|
607
607
|
# `projects/123/locations/global`
|
|
@@ -834,6 +834,7 @@ module Google
|
|
|
834
834
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
835
835
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
836
836
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
837
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
837
838
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
838
839
|
# trigger a retry.
|
|
839
840
|
# @return [::Hash]
|
|
@@ -906,6 +907,7 @@ module Google
|
|
|
906
907
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
907
908
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
908
909
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
910
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
909
911
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
910
912
|
# trigger a retry.
|
|
911
913
|
#
|