google-apis-appengine_v1beta 0.67.0 → 0.69.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: 3d353be3ce49455c0e727cdfd9467146a539fca3721baf5e7f9e92d77ffa499a
4
- data.tar.gz: e08ca12919bb2a0afc725b559e49d1e95bad861cf32be3aa051b562c4cdd36c5
3
+ metadata.gz: 9d96869d4555d97bfa1b2a61faec835cf721b2e72614ab7b70ebd8caa29fb2dd
4
+ data.tar.gz: bce36e482ce61f77023e5b38411cb5b5e0b51523ada66cdc0ca149546665daa5
5
5
  SHA512:
6
- metadata.gz: 274b3e8d0a6d4bc6ceedf3425d8167aca73eb9f4a8c22879dd4997ac7cdd1bb8003864f56774c7a2c3396e25cfcdeeaa1016f5ccc295cf4b6d09366eab0d934a
7
- data.tar.gz: ad21438c9b186999899d758a318d73c1cfefc3b7a719519e4f17ef8736943f064e156a524b00360538cb91ebddd6352ea7d07a725e4f0af073fbfe85a77c461b
6
+ metadata.gz: ccb33e50ce9d203ad69106995a68c5076e1007cb4923e60e8901185975cd35293ed4531375f8e4bc35c23456d26f7a9ecbec919e3ad40f05e2159c14a8976331
7
+ data.tar.gz: 20dda4ae35e80b45fa0f5a2a38d171806119fedd3cc0771a230c71d6d54328f1775d9e50256a2382ee9e38f1bddf20368b15f6c4e35255b4431d6b3565b404b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.69.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260327
6
+
7
+ ### v0.68.0 (2026-03-22)
8
+
9
+ * Regenerated from discovery document revision 20260316
10
+
3
11
  ### v0.67.0 (2026-02-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20260220
@@ -1105,6 +1105,29 @@ module Google
1105
1105
  end
1106
1106
  end
1107
1107
 
1108
+ # Request message for Versions.ExportAppImage.
1109
+ class ExportAppImageRequest
1110
+ include Google::Apis::Core::Hashable
1111
+
1112
+ # Optional. The full resource name of the AR repository to export to. Format:
1113
+ # projects/`project`/locations/`location`/repositories/`repository` If not
1114
+ # specified, defaults to projects/`project`/locations/`location`/repositories/
1115
+ # gae-standard in the same region as the app. The default repository will be
1116
+ # created if it does not exist.
1117
+ # Corresponds to the JSON property `destinationRepository`
1118
+ # @return [String]
1119
+ attr_accessor :destination_repository
1120
+
1121
+ def initialize(**args)
1122
+ update!(**args)
1123
+ end
1124
+
1125
+ # Update properties of this object
1126
+ def update!(**args)
1127
+ @destination_repository = args[:destination_repository] if args.key?(:destination_repository)
1128
+ end
1129
+ end
1130
+
1108
1131
  # The feature specific settings to be used in the application. These define
1109
1132
  # behaviors that are user configurable.
1110
1133
  class FeatureSettings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.69.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 = "20260220"
25
+ REVISION = "20260327"
26
26
  end
27
27
  end
28
28
  end
@@ -190,6 +190,12 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
+ class ExportAppImageRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
193
199
  class FeatureSettings
194
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
201
 
@@ -818,6 +824,13 @@ module Google
818
824
  end
819
825
  end
820
826
 
827
+ class ExportAppImageRequest
828
+ # @private
829
+ class Representation < Google::Apis::Core::JsonRepresentation
830
+ property :destination_repository, as: 'destinationRepository'
831
+ end
832
+ end
833
+
821
834
  class FeatureSettings
822
835
  # @private
823
836
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -905,11 +905,16 @@ module Google
905
905
  execute_or_queue_command(command, &block)
906
906
  end
907
907
 
908
- # Lists information about the supported locations for this service. This method
909
- # can be called in two ways: List all public locations: Use the path GET /v1/
910
- # locations. List project-visible locations: Use the path GET /v1/projects/`
911
- # project_id`/locations. This may include public locations as well as private or
912
- # other locations specifically visible to the project.
908
+ # Lists information about the supported locations for this service.This method
909
+ # lists locations based on the resource scope provided in the
910
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
911
+ # method lists the public locations available to all projects. Project-specific
912
+ # locations: If name follows the format projects/`project`, the method lists
913
+ # locations visible to that specific project. This includes public, private, or
914
+ # other project-specific locations enabled for the project.For gRPC and client
915
+ # library implementations, the resource name is passed as the name field. For
916
+ # direct service calls, the resource name is incorporated into the request path
917
+ # based on the specific service implementation and version.
913
918
  # @param [String] apps_id
914
919
  # Part of `name`. The resource that owns the locations collection, if applicable.
915
920
  # @param [Array<String>, String] extra_location_types
@@ -1275,6 +1280,46 @@ module Google
1275
1280
  execute_or_queue_command(command, &block)
1276
1281
  end
1277
1282
 
1283
+ # Exports a user image to Artifact Registry.
1284
+ # @param [String] apps_id
1285
+ # Part of `name`. Required. Name of the App Engine version resource. Format:
1286
+ # apps/`app`/services/`service`/versions/`version`
1287
+ # @param [String] services_id
1288
+ # Part of `name`. See documentation of `appsId`.
1289
+ # @param [String] versions_id
1290
+ # Part of `name`. See documentation of `appsId`.
1291
+ # @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
1292
+ # @param [String] fields
1293
+ # Selector specifying which fields to include in a partial response.
1294
+ # @param [String] quota_user
1295
+ # Available to use for quota purposes for server-side applications. Can be any
1296
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1297
+ # @param [Google::Apis::RequestOptions] options
1298
+ # Request-specific options
1299
+ #
1300
+ # @yield [result, err] Result & error if block supplied
1301
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1302
+ # @yieldparam err [StandardError] error object if request failed
1303
+ #
1304
+ # @return [Google::Apis::AppengineV1beta::Operation]
1305
+ #
1306
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1307
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1308
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1309
+ def export_app_service_version_app_image(apps_id, services_id, versions_id, export_app_image_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1310
+ command = make_simple_command(:post, 'v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
1311
+ command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
1312
+ command.request_object = export_app_image_request_object
1313
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1314
+ command.response_class = Google::Apis::AppengineV1beta::Operation
1315
+ command.params['appsId'] = apps_id unless apps_id.nil?
1316
+ command.params['servicesId'] = services_id unless services_id.nil?
1317
+ command.params['versionsId'] = versions_id unless versions_id.nil?
1318
+ command.query['fields'] = fields unless fields.nil?
1319
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1320
+ execute_or_queue_command(command, &block)
1321
+ end
1322
+
1278
1323
  # Gets the specified Version resource. By default, only a BASIC_VIEW will be
1279
1324
  # returned. Specify the FULL_VIEW parameter to get the full resource.
1280
1325
  # @param [String] apps_id
@@ -1658,11 +1703,16 @@ module Google
1658
1703
  execute_or_queue_command(command, &block)
1659
1704
  end
1660
1705
 
1661
- # Lists information about the supported locations for this service. This method
1662
- # can be called in two ways: List all public locations: Use the path GET /v1/
1663
- # locations. List project-visible locations: Use the path GET /v1/projects/`
1664
- # project_id`/locations. This may include public locations as well as private or
1665
- # other locations specifically visible to the project.
1706
+ # Lists information about the supported locations for this service.This method
1707
+ # lists locations based on the resource scope provided in the
1708
+ # ListLocationsRequest.name field: Global locations: If name is empty, the
1709
+ # method lists the public locations available to all projects. Project-specific
1710
+ # locations: If name follows the format projects/`project`, the method lists
1711
+ # locations visible to that specific project. This includes public, private, or
1712
+ # other project-specific locations enabled for the project.For gRPC and client
1713
+ # library implementations, the resource name is passed as the name field. For
1714
+ # direct service calls, the resource name is incorporated into the request path
1715
+ # based on the specific service implementation and version.
1666
1716
  # @param [String] projects_id
1667
1717
  # Part of `name`. The resource that owns the locations collection, if applicable.
1668
1718
  # @param [Array<String>, String] extra_location_types
@@ -2379,6 +2429,52 @@ module Google
2379
2429
  execute_or_queue_command(command, &block)
2380
2430
  end
2381
2431
 
2432
+ # Exports a user image to Artifact Registry.
2433
+ # @param [String] projects_id
2434
+ # Part of `name`. Required. Name of the App Engine version resource. Format:
2435
+ # apps/`app`/services/`service`/versions/`version`
2436
+ # @param [String] locations_id
2437
+ # Part of `name`. See documentation of `projectsId`.
2438
+ # @param [String] applications_id
2439
+ # Part of `name`. See documentation of `projectsId`.
2440
+ # @param [String] services_id
2441
+ # Part of `name`. See documentation of `projectsId`.
2442
+ # @param [String] versions_id
2443
+ # Part of `name`. See documentation of `projectsId`.
2444
+ # @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
2445
+ # @param [String] fields
2446
+ # Selector specifying which fields to include in a partial response.
2447
+ # @param [String] quota_user
2448
+ # Available to use for quota purposes for server-side applications. Can be any
2449
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2450
+ # @param [Google::Apis::RequestOptions] options
2451
+ # Request-specific options
2452
+ #
2453
+ # @yield [result, err] Result & error if block supplied
2454
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
2455
+ # @yieldparam err [StandardError] error object if request failed
2456
+ #
2457
+ # @return [Google::Apis::AppengineV1beta::Operation]
2458
+ #
2459
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2460
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2461
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2462
+ def export_project_location_application_service_version_app_image(projects_id, locations_id, applications_id, services_id, versions_id, export_app_image_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2463
+ command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
2464
+ command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
2465
+ command.request_object = export_app_image_request_object
2466
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
2467
+ command.response_class = Google::Apis::AppengineV1beta::Operation
2468
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2469
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2470
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2471
+ command.params['servicesId'] = services_id unless services_id.nil?
2472
+ command.params['versionsId'] = versions_id unless versions_id.nil?
2473
+ command.query['fields'] = fields unless fields.nil?
2474
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2475
+ execute_or_queue_command(command, &block)
2476
+ end
2477
+
2382
2478
  # Updates the specified Version resource. You can specify the following fields
2383
2479
  # depending on the App Engine environment and type of scaling that the version
2384
2480
  # resource uses:Standard environment instance_class (https://cloud.google.com/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.69.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.69.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: