google-cloud-app_engine-v1 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/app_engine/v1/applications/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/applications/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/applications/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/applications/rest/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/authorized_certificates/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/authorized_domains/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/firewall/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/firewall/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/instances/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/instances/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/instances/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/instances/rest/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/services/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/services/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/services/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/services/rest/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/version.rb +1 -1
- data/lib/google/cloud/app_engine/v1/versions/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/versions/operations.rb +7 -0
- data/lib/google/cloud/app_engine/v1/versions/rest/client.rb +7 -0
- data/lib/google/cloud/app_engine/v1/versions/rest/operations.rb +7 -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: 764425665c3e85ce4c83087d210bd0916ea7988accca764fe64d1a0cc5940f88
|
4
|
+
data.tar.gz: b307946494bf1284534afa4daaf32f93f391c77bf86750d4bb3381a6d61b47af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de1e88d73ee417cb186076e4f68548e8453246d4cd98f15b53dafd3580b60360798db3d2cddc7542b5f21e7b0c09e20e8509ab055af7b0e7a18e1b04f23533f6
|
7
|
+
data.tar.gz: 61aadba15fc6beef8367a6f9f43cf77f4d1c0d674647cdaabcac3056178ee2a9119e9dc9aed63852e96a05b9314b6d0684fef3e9eeb4c08c8d0a2b65914c084b
|
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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -625,6 +625,13 @@ module Google
|
|
625
625
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
626
626
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
627
627
|
# * (`nil`) indicating no credentials
|
628
|
+
#
|
629
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
630
|
+
# external source for authentication to Google Cloud, you must validate it before
|
631
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
632
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
633
|
+
# For more information, refer to [Validate credential configurations from external
|
634
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
628
635
|
# @return [::Object]
|
629
636
|
# @!attribute [rw] scope
|
630
637
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -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.2
|
187
184
|
specification_version: 4
|
188
185
|
summary: Provisions and manages developers' App Engine applications.
|
189
186
|
test_files: []
|