google-apis-appengine_v1alpha 0.33.0 → 0.35.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: ab80c645a2a478cdcd2b86bf4a60fbfd23673b3c52a4ba5892ac024911e2abc9
4
- data.tar.gz: 2cc9fe0c78a99f52cb1952954bafb4a0995aee893ab7377b2be66e9a127a336f
3
+ metadata.gz: a0e13e91bc6f02539f238ecf633ad8473ed164fd8cb55ef5cb69f00f8fa82f00
4
+ data.tar.gz: 4d1dadbb00086f5923561087baa98eca74f41817a0b32392cf928a1df54a047d
5
5
  SHA512:
6
- metadata.gz: d80e8c935939320726559c466923ce8f2a9e3064a6b8603d090a512cd81796bbb598e2ff3481619ecb863ee6a553ba6005eebcf0592e94b664b415c17d3c4f60
7
- data.tar.gz: a7cd8400026c145b77e9b61e4dd2086739eb61eaa946e9938a0f2abe016f4a52d5c0d9ea54d6b8efd85053554ad0e491562da2c9d4aad9f9f3cbfea6861036ba
6
+ metadata.gz: c8638c5edc3ed9a19e69a7ee749385e80ef240b414d030106135ac5b41e351996b51b7609d47ffed63428d7740f6207aae81811e7c018a6368256747fe72216b
7
+ data.tar.gz: d55a663d50cf4d287f21d175354d4b39e5c0e80a37f8d25d53967ef35c91dbd090f2ec10bf09cc336bc78b2e5adfb913db92fc8bb882399fde8d294b3adec25b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.35.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.34.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20241118
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.33.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -327,6 +327,34 @@ module Google
327
327
  end
328
328
  end
329
329
 
330
+ # For use only by GCE. GceTag is a wrapper around the GCE administrative tag
331
+ # with parent info.
332
+ class GceTag
333
+ include Google::Apis::Core::Hashable
334
+
335
+ # The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains
336
+ # only one parent. But, in some corner cases, it can contain multiple parents.
337
+ # Currently, organizations are not supported.
338
+ # Corresponds to the JSON property `parent`
339
+ # @return [Array<String>]
340
+ attr_accessor :parent
341
+
342
+ # The administrative_tag name.
343
+ # Corresponds to the JSON property `tag`
344
+ # @return [String]
345
+ attr_accessor :tag
346
+
347
+ def initialize(**args)
348
+ update!(**args)
349
+ end
350
+
351
+ # Update properties of this object
352
+ def update!(**args)
353
+ @parent = args[:parent] if args.key?(:parent)
354
+ @tag = args[:tag] if args.key?(:tag)
355
+ end
356
+ end
357
+
330
358
  # Metadata for the given google.cloud.location.Location.
331
359
  class GoogleAppengineV1betaLocationMetadata
332
360
  include Google::Apis::Core::Hashable
@@ -921,6 +949,12 @@ module Google
921
949
  # @return [String]
922
950
  attr_accessor :consumer_project_state
923
951
 
952
+ # The GCE tags associated with the consumer project and those inherited due to
953
+ # their ancestry, if any. Not supported by CCFE.
954
+ # Corresponds to the JSON property `gceTag`
955
+ # @return [Array<Google::Apis::AppengineV1alpha::GceTag>]
956
+ attr_accessor :gce_tag
957
+
924
958
  # The service account authorized to operate on the consumer project. Note: CCFE
925
959
  # only propagates P4SA with default tag to CLH.
926
960
  # Corresponds to the JSON property `p4ServiceAccount`
@@ -956,6 +990,7 @@ module Google
956
990
  @consumer_project_id = args[:consumer_project_id] if args.key?(:consumer_project_id)
957
991
  @consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
958
992
  @consumer_project_state = args[:consumer_project_state] if args.key?(:consumer_project_state)
993
+ @gce_tag = args[:gce_tag] if args.key?(:gce_tag)
959
994
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
960
995
  @producer_project_id = args[:producer_project_id] if args.key?(:producer_project_id)
961
996
  @producer_project_number = args[:producer_project_number] if args.key?(:producer_project_number)
@@ -1013,6 +1048,44 @@ module Google
1013
1048
  end
1014
1049
  end
1015
1050
 
1051
+ # The request that is passed to CLH during per-resource events. The request will
1052
+ # be sent with update semantics in all cases except for data governance purge
1053
+ # events. These events will be sent with delete semantics and the CLH is
1054
+ # expected to delete the resource receiving this event.
1055
+ class ResourceEvent
1056
+ include Google::Apis::Core::Hashable
1057
+
1058
+ # The unique ID for this per-resource event. CLHs can use this value to dedup
1059
+ # repeated calls. required
1060
+ # Corresponds to the JSON property `eventId`
1061
+ # @return [String]
1062
+ attr_accessor :event_id
1063
+
1064
+ # The name of the resource for which this event is. required
1065
+ # Corresponds to the JSON property `name`
1066
+ # @return [String]
1067
+ attr_accessor :name
1068
+
1069
+ # ContainerState contains the externally-visible container state that is used to
1070
+ # communicate the state and reasoning for that state to the CLH. This data is
1071
+ # not persisted by CCFE, but is instead derived from CCFE's internal
1072
+ # representation of the container state.
1073
+ # Corresponds to the JSON property `state`
1074
+ # @return [Google::Apis::AppengineV1alpha::ContainerState]
1075
+ attr_accessor :state
1076
+
1077
+ def initialize(**args)
1078
+ update!(**args)
1079
+ end
1080
+
1081
+ # Update properties of this object
1082
+ def update!(**args)
1083
+ @event_id = args[:event_id] if args.key?(:event_id)
1084
+ @name = args[:name] if args.key?(:name)
1085
+ @state = args[:state] if args.key?(:state)
1086
+ end
1087
+ end
1088
+
1016
1089
  # A DNS resource record.
1017
1090
  class ResourceRecord
1018
1091
  include Google::Apis::Core::Hashable
@@ -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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240415"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class GceTag
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class GoogleAppengineV1betaLocationMetadata
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -172,6 +178,12 @@ module Google
172
178
  include Google::Apis::Core::JsonObjectSupport
173
179
  end
174
180
 
181
+ class ResourceEvent
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
175
187
  class ResourceRecord
176
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
189
 
@@ -273,6 +285,14 @@ module Google
273
285
  end
274
286
  end
275
287
 
288
+ class GceTag
289
+ # @private
290
+ class Representation < Google::Apis::Core::JsonRepresentation
291
+ collection :parent, as: 'parent'
292
+ property :tag, as: 'tag'
293
+ end
294
+ end
295
+
276
296
  class GoogleAppengineV1betaLocationMetadata
277
297
  # @private
278
298
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -430,6 +450,8 @@ module Google
430
450
  property :consumer_project_id, as: 'consumerProjectId'
431
451
  property :consumer_project_number, :numeric_string => true, as: 'consumerProjectNumber'
432
452
  property :consumer_project_state, as: 'consumerProjectState'
453
+ collection :gce_tag, as: 'gceTag', class: Google::Apis::AppengineV1alpha::GceTag, decorator: Google::Apis::AppengineV1alpha::GceTag::Representation
454
+
433
455
  property :p4_service_account, as: 'p4ServiceAccount'
434
456
  property :producer_project_id, as: 'producerProjectId'
435
457
  property :producer_project_number, :numeric_string => true, as: 'producerProjectNumber'
@@ -449,6 +471,16 @@ module Google
449
471
  end
450
472
  end
451
473
 
474
+ class ResourceEvent
475
+ # @private
476
+ class Representation < Google::Apis::Core::JsonRepresentation
477
+ property :event_id, as: 'eventId'
478
+ property :name, as: 'name'
479
+ property :state, as: 'state', class: Google::Apis::AppengineV1alpha::ContainerState, decorator: Google::Apis::AppengineV1alpha::ContainerState::Representation
480
+
481
+ end
482
+ end
483
+
452
484
  class ResourceRecord
453
485
  # @private
454
486
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -510,6 +510,9 @@ module Google
510
510
  # Lists information about the supported locations for this service.
511
511
  # @param [String] apps_id
512
512
  # Part of `name`. The resource that owns the locations collection, if applicable.
513
+ # @param [Array<String>, String] extra_location_types
514
+ # Optional. A list of extra location types that should be used as conditions for
515
+ # controlling the visibility of the locations.
513
516
  # @param [String] filter
514
517
  # A filter to narrow down results to a preferred subset. The filtering language
515
518
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -537,11 +540,12 @@ module Google
537
540
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
538
541
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
539
542
  # @raise [Google::Apis::AuthorizationError] Authorization is required
540
- def list_app_locations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
543
+ def list_app_locations(apps_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
541
544
  command = make_simple_command(:get, 'v1alpha/apps/{appsId}/locations', options)
542
545
  command.response_representation = Google::Apis::AppengineV1alpha::ListLocationsResponse::Representation
543
546
  command.response_class = Google::Apis::AppengineV1alpha::ListLocationsResponse
544
547
  command.params['appsId'] = apps_id unless apps_id.nil?
548
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
545
549
  command.query['filter'] = filter unless filter.nil?
546
550
  command.query['pageSize'] = page_size unless page_size.nil?
547
551
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -660,6 +664,9 @@ module Google
660
664
  # Lists information about the supported locations for this service.
661
665
  # @param [String] projects_id
662
666
  # Part of `name`. The resource that owns the locations collection, if applicable.
667
+ # @param [Array<String>, String] extra_location_types
668
+ # Optional. A list of extra location types that should be used as conditions for
669
+ # controlling the visibility of the locations.
663
670
  # @param [String] filter
664
671
  # A filter to narrow down results to a preferred subset. The filtering language
665
672
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -687,11 +694,12 @@ module Google
687
694
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
688
695
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
689
696
  # @raise [Google::Apis::AuthorizationError] Authorization is required
690
- def list_project_locations(projects_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
697
+ def list_project_locations(projects_id, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
691
698
  command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations', options)
692
699
  command.response_representation = Google::Apis::AppengineV1alpha::ListLocationsResponse::Representation
693
700
  command.response_class = Google::Apis::AppengineV1alpha::ListLocationsResponse
694
701
  command.params['projectsId'] = projects_id unless projects_id.nil?
702
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
695
703
  command.query['filter'] = filter unless filter.nil?
696
704
  command.query['pageSize'] = page_size unless page_size.nil?
697
705
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.35.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for App Engine Admin API V1alpha
82
79
  test_files: []