google-cloud-app_engine-v1 0.6.0 → 0.6.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 +2 -2
- data/lib/google/cloud/app_engine/v1/applications/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/applications/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/applications/rest/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/authorized_certificates/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/authorized_domains/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/firewall/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/firewall/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/instances/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/instances/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/instances/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/instances/rest/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/services/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/services/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/services/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/services/rest/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/version.rb +1 -1
- data/lib/google/cloud/app_engine/v1/versions/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/versions/operations.rb +2 -2
- data/lib/google/cloud/app_engine/v1/versions/rest/client.rb +2 -2
- data/lib/google/cloud/app_engine/v1/versions/rest/operations.rb +2 -2
- data/proto_docs/google/api/client.rb +57 -3
- data/proto_docs/google/appengine/v1/domain.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f87d94e26751b080e6a46228fed7ebb823fed3e8f4925eb38a17f4a3e5d8cee
|
|
4
|
+
data.tar.gz: cf70e995901f0d7840ab64dada90039512086558a0448085bb26b79ebcde0df3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61f2062f73adccae482265df8a9dfe6da8fd503c533caa7c1b1aa6789ee3e6dcf94382a39ca2be2783229d6c6b341107d19bd33271080377907d6f8ab65c709f
|
|
7
|
+
data.tar.gz: cb9c0cebd2ce577fa8dcc64f7d96e49e1efd8deb2e47abb921ae79bbeb7e9f5baa52dd6492580230ce32ee7fdd3d1516606435180e4291ffea39339193b21992
|
data/README.md
CHANGED
|
@@ -47,7 +47,7 @@ for general usage information.
|
|
|
47
47
|
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
53
53
|
|
|
@@ -573,9 +573,9 @@ module Google
|
|
|
573
573
|
# * (`String`) The path to a service account key file in JSON format
|
|
574
574
|
# * (`Hash`) A service account key as a Hash
|
|
575
575
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
576
|
-
# (see the [googleauth docs](https://
|
|
576
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
577
577
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
578
|
-
# (see the [signet docs](https://
|
|
578
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
579
579
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
580
580
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
581
581
|
# * (`nil`) indicating no credentials
|
|
@@ -620,9 +620,9 @@ module Google
|
|
|
620
620
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
621
|
# * (`Hash`) A service account key as a Hash
|
|
622
622
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
623
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
624
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
625
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
626
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
627
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
628
|
# * (`nil`) indicating no credentials
|
|
@@ -459,9 +459,9 @@ module Google
|
|
|
459
459
|
# * (`String`) The path to a service account key file in JSON format
|
|
460
460
|
# * (`Hash`) A service account key as a Hash
|
|
461
461
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
462
|
-
# (see the [googleauth docs](https://
|
|
462
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
463
463
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
464
|
-
# (see the [signet docs](https://
|
|
464
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
465
465
|
# * (`nil`) indicating no credentials
|
|
466
466
|
# @return [::Object]
|
|
467
467
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -634,9 +634,9 @@ module Google
|
|
|
634
634
|
# * (`String`) The path to a service account key file in JSON format
|
|
635
635
|
# * (`Hash`) A service account key as a Hash
|
|
636
636
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
637
|
-
# (see the [googleauth docs](https://
|
|
637
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
638
638
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
639
|
-
# (see the [signet docs](https://
|
|
639
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
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
|
|
@@ -506,9 +506,9 @@ module Google
|
|
|
506
506
|
# * (`String`) The path to a service account key file in JSON format
|
|
507
507
|
# * (`Hash`) A service account key as a Hash
|
|
508
508
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
509
|
-
# (see the [googleauth docs](https://
|
|
509
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
510
510
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
511
|
-
# (see the [signet docs](https://
|
|
511
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
512
512
|
# * (`nil`) indicating no credentials
|
|
513
513
|
# @return [::Object]
|
|
514
514
|
# @!attribute [rw] scope
|
|
@@ -276,9 +276,9 @@ module Google
|
|
|
276
276
|
# * (`String`) The path to a service account key file in JSON format
|
|
277
277
|
# * (`Hash`) A service account key as a Hash
|
|
278
278
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
279
|
-
# (see the [googleauth docs](https://
|
|
279
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
280
280
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
281
|
-
# (see the [signet docs](https://
|
|
281
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
282
282
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
283
283
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
284
284
|
# * (`nil`) indicating no credentials
|
|
@@ -240,9 +240,9 @@ module Google
|
|
|
240
240
|
# * (`String`) The path to a service account key file in JSON format
|
|
241
241
|
# * (`Hash`) A service account key as a Hash
|
|
242
242
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
243
|
-
# (see the [googleauth docs](https://
|
|
243
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
244
244
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
245
|
-
# (see the [signet docs](https://
|
|
245
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
246
246
|
# * (`nil`) indicating no credentials
|
|
247
247
|
# @return [::Object]
|
|
248
248
|
# @!attribute [rw] scope
|
|
@@ -671,9 +671,9 @@ module Google
|
|
|
671
671
|
# * (`String`) The path to a service account key file in JSON format
|
|
672
672
|
# * (`Hash`) A service account key as a Hash
|
|
673
673
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
674
|
-
# (see the [googleauth docs](https://
|
|
674
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
675
675
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
676
|
-
# (see the [signet docs](https://
|
|
676
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
677
677
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
678
678
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
679
679
|
# * (`nil`) indicating no credentials
|
|
@@ -620,9 +620,9 @@ module Google
|
|
|
620
620
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
621
|
# * (`Hash`) A service account key as a Hash
|
|
622
622
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
623
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
624
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
625
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
626
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
627
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
628
|
# * (`nil`) indicating no credentials
|
|
@@ -522,9 +522,9 @@ module Google
|
|
|
522
522
|
# * (`String`) The path to a service account key file in JSON format
|
|
523
523
|
# * (`Hash`) A service account key as a Hash
|
|
524
524
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
525
|
-
# (see the [googleauth docs](https://
|
|
525
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
526
526
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
527
|
-
# (see the [signet docs](https://
|
|
527
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
528
528
|
# * (`nil`) indicating no credentials
|
|
529
529
|
# @return [::Object]
|
|
530
530
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -739,9 +739,9 @@ module Google
|
|
|
739
739
|
# * (`String`) The path to a service account key file in JSON format
|
|
740
740
|
# * (`Hash`) A service account key as a Hash
|
|
741
741
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
742
|
-
# (see the [googleauth docs](https://
|
|
742
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
743
743
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
744
|
-
# (see the [signet docs](https://
|
|
744
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
745
745
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
746
746
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
747
747
|
# * (`nil`) indicating no credentials
|
|
@@ -588,9 +588,9 @@ module Google
|
|
|
588
588
|
# * (`String`) The path to a service account key file in JSON format
|
|
589
589
|
# * (`Hash`) A service account key as a Hash
|
|
590
590
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
591
|
-
# (see the [googleauth docs](https://
|
|
591
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
592
592
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
593
|
-
# (see the [signet docs](https://
|
|
593
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
594
594
|
# * (`nil`) indicating no credentials
|
|
595
595
|
# @return [::Object]
|
|
596
596
|
# @!attribute [rw] scope
|
|
@@ -591,9 +591,9 @@ module Google
|
|
|
591
591
|
# * (`String`) The path to a service account key file in JSON format
|
|
592
592
|
# * (`Hash`) A service account key as a Hash
|
|
593
593
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
594
|
-
# (see the [googleauth docs](https://
|
|
594
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
595
595
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
596
|
-
# (see the [signet docs](https://
|
|
596
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
597
597
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
598
598
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
599
599
|
# * (`nil`) indicating no credentials
|
|
@@ -620,9 +620,9 @@ module Google
|
|
|
620
620
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
621
|
# * (`Hash`) A service account key as a Hash
|
|
622
622
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
623
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
624
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
625
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
626
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
627
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
628
|
# * (`nil`) indicating no credentials
|
|
@@ -472,9 +472,9 @@ module Google
|
|
|
472
472
|
# * (`String`) The path to a service account key file in JSON format
|
|
473
473
|
# * (`Hash`) A service account key as a Hash
|
|
474
474
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
475
|
-
# (see the [googleauth docs](https://
|
|
475
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
476
476
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
477
|
-
# (see the [signet docs](https://
|
|
477
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
478
478
|
# * (`nil`) indicating no credentials
|
|
479
479
|
# @return [::Object]
|
|
480
480
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -576,9 +576,9 @@ module Google
|
|
|
576
576
|
# * (`String`) The path to a service account key file in JSON format
|
|
577
577
|
# * (`Hash`) A service account key as a Hash
|
|
578
578
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
579
|
-
# (see the [googleauth docs](https://
|
|
579
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
580
580
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
581
|
-
# (see the [signet docs](https://
|
|
581
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
582
582
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
583
583
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
584
584
|
# * (`nil`) indicating no credentials
|
|
@@ -620,9 +620,9 @@ module Google
|
|
|
620
620
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
621
|
# * (`Hash`) A service account key as a Hash
|
|
622
622
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
623
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
624
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
625
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
626
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
627
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
628
|
# * (`nil`) indicating no credentials
|
|
@@ -457,9 +457,9 @@ module Google
|
|
|
457
457
|
# * (`String`) The path to a service account key file in JSON format
|
|
458
458
|
# * (`Hash`) A service account key as a Hash
|
|
459
459
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
460
|
-
# (see the [googleauth docs](https://
|
|
460
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
461
461
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
462
|
-
# (see the [signet docs](https://
|
|
462
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
463
463
|
# * (`nil`) indicating no credentials
|
|
464
464
|
# @return [::Object]
|
|
465
465
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -704,9 +704,9 @@ module Google
|
|
|
704
704
|
# * (`String`) The path to a service account key file in JSON format
|
|
705
705
|
# * (`Hash`) A service account key as a Hash
|
|
706
706
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
707
|
-
# (see the [googleauth docs](https://
|
|
707
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
708
708
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
709
|
-
# (see the [signet docs](https://
|
|
709
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
710
710
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
711
711
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
712
712
|
# * (`nil`) indicating no credentials
|
|
@@ -620,9 +620,9 @@ module Google
|
|
|
620
620
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
621
|
# * (`Hash`) A service account key as a Hash
|
|
622
622
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
623
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
624
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
625
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
626
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
627
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
628
|
# * (`nil`) indicating no credentials
|
|
@@ -555,9 +555,9 @@ module Google
|
|
|
555
555
|
# * (`String`) The path to a service account key file in JSON format
|
|
556
556
|
# * (`Hash`) A service account key as a Hash
|
|
557
557
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
558
|
-
# (see the [googleauth docs](https://
|
|
558
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
559
559
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
560
|
-
# (see the [signet docs](https://
|
|
560
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
561
561
|
# * (`nil`) indicating no credentials
|
|
562
562
|
# @return [::Object]
|
|
563
563
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -35,7 +35,9 @@ module Google
|
|
|
35
35
|
# Details about how and where to publish client libraries.
|
|
36
36
|
# @!attribute [rw] version
|
|
37
37
|
# @return [::String]
|
|
38
|
-
# Version of the API to apply these settings to.
|
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
|
39
|
+
# package for the API, ending in the version element.
|
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
|
39
41
|
# @!attribute [rw] launch_stage
|
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
|
41
43
|
# Launch stage of this version of the API.
|
|
@@ -111,6 +113,10 @@ module Google
|
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
|
113
115
|
# settings with the same version string are discarded.
|
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
|
117
|
+
# @return [::String]
|
|
118
|
+
# Optional link to proto reference documentation. Example:
|
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
114
120
|
class Publishing
|
|
115
121
|
include ::Google::Protobuf::MessageExts
|
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -203,9 +209,57 @@ module Google
|
|
|
203
209
|
# @!attribute [rw] common
|
|
204
210
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
205
211
|
# Some settings.
|
|
212
|
+
# @!attribute [rw] renamed_services
|
|
213
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
214
|
+
# Map from original service names to renamed versions.
|
|
215
|
+
# This is used when the default generated types
|
|
216
|
+
# would cause a naming conflict. (Neither name is
|
|
217
|
+
# fully-qualified.)
|
|
218
|
+
# Example: Subscriber to SubscriberServiceApi.
|
|
219
|
+
# @!attribute [rw] renamed_resources
|
|
220
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
221
|
+
# Map from full resource types to the effective short name
|
|
222
|
+
# for the resource. This is used when otherwise resource
|
|
223
|
+
# named from different services would cause naming collisions.
|
|
224
|
+
# Example entry:
|
|
225
|
+
# "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
|
226
|
+
# @!attribute [rw] ignored_resources
|
|
227
|
+
# @return [::Array<::String>]
|
|
228
|
+
# List of full resource types to ignore during generation.
|
|
229
|
+
# This is typically used for API-specific Location resources,
|
|
230
|
+
# which should be handled by the generator as if they were actually
|
|
231
|
+
# the common Location resources.
|
|
232
|
+
# Example entry: "documentai.googleapis.com/Location"
|
|
233
|
+
# @!attribute [rw] forced_namespace_aliases
|
|
234
|
+
# @return [::Array<::String>]
|
|
235
|
+
# Namespaces which must be aliased in snippets due to
|
|
236
|
+
# a known (but non-generator-predictable) naming collision
|
|
237
|
+
# @!attribute [rw] handwritten_signatures
|
|
238
|
+
# @return [::Array<::String>]
|
|
239
|
+
# Method signatures (in the form "service.method(signature)")
|
|
240
|
+
# which are provided separately, so shouldn't be generated.
|
|
241
|
+
# Snippets *calling* these methods are still generated, however.
|
|
206
242
|
class DotnetSettings
|
|
207
243
|
include ::Google::Protobuf::MessageExts
|
|
208
244
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
245
|
+
|
|
246
|
+
# @!attribute [rw] key
|
|
247
|
+
# @return [::String]
|
|
248
|
+
# @!attribute [rw] value
|
|
249
|
+
# @return [::String]
|
|
250
|
+
class RenamedServicesEntry
|
|
251
|
+
include ::Google::Protobuf::MessageExts
|
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# @!attribute [rw] key
|
|
256
|
+
# @return [::String]
|
|
257
|
+
# @!attribute [rw] value
|
|
258
|
+
# @return [::String]
|
|
259
|
+
class RenamedResourcesEntry
|
|
260
|
+
include ::Google::Protobuf::MessageExts
|
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
262
|
+
end
|
|
209
263
|
end
|
|
210
264
|
|
|
211
265
|
# Settings for Ruby client libraries.
|
|
@@ -240,8 +294,8 @@ module Google
|
|
|
240
294
|
# Example of a YAML configuration::
|
|
241
295
|
#
|
|
242
296
|
# publishing:
|
|
243
|
-
#
|
|
244
|
-
# - selector:
|
|
297
|
+
# method_settings:
|
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
245
299
|
# long_running:
|
|
246
300
|
# initial_poll_delay:
|
|
247
301
|
# seconds: 60 # 1 minute
|
|
@@ -23,7 +23,7 @@ module Google
|
|
|
23
23
|
module V1
|
|
24
24
|
# A domain that a user has been authorized to administer. To authorize use
|
|
25
25
|
# of a domain, verify ownership via
|
|
26
|
-
# [
|
|
26
|
+
# [Search Console](https://search.google.com/search-console/welcome).
|
|
27
27
|
# @!attribute [rw] name
|
|
28
28
|
# @return [::String]
|
|
29
29
|
# Full path to the `AuthorizedDomain` resource in the API. Example:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-app_engine-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03
|
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|