google-iam-credentials-v1 0.9.0 → 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: 420f8e2dc110b5bcb27f7199f550d9088b68a09fcd026e848c93207346a6393b
|
|
4
|
+
data.tar.gz: 3bcb05947709c445f8332cef5f3968535a7bc17e9514475cece05914b429fb5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 549c53a2393c5b1cb537f712b23d3b618076e3c8b4259afbbca513ca217e0b837c2eba39eda434e23ee4aa79b5dd0901876f9dbaab15decf5507ae5bbcdd0b2f
|
|
7
|
+
data.tar.gz: 3b128a090e8dcb3265a3653cfebe9de6fd85c6b4e3860a7705532b62c2e7b6d01c7f5586e6a87b05c44b7b58938a9ce4568733197759aaf96c0aded7fbf00b81
|
|
@@ -38,6 +38,9 @@ module Google
|
|
|
38
38
|
# more.
|
|
39
39
|
#
|
|
40
40
|
class Client
|
|
41
|
+
# @private
|
|
42
|
+
API_VERSION = ""
|
|
43
|
+
|
|
41
44
|
# @private
|
|
42
45
|
DEFAULT_ENDPOINT_TEMPLATE = "iamcredentials.$UNIVERSE_DOMAIN$"
|
|
43
46
|
|
|
@@ -267,10 +270,11 @@ module Google
|
|
|
267
270
|
# Customize the options with defaults
|
|
268
271
|
metadata = @config.rpcs.generate_access_token.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::Iam::Credentials::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 = {}
|
|
@@ -372,10 +376,11 @@ module Google
|
|
|
372
376
|
# Customize the options with defaults
|
|
373
377
|
metadata = @config.rpcs.generate_id_token.metadata.to_h
|
|
374
378
|
|
|
375
|
-
# Set x-goog-api-client
|
|
379
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
376
380
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
377
381
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
378
382
|
gapic_version: ::Google::Iam::Credentials::V1::VERSION
|
|
383
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
379
384
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
380
385
|
|
|
381
386
|
header_params = {}
|
|
@@ -473,10 +478,11 @@ module Google
|
|
|
473
478
|
# Customize the options with defaults
|
|
474
479
|
metadata = @config.rpcs.sign_blob.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::Iam::Credentials::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 = {}
|
|
@@ -574,10 +580,11 @@ module Google
|
|
|
574
580
|
# Customize the options with defaults
|
|
575
581
|
metadata = @config.rpcs.sign_jwt.metadata.to_h
|
|
576
582
|
|
|
577
|
-
# Set x-goog-api-client
|
|
583
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
578
584
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
579
585
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
580
586
|
gapic_version: ::Google::Iam::Credentials::V1::VERSION
|
|
587
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
581
588
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
582
589
|
|
|
583
590
|
header_params = {}
|
|
@@ -40,6 +40,9 @@ module Google
|
|
|
40
40
|
# more.
|
|
41
41
|
#
|
|
42
42
|
class Client
|
|
43
|
+
# @private
|
|
44
|
+
API_VERSION = ""
|
|
45
|
+
|
|
43
46
|
# @private
|
|
44
47
|
DEFAULT_ENDPOINT_TEMPLATE = "iamcredentials.$UNIVERSE_DOMAIN$"
|
|
45
48
|
|
|
@@ -259,12 +262,13 @@ module Google
|
|
|
259
262
|
# Customize the options with defaults
|
|
260
263
|
call_metadata = @config.rpcs.generate_access_token.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::Iam::Credentials::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.generate_access_token.timeout,
|
|
@@ -357,12 +361,13 @@ module Google
|
|
|
357
361
|
# Customize the options with defaults
|
|
358
362
|
call_metadata = @config.rpcs.generate_id_token.metadata.to_h
|
|
359
363
|
|
|
360
|
-
# Set x-goog-api-client
|
|
364
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
361
365
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
362
366
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
363
367
|
gapic_version: ::Google::Iam::Credentials::V1::VERSION,
|
|
364
368
|
transports_version_send: [:rest]
|
|
365
369
|
|
|
370
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
366
371
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
367
372
|
|
|
368
373
|
options.apply_defaults timeout: @config.rpcs.generate_id_token.timeout,
|
|
@@ -451,12 +456,13 @@ module Google
|
|
|
451
456
|
# Customize the options with defaults
|
|
452
457
|
call_metadata = @config.rpcs.sign_blob.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::Iam::Credentials::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.sign_blob.timeout,
|
|
@@ -545,12 +551,13 @@ module Google
|
|
|
545
551
|
# Customize the options with defaults
|
|
546
552
|
call_metadata = @config.rpcs.sign_jwt.metadata.to_h
|
|
547
553
|
|
|
548
|
-
# Set x-goog-api-client
|
|
554
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
|
549
555
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
550
556
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
551
557
|
gapic_version: ::Google::Iam::Credentials::V1::VERSION,
|
|
552
558
|
transports_version_send: [:rest]
|
|
553
559
|
|
|
560
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
|
554
561
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
555
562
|
|
|
556
563
|
options.apply_defaults timeout: @config.rpcs.sign_jwt.timeout,
|
|
@@ -118,6 +118,10 @@ module Google
|
|
|
118
118
|
# @return [::String]
|
|
119
119
|
# Optional link to proto reference documentation. Example:
|
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
|
122
|
+
# @return [::String]
|
|
123
|
+
# Optional link to REST reference documentation. Example:
|
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
|
121
125
|
class Publishing
|
|
122
126
|
include ::Google::Protobuf::MessageExts
|
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-iam-credentials-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-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|