google-cloud-cloud_quotas-v1 0.3.3 → 1.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79d84443c2bc7196a5733a8a7536c782570d82959d5127b717d3372c1b11c00c
|
|
4
|
+
data.tar.gz: 319ca9cebdd7b4d9b2f3452cd5af7827432f16c52a913cf348b756fa7f9c964e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fc5ddf2fe3d5e5183641972e1c2f6f8e24d86a859943849869a937d38dc8ba59bf9002ac04d3cf461f63dff8e33f8f059619cd2cd1fcb67b2226ba7c33c5d8c
|
|
7
|
+
data.tar.gz: 1707b6b76948e5341daf248ceeba1eeb64d41513ac9af5999435797ba92145517d3449b1b1649edb573d1d693ebae3d752ac83ce94f8f31fbe28a3f4a43a001c
|
|
@@ -36,6 +36,9 @@ module Google
|
|
|
36
36
|
# - List/Get pending and historical quota preference.
|
|
37
37
|
#
|
|
38
38
|
class Client
|
|
39
|
+
# @private
|
|
40
|
+
API_VERSION = ""
|
|
41
|
+
|
|
39
42
|
# @private
|
|
40
43
|
DEFAULT_ENDPOINT_TEMPLATE = "cloudquotas.$UNIVERSE_DOMAIN$"
|
|
41
44
|
|
|
@@ -267,10 +270,11 @@ module Google
|
|
|
267
270
|
# Customize the options with defaults
|
|
268
271
|
metadata = @config.rpcs.list_quota_infos.metadata.to_h
|
|
269
272
|
|
|
270
|
-
# Set x-goog-api-client
|
|
273
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
271
274
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
272
275
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
273
276
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
277
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
274
278
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
275
279
|
|
|
276
280
|
header_params = {}
|
|
@@ -356,10 +360,11 @@ module Google
|
|
|
356
360
|
# Customize the options with defaults
|
|
357
361
|
metadata = @config.rpcs.get_quota_info.metadata.to_h
|
|
358
362
|
|
|
359
|
-
# Set x-goog-api-client
|
|
363
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
360
364
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
361
365
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
362
366
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
367
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
363
368
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
364
369
|
|
|
365
370
|
header_params = {}
|
|
@@ -473,10 +478,11 @@ module Google
|
|
|
473
478
|
# Customize the options with defaults
|
|
474
479
|
metadata = @config.rpcs.list_quota_preferences.metadata.to_h
|
|
475
480
|
|
|
476
|
-
# Set x-goog-api-client
|
|
481
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
477
482
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
478
483
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
479
484
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
485
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
480
486
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
481
487
|
|
|
482
488
|
header_params = {}
|
|
@@ -562,10 +568,11 @@ module Google
|
|
|
562
568
|
# Customize the options with defaults
|
|
563
569
|
metadata = @config.rpcs.get_quota_preference.metadata.to_h
|
|
564
570
|
|
|
565
|
-
# Set x-goog-api-client
|
|
571
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
566
572
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
567
573
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
568
574
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
575
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
569
576
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
570
577
|
|
|
571
578
|
header_params = {}
|
|
@@ -657,10 +664,11 @@ module Google
|
|
|
657
664
|
# Customize the options with defaults
|
|
658
665
|
metadata = @config.rpcs.create_quota_preference.metadata.to_h
|
|
659
666
|
|
|
660
|
-
# Set x-goog-api-client
|
|
667
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
661
668
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
662
669
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
663
670
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
671
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
664
672
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
665
673
|
|
|
666
674
|
header_params = {}
|
|
@@ -758,10 +766,11 @@ module Google
|
|
|
758
766
|
# Customize the options with defaults
|
|
759
767
|
metadata = @config.rpcs.update_quota_preference.metadata.to_h
|
|
760
768
|
|
|
761
|
-
# Set x-goog-api-client
|
|
769
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
762
770
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
763
771
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
764
772
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION
|
|
773
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
765
774
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
766
775
|
|
|
767
776
|
header_params = {}
|
|
@@ -38,6 +38,9 @@ module Google
|
|
|
38
38
|
# - List/Get pending and historical quota preference.
|
|
39
39
|
#
|
|
40
40
|
class Client
|
|
41
|
+
# @private
|
|
42
|
+
API_VERSION = ""
|
|
43
|
+
|
|
41
44
|
# @private
|
|
42
45
|
DEFAULT_ENDPOINT_TEMPLATE = "cloudquotas.$UNIVERSE_DOMAIN$"
|
|
43
46
|
|
|
@@ -259,12 +262,13 @@ module Google
|
|
|
259
262
|
# Customize the options with defaults
|
|
260
263
|
call_metadata = @config.rpcs.list_quota_infos.metadata.to_h
|
|
261
264
|
|
|
262
|
-
# Set x-goog-api-client
|
|
265
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
263
266
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
264
267
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
265
268
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
266
269
|
transports_version_send: [:rest]
|
|
267
270
|
|
|
271
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
268
272
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
269
273
|
|
|
270
274
|
options.apply_defaults timeout: @config.rpcs.list_quota_infos.timeout,
|
|
@@ -341,12 +345,13 @@ module Google
|
|
|
341
345
|
# Customize the options with defaults
|
|
342
346
|
call_metadata = @config.rpcs.get_quota_info.metadata.to_h
|
|
343
347
|
|
|
344
|
-
# Set x-goog-api-client
|
|
348
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
345
349
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
346
350
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
347
351
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
348
352
|
transports_version_send: [:rest]
|
|
349
353
|
|
|
354
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
350
355
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
351
356
|
|
|
352
357
|
options.apply_defaults timeout: @config.rpcs.get_quota_info.timeout,
|
|
@@ -451,12 +456,13 @@ module Google
|
|
|
451
456
|
# Customize the options with defaults
|
|
452
457
|
call_metadata = @config.rpcs.list_quota_preferences.metadata.to_h
|
|
453
458
|
|
|
454
|
-
# Set x-goog-api-client
|
|
459
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
455
460
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
456
461
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
457
462
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
458
463
|
transports_version_send: [:rest]
|
|
459
464
|
|
|
465
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
460
466
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
461
467
|
|
|
462
468
|
options.apply_defaults timeout: @config.rpcs.list_quota_preferences.timeout,
|
|
@@ -532,12 +538,13 @@ module Google
|
|
|
532
538
|
# Customize the options with defaults
|
|
533
539
|
call_metadata = @config.rpcs.get_quota_preference.metadata.to_h
|
|
534
540
|
|
|
535
|
-
# Set x-goog-api-client
|
|
541
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
536
542
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
537
543
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
538
544
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
539
545
|
transports_version_send: [:rest]
|
|
540
546
|
|
|
547
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
541
548
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
542
549
|
|
|
543
550
|
options.apply_defaults timeout: @config.rpcs.get_quota_preference.timeout,
|
|
@@ -620,12 +627,13 @@ module Google
|
|
|
620
627
|
# Customize the options with defaults
|
|
621
628
|
call_metadata = @config.rpcs.create_quota_preference.metadata.to_h
|
|
622
629
|
|
|
623
|
-
# Set x-goog-api-client
|
|
630
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
624
631
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
625
632
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
626
633
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
627
634
|
transports_version_send: [:rest]
|
|
628
635
|
|
|
636
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
629
637
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
630
638
|
|
|
631
639
|
options.apply_defaults timeout: @config.rpcs.create_quota_preference.timeout,
|
|
@@ -714,12 +722,13 @@ module Google
|
|
|
714
722
|
# Customize the options with defaults
|
|
715
723
|
call_metadata = @config.rpcs.update_quota_preference.metadata.to_h
|
|
716
724
|
|
|
717
|
-
# Set x-goog-api-client
|
|
725
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
718
726
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
719
727
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
720
728
|
gapic_version: ::Google::Cloud::CloudQuotas::V1::VERSION,
|
|
721
729
|
transports_version_send: [:rest]
|
|
722
730
|
|
|
731
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
723
732
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
724
733
|
|
|
725
734
|
options.apply_defaults timeout: @config.rpcs.update_quota_preference.timeout,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-cloud_quotas-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|