google-apis-appengine_v1alpha 0.43.0 → 0.45.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: 765f2884830f44302857012ed8ed47fba8dcdc3be42f3035a9da8b4162b2c88f
|
|
4
|
+
data.tar.gz: 471491a958b7302c50375790d1ad1fbcedb71ab023f0d7ee4105794b3f232987
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0078732bcfd775e6a8e26ed58a9b618b0ca57f4670c157e4f6ea1551e0a395f36367f128a6dabc0aa7feee3be20ae1b3a87c35a0d6d3f0769697dee4ce16973d'
|
|
7
|
+
data.tar.gz: d5c1a791476c778c721554f832e2ae627058941afc63cbd0fa0871e0397f2fe37c5c50db319f285fbf8135d431ee5730855de9eefa42b3e9d433019eac1980e2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.45.0 (2026-01-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260120
|
|
6
|
+
|
|
7
|
+
### v0.44.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251210
|
|
10
|
+
|
|
3
11
|
### v0.43.0 (2025-11-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251103
|
|
@@ -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
|
|
@@ -965,6 +965,15 @@ module Google
|
|
|
965
965
|
# @return [Array<Google::Apis::AppengineV1alpha::GceTag>]
|
|
966
966
|
attr_accessor :gce_tag
|
|
967
967
|
|
|
968
|
+
# DEPRECATED: Indicates whether the GCE project is in the DEPROVISIONING state.
|
|
969
|
+
# This field is a temporary workaround (see b/475310865) to allow GCE extensions
|
|
970
|
+
# to bypass certain checks during deprovisioning. It will be replaced by a
|
|
971
|
+
# permanent solution in the future.
|
|
972
|
+
# Corresponds to the JSON property `isGceProjectDeprovisioning`
|
|
973
|
+
# @return [Boolean]
|
|
974
|
+
attr_accessor :is_gce_project_deprovisioning
|
|
975
|
+
alias_method :is_gce_project_deprovisioning?, :is_gce_project_deprovisioning
|
|
976
|
+
|
|
968
977
|
# The service account authorized to operate on the consumer project. Note: CCFE
|
|
969
978
|
# only propagates P4SA with default tag to CLH.
|
|
970
979
|
# Corresponds to the JSON property `p4ServiceAccount`
|
|
@@ -1001,6 +1010,7 @@ module Google
|
|
|
1001
1010
|
@consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
|
|
1002
1011
|
@consumer_project_state = args[:consumer_project_state] if args.key?(:consumer_project_state)
|
|
1003
1012
|
@gce_tag = args[:gce_tag] if args.key?(:gce_tag)
|
|
1013
|
+
@is_gce_project_deprovisioning = args[:is_gce_project_deprovisioning] if args.key?(:is_gce_project_deprovisioning)
|
|
1004
1014
|
@p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
|
|
1005
1015
|
@producer_project_id = args[:producer_project_id] if args.key?(:producer_project_id)
|
|
1006
1016
|
@producer_project_number = args[:producer_project_number] if args.key?(:producer_project_number)
|
|
@@ -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.45.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 = "20260120"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -453,6 +453,7 @@ module Google
|
|
|
453
453
|
property :consumer_project_state, as: 'consumerProjectState'
|
|
454
454
|
collection :gce_tag, as: 'gceTag', class: Google::Apis::AppengineV1alpha::GceTag, decorator: Google::Apis::AppengineV1alpha::GceTag::Representation
|
|
455
455
|
|
|
456
|
+
property :is_gce_project_deprovisioning, as: 'isGceProjectDeprovisioning'
|
|
456
457
|
property :p4_service_account, as: 'p4ServiceAccount'
|
|
457
458
|
property :producer_project_id, as: 'producerProjectId'
|
|
458
459
|
property :producer_project_number, :numeric_string => true, as: 'producerProjectNumber'
|
|
@@ -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.45.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.45.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:
|