google-apis-appengine_v1beta 0.62.0 → 0.64.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: 59a4b017778d9a4152d5e945d14ec35cb0bed84d4fbd6a8dfc5634f4575659c0
4
- data.tar.gz: e454caa034aa917b0663257a961d4e85e9f065d15bc82c21bb804d3390cbc66c
3
+ metadata.gz: dc7b680757d4fa56d5a1354c6151c9dab7b4490b2866512a1365430d85c3bb47
4
+ data.tar.gz: 1b6c3aeb07018d4db1d8a94e2968f7524d0a5ac0be4cd7a990227cced833063e
5
5
  SHA512:
6
- metadata.gz: c7e060a78ab0477da2db390cb2455bbcba5eaff6440ccb08b4377ac6c2b36b35ed9b3b5163476a00d73d00825ba9d711776fc367c54a64709556b074c3c00f24
7
- data.tar.gz: 2e62687b2d50db3f5d15ede5423369c0212fcc3ca9d1708738373958166842797b76310a6fc962582c1fce1dbbe9f954c28caa408b6495f41c4e374bb19f6644
6
+ metadata.gz: ab09108bf5815149c051def1234959744c7c89221989d9971bc5d028dfddbff8ca618876532fc663dd68fc8f9087733bec10b6e1bb467c2f4c5fb38c12c8dc98
7
+ data.tar.gz: af2224b02d0e9c5fac6836ed8cce3e720ad209c7d9d3d6c2b1afec88f68ae793b6c22cb4142fdfe74e3e17529b3258643bd7fc23d9403eafb1c8776445d8d23c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.64.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260120
6
+
7
+ ### v0.63.0 (2026-01-18)
8
+
9
+ * Regenerated from discovery document revision 20260113
10
+
3
11
  ### v0.62.0 (2025-12-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20251210
@@ -1105,36 +1105,6 @@ 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
- # Optional. Optional: A service account to use for authenticating to Artifact
1122
- # Registry.
1123
- # Corresponds to the JSON property `serviceAccount`
1124
- # @return [String]
1125
- attr_accessor :service_account
1126
-
1127
- def initialize(**args)
1128
- update!(**args)
1129
- end
1130
-
1131
- # Update properties of this object
1132
- def update!(**args)
1133
- @destination_repository = args[:destination_repository] if args.key?(:destination_repository)
1134
- @service_account = args[:service_account] if args.key?(:service_account)
1135
- end
1136
- end
1137
-
1138
1108
  # The feature specific settings to be used in the application. These define
1139
1109
  # behaviors that are user configurable.
1140
1110
  class FeatureSettings
@@ -2496,6 +2466,15 @@ module Google
2496
2466
  # @return [Array<Google::Apis::AppengineV1beta::GceTag>]
2497
2467
  attr_accessor :gce_tag
2498
2468
 
2469
+ # DEPRECATED: Indicates whether the GCE project is in the DEPROVISIONING state.
2470
+ # This field is a temporary workaround (see b/475310865) to allow GCE extensions
2471
+ # to bypass certain checks during deprovisioning. It will be replaced by a
2472
+ # permanent solution in the future.
2473
+ # Corresponds to the JSON property `isGceProjectDeprovisioning`
2474
+ # @return [Boolean]
2475
+ attr_accessor :is_gce_project_deprovisioning
2476
+ alias_method :is_gce_project_deprovisioning?, :is_gce_project_deprovisioning
2477
+
2499
2478
  # The service account authorized to operate on the consumer project. Note: CCFE
2500
2479
  # only propagates P4SA with default tag to CLH.
2501
2480
  # Corresponds to the JSON property `p4ServiceAccount`
@@ -2532,6 +2511,7 @@ module Google
2532
2511
  @consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
2533
2512
  @consumer_project_state = args[:consumer_project_state] if args.key?(:consumer_project_state)
2534
2513
  @gce_tag = args[:gce_tag] if args.key?(:gce_tag)
2514
+ @is_gce_project_deprovisioning = args[:is_gce_project_deprovisioning] if args.key?(:is_gce_project_deprovisioning)
2535
2515
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
2536
2516
  @producer_project_id = args[:producer_project_id] if args.key?(:producer_project_id)
2537
2517
  @producer_project_number = args[:producer_project_number] if args.key?(:producer_project_number)
@@ -3592,12 +3572,17 @@ module Google
3592
3572
  attr_accessor :vm
3593
3573
  alias_method :vm?, :vm
3594
3574
 
3575
+ # VPC Access settings
3576
+ # Corresponds to the JSON property `vpcAccess`
3577
+ # @return [Google::Apis::AppengineV1beta::VpcAccess]
3578
+ attr_accessor :vpc_access
3579
+
3595
3580
  # VPC access connector specification.
3596
3581
  # Corresponds to the JSON property `vpcAccessConnector`
3597
3582
  # @return [Google::Apis::AppengineV1beta::VpcAccessConnector]
3598
3583
  attr_accessor :vpc_access_connector
3599
3584
 
3600
- # Vpc Egress configuration.
3585
+ # Deprecated: Use VpcAccess instead. Vpc Egress configuration.
3601
3586
  # Corresponds to the JSON property `vpcEgress`
3602
3587
  # @return [Google::Apis::AppengineV1beta::VpcEgress]
3603
3588
  attr_accessor :vpc_egress
@@ -3655,6 +3640,7 @@ module Google
3655
3640
  @threadsafe = args[:threadsafe] if args.key?(:threadsafe)
3656
3641
  @version_url = args[:version_url] if args.key?(:version_url)
3657
3642
  @vm = args[:vm] if args.key?(:vm)
3643
+ @vpc_access = args[:vpc_access] if args.key?(:vpc_access)
3658
3644
  @vpc_access_connector = args[:vpc_access_connector] if args.key?(:vpc_access_connector)
3659
3645
  @vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
3660
3646
  @zones = args[:zones] if args.key?(:zones)
@@ -3693,6 +3679,33 @@ module Google
3693
3679
  end
3694
3680
  end
3695
3681
 
3682
+ # VPC Access settings
3683
+ class VpcAccess
3684
+ include Google::Apis::Core::Hashable
3685
+
3686
+ # The Direct VPC configuration. Currently only single network interface is
3687
+ # supported.
3688
+ # Corresponds to the JSON property `networkInterfaces`
3689
+ # @return [Array<Google::Apis::AppengineV1beta::VpcNetworkInterface>]
3690
+ attr_accessor :network_interfaces
3691
+
3692
+ # The traffic egress setting for the VPC network interface, controlling what
3693
+ # traffic is diverted through it.
3694
+ # Corresponds to the JSON property `vpcEgress`
3695
+ # @return [String]
3696
+ attr_accessor :vpc_egress
3697
+
3698
+ def initialize(**args)
3699
+ update!(**args)
3700
+ end
3701
+
3702
+ # Update properties of this object
3703
+ def update!(**args)
3704
+ @network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
3705
+ @vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
3706
+ end
3707
+ end
3708
+
3696
3709
  # VPC access connector specification.
3697
3710
  class VpcAccessConnector
3698
3711
  include Google::Apis::Core::Hashable
@@ -3720,7 +3733,7 @@ module Google
3720
3733
  end
3721
3734
  end
3722
3735
 
3723
- # Vpc Egress configuration.
3736
+ # Deprecated: Use VpcAccess instead. Vpc Egress configuration.
3724
3737
  class VpcEgress
3725
3738
  include Google::Apis::Core::Hashable
3726
3739
 
@@ -3752,6 +3765,48 @@ module Google
3752
3765
  end
3753
3766
  end
3754
3767
 
3768
+ # Network interface key message.
3769
+ class VpcNetworkInterface
3770
+ include Google::Apis::Core::Hashable
3771
+
3772
+ # Optional. The VPC network that the App Engine resource will be able to send
3773
+ # traffic to. At least one of network or subnetwork must be specified. If both
3774
+ # network and subnetwork are specified, the given VPC subnetwork must belong to
3775
+ # the given VPC network. If network is not specified, it will be looked up from
3776
+ # the subnetwork. Could be either a short name or a full path. e.g. `VPC_NETWORK`
3777
+ # or projects/`HOST_PROJECT_ID`/global/networks/`VPC_NETWORK`
3778
+ # Corresponds to the JSON property `network`
3779
+ # @return [String]
3780
+ attr_accessor :network
3781
+
3782
+ # Optional. The VPC subnetwork that the App Engine resource will get IPs from.
3783
+ # At least one of network or subnetwork must be specified. If both network and
3784
+ # subnetwork are specified, the given VPC subnetwork must belong to the given
3785
+ # VPC network. If subnetwork is not specified, the subnetwork with the same name
3786
+ # with the network will be used. Could be either a short name or a full path. e.
3787
+ # g. `SUBNET_NAME` or projects/`HOST_PROJECT_ID`/regions/`REGION`/subnetworks/`
3788
+ # SUBNET_NAME`
3789
+ # Corresponds to the JSON property `subnet`
3790
+ # @return [String]
3791
+ attr_accessor :subnet
3792
+
3793
+ # Optional. The network tags that will be applied to this App Engine resource.
3794
+ # Corresponds to the JSON property `tags`
3795
+ # @return [Array<String>]
3796
+ attr_accessor :tags
3797
+
3798
+ def initialize(**args)
3799
+ update!(**args)
3800
+ end
3801
+
3802
+ # Update properties of this object
3803
+ def update!(**args)
3804
+ @network = args[:network] if args.key?(:network)
3805
+ @subnet = args[:subnet] if args.key?(:subnet)
3806
+ @tags = args[:tags] if args.key?(:tags)
3807
+ end
3808
+ end
3809
+
3755
3810
  # Network tag message.
3756
3811
  class VpcNetworkTag
3757
3812
  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.62.0"
19
+ GEM_VERSION = "0.64.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 = "20251210"
25
+ REVISION = "20260120"
26
26
  end
27
27
  end
28
28
  end
@@ -190,12 +190,6 @@ 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
-
199
193
  class FeatureSettings
200
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
195
 
@@ -520,6 +514,12 @@ module Google
520
514
  include Google::Apis::Core::JsonObjectSupport
521
515
  end
522
516
 
517
+ class VpcAccess
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
523
  class VpcAccessConnector
524
524
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
525
 
@@ -532,6 +532,12 @@ module Google
532
532
  include Google::Apis::Core::JsonObjectSupport
533
533
  end
534
534
 
535
+ class VpcNetworkInterface
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
535
541
  class VpcNetworkTag
536
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
537
543
 
@@ -830,14 +836,6 @@ module Google
830
836
  end
831
837
  end
832
838
 
833
- class ExportAppImageRequest
834
- # @private
835
- class Representation < Google::Apis::Core::JsonRepresentation
836
- property :destination_repository, as: 'destinationRepository'
837
- property :service_account, as: 'serviceAccount'
838
- end
839
- end
840
-
841
839
  class FeatureSettings
842
840
  # @private
843
841
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1189,6 +1187,7 @@ module Google
1189
1187
  property :consumer_project_state, as: 'consumerProjectState'
1190
1188
  collection :gce_tag, as: 'gceTag', class: Google::Apis::AppengineV1beta::GceTag, decorator: Google::Apis::AppengineV1beta::GceTag::Representation
1191
1189
 
1190
+ property :is_gce_project_deprovisioning, as: 'isGceProjectDeprovisioning'
1192
1191
  property :p4_service_account, as: 'p4ServiceAccount'
1193
1192
  property :producer_project_id, as: 'producerProjectId'
1194
1193
  property :producer_project_number, :numeric_string => true, as: 'producerProjectNumber'
@@ -1448,6 +1447,8 @@ module Google
1448
1447
  property :threadsafe, as: 'threadsafe'
1449
1448
  property :version_url, as: 'versionUrl'
1450
1449
  property :vm, as: 'vm'
1450
+ property :vpc_access, as: 'vpcAccess', class: Google::Apis::AppengineV1beta::VpcAccess, decorator: Google::Apis::AppengineV1beta::VpcAccess::Representation
1451
+
1451
1452
  property :vpc_access_connector, as: 'vpcAccessConnector', class: Google::Apis::AppengineV1beta::VpcAccessConnector, decorator: Google::Apis::AppengineV1beta::VpcAccessConnector::Representation
1452
1453
 
1453
1454
  property :vpc_egress, as: 'vpcEgress', class: Google::Apis::AppengineV1beta::VpcEgress, decorator: Google::Apis::AppengineV1beta::VpcEgress::Representation
@@ -1465,6 +1466,15 @@ module Google
1465
1466
  end
1466
1467
  end
1467
1468
 
1469
+ class VpcAccess
1470
+ # @private
1471
+ class Representation < Google::Apis::Core::JsonRepresentation
1472
+ collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::AppengineV1beta::VpcNetworkInterface, decorator: Google::Apis::AppengineV1beta::VpcNetworkInterface::Representation
1473
+
1474
+ property :vpc_egress, as: 'vpcEgress'
1475
+ end
1476
+ end
1477
+
1468
1478
  class VpcAccessConnector
1469
1479
  # @private
1470
1480
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1484,6 +1494,15 @@ module Google
1484
1494
  end
1485
1495
  end
1486
1496
 
1497
+ class VpcNetworkInterface
1498
+ # @private
1499
+ class Representation < Google::Apis::Core::JsonRepresentation
1500
+ property :network, as: 'network'
1501
+ property :subnet, as: 'subnet'
1502
+ collection :tags, as: 'tags'
1503
+ end
1504
+ end
1505
+
1487
1506
  class VpcNetworkTag
1488
1507
  # @private
1489
1508
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1271,46 +1271,6 @@ module Google
1271
1271
  execute_or_queue_command(command, &block)
1272
1272
  end
1273
1273
 
1274
- # Exports a user image to Artifact Registry.
1275
- # @param [String] apps_id
1276
- # Part of `name`. Required. Name of the App Engine version resource. Format:
1277
- # apps/`app`/services/`service`/versions/`version`
1278
- # @param [String] services_id
1279
- # Part of `name`. See documentation of `appsId`.
1280
- # @param [String] versions_id
1281
- # Part of `name`. See documentation of `appsId`.
1282
- # @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
1283
- # @param [String] fields
1284
- # Selector specifying which fields to include in a partial response.
1285
- # @param [String] quota_user
1286
- # Available to use for quota purposes for server-side applications. Can be any
1287
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1288
- # @param [Google::Apis::RequestOptions] options
1289
- # Request-specific options
1290
- #
1291
- # @yield [result, err] Result & error if block supplied
1292
- # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
1293
- # @yieldparam err [StandardError] error object if request failed
1294
- #
1295
- # @return [Google::Apis::AppengineV1beta::Operation]
1296
- #
1297
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1298
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1299
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1300
- 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)
1301
- command = make_simple_command(:post, 'v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
1302
- command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
1303
- command.request_object = export_app_image_request_object
1304
- command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
1305
- command.response_class = Google::Apis::AppengineV1beta::Operation
1306
- command.params['appsId'] = apps_id unless apps_id.nil?
1307
- command.params['servicesId'] = services_id unless services_id.nil?
1308
- command.params['versionsId'] = versions_id unless versions_id.nil?
1309
- command.query['fields'] = fields unless fields.nil?
1310
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1311
- execute_or_queue_command(command, &block)
1312
- end
1313
-
1314
1274
  # Gets the specified Version resource. By default, only a BASIC_VIEW will be
1315
1275
  # returned. Specify the FULL_VIEW parameter to get the full resource.
1316
1276
  # @param [String] apps_id
@@ -2411,52 +2371,6 @@ module Google
2411
2371
  execute_or_queue_command(command, &block)
2412
2372
  end
2413
2373
 
2414
- # Exports a user image to Artifact Registry.
2415
- # @param [String] projects_id
2416
- # Part of `name`. Required. Name of the App Engine version resource. Format:
2417
- # apps/`app`/services/`service`/versions/`version`
2418
- # @param [String] locations_id
2419
- # Part of `name`. See documentation of `projectsId`.
2420
- # @param [String] applications_id
2421
- # Part of `name`. See documentation of `projectsId`.
2422
- # @param [String] services_id
2423
- # Part of `name`. See documentation of `projectsId`.
2424
- # @param [String] versions_id
2425
- # Part of `name`. See documentation of `projectsId`.
2426
- # @param [Google::Apis::AppengineV1beta::ExportAppImageRequest] export_app_image_request_object
2427
- # @param [String] fields
2428
- # Selector specifying which fields to include in a partial response.
2429
- # @param [String] quota_user
2430
- # Available to use for quota purposes for server-side applications. Can be any
2431
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2432
- # @param [Google::Apis::RequestOptions] options
2433
- # Request-specific options
2434
- #
2435
- # @yield [result, err] Result & error if block supplied
2436
- # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
2437
- # @yieldparam err [StandardError] error object if request failed
2438
- #
2439
- # @return [Google::Apis::AppengineV1beta::Operation]
2440
- #
2441
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2442
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2443
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2444
- 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)
2445
- command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage', options)
2446
- command.request_representation = Google::Apis::AppengineV1beta::ExportAppImageRequest::Representation
2447
- command.request_object = export_app_image_request_object
2448
- command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
2449
- command.response_class = Google::Apis::AppengineV1beta::Operation
2450
- command.params['projectsId'] = projects_id unless projects_id.nil?
2451
- command.params['locationsId'] = locations_id unless locations_id.nil?
2452
- command.params['applicationsId'] = applications_id unless applications_id.nil?
2453
- command.params['servicesId'] = services_id unless services_id.nil?
2454
- command.params['versionsId'] = versions_id unless versions_id.nil?
2455
- command.query['fields'] = fields unless fields.nil?
2456
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2457
- execute_or_queue_command(command, &block)
2458
- end
2459
-
2460
2374
  # Updates the specified Version resource. You can specify the following fields
2461
2375
  # depending on the App Engine environment and type of scaling that the version
2462
2376
  # resource uses:Standard environment instance_class (https://cloud.google.com/
@@ -2544,6 +2458,60 @@ module Google
2544
2458
  execute_or_queue_command(command, &block)
2545
2459
  end
2546
2460
 
2461
+ # Enables debugging on a VM instance. This allows you to use the SSH command to
2462
+ # connect to the virtual machine where the instance lives. While in "debug mode",
2463
+ # the instance continues to serve live traffic. You should delete the instance
2464
+ # when you are done debugging and then allow the system to take over and
2465
+ # determine if another instance should be started.Only applicable for instances
2466
+ # in App Engine flexible environment.
2467
+ # @param [String] projects_id
2468
+ # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
2469
+ # services/default/versions/v1/instances/instance-1.
2470
+ # @param [String] locations_id
2471
+ # Part of `name`. See documentation of `projectsId`.
2472
+ # @param [String] applications_id
2473
+ # Part of `name`. See documentation of `projectsId`.
2474
+ # @param [String] services_id
2475
+ # Part of `name`. See documentation of `projectsId`.
2476
+ # @param [String] versions_id
2477
+ # Part of `name`. See documentation of `projectsId`.
2478
+ # @param [String] instances_id
2479
+ # Part of `name`. See documentation of `projectsId`.
2480
+ # @param [Google::Apis::AppengineV1beta::DebugInstanceRequest] debug_instance_request_object
2481
+ # @param [String] fields
2482
+ # Selector specifying which fields to include in a partial response.
2483
+ # @param [String] quota_user
2484
+ # Available to use for quota purposes for server-side applications. Can be any
2485
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2486
+ # @param [Google::Apis::RequestOptions] options
2487
+ # Request-specific options
2488
+ #
2489
+ # @yield [result, err] Result & error if block supplied
2490
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
2491
+ # @yieldparam err [StandardError] error object if request failed
2492
+ #
2493
+ # @return [Google::Apis::AppengineV1beta::Operation]
2494
+ #
2495
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2496
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2497
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2498
+ def debug_project_location_application_service_version_instance(projects_id, locations_id, applications_id, services_id, versions_id, instances_id, debug_instance_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2499
+ command = make_simple_command(:post, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', options)
2500
+ command.request_representation = Google::Apis::AppengineV1beta::DebugInstanceRequest::Representation
2501
+ command.request_object = debug_instance_request_object
2502
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
2503
+ command.response_class = Google::Apis::AppengineV1beta::Operation
2504
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2505
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2506
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2507
+ command.params['servicesId'] = services_id unless services_id.nil?
2508
+ command.params['versionsId'] = versions_id unless versions_id.nil?
2509
+ command.params['instancesId'] = instances_id unless instances_id.nil?
2510
+ command.query['fields'] = fields unless fields.nil?
2511
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2512
+ execute_or_queue_command(command, &block)
2513
+ end
2514
+
2547
2515
  # Gets the latest state of a long-running operation. Clients can use this method
2548
2516
  # to poll the operation result at intervals as recommended by the API service.
2549
2517
  # @param [String] projects_id
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.62.0
4
+ version: 0.64.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.62.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.64.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: