google-cloud-app_engine-v1 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/app_engine/v1/applications/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/applications/operations.rb +9 -2
- data/lib/google/cloud/app_engine/v1/applications/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/applications/rest/operations.rb +8 -1
- data/lib/google/cloud/app_engine/v1/authorized_certificates/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/authorized_domains/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/domain_mappings/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/operations.rb +9 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/operations.rb +8 -1
- data/lib/google/cloud/app_engine/v1/firewall/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/firewall/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/instances/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/instances/operations.rb +9 -2
- data/lib/google/cloud/app_engine/v1/instances/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/instances/rest/operations.rb +8 -1
- data/lib/google/cloud/app_engine/v1/services/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/services/operations.rb +9 -2
- data/lib/google/cloud/app_engine/v1/services/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/services/rest/operations.rb +8 -1
- data/lib/google/cloud/app_engine/v1/version.rb +1 -1
- data/lib/google/cloud/app_engine/v1/versions/client.rb +9 -2
- data/lib/google/cloud/app_engine/v1/versions/operations.rb +9 -2
- data/lib/google/cloud/app_engine/v1/versions/rest/client.rb +8 -1
- data/lib/google/cloud/app_engine/v1/versions/rest/operations.rb +8 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/appengine/v1/app_yaml.rb +6 -0
- data/proto_docs/google/appengine/v1/audit_data.rb +4 -0
- data/proto_docs/google/appengine/v1/version.rb +6 -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: 7a326020ce254dcefea29721231199ff422b8f338d89b41bf0efc7192c736417
|
4
|
+
data.tar.gz: 2608c8245ed1fb4497b3aeeebab783cf99655dadb7929d01972a861e0a80297f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc7447c15312e043089cc4174137b1d94762f0ba578abbbd04853925a10ea8d43dcc5eababdf578569518a988615b9f3aa3c0f3145a0d90649156192ce2f70f9
|
7
|
+
data.tar.gz: 9021ecef44536f0b851f0447ae4a67a1e9ce48f66f97133025fb038859cef1eb8eec4333884660e76085ca2948a3d4ae2d3901ddca743f59a576cc16c4536bfa
|
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
|
@@ -622,6 +622,13 @@ module Google
|
|
622
622
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
623
623
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
624
624
|
# * (`nil`) indicating no credentials
|
625
|
+
#
|
626
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
627
|
+
# external source for authentication to Google Cloud, you must validate it before
|
628
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
629
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
630
|
+
# For more information, refer to [Validate credential configurations from external
|
631
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
625
632
|
# @return [::Object]
|
626
633
|
# @!attribute [rw] scope
|
627
634
|
# The OAuth scopes
|
@@ -676,8 +683,8 @@ module Google
|
|
676
683
|
|
677
684
|
config_attr :endpoint, nil, ::String, nil
|
678
685
|
config_attr :credentials, nil do |value|
|
679
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
680
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
686
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
687
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
681
688
|
allowed.any? { |klass| klass === value }
|
682
689
|
end
|
683
690
|
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
|
@@ -593,6 +593,13 @@ module Google
|
|
593
593
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
594
594
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
595
595
|
# * (`nil`) indicating no credentials
|
596
|
+
#
|
597
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
598
|
+
# external source for authentication to Google Cloud, you must validate it before
|
599
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
600
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
601
|
+
# For more information, refer to [Validate credential configurations from external
|
602
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
596
603
|
# @return [::Object]
|
597
604
|
# @!attribute [rw] scope
|
598
605
|
# The OAuth scopes
|
@@ -640,7 +647,7 @@ module Google
|
|
640
647
|
|
641
648
|
config_attr :endpoint, nil, ::String, nil
|
642
649
|
config_attr :credentials, nil do |value|
|
643
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
650
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
644
651
|
allowed.any? { |klass| klass === value }
|
645
652
|
end
|
646
653
|
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
|
@@ -680,6 +680,13 @@ module Google
|
|
680
680
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
681
681
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
682
682
|
# * (`nil`) indicating no credentials
|
683
|
+
#
|
684
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
685
|
+
# external source for authentication to Google Cloud, you must validate it before
|
686
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
687
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
688
|
+
# For more information, refer to [Validate credential configurations from external
|
689
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
683
690
|
# @return [::Object]
|
684
691
|
# @!attribute [rw] scope
|
685
692
|
# The OAuth scopes
|
@@ -734,8 +741,8 @@ module Google
|
|
734
741
|
|
735
742
|
config_attr :endpoint, nil, ::String, nil
|
736
743
|
config_attr :credentials, nil do |value|
|
737
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
738
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
744
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
745
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
739
746
|
allowed.any? { |klass| klass === value }
|
740
747
|
end
|
741
748
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -636,6 +636,13 @@ module Google
|
|
636
636
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
637
637
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
638
638
|
# * (`nil`) indicating no credentials
|
639
|
+
#
|
640
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
641
|
+
# external source for authentication to Google Cloud, you must validate it before
|
642
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
643
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
644
|
+
# For more information, refer to [Validate credential configurations from external
|
645
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
639
646
|
# @return [::Object]
|
640
647
|
# @!attribute [rw] scope
|
641
648
|
# The OAuth scopes
|
@@ -683,7 +690,7 @@ module Google
|
|
683
690
|
|
684
691
|
config_attr :endpoint, nil, ::String, nil
|
685
692
|
config_attr :credentials, nil do |value|
|
686
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
693
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
687
694
|
allowed.any? { |klass| klass === value }
|
688
695
|
end
|
689
696
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -322,6 +322,13 @@ module Google
|
|
322
322
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
323
323
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
324
324
|
# * (`nil`) indicating no credentials
|
325
|
+
#
|
326
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
327
|
+
# external source for authentication to Google Cloud, you must validate it before
|
328
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
329
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
330
|
+
# For more information, refer to [Validate credential configurations from external
|
331
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
325
332
|
# @return [::Object]
|
326
333
|
# @!attribute [rw] scope
|
327
334
|
# The OAuth scopes
|
@@ -376,8 +383,8 @@ module Google
|
|
376
383
|
|
377
384
|
config_attr :endpoint, nil, ::String, nil
|
378
385
|
config_attr :credentials, nil do |value|
|
379
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
380
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
386
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
387
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
381
388
|
allowed.any? { |klass| klass === value }
|
382
389
|
end
|
383
390
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -306,6 +306,13 @@ module Google
|
|
306
306
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
307
307
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
308
308
|
# * (`nil`) indicating no credentials
|
309
|
+
#
|
310
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
311
|
+
# external source for authentication to Google Cloud, you must validate it before
|
312
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
313
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
314
|
+
# For more information, refer to [Validate credential configurations from external
|
315
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
309
316
|
# @return [::Object]
|
310
317
|
# @!attribute [rw] scope
|
311
318
|
# The OAuth scopes
|
@@ -353,7 +360,7 @@ module Google
|
|
353
360
|
|
354
361
|
config_attr :endpoint, nil, ::String, nil
|
355
362
|
config_attr :credentials, nil do |value|
|
356
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
363
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
357
364
|
allowed.any? { |klass| klass === value }
|
358
365
|
end
|
359
366
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -721,6 +721,13 @@ module Google
|
|
721
721
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
722
722
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
723
723
|
# * (`nil`) indicating no credentials
|
724
|
+
#
|
725
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
726
|
+
# external source for authentication to Google Cloud, you must validate it before
|
727
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
728
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
729
|
+
# For more information, refer to [Validate credential configurations from external
|
730
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
724
731
|
# @return [::Object]
|
725
732
|
# @!attribute [rw] scope
|
726
733
|
# The OAuth scopes
|
@@ -775,8 +782,8 @@ module Google
|
|
775
782
|
|
776
783
|
config_attr :endpoint, nil, ::String, nil
|
777
784
|
config_attr :credentials, nil do |value|
|
778
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
779
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
785
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
786
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
780
787
|
allowed.any? { |klass| klass === value }
|
781
788
|
end
|
782
789
|
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
|
@@ -677,6 +677,13 @@ module Google
|
|
677
677
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
678
678
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
679
679
|
# * (`nil`) indicating no credentials
|
680
|
+
#
|
681
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
682
|
+
# external source for authentication to Google Cloud, you must validate it before
|
683
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
684
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
685
|
+
# For more information, refer to [Validate credential configurations from external
|
686
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
680
687
|
# @return [::Object]
|
681
688
|
# @!attribute [rw] scope
|
682
689
|
# The OAuth scopes
|
@@ -724,7 +731,7 @@ module Google
|
|
724
731
|
|
725
732
|
config_attr :endpoint, nil, ::String, nil
|
726
733
|
config_attr :credentials, nil do |value|
|
727
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
734
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
728
735
|
allowed.any? { |klass| klass === value }
|
729
736
|
end
|
730
737
|
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
|
@@ -785,6 +785,13 @@ module Google
|
|
785
785
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
786
786
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
787
787
|
# * (`nil`) indicating no credentials
|
788
|
+
#
|
789
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
790
|
+
# external source for authentication to Google Cloud, you must validate it before
|
791
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
792
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
793
|
+
# For more information, refer to [Validate credential configurations from external
|
794
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
788
795
|
# @return [::Object]
|
789
796
|
# @!attribute [rw] scope
|
790
797
|
# The OAuth scopes
|
@@ -839,8 +846,8 @@ module Google
|
|
839
846
|
|
840
847
|
config_attr :endpoint, nil, ::String, nil
|
841
848
|
config_attr :credentials, nil do |value|
|
842
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
843
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
849
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
850
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
844
851
|
allowed.any? { |klass| klass === value }
|
845
852
|
end
|
846
853
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -734,6 +734,13 @@ module Google
|
|
734
734
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
735
735
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
736
736
|
# * (`nil`) indicating no credentials
|
737
|
+
#
|
738
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
739
|
+
# external source for authentication to Google Cloud, you must validate it before
|
740
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
741
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
742
|
+
# For more information, refer to [Validate credential configurations from external
|
743
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
737
744
|
# @return [::Object]
|
738
745
|
# @!attribute [rw] scope
|
739
746
|
# The OAuth scopes
|
@@ -781,7 +788,7 @@ module Google
|
|
781
788
|
|
782
789
|
config_attr :endpoint, nil, ::String, nil
|
783
790
|
config_attr :credentials, nil do |value|
|
784
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
791
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
785
792
|
allowed.any? { |klass| klass === value }
|
786
793
|
end
|
787
794
|
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
|
@@ -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
|
@@ -603,6 +603,13 @@ module Google
|
|
603
603
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
604
604
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
605
605
|
# * (`nil`) indicating no credentials
|
606
|
+
#
|
607
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
608
|
+
# external source for authentication to Google Cloud, you must validate it before
|
609
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
610
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
611
|
+
# For more information, refer to [Validate credential configurations from external
|
612
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
606
613
|
# @return [::Object]
|
607
614
|
# @!attribute [rw] scope
|
608
615
|
# The OAuth scopes
|
@@ -650,7 +657,7 @@ module Google
|
|
650
657
|
|
651
658
|
config_attr :endpoint, nil, ::String, nil
|
652
659
|
config_attr :credentials, nil do |value|
|
653
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
660
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
654
661
|
allowed.any? { |klass| klass === value }
|
655
662
|
end
|
656
663
|
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
|
@@ -588,6 +588,13 @@ module Google
|
|
588
588
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
589
589
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
590
590
|
# * (`nil`) indicating no credentials
|
591
|
+
#
|
592
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
593
|
+
# external source for authentication to Google Cloud, you must validate it before
|
594
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
595
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
596
|
+
# For more information, refer to [Validate credential configurations from external
|
597
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
591
598
|
# @return [::Object]
|
592
599
|
# @!attribute [rw] scope
|
593
600
|
# The OAuth scopes
|
@@ -635,7 +642,7 @@ module Google
|
|
635
642
|
|
636
643
|
config_attr :endpoint, nil, ::String, nil
|
637
644
|
config_attr :credentials, nil do |value|
|
638
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
645
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
639
646
|
allowed.any? { |klass| klass === value }
|
640
647
|
end
|
641
648
|
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
|
@@ -754,6 +754,13 @@ module Google
|
|
754
754
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
755
755
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
756
756
|
# * (`nil`) indicating no credentials
|
757
|
+
#
|
758
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
759
|
+
# external source for authentication to Google Cloud, you must validate it before
|
760
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
761
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
762
|
+
# For more information, refer to [Validate credential configurations from external
|
763
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
757
764
|
# @return [::Object]
|
758
765
|
# @!attribute [rw] scope
|
759
766
|
# The OAuth scopes
|
@@ -808,8 +815,8 @@ module Google
|
|
808
815
|
|
809
816
|
config_attr :endpoint, nil, ::String, nil
|
810
817
|
config_attr :credentials, nil do |value|
|
811
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
812
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
818
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
819
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
813
820
|
allowed.any? { |klass| klass === value }
|
814
821
|
end
|
815
822
|
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
|
@@ -710,6 +710,13 @@ module Google
|
|
710
710
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
711
711
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
712
712
|
# * (`nil`) indicating no credentials
|
713
|
+
#
|
714
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
715
|
+
# external source for authentication to Google Cloud, you must validate it before
|
716
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
717
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
718
|
+
# For more information, refer to [Validate credential configurations from external
|
719
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
713
720
|
# @return [::Object]
|
714
721
|
# @!attribute [rw] scope
|
715
722
|
# The OAuth scopes
|
@@ -757,7 +764,7 @@ module Google
|
|
757
764
|
|
758
765
|
config_attr :endpoint, nil, ::String, nil
|
759
766
|
config_attr :credentials, nil do |value|
|
760
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
767
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
761
768
|
allowed.any? { |klass| klass === value }
|
762
769
|
end
|
763
770
|
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
|
@@ -91,14 +91,20 @@ module Google
|
|
91
91
|
# @!attribute [rw] static_files
|
92
92
|
# @return [::Google::Cloud::AppEngine::V1::StaticFilesHandler]
|
93
93
|
# Returns the contents of a file, such as an image, as the response.
|
94
|
+
#
|
95
|
+
# Note: The following fields are mutually exclusive: `static_files`, `script`, `api_endpoint`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
94
96
|
# @!attribute [rw] script
|
95
97
|
# @return [::Google::Cloud::AppEngine::V1::ScriptHandler]
|
96
98
|
# Executes a script to handle the requests that match this URL
|
97
99
|
# pattern. Only the `auto` value is supported for Node.js in the
|
98
100
|
# App Engine standard environment, for example `"script": "auto"`.
|
101
|
+
#
|
102
|
+
# Note: The following fields are mutually exclusive: `script`, `static_files`, `api_endpoint`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
99
103
|
# @!attribute [rw] api_endpoint
|
100
104
|
# @return [::Google::Cloud::AppEngine::V1::ApiEndpointHandler]
|
101
105
|
# Uses API Endpoints to handle requests.
|
106
|
+
#
|
107
|
+
# Note: The following fields are mutually exclusive: `api_endpoint`, `static_files`, `script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
102
108
|
# @!attribute [rw] security_level
|
103
109
|
# @return [::Google::Cloud::AppEngine::V1::SecurityLevel]
|
104
110
|
# Security (HTTPS) enforcement for this URL.
|
@@ -25,9 +25,13 @@ module Google
|
|
25
25
|
# @!attribute [rw] update_service
|
26
26
|
# @return [::Google::Cloud::AppEngine::V1::UpdateServiceMethod]
|
27
27
|
# Detailed information about UpdateService call.
|
28
|
+
#
|
29
|
+
# Note: The following fields are mutually exclusive: `update_service`, `create_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
28
30
|
# @!attribute [rw] create_version
|
29
31
|
# @return [::Google::Cloud::AppEngine::V1::CreateVersionMethod]
|
30
32
|
# Detailed information about CreateVersion call.
|
33
|
+
#
|
34
|
+
# Note: The following fields are mutually exclusive: `create_version`, `update_service`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
35
|
class AuditData
|
32
36
|
include ::Google::Protobuf::MessageExts
|
33
37
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -37,17 +37,23 @@ module Google
|
|
37
37
|
# Automatic scaling is based on request rate, response latencies, and other
|
38
38
|
# application metrics. Instances are dynamically created and destroyed as
|
39
39
|
# needed in order to handle traffic.
|
40
|
+
#
|
41
|
+
# Note: The following fields are mutually exclusive: `automatic_scaling`, `basic_scaling`, `manual_scaling`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
40
42
|
# @!attribute [rw] basic_scaling
|
41
43
|
# @return [::Google::Cloud::AppEngine::V1::BasicScaling]
|
42
44
|
# A service with basic scaling will create an instance when the application
|
43
45
|
# receives a request. The instance will be turned down when the app becomes
|
44
46
|
# idle. Basic scaling is ideal for work that is intermittent or driven by
|
45
47
|
# user activity.
|
48
|
+
#
|
49
|
+
# Note: The following fields are mutually exclusive: `basic_scaling`, `automatic_scaling`, `manual_scaling`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
46
50
|
# @!attribute [rw] manual_scaling
|
47
51
|
# @return [::Google::Cloud::AppEngine::V1::ManualScaling]
|
48
52
|
# A service with manual scaling runs continuously, allowing you to perform
|
49
53
|
# complex initialization and rely on the state of its memory over time.
|
50
54
|
# Manually scaled versions are sometimes referred to as "backends".
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `manual_scaling`, `automatic_scaling`, `basic_scaling`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
51
57
|
# @!attribute [rw] inbound_services
|
52
58
|
# @return [::Array<::Google::Cloud::AppEngine::V1::InboundServiceType>]
|
53
59
|
# Before an application can receive email or XMPP messages, the application
|
@@ -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-app_engine-v1
|
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
|
@@ -167,7 +166,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
167
166
|
licenses:
|
168
167
|
- Apache-2.0
|
169
168
|
metadata: {}
|
170
|
-
post_install_message:
|
171
169
|
rdoc_options: []
|
172
170
|
require_paths:
|
173
171
|
- lib
|
@@ -175,15 +173,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
175
173
|
requirements:
|
176
174
|
- - ">="
|
177
175
|
- !ruby/object:Gem::Version
|
178
|
-
version: '
|
176
|
+
version: '3.0'
|
179
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
180
178
|
requirements:
|
181
179
|
- - ">="
|
182
180
|
- !ruby/object:Gem::Version
|
183
181
|
version: '0'
|
184
182
|
requirements: []
|
185
|
-
rubygems_version: 3.
|
186
|
-
signing_key:
|
183
|
+
rubygems_version: 3.6.8
|
187
184
|
specification_version: 4
|
188
185
|
summary: Provisions and manages developers' App Engine applications.
|
189
186
|
test_files: []
|