google-apis-appengine_v1 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec2f7806c6488c3f3f749c7261d53a693fe862c7b61fcb2e4d25a22a1aeb56a6
|
|
4
|
+
data.tar.gz: 466b579e7b2ef9f19410becba24c8d6669427db49fd2dc0fb96fda2e0e1e65ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5c05da7554276eb024dbd088553918a8c76ba0c784b9fe16fc8c3ab1cccc823eb00faeb07e3ef7227e4760738ef39e42d4a904d1a7f472af7abf03a310b6a0d
|
|
7
|
+
data.tar.gz: f5d35a48e52ce2e86a16ec4bfb5551d4e410843c73a5c835d88e4abbce9481a5f1b738a4650f481d9e1dd4e38311829acf9891b5d5d9da9e686f3f3b5301454b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.69.0 (2026-01-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260113
|
|
6
|
+
|
|
7
|
+
### v0.68.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251208
|
|
10
|
+
|
|
3
11
|
### v0.67.0 (2025-11-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251103
|
|
@@ -1648,8 +1648,8 @@ module Google
|
|
|
1648
1648
|
attr_accessor :operations
|
|
1649
1649
|
|
|
1650
1650
|
# Unordered list. Unreachable resources. Populated when the request sets
|
|
1651
|
-
# ListOperationsRequest.return_partial_success and reads across collections
|
|
1652
|
-
# when attempting to list all resources across all supported locations.
|
|
1651
|
+
# ListOperationsRequest.return_partial_success and reads across collections. For
|
|
1652
|
+
# example, when attempting to list all resources across all supported locations.
|
|
1653
1653
|
# Corresponds to the JSON property `unreachable`
|
|
1654
1654
|
# @return [Array<String>]
|
|
1655
1655
|
attr_accessor :unreachable
|
|
@@ -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.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 = "
|
|
25
|
+
REVISION = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
@@ -2370,6 +2371,60 @@ module Google
|
|
|
2370
2371
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2371
2372
|
execute_or_queue_command(command, &block)
|
|
2372
2373
|
end
|
|
2374
|
+
|
|
2375
|
+
# Enables debugging on a VM instance. This allows you to use the SSH command to
|
|
2376
|
+
# connect to the virtual machine where the instance lives. While in "debug mode",
|
|
2377
|
+
# the instance continues to serve live traffic. You should delete the instance
|
|
2378
|
+
# when you are done debugging and then allow the system to take over and
|
|
2379
|
+
# determine if another instance should be started.Only applicable for instances
|
|
2380
|
+
# in App Engine flexible environment.
|
|
2381
|
+
# @param [String] projects_id
|
|
2382
|
+
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
|
2383
|
+
# services/default/versions/v1/instances/instance-1.
|
|
2384
|
+
# @param [String] locations_id
|
|
2385
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2386
|
+
# @param [String] applications_id
|
|
2387
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2388
|
+
# @param [String] services_id
|
|
2389
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2390
|
+
# @param [String] versions_id
|
|
2391
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2392
|
+
# @param [String] instances_id
|
|
2393
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2394
|
+
# @param [Google::Apis::AppengineV1::DebugInstanceRequest] debug_instance_request_object
|
|
2395
|
+
# @param [String] fields
|
|
2396
|
+
# Selector specifying which fields to include in a partial response.
|
|
2397
|
+
# @param [String] quota_user
|
|
2398
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2399
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2400
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2401
|
+
# Request-specific options
|
|
2402
|
+
#
|
|
2403
|
+
# @yield [result, err] Result & error if block supplied
|
|
2404
|
+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
|
|
2405
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2406
|
+
#
|
|
2407
|
+
# @return [Google::Apis::AppengineV1::Operation]
|
|
2408
|
+
#
|
|
2409
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2410
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2411
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2412
|
+
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)
|
|
2413
|
+
command = make_simple_command(:post, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', options)
|
|
2414
|
+
command.request_representation = Google::Apis::AppengineV1::DebugInstanceRequest::Representation
|
|
2415
|
+
command.request_object = debug_instance_request_object
|
|
2416
|
+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
|
|
2417
|
+
command.response_class = Google::Apis::AppengineV1::Operation
|
|
2418
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2419
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2420
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2421
|
+
command.params['servicesId'] = services_id unless services_id.nil?
|
|
2422
|
+
command.params['versionsId'] = versions_id unless versions_id.nil?
|
|
2423
|
+
command.params['instancesId'] = instances_id unless instances_id.nil?
|
|
2424
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2425
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2426
|
+
execute_or_queue_command(command, &block)
|
|
2427
|
+
end
|
|
2373
2428
|
|
|
2374
2429
|
protected
|
|
2375
2430
|
|
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.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_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.69.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:
|