google-apis-appengine_v1 0.66.0 → 0.68.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: c345691a1e7cd5c752878106e0f9f22df586da7c0856c8f0315ecab80cad7246
|
|
4
|
+
data.tar.gz: beb8ba750049a5ddbb78b711f1fda331c92649d21e55a88228078eac8c3bbec6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1243a30859af4048ced549a022b38c00a76b8f1be84668de22ab046e2a5d9df8fce1672b0d249a497fb3769363e2dee539ac800e7d41044ce570c65935658b79
|
|
7
|
+
data.tar.gz: 2d7f032217a24422b36e09822187395f998b739f18d0ba74b6785211a0433331ff6875e767a17666203fc938ff87c312006d3c3c4708a54404dae8cf28f9b4ce
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.68.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251208
|
|
6
|
+
|
|
7
|
+
### v0.67.0 (2025-11-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251103
|
|
10
|
+
|
|
3
11
|
### v0.66.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250930
|
|
@@ -247,8 +247,9 @@ module Google
|
|
|
247
247
|
# @return [Fixnum]
|
|
248
248
|
attr_accessor :domain_mappings_count
|
|
249
249
|
|
|
250
|
-
# Topmost applicable domains of this certificate. This certificate
|
|
251
|
-
# these domains and their subdomains. Example: example.com.@
|
|
250
|
+
# Output only. Topmost applicable domains of this certificate. This certificate
|
|
251
|
+
# applies to these domains and their subdomains. Example: example.com.@
|
|
252
|
+
# OutputOnly
|
|
252
253
|
# Corresponds to the JSON property `domainNames`
|
|
253
254
|
# @return [Array<String>]
|
|
254
255
|
attr_accessor :domain_names
|
|
@@ -260,8 +261,9 @@ module Google
|
|
|
260
261
|
# @return [String]
|
|
261
262
|
attr_accessor :expire_time
|
|
262
263
|
|
|
263
|
-
# Relative name of the certificate. This is a unique value
|
|
264
|
-
# AuthorizedCertificate resource creation. Example: 12345.@
|
|
264
|
+
# Output only. Relative name of the certificate. This is a unique value
|
|
265
|
+
# autogenerated on AuthorizedCertificate resource creation. Example: 12345.@
|
|
266
|
+
# OutputOnly
|
|
265
267
|
# Corresponds to the JSON property `id`
|
|
266
268
|
# @return [String]
|
|
267
269
|
attr_accessor :id
|
|
@@ -271,15 +273,15 @@ module Google
|
|
|
271
273
|
# @return [Google::Apis::AppengineV1::ManagedCertificate]
|
|
272
274
|
attr_accessor :managed_certificate
|
|
273
275
|
|
|
274
|
-
# Full path to the AuthorizedCertificate resource in the API.
|
|
275
|
-
# myapp/authorizedCertificates/12345.@OutputOnly
|
|
276
|
+
# Output only. Full path to the AuthorizedCertificate resource in the API.
|
|
277
|
+
# Example: apps/myapp/authorizedCertificates/12345.@OutputOnly
|
|
276
278
|
# Corresponds to the JSON property `name`
|
|
277
279
|
# @return [String]
|
|
278
280
|
attr_accessor :name
|
|
279
281
|
|
|
280
|
-
# The full paths to user visible Domain Mapping resources that have
|
|
281
|
-
# certificate mapped. Example: apps/myapp/domainMappings/example.com.This
|
|
282
|
-
# not represent the full list of mapped domain mappings if the user does not
|
|
282
|
+
# Output only. The full paths to user visible Domain Mapping resources that have
|
|
283
|
+
# this certificate mapped. Example: apps/myapp/domainMappings/example.com.This
|
|
284
|
+
# may not represent the full list of mapped domain mappings if the user does not
|
|
283
285
|
# have VIEWER permissions on all of the applications that have this certificate
|
|
284
286
|
# mapped. See domain_mappings_count for a complete count.Only returned by GET or
|
|
285
287
|
# LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@
|
|
@@ -874,15 +876,15 @@ module Google
|
|
|
874
876
|
# @return [String]
|
|
875
877
|
attr_accessor :id
|
|
876
878
|
|
|
877
|
-
# Full path to the DomainMapping resource in the API. Example: apps/
|
|
878
|
-
# domainMapping/example.com.@OutputOnly
|
|
879
|
+
# Output only. Full path to the DomainMapping resource in the API. Example: apps/
|
|
880
|
+
# myapp/domainMapping/example.com.@OutputOnly
|
|
879
881
|
# Corresponds to the JSON property `name`
|
|
880
882
|
# @return [String]
|
|
881
883
|
attr_accessor :name
|
|
882
884
|
|
|
883
|
-
# The resource records required to configure this domain mapping.
|
|
884
|
-
# must be added to the domain's DNS configuration in order to
|
|
885
|
-
# application via this domain mapping.@OutputOnly
|
|
885
|
+
# Output only. The resource records required to configure this domain mapping.
|
|
886
|
+
# These records must be added to the domain's DNS configuration in order to
|
|
887
|
+
# serve the application via this domain mapping.@OutputOnly
|
|
886
888
|
# Corresponds to the JSON property `resourceRecords`
|
|
887
889
|
# @return [Array<Google::Apis::AppengineV1::ResourceRecord>]
|
|
888
890
|
attr_accessor :resource_records
|
|
@@ -1024,6 +1026,36 @@ module Google
|
|
|
1024
1026
|
end
|
|
1025
1027
|
end
|
|
1026
1028
|
|
|
1029
|
+
# Request message for Versions.ExportAppImage.
|
|
1030
|
+
class ExportAppImageRequest
|
|
1031
|
+
include Google::Apis::Core::Hashable
|
|
1032
|
+
|
|
1033
|
+
# Optional. The full resource name of the AR repository to export to. Format:
|
|
1034
|
+
# projects/`project`/locations/`location`/repositories/`repository` If not
|
|
1035
|
+
# specified, defaults to projects/`project`/locations/`location`/repositories/
|
|
1036
|
+
# gae-standard in the same region as the app. The default repository will be
|
|
1037
|
+
# created if it does not exist.
|
|
1038
|
+
# Corresponds to the JSON property `destinationRepository`
|
|
1039
|
+
# @return [String]
|
|
1040
|
+
attr_accessor :destination_repository
|
|
1041
|
+
|
|
1042
|
+
# Optional. Optional: A service account to use for authenticating to Artifact
|
|
1043
|
+
# Registry.
|
|
1044
|
+
# Corresponds to the JSON property `serviceAccount`
|
|
1045
|
+
# @return [String]
|
|
1046
|
+
attr_accessor :service_account
|
|
1047
|
+
|
|
1048
|
+
def initialize(**args)
|
|
1049
|
+
update!(**args)
|
|
1050
|
+
end
|
|
1051
|
+
|
|
1052
|
+
# Update properties of this object
|
|
1053
|
+
def update!(**args)
|
|
1054
|
+
@destination_repository = args[:destination_repository] if args.key?(:destination_repository)
|
|
1055
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
|
1056
|
+
end
|
|
1057
|
+
end
|
|
1058
|
+
|
|
1027
1059
|
# The feature specific settings to be used in the application. These define
|
|
1028
1060
|
# behaviors that are user configurable.
|
|
1029
1061
|
class FeatureSettings
|
|
@@ -1646,8 +1678,8 @@ module Google
|
|
|
1646
1678
|
attr_accessor :operations
|
|
1647
1679
|
|
|
1648
1680
|
# Unordered list. Unreachable resources. Populated when the request sets
|
|
1649
|
-
# ListOperationsRequest.return_partial_success and reads across collections
|
|
1650
|
-
# when attempting to list all resources across all supported locations.
|
|
1681
|
+
# ListOperationsRequest.return_partial_success and reads across collections. For
|
|
1682
|
+
# example, when attempting to list all resources across all supported locations.
|
|
1651
1683
|
# Corresponds to the JSON property `unreachable`
|
|
1652
1684
|
# @return [Array<String>]
|
|
1653
1685
|
attr_accessor :unreachable
|
|
@@ -2881,13 +2913,13 @@ module Google
|
|
|
2881
2913
|
# @return [String]
|
|
2882
2914
|
attr_accessor :certificate_id
|
|
2883
2915
|
|
|
2884
|
-
# ID of the managed AuthorizedCertificate resource currently being
|
|
2885
|
-
# if applicable. Until the new managed certificate has been
|
|
2886
|
-
# provisioned, the previous SSL state will be preserved. Once the
|
|
2887
|
-
# process completes, the certificate_id field will reflect the new
|
|
2888
|
-
# certificate and this field will be left empty. To remove SSL support
|
|
2889
|
-
# there is still a pending managed certificate, clear the certificate_id
|
|
2890
|
-
# with an UpdateDomainMappingRequest.@OutputOnly
|
|
2916
|
+
# Output only. ID of the managed AuthorizedCertificate resource currently being
|
|
2917
|
+
# provisioned, if applicable. Until the new managed certificate has been
|
|
2918
|
+
# successfully provisioned, the previous SSL state will be preserved. Once the
|
|
2919
|
+
# provisioning process completes, the certificate_id field will reflect the new
|
|
2920
|
+
# managed certificate and this field will be left empty. To remove SSL support
|
|
2921
|
+
# while there is still a pending managed certificate, clear the certificate_id
|
|
2922
|
+
# field with an UpdateDomainMappingRequest.@OutputOnly
|
|
2891
2923
|
# Corresponds to the JSON property `pendingManagedCertificateId`
|
|
2892
2924
|
# @return [String]
|
|
2893
2925
|
attr_accessor :pending_managed_certificate_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1
|
|
18
18
|
# Version of the google-apis-appengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.68.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 = "20251208"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,12 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class ExportAppImageRequest
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
181
187
|
class FeatureSettings
|
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
189
|
|
|
@@ -772,6 +778,14 @@ module Google
|
|
|
772
778
|
end
|
|
773
779
|
end
|
|
774
780
|
|
|
781
|
+
class ExportAppImageRequest
|
|
782
|
+
# @private
|
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
784
|
+
property :destination_repository, as: 'destinationRepository'
|
|
785
|
+
property :service_account, as: 'serviceAccount'
|
|
786
|
+
end
|
|
787
|
+
end
|
|
788
|
+
|
|
775
789
|
class FeatureSettings
|
|
776
790
|
# @private
|
|
777
791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -909,8 +909,8 @@ module Google
|
|
|
909
909
|
# @param [String] apps_id
|
|
910
910
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
911
911
|
# @param [Array<String>, String] extra_location_types
|
|
912
|
-
# Optional.
|
|
913
|
-
#
|
|
912
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
913
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
914
914
|
# @param [String] filter
|
|
915
915
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
916
916
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -999,10 +999,11 @@ module Google
|
|
|
999
999
|
# @param [Boolean] return_partial_success
|
|
1000
1000
|
# When set to true, operations that are reachable are returned as normal, and
|
|
1001
1001
|
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1002
|
-
# unreachable field.This can only be true when reading across collections
|
|
1003
|
-
# when parent is set to "projects/example/locations/-".This field is
|
|
1004
|
-
#
|
|
1005
|
-
# explicitly documented otherwise in service or product specific
|
|
1002
|
+
# unreachable field.This can only be true when reading across collections. For
|
|
1003
|
+
# example, when parent is set to "projects/example/locations/-".This field is
|
|
1004
|
+
# not supported by default and will result in an UNIMPLEMENTED error if set
|
|
1005
|
+
# unless explicitly documented otherwise in service or product specific
|
|
1006
|
+
# documentation.
|
|
1006
1007
|
# @param [String] fields
|
|
1007
1008
|
# Selector specifying which fields to include in a partial response.
|
|
1008
1009
|
# @param [String] quota_user
|
|
@@ -1267,6 +1268,46 @@ module Google
|
|
|
1267
1268
|
execute_or_queue_command(command, &block)
|
|
1268
1269
|
end
|
|
1269
1270
|
|
|
1271
|
+
# Exports a user image to Artifact Registry.
|
|
1272
|
+
# @param [String] apps_id
|
|
1273
|
+
# Part of `name`. Required. Name of the App Engine version resource. Format:
|
|
1274
|
+
# apps/`app`/services/`service`/versions/`version`
|
|
1275
|
+
# @param [String] services_id
|
|
1276
|
+
# Part of `name`. See documentation of `appsId`.
|
|
1277
|
+
# @param [String] versions_id
|
|
1278
|
+
# Part of `name`. See documentation of `appsId`.
|
|
1279
|
+
# @param [Google::Apis::AppengineV1::ExportAppImageRequest] export_app_image_request_object
|
|
1280
|
+
# @param [String] fields
|
|
1281
|
+
# Selector specifying which fields to include in a partial response.
|
|
1282
|
+
# @param [String] quota_user
|
|
1283
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1284
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1285
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1286
|
+
# Request-specific options
|
|
1287
|
+
#
|
|
1288
|
+
# @yield [result, err] Result & error if block supplied
|
|
1289
|
+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
|
|
1290
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1291
|
+
#
|
|
1292
|
+
# @return [Google::Apis::AppengineV1::Operation]
|
|
1293
|
+
#
|
|
1294
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1295
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1296
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1297
|
+
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)
|
|
1298
|
+
command = make_simple_command(:post, 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
|
|
1299
|
+
command.request_representation = Google::Apis::AppengineV1::ExportAppImageRequest::Representation
|
|
1300
|
+
command.request_object = export_app_image_request_object
|
|
1301
|
+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
|
|
1302
|
+
command.response_class = Google::Apis::AppengineV1::Operation
|
|
1303
|
+
command.params['appsId'] = apps_id unless apps_id.nil?
|
|
1304
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
|
1305
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
|
1306
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1307
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1308
|
+
execute_or_queue_command(command, &block)
|
|
1309
|
+
end
|
|
1310
|
+
|
|
1270
1311
|
# Gets the specified Version resource. By default, only a BASIC_VIEW will be
|
|
1271
1312
|
# returned. Specify the FULL_VIEW parameter to get the full resource.
|
|
1272
1313
|
# @param [String] apps_id
|
|
@@ -2049,6 +2090,49 @@ module Google
|
|
|
2049
2090
|
execute_or_queue_command(command, &block)
|
|
2050
2091
|
end
|
|
2051
2092
|
|
|
2093
|
+
# Lists the domain mappings on an application.
|
|
2094
|
+
# @param [String] projects_id
|
|
2095
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
|
2096
|
+
# apps/myapp.
|
|
2097
|
+
# @param [String] locations_id
|
|
2098
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2099
|
+
# @param [String] applications_id
|
|
2100
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2101
|
+
# @param [Fixnum] page_size
|
|
2102
|
+
# Maximum results to return per page.
|
|
2103
|
+
# @param [String] page_token
|
|
2104
|
+
# Continuation token for fetching the next page of results.
|
|
2105
|
+
# @param [String] fields
|
|
2106
|
+
# Selector specifying which fields to include in a partial response.
|
|
2107
|
+
# @param [String] quota_user
|
|
2108
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2109
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2110
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2111
|
+
# Request-specific options
|
|
2112
|
+
#
|
|
2113
|
+
# @yield [result, err] Result & error if block supplied
|
|
2114
|
+
# @yieldparam result [Google::Apis::AppengineV1::ListDomainMappingsResponse] parsed result object
|
|
2115
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2116
|
+
#
|
|
2117
|
+
# @return [Google::Apis::AppengineV1::ListDomainMappingsResponse]
|
|
2118
|
+
#
|
|
2119
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2120
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2121
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2122
|
+
def list_project_location_application_domain_mappings(projects_id, locations_id, applications_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2123
|
+
command = make_simple_command(:get, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
|
2124
|
+
command.response_representation = Google::Apis::AppengineV1::ListDomainMappingsResponse::Representation
|
|
2125
|
+
command.response_class = Google::Apis::AppengineV1::ListDomainMappingsResponse
|
|
2126
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2127
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2128
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2129
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
2130
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
2131
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2132
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2133
|
+
execute_or_queue_command(command, &block)
|
|
2134
|
+
end
|
|
2135
|
+
|
|
2052
2136
|
# Updates the specified domain mapping. To map an SSL certificate to a domain
|
|
2053
2137
|
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
|
|
2054
2138
|
# A user must be authorized to administer the associated domain in order to
|
|
@@ -2241,6 +2325,52 @@ module Google
|
|
|
2241
2325
|
execute_or_queue_command(command, &block)
|
|
2242
2326
|
end
|
|
2243
2327
|
|
|
2328
|
+
# Exports a user image to Artifact Registry.
|
|
2329
|
+
# @param [String] projects_id
|
|
2330
|
+
# Part of `name`. Required. Name of the App Engine version resource. Format:
|
|
2331
|
+
# apps/`app`/services/`service`/versions/`version`
|
|
2332
|
+
# @param [String] locations_id
|
|
2333
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2334
|
+
# @param [String] applications_id
|
|
2335
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2336
|
+
# @param [String] services_id
|
|
2337
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2338
|
+
# @param [String] versions_id
|
|
2339
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2340
|
+
# @param [Google::Apis::AppengineV1::ExportAppImageRequest] export_app_image_request_object
|
|
2341
|
+
# @param [String] fields
|
|
2342
|
+
# Selector specifying which fields to include in a partial response.
|
|
2343
|
+
# @param [String] quota_user
|
|
2344
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2345
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2346
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2347
|
+
# Request-specific options
|
|
2348
|
+
#
|
|
2349
|
+
# @yield [result, err] Result & error if block supplied
|
|
2350
|
+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
|
|
2351
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2352
|
+
#
|
|
2353
|
+
# @return [Google::Apis::AppengineV1::Operation]
|
|
2354
|
+
#
|
|
2355
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2356
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2357
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2358
|
+
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)
|
|
2359
|
+
command = make_simple_command(:post, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
|
|
2360
|
+
command.request_representation = Google::Apis::AppengineV1::ExportAppImageRequest::Representation
|
|
2361
|
+
command.request_object = export_app_image_request_object
|
|
2362
|
+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
|
|
2363
|
+
command.response_class = Google::Apis::AppengineV1::Operation
|
|
2364
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2365
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2366
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2367
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
|
2368
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
|
2369
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2370
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2371
|
+
execute_or_queue_command(command, &block)
|
|
2372
|
+
end
|
|
2373
|
+
|
|
2244
2374
|
# Updates the specified Version resource. You can specify the following fields
|
|
2245
2375
|
# depending on the App Engine environment and type of scaling that the version
|
|
2246
2376
|
# 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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.68.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.68.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|