google-apis-appengine_v1beta 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: bba77dd2b10b7837420225b67444c685dc3b8aa8cde2766e76be6567c2e5dc30
|
|
4
|
+
data.tar.gz: 59dd64defb8fed21cd2749129058e7999420f368fe82de8c62d2a6bcc928a15e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aed18fb98e2dae53c9793f3737c994b0e2f267cffa7ea3d12ad6f34b8f4369492203674ae43c436527104c7bda6e2d5f93dfc03bd24930af959c8bb07d0b964f
|
|
7
|
+
data.tar.gz: 0d8889d2e28f36449c3d1c8117577eb94568ac1346261498beea2cfbd46b561d491fb47a473eb5f5355f492ea184020e1e7e59a9caf448f50ff6c20da6e9cd45
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.68.0 (2026-03-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260316
|
|
6
|
+
|
|
7
|
+
### v0.67.0 (2026-02-22)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260220
|
|
10
|
+
|
|
3
11
|
### v0.66.0 (2026-02-08)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260202
|
|
@@ -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
|
|
@@ -3147,32 +3170,6 @@ module Google
|
|
|
3147
3170
|
end
|
|
3148
3171
|
end
|
|
3149
3172
|
|
|
3150
|
-
# Subnetwork key message.
|
|
3151
|
-
class SubnetworkKey
|
|
3152
|
-
include Google::Apis::Core::Hashable
|
|
3153
|
-
|
|
3154
|
-
# Project id (name not number) of the project that hosts the network
|
|
3155
|
-
# Corresponds to the JSON property `hostProjectId`
|
|
3156
|
-
# @return [String]
|
|
3157
|
-
attr_accessor :host_project_id
|
|
3158
|
-
|
|
3159
|
-
# Short name of the subnetwork. e.g. SUBNET instead of projects/`PROJECT_NAME`/
|
|
3160
|
-
# regions/`REGION`/subnetworks/`SUBNET`
|
|
3161
|
-
# Corresponds to the JSON property `subnet`
|
|
3162
|
-
# @return [String]
|
|
3163
|
-
attr_accessor :subnet
|
|
3164
|
-
|
|
3165
|
-
def initialize(**args)
|
|
3166
|
-
update!(**args)
|
|
3167
|
-
end
|
|
3168
|
-
|
|
3169
|
-
# Update properties of this object
|
|
3170
|
-
def update!(**args)
|
|
3171
|
-
@host_project_id = args[:host_project_id] if args.key?(:host_project_id)
|
|
3172
|
-
@subnet = args[:subnet] if args.key?(:subnet)
|
|
3173
|
-
end
|
|
3174
|
-
end
|
|
3175
|
-
|
|
3176
3173
|
# Traffic routing configuration for versions within a single service. Traffic
|
|
3177
3174
|
# splits define how traffic directed to the service is assigned to versions.
|
|
3178
3175
|
class TrafficSplit
|
|
@@ -3582,11 +3579,6 @@ module Google
|
|
|
3582
3579
|
# @return [Google::Apis::AppengineV1beta::VpcAccessConnector]
|
|
3583
3580
|
attr_accessor :vpc_access_connector
|
|
3584
3581
|
|
|
3585
|
-
# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
|
|
3586
|
-
# Corresponds to the JSON property `vpcEgress`
|
|
3587
|
-
# @return [Google::Apis::AppengineV1beta::VpcEgress]
|
|
3588
|
-
attr_accessor :vpc_egress
|
|
3589
|
-
|
|
3590
3582
|
# The Google Compute Engine zones that are supported by this version in the App
|
|
3591
3583
|
# Engine flexible environment. Deprecated.
|
|
3592
3584
|
# Corresponds to the JSON property `zones`
|
|
@@ -3642,7 +3634,6 @@ module Google
|
|
|
3642
3634
|
@vm = args[:vm] if args.key?(:vm)
|
|
3643
3635
|
@vpc_access = args[:vpc_access] if args.key?(:vpc_access)
|
|
3644
3636
|
@vpc_access_connector = args[:vpc_access_connector] if args.key?(:vpc_access_connector)
|
|
3645
|
-
@vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
|
|
3646
3637
|
@zones = args[:zones] if args.key?(:zones)
|
|
3647
3638
|
end
|
|
3648
3639
|
end
|
|
@@ -3733,38 +3724,6 @@ module Google
|
|
|
3733
3724
|
end
|
|
3734
3725
|
end
|
|
3735
3726
|
|
|
3736
|
-
# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
|
|
3737
|
-
class VpcEgress
|
|
3738
|
-
include Google::Apis::Core::Hashable
|
|
3739
|
-
|
|
3740
|
-
# The egress setting for the subnetwork, controlling what traffic is diverted
|
|
3741
|
-
# through it.
|
|
3742
|
-
# Corresponds to the JSON property `egressSetting`
|
|
3743
|
-
# @return [String]
|
|
3744
|
-
attr_accessor :egress_setting
|
|
3745
|
-
|
|
3746
|
-
# The network tags to apply to the instance.
|
|
3747
|
-
# Corresponds to the JSON property `networkTags`
|
|
3748
|
-
# @return [Array<Google::Apis::AppengineV1beta::VpcNetworkTag>]
|
|
3749
|
-
attr_accessor :network_tags
|
|
3750
|
-
|
|
3751
|
-
# Subnetwork key message.
|
|
3752
|
-
# Corresponds to the JSON property `subnetworkKey`
|
|
3753
|
-
# @return [Google::Apis::AppengineV1beta::SubnetworkKey]
|
|
3754
|
-
attr_accessor :subnetwork_key
|
|
3755
|
-
|
|
3756
|
-
def initialize(**args)
|
|
3757
|
-
update!(**args)
|
|
3758
|
-
end
|
|
3759
|
-
|
|
3760
|
-
# Update properties of this object
|
|
3761
|
-
def update!(**args)
|
|
3762
|
-
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
|
|
3763
|
-
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
3764
|
-
@subnetwork_key = args[:subnetwork_key] if args.key?(:subnetwork_key)
|
|
3765
|
-
end
|
|
3766
|
-
end
|
|
3767
|
-
|
|
3768
3727
|
# Network interface key message.
|
|
3769
3728
|
class VpcNetworkInterface
|
|
3770
3729
|
include Google::Apis::Core::Hashable
|
|
@@ -3807,25 +3766,6 @@ module Google
|
|
|
3807
3766
|
end
|
|
3808
3767
|
end
|
|
3809
3768
|
|
|
3810
|
-
# Network tag message.
|
|
3811
|
-
class VpcNetworkTag
|
|
3812
|
-
include Google::Apis::Core::Hashable
|
|
3813
|
-
|
|
3814
|
-
# value for the tag name
|
|
3815
|
-
# Corresponds to the JSON property `value`
|
|
3816
|
-
# @return [String]
|
|
3817
|
-
attr_accessor :value
|
|
3818
|
-
|
|
3819
|
-
def initialize(**args)
|
|
3820
|
-
update!(**args)
|
|
3821
|
-
end
|
|
3822
|
-
|
|
3823
|
-
# Update properties of this object
|
|
3824
|
-
def update!(**args)
|
|
3825
|
-
@value = args[:value] if args.key?(:value)
|
|
3826
|
-
end
|
|
3827
|
-
end
|
|
3828
|
-
|
|
3829
3769
|
# The zip file information for a zip deployment.
|
|
3830
3770
|
class ZipInfo
|
|
3831
3771
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
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 = "20260316"
|
|
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
|
|
|
@@ -478,12 +484,6 @@ module Google
|
|
|
478
484
|
include Google::Apis::Core::JsonObjectSupport
|
|
479
485
|
end
|
|
480
486
|
|
|
481
|
-
class SubnetworkKey
|
|
482
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
-
|
|
484
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
-
end
|
|
486
|
-
|
|
487
487
|
class TrafficSplit
|
|
488
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
489
|
|
|
@@ -526,24 +526,12 @@ module Google
|
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
527
|
end
|
|
528
528
|
|
|
529
|
-
class VpcEgress
|
|
530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
-
|
|
532
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
-
end
|
|
534
|
-
|
|
535
529
|
class VpcNetworkInterface
|
|
536
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
531
|
|
|
538
532
|
include Google::Apis::Core::JsonObjectSupport
|
|
539
533
|
end
|
|
540
534
|
|
|
541
|
-
class VpcNetworkTag
|
|
542
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
-
|
|
544
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
-
end
|
|
546
|
-
|
|
547
535
|
class ZipInfo
|
|
548
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
537
|
|
|
@@ -836,6 +824,13 @@ module Google
|
|
|
836
824
|
end
|
|
837
825
|
end
|
|
838
826
|
|
|
827
|
+
class ExportAppImageRequest
|
|
828
|
+
# @private
|
|
829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
830
|
+
property :destination_repository, as: 'destinationRepository'
|
|
831
|
+
end
|
|
832
|
+
end
|
|
833
|
+
|
|
839
834
|
class FeatureSettings
|
|
840
835
|
# @private
|
|
841
836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1345,14 +1340,6 @@ module Google
|
|
|
1345
1340
|
end
|
|
1346
1341
|
end
|
|
1347
1342
|
|
|
1348
|
-
class SubnetworkKey
|
|
1349
|
-
# @private
|
|
1350
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1351
|
-
property :host_project_id, as: 'hostProjectId'
|
|
1352
|
-
property :subnet, as: 'subnet'
|
|
1353
|
-
end
|
|
1354
|
-
end
|
|
1355
|
-
|
|
1356
1343
|
class TrafficSplit
|
|
1357
1344
|
# @private
|
|
1358
1345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1451,8 +1438,6 @@ module Google
|
|
|
1451
1438
|
|
|
1452
1439
|
property :vpc_access_connector, as: 'vpcAccessConnector', class: Google::Apis::AppengineV1beta::VpcAccessConnector, decorator: Google::Apis::AppengineV1beta::VpcAccessConnector::Representation
|
|
1453
1440
|
|
|
1454
|
-
property :vpc_egress, as: 'vpcEgress', class: Google::Apis::AppengineV1beta::VpcEgress, decorator: Google::Apis::AppengineV1beta::VpcEgress::Representation
|
|
1455
|
-
|
|
1456
1441
|
collection :zones, as: 'zones'
|
|
1457
1442
|
end
|
|
1458
1443
|
end
|
|
@@ -1483,17 +1468,6 @@ module Google
|
|
|
1483
1468
|
end
|
|
1484
1469
|
end
|
|
1485
1470
|
|
|
1486
|
-
class VpcEgress
|
|
1487
|
-
# @private
|
|
1488
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1489
|
-
property :egress_setting, as: 'egressSetting'
|
|
1490
|
-
collection :network_tags, as: 'networkTags', class: Google::Apis::AppengineV1beta::VpcNetworkTag, decorator: Google::Apis::AppengineV1beta::VpcNetworkTag::Representation
|
|
1491
|
-
|
|
1492
|
-
property :subnetwork_key, as: 'subnetworkKey', class: Google::Apis::AppengineV1beta::SubnetworkKey, decorator: Google::Apis::AppengineV1beta::SubnetworkKey::Representation
|
|
1493
|
-
|
|
1494
|
-
end
|
|
1495
|
-
end
|
|
1496
|
-
|
|
1497
1471
|
class VpcNetworkInterface
|
|
1498
1472
|
# @private
|
|
1499
1473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1503,13 +1477,6 @@ module Google
|
|
|
1503
1477
|
end
|
|
1504
1478
|
end
|
|
1505
1479
|
|
|
1506
|
-
class VpcNetworkTag
|
|
1507
|
-
# @private
|
|
1508
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1509
|
-
property :value, as: 'value'
|
|
1510
|
-
end
|
|
1511
|
-
end
|
|
1512
|
-
|
|
1513
1480
|
class ZipInfo
|
|
1514
1481
|
# @private
|
|
1515
1482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1275,6 +1275,46 @@ module Google
|
|
|
1275
1275
|
execute_or_queue_command(command, &block)
|
|
1276
1276
|
end
|
|
1277
1277
|
|
|
1278
|
+
# Exports a user image to Artifact Registry.
|
|
1279
|
+
# @param [String] apps_id
|
|
1280
|
+
# Part of `name`. Required. Name of the App Engine version resource. Format:
|
|
1281
|
+
# apps/`app`/services/`service`/versions/`version`
|
|
1282
|
+
# @param [String] services_id
|
|
1283
|
+
# Part of `name`. See documentation of `appsId`.
|
|
1284
|
+
# @param [String] versions_id
|
|
1285
|
+
# Part of `name`. See documentation of `appsId`.
|
|
1286
|
+
# @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
|
|
1287
|
+
# @param [String] fields
|
|
1288
|
+
# Selector specifying which fields to include in a partial response.
|
|
1289
|
+
# @param [String] quota_user
|
|
1290
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1291
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1292
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1293
|
+
# Request-specific options
|
|
1294
|
+
#
|
|
1295
|
+
# @yield [result, err] Result & error if block supplied
|
|
1296
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
|
|
1297
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1298
|
+
#
|
|
1299
|
+
# @return [Google::Apis::AppengineV1beta::Operation]
|
|
1300
|
+
#
|
|
1301
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1302
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1303
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1304
|
+
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)
|
|
1305
|
+
command = make_simple_command(:post, 'v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
|
|
1306
|
+
command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
|
|
1307
|
+
command.request_object = export_app_image_request_object
|
|
1308
|
+
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
|
|
1309
|
+
command.response_class = Google::Apis::AppengineV1beta::Operation
|
|
1310
|
+
command.params['appsId'] = apps_id unless apps_id.nil?
|
|
1311
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
|
1312
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
|
1313
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1314
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1315
|
+
execute_or_queue_command(command, &block)
|
|
1316
|
+
end
|
|
1317
|
+
|
|
1278
1318
|
# Gets the specified Version resource. By default, only a BASIC_VIEW will be
|
|
1279
1319
|
# returned. Specify the FULL_VIEW parameter to get the full resource.
|
|
1280
1320
|
# @param [String] apps_id
|
|
@@ -2379,6 +2419,52 @@ module Google
|
|
|
2379
2419
|
execute_or_queue_command(command, &block)
|
|
2380
2420
|
end
|
|
2381
2421
|
|
|
2422
|
+
# Exports a user image to Artifact Registry.
|
|
2423
|
+
# @param [String] projects_id
|
|
2424
|
+
# Part of `name`. Required. Name of the App Engine version resource. Format:
|
|
2425
|
+
# apps/`app`/services/`service`/versions/`version`
|
|
2426
|
+
# @param [String] locations_id
|
|
2427
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2428
|
+
# @param [String] applications_id
|
|
2429
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2430
|
+
# @param [String] services_id
|
|
2431
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2432
|
+
# @param [String] versions_id
|
|
2433
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2434
|
+
# @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
|
|
2435
|
+
# @param [String] fields
|
|
2436
|
+
# Selector specifying which fields to include in a partial response.
|
|
2437
|
+
# @param [String] quota_user
|
|
2438
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2439
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2440
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2441
|
+
# Request-specific options
|
|
2442
|
+
#
|
|
2443
|
+
# @yield [result, err] Result & error if block supplied
|
|
2444
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
|
|
2445
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2446
|
+
#
|
|
2447
|
+
# @return [Google::Apis::AppengineV1beta::Operation]
|
|
2448
|
+
#
|
|
2449
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2450
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2451
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2452
|
+
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)
|
|
2453
|
+
command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
|
|
2454
|
+
command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
|
|
2455
|
+
command.request_object = export_app_image_request_object
|
|
2456
|
+
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
|
|
2457
|
+
command.response_class = Google::Apis::AppengineV1beta::Operation
|
|
2458
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2459
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2460
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2461
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
|
2462
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
|
2463
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2464
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2465
|
+
execute_or_queue_command(command, &block)
|
|
2466
|
+
end
|
|
2467
|
+
|
|
2382
2468
|
# Updates the specified Version resource. You can specify the following fields
|
|
2383
2469
|
# depending on the App Engine environment and type of scaling that the version
|
|
2384
2470
|
# 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.
|
|
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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.68.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:
|