google-cloud-resource_manager-v3 1.1.0 → 1.2.1
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 +9 -2
- data/lib/google/cloud/resource_manager/v3/folders/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/folders/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/folders/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/organizations/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/organizations/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/projects/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/projects/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/projects/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/projects/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_bindings/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_holds/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_holds/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_keys/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_keys/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_values/client.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_values/operations.rb +9 -2
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/client.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/operations.rb +8 -1
- data/lib/google/cloud/resource_manager/v3/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- 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: 89d1cd0f3ef2b510693703b71f5d57ec73f50e6275e91565b4b83b66f63c6fa4
|
4
|
+
data.tar.gz: efa08c50c33a01bb704ce1ea6c6f4b240bde971b41a2f4668c63b9885d80d293
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8fbe82dfce04c21c8d5c0f1f763eb9daff5460eb7f178812e46492fcb4a3496698e3a0c6286f5ed8b8a02286fbfeb83912a79ed66248f087a072ca71a414ebb
|
7
|
+
data.tar.gz: 3e751bc23c6f8e713da01cb52af6ea8b0a7ad3b799303f5c89c0a7c89ce3f25432c3aefc137614f935a564e06c2072b5df79b8739683b6e5cbbf9116709813c5
|
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
|
@@ -1490,8 +1497,8 @@ module Google
|
|
1490
1497
|
|
1491
1498
|
config_attr :endpoint, nil, ::String, nil
|
1492
1499
|
config_attr :credentials, nil do |value|
|
1493
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1494
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1500
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1501
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1495
1502
|
allowed.any? { |klass| klass === value }
|
1496
1503
|
end
|
1497
1504
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1421,7 +1428,7 @@ module Google
|
|
1421
1428
|
|
1422
1429
|
config_attr :endpoint, nil, ::String, nil
|
1423
1430
|
config_attr :credentials, nil do |value|
|
1424
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1431
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1425
1432
|
allowed.any? { |klass| klass === value }
|
1426
1433
|
end
|
1427
1434
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -787,8 +794,8 @@ module Google
|
|
787
794
|
|
788
795
|
config_attr :endpoint, nil, ::String, nil
|
789
796
|
config_attr :credentials, nil do |value|
|
790
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
791
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
797
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
798
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
792
799
|
allowed.any? { |klass| klass === value }
|
793
800
|
end
|
794
801
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -744,7 +751,7 @@ module Google
|
|
744
751
|
|
745
752
|
config_attr :endpoint, nil, ::String, nil
|
746
753
|
config_attr :credentials, nil do |value|
|
747
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
754
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
748
755
|
allowed.any? { |klass| klass === value }
|
749
756
|
end
|
750
757
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1507,8 +1514,8 @@ module Google
|
|
1507
1514
|
|
1508
1515
|
config_attr :endpoint, nil, ::String, nil
|
1509
1516
|
config_attr :credentials, nil do |value|
|
1510
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1511
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1517
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1518
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1512
1519
|
allowed.any? { |klass| klass === value }
|
1513
1520
|
end
|
1514
1521
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1438,7 +1445,7 @@ module Google
|
|
1438
1445
|
|
1439
1446
|
config_attr :endpoint, nil, ::String, nil
|
1440
1447
|
config_attr :credentials, nil do |value|
|
1441
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1448
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1442
1449
|
allowed.any? { |klass| klass === value }
|
1443
1450
|
end
|
1444
1451
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -679,8 +686,8 @@ module Google
|
|
679
686
|
|
680
687
|
config_attr :endpoint, nil, ::String, nil
|
681
688
|
config_attr :credentials, nil do |value|
|
682
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
683
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
689
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
690
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
684
691
|
allowed.any? { |klass| klass === value }
|
685
692
|
end
|
686
693
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -659,7 +666,7 @@ module Google
|
|
659
666
|
|
660
667
|
config_attr :endpoint, nil, ::String, nil
|
661
668
|
config_attr :credentials, nil do |value|
|
662
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
669
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
663
670
|
allowed.any? { |klass| klass === value }
|
664
671
|
end
|
665
672
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -609,8 +616,8 @@ module Google
|
|
609
616
|
|
610
617
|
config_attr :endpoint, nil, ::String, nil
|
611
618
|
config_attr :credentials, nil do |value|
|
612
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
613
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
619
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
620
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
614
621
|
allowed.any? { |klass| klass === value }
|
615
622
|
end
|
616
623
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -572,7 +579,7 @@ module Google
|
|
572
579
|
|
573
580
|
config_attr :endpoint, nil, ::String, nil
|
574
581
|
config_attr :credentials, nil do |value|
|
575
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
582
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
576
583
|
allowed.any? { |klass| klass === value }
|
577
584
|
end
|
578
585
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1169,8 +1176,8 @@ module Google
|
|
1169
1176
|
|
1170
1177
|
config_attr :endpoint, nil, ::String, nil
|
1171
1178
|
config_attr :credentials, nil do |value|
|
1172
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1173
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1179
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1180
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1174
1181
|
allowed.any? { |klass| klass === value }
|
1175
1182
|
end
|
1176
1183
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1114,7 +1121,7 @@ module Google
|
|
1114
1121
|
|
1115
1122
|
config_attr :endpoint, nil, ::String, nil
|
1116
1123
|
config_attr :credentials, nil do |value|
|
1117
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1124
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1118
1125
|
allowed.any? { |klass| klass === value }
|
1119
1126
|
end
|
1120
1127
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1169,8 +1176,8 @@ module Google
|
|
1169
1176
|
|
1170
1177
|
config_attr :endpoint, nil, ::String, nil
|
1171
1178
|
config_attr :credentials, nil do |value|
|
1172
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1173
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1179
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1180
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1174
1181
|
allowed.any? { |klass| klass === value }
|
1175
1182
|
end
|
1176
1183
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -1114,7 +1121,7 @@ module Google
|
|
1114
1121
|
|
1115
1122
|
config_attr :endpoint, nil, ::String, nil
|
1116
1123
|
config_attr :credentials, nil do |value|
|
1117
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1124
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1118
1125
|
allowed.any? { |klass| klass === value }
|
1119
1126
|
end
|
1120
1127
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -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
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -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.1
|
4
|
+
version: 1.2.1
|
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: 1980-01-02 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.8
|
201
198
|
specification_version: 4
|
202
199
|
summary: Creates, reads, and updates metadata for Google Cloud Platform resource containers.
|
203
200
|
test_files: []
|