google-cloud-resource_manager-v3 1.1.0 → 1.2.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/cloud/resource_manager/v3/folders/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/folders/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/folders/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/folders/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/organizations/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/organizations/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/projects/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/projects/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/projects/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/projects/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/client.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/operations.rb +7 -0
- data/lib/google/cloud/resource_manager/v3/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bff53e0ad379a6db9b59ca277ec758849aea1e418cb26f580c657f61f59e446c
|
4
|
+
data.tar.gz: 1512b787c07c8419b0ab5b0766fe82f0ecee092c38a99e4f620173a2835c5279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4edc8f4462c661b9123c06cb550602144b01a383addbe101e79cff834aadf8669d816de0077dab779b20b01fa994323937045f73222408bc1c0911b47990b4c0
|
7
|
+
data.tar.gz: 996b261be1232ba6645d6f8e55d62e748d26e4a8a8b85807de2266a1c7d23ab7c6e22763efbd83311a844dd572befe7caf5736c7330ad0e4f81887f9b3a36d3b
|
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
|
89
|
+
This library is supported on Ruby 3.0+.
|
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
|
@@ -1436,6 +1436,13 @@ module Google
|
|
1436
1436
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1437
1437
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1438
1438
|
# * (`nil`) indicating no credentials
|
1439
|
+
#
|
1440
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1441
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1442
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1443
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1444
|
+
# For more information, refer to [Validate credential configurations from external
|
1445
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1439
1446
|
# @return [::Object]
|
1440
1447
|
# @!attribute [rw] scope
|
1441
1448
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1374,6 +1374,13 @@ module Google
|
|
1374
1374
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1375
1375
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1376
1376
|
# * (`nil`) indicating no credentials
|
1377
|
+
#
|
1378
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1379
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1380
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1381
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1382
|
+
# For more information, refer to [Validate credential configurations from external
|
1383
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1377
1384
|
# @return [::Object]
|
1378
1385
|
# @!attribute [rw] scope
|
1379
1386
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -733,6 +733,13 @@ module Google
|
|
733
733
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
734
734
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
735
735
|
# * (`nil`) indicating no credentials
|
736
|
+
#
|
737
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
738
|
+
# external source for authentication to Google Cloud, you must validate it before
|
739
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
740
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
741
|
+
# For more information, refer to [Validate credential configurations from external
|
742
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
736
743
|
# @return [::Object]
|
737
744
|
# @!attribute [rw] scope
|
738
745
|
# The OAuth scopes
|
@@ -697,6 +697,13 @@ module Google
|
|
697
697
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
698
698
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
699
699
|
# * (`nil`) indicating no credentials
|
700
|
+
#
|
701
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
702
|
+
# external source for authentication to Google Cloud, you must validate it before
|
703
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
704
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
705
|
+
# For more information, refer to [Validate credential configurations from external
|
706
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
700
707
|
# @return [::Object]
|
701
708
|
# @!attribute [rw] scope
|
702
709
|
# The OAuth scopes
|
@@ -1453,6 +1453,13 @@ module Google
|
|
1453
1453
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1454
1454
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1455
1455
|
# * (`nil`) indicating no credentials
|
1456
|
+
#
|
1457
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1458
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1459
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1460
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1461
|
+
# For more information, refer to [Validate credential configurations from external
|
1462
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1456
1463
|
# @return [::Object]
|
1457
1464
|
# @!attribute [rw] scope
|
1458
1465
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1391,6 +1391,13 @@ module Google
|
|
1391
1391
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1392
1392
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1393
1393
|
# * (`nil`) indicating no credentials
|
1394
|
+
#
|
1395
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1396
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1397
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1398
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1399
|
+
# For more information, refer to [Validate credential configurations from external
|
1400
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1394
1401
|
# @return [::Object]
|
1395
1402
|
# @!attribute [rw] scope
|
1396
1403
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -625,6 +625,13 @@ module Google
|
|
625
625
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
626
626
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
627
627
|
# * (`nil`) indicating no credentials
|
628
|
+
#
|
629
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
630
|
+
# external source for authentication to Google Cloud, you must validate it before
|
631
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
632
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
633
|
+
# For more information, refer to [Validate credential configurations from external
|
634
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
628
635
|
# @return [::Object]
|
629
636
|
# @!attribute [rw] scope
|
630
637
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -612,6 +612,13 @@ module Google
|
|
612
612
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
613
613
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
614
614
|
# * (`nil`) indicating no credentials
|
615
|
+
#
|
616
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
617
|
+
# external source for authentication to Google Cloud, you must validate it before
|
618
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
619
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
620
|
+
# For more information, refer to [Validate credential configurations from external
|
621
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
615
622
|
# @return [::Object]
|
616
623
|
# @!attribute [rw] scope
|
617
624
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -555,6 +555,13 @@ module Google
|
|
555
555
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
556
556
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
557
557
|
# * (`nil`) indicating no credentials
|
558
|
+
#
|
559
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
560
|
+
# external source for authentication to Google Cloud, you must validate it before
|
561
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
562
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
563
|
+
# For more information, refer to [Validate credential configurations from external
|
564
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
558
565
|
# @return [::Object]
|
559
566
|
# @!attribute [rw] scope
|
560
567
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -525,6 +525,13 @@ module Google
|
|
525
525
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
526
526
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
527
527
|
# * (`nil`) indicating no credentials
|
528
|
+
#
|
529
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
530
|
+
# external source for authentication to Google Cloud, you must validate it before
|
531
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
532
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
533
|
+
# For more information, refer to [Validate credential configurations from external
|
534
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
528
535
|
# @return [::Object]
|
529
536
|
# @!attribute [rw] scope
|
530
537
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -1115,6 +1115,13 @@ module Google
|
|
1115
1115
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1116
1116
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1117
1117
|
# * (`nil`) indicating no credentials
|
1118
|
+
#
|
1119
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1120
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1121
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1122
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1123
|
+
# For more information, refer to [Validate credential configurations from external
|
1124
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1118
1125
|
# @return [::Object]
|
1119
1126
|
# @!attribute [rw] scope
|
1120
1127
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1067,6 +1067,13 @@ module Google
|
|
1067
1067
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1068
1068
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1069
1069
|
# * (`nil`) indicating no credentials
|
1070
|
+
#
|
1071
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1072
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1073
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1074
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1075
|
+
# For more information, refer to [Validate credential configurations from external
|
1076
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1070
1077
|
# @return [::Object]
|
1071
1078
|
# @!attribute [rw] scope
|
1072
1079
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -1115,6 +1115,13 @@ module Google
|
|
1115
1115
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1116
1116
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1117
1117
|
# * (`nil`) indicating no credentials
|
1118
|
+
#
|
1119
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1120
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1121
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1122
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1123
|
+
# For more information, refer to [Validate credential configurations from external
|
1124
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1118
1125
|
# @return [::Object]
|
1119
1126
|
# @!attribute [rw] scope
|
1120
1127
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1067,6 +1067,13 @@ module Google
|
|
1067
1067
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1068
1068
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1069
1069
|
# * (`nil`) indicating no credentials
|
1070
|
+
#
|
1071
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1072
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1073
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1074
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1075
|
+
# For more information, refer to [Validate credential configurations from external
|
1076
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1070
1077
|
# @return [::Object]
|
1071
1078
|
# @!attribute [rw] scope
|
1072
1079
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-resource_manager-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -181,7 +180,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
181
180
|
licenses:
|
182
181
|
- Apache-2.0
|
183
182
|
metadata: {}
|
184
|
-
post_install_message:
|
185
183
|
rdoc_options: []
|
186
184
|
require_paths:
|
187
185
|
- lib
|
@@ -189,15 +187,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
189
187
|
requirements:
|
190
188
|
- - ">="
|
191
189
|
- !ruby/object:Gem::Version
|
192
|
-
version: '
|
190
|
+
version: '3.0'
|
193
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
192
|
requirements:
|
195
193
|
- - ">="
|
196
194
|
- !ruby/object:Gem::Version
|
197
195
|
version: '0'
|
198
196
|
requirements: []
|
199
|
-
rubygems_version: 3.
|
200
|
-
signing_key:
|
197
|
+
rubygems_version: 3.6.2
|
201
198
|
specification_version: 4
|
202
199
|
summary: Creates, reads, and updates metadata for Google Cloud Platform resource containers.
|
203
200
|
test_files: []
|