google-apis-appengine_v1alpha 0.44.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
|
@@ -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'
|
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:
|