google-apis-appengine_v1alpha 0.43.0 → 0.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70845ee10019c9870148fbcd5c27fec2699f281854397f60e69ca5218c23849f
|
|
4
|
+
data.tar.gz: 3f21ddbe1ab4e1336130e7277d56c0188771f3a8c67c35725d31c2da14df6b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8722bb0134b07e533966e46640509d742e86094bed74579e352716c0f07d502de9692dea04af63747800e2c8c360ac1f3bee86da616ed55fdce09babc55eee3f
|
|
7
|
+
data.tar.gz: f390a40614ddc738a23de369fde0fb69a0ec21a88905e34903efc3066353734699116edd0990b87521f8a9e4042ca8c1f6b16a76d97df69e51391e0440849400
|
data/CHANGELOG.md
CHANGED
|
@@ -507,8 +507,8 @@ module Google
|
|
|
507
507
|
attr_accessor :operations
|
|
508
508
|
|
|
509
509
|
# Unordered list. Unreachable resources. Populated when the request sets
|
|
510
|
-
# ListOperationsRequest.return_partial_success and reads across collections
|
|
511
|
-
# when attempting to list all resources across all supported locations.
|
|
510
|
+
# ListOperationsRequest.return_partial_success and reads across collections. For
|
|
511
|
+
# example, when attempting to list all resources across all supported locations.
|
|
512
512
|
# Corresponds to the JSON property `unreachable`
|
|
513
513
|
# @return [Array<String>]
|
|
514
514
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1alpha
|
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251210"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -606,10 +606,11 @@ module Google
|
|
|
606
606
|
# @param [Boolean] return_partial_success
|
|
607
607
|
# When set to true, operations that are reachable are returned as normal, and
|
|
608
608
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
609
|
-
# unreachable field.This can only be true when reading across collections
|
|
610
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
611
|
-
#
|
|
612
|
-
# explicitly documented otherwise in service or product specific
|
|
609
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
610
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
611
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
612
|
+
# unless explicitly documented otherwise in service or product specific
|
|
613
|
+
# documentation.
|
|
613
614
|
# @param [String] fields
|
|
614
615
|
# Selector specifying which fields to include in a partial response.
|
|
615
616
|
# @param [String] quota_user
|
|
@@ -1267,10 +1268,11 @@ module Google
|
|
|
1267
1268
|
# @param [Boolean] return_partial_success
|
|
1268
1269
|
# When set to true, operations that are reachable are returned as normal, and
|
|
1269
1270
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1270
|
-
# unreachable field.This can only be true when reading across collections
|
|
1271
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
1272
|
-
#
|
|
1273
|
-
# explicitly documented otherwise in service or product specific
|
|
1271
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
1272
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
1273
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
1274
|
+
# unless explicitly documented otherwise in service or product specific
|
|
1275
|
+
# documentation.
|
|
1274
1276
|
# @param [String] fields
|
|
1275
1277
|
# Selector specifying which fields to include in a partial response.
|
|
1276
1278
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-appengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.44.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.44.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|