google-apis-appengine_v1alpha 0.41.0 → 0.42.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: 9d44fdd1b564e9cba830ecbab9e9c891b9e605a9b40ba012181d304e48e3e545
|
4
|
+
data.tar.gz: 76eb338dd38b5924b6cbe84c9daecf50e0376806e06959fc6c51131c6a8a41e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0b4e6a082b67362ee43b0c182fb562ca24325b2492cda276569564c9908587a45c7b93e23a897184d4eed8f342076b1a57e454065749f44c74b54b32c721477
|
7
|
+
data.tar.gz: 4db7ded352f09231221a64fe78f7ed1233f3800b61f8acb012550edfeae5c6a7b0302ea54fdf322f698c93c9a168f0a9f19f93d73a2944f73be3bd0f7742f247
|
data/CHANGELOG.md
CHANGED
@@ -504,6 +504,13 @@ module Google
|
|
504
504
|
# @return [Array<Google::Apis::AppengineV1alpha::Operation>]
|
505
505
|
attr_accessor :operations
|
506
506
|
|
507
|
+
# Unordered list. Unreachable resources. Populated when the request sets
|
508
|
+
# ListOperationsRequest.return_partial_success and reads across collections e.g.
|
509
|
+
# when attempting to list all resources across all supported locations.
|
510
|
+
# Corresponds to the JSON property `unreachable`
|
511
|
+
# @return [Array<String>]
|
512
|
+
attr_accessor :unreachable
|
513
|
+
|
507
514
|
def initialize(**args)
|
508
515
|
update!(**args)
|
509
516
|
end
|
@@ -512,6 +519,7 @@ module Google
|
|
512
519
|
def update!(**args)
|
513
520
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
514
521
|
@operations = args[:operations] if args.key?(:operations)
|
522
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
515
523
|
end
|
516
524
|
end
|
517
525
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AppengineV1alpha
|
18
18
|
# Version of the google-apis-appengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.42.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 = "20250930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -344,6 +344,7 @@ module Google
|
|
344
344
|
property :next_page_token, as: 'nextPageToken'
|
345
345
|
collection :operations, as: 'operations', class: Google::Apis::AppengineV1alpha::Operation, decorator: Google::Apis::AppengineV1alpha::Operation::Representation
|
346
346
|
|
347
|
+
collection :unreachable, as: 'unreachable'
|
347
348
|
end
|
348
349
|
end
|
349
350
|
|
@@ -516,8 +516,8 @@ module Google
|
|
516
516
|
# @param [String] apps_id
|
517
517
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
518
518
|
# @param [Array<String>, String] extra_location_types
|
519
|
-
# Optional.
|
520
|
-
#
|
519
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
520
|
+
# field which is primarily intended for internal usage.
|
521
521
|
# @param [String] filter
|
522
522
|
# A filter to narrow down results to a preferred subset. The filtering language
|
523
523
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -603,6 +603,13 @@ module Google
|
|
603
603
|
# The standard list page size.
|
604
604
|
# @param [String] page_token
|
605
605
|
# The standard list page token.
|
606
|
+
# @param [Boolean] return_partial_success
|
607
|
+
# When set to true, operations that are reachable are returned as normal, and
|
608
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
609
|
+
# unreachable field.This can only be true when reading across collections e.g.
|
610
|
+
# when parent is set to "projects/example/locations/-".This field is not by
|
611
|
+
# default supported and will result in an UNIMPLEMENTED error if set unless
|
612
|
+
# explicitly documented otherwise in service or product specific documentation.
|
606
613
|
# @param [String] fields
|
607
614
|
# Selector specifying which fields to include in a partial response.
|
608
615
|
# @param [String] quota_user
|
@@ -620,7 +627,7 @@ module Google
|
|
620
627
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
621
628
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
622
629
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
623
|
-
def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
630
|
+
def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
624
631
|
command = make_simple_command(:get, 'v1alpha/apps/{appsId}/operations', options)
|
625
632
|
command.response_representation = Google::Apis::AppengineV1alpha::ListOperationsResponse::Representation
|
626
633
|
command.response_class = Google::Apis::AppengineV1alpha::ListOperationsResponse
|
@@ -628,6 +635,7 @@ module Google
|
|
628
635
|
command.query['filter'] = filter unless filter.nil?
|
629
636
|
command.query['pageSize'] = page_size unless page_size.nil?
|
630
637
|
command.query['pageToken'] = page_token unless page_token.nil?
|
638
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
631
639
|
command.query['fields'] = fields unless fields.nil?
|
632
640
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
633
641
|
execute_or_queue_command(command, &block)
|
@@ -670,8 +678,8 @@ module Google
|
|
670
678
|
# @param [String] projects_id
|
671
679
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
672
680
|
# @param [Array<String>, String] extra_location_types
|
673
|
-
# Optional.
|
674
|
-
#
|
681
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
682
|
+
# field which is primarily intended for internal usage.
|
675
683
|
# @param [String] filter
|
676
684
|
# A filter to narrow down results to a preferred subset. The filtering language
|
677
685
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -1027,6 +1035,47 @@ module Google
|
|
1027
1035
|
execute_or_queue_command(command, &block)
|
1028
1036
|
end
|
1029
1037
|
|
1038
|
+
# Deletes the specified domain mapping. A user must be authorized to administer
|
1039
|
+
# the associated domain in order to delete a DomainMapping resource.
|
1040
|
+
# @param [String] projects_id
|
1041
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
1042
|
+
# domainMappings/example.com.
|
1043
|
+
# @param [String] locations_id
|
1044
|
+
# Part of `name`. See documentation of `projectsId`.
|
1045
|
+
# @param [String] applications_id
|
1046
|
+
# Part of `name`. See documentation of `projectsId`.
|
1047
|
+
# @param [String] domain_mappings_id
|
1048
|
+
# Part of `name`. See documentation of `projectsId`.
|
1049
|
+
# @param [String] fields
|
1050
|
+
# Selector specifying which fields to include in a partial response.
|
1051
|
+
# @param [String] quota_user
|
1052
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1053
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1054
|
+
# @param [Google::Apis::RequestOptions] options
|
1055
|
+
# Request-specific options
|
1056
|
+
#
|
1057
|
+
# @yield [result, err] Result & error if block supplied
|
1058
|
+
# @yieldparam result [Google::Apis::AppengineV1alpha::Operation] parsed result object
|
1059
|
+
# @yieldparam err [StandardError] error object if request failed
|
1060
|
+
#
|
1061
|
+
# @return [Google::Apis::AppengineV1alpha::Operation]
|
1062
|
+
#
|
1063
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1064
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1065
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1066
|
+
def delete_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
|
1067
|
+
command = make_simple_command(:delete, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
|
1068
|
+
command.response_representation = Google::Apis::AppengineV1alpha::Operation::Representation
|
1069
|
+
command.response_class = Google::Apis::AppengineV1alpha::Operation
|
1070
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1071
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1072
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1073
|
+
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
|
1074
|
+
command.query['fields'] = fields unless fields.nil?
|
1075
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1076
|
+
execute_or_queue_command(command, &block)
|
1077
|
+
end
|
1078
|
+
|
1030
1079
|
# Gets the specified domain mapping.
|
1031
1080
|
# @param [String] projects_id
|
1032
1081
|
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
@@ -1067,6 +1116,62 @@ module Google
|
|
1067
1116
|
execute_or_queue_command(command, &block)
|
1068
1117
|
end
|
1069
1118
|
|
1119
|
+
# Updates the specified domain mapping. To map an SSL certificate to a domain
|
1120
|
+
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
|
1121
|
+
# A user must be authorized to administer the associated domain in order to
|
1122
|
+
# update a DomainMapping resource.
|
1123
|
+
# @param [String] projects_id
|
1124
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
1125
|
+
# domainMappings/example.com.
|
1126
|
+
# @param [String] locations_id
|
1127
|
+
# Part of `name`. See documentation of `projectsId`.
|
1128
|
+
# @param [String] applications_id
|
1129
|
+
# Part of `name`. See documentation of `projectsId`.
|
1130
|
+
# @param [String] domain_mappings_id
|
1131
|
+
# Part of `name`. See documentation of `projectsId`.
|
1132
|
+
# @param [Google::Apis::AppengineV1alpha::DomainMapping] domain_mapping_object
|
1133
|
+
# @param [Boolean] no_managed_certificate
|
1134
|
+
# Whether a managed certificate should be provided by App Engine. If true, a
|
1135
|
+
# certificate ID must be manually set in the DomainMapping resource to configure
|
1136
|
+
# SSL for this domain. If false, a managed certificate will be provisioned and a
|
1137
|
+
# certificate ID will be automatically populated. Only applicable if
|
1138
|
+
# ssl_settings.certificate_id is specified in the update mask.
|
1139
|
+
# @param [String] update_mask
|
1140
|
+
# Required. Standard field mask for the set of fields to be updated.
|
1141
|
+
# @param [String] fields
|
1142
|
+
# Selector specifying which fields to include in a partial response.
|
1143
|
+
# @param [String] quota_user
|
1144
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1145
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1146
|
+
# @param [Google::Apis::RequestOptions] options
|
1147
|
+
# Request-specific options
|
1148
|
+
#
|
1149
|
+
# @yield [result, err] Result & error if block supplied
|
1150
|
+
# @yieldparam result [Google::Apis::AppengineV1alpha::Operation] parsed result object
|
1151
|
+
# @yieldparam err [StandardError] error object if request failed
|
1152
|
+
#
|
1153
|
+
# @return [Google::Apis::AppengineV1alpha::Operation]
|
1154
|
+
#
|
1155
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1156
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1157
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1158
|
+
def patch_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, domain_mapping_object = nil, no_managed_certificate: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1159
|
+
command = make_simple_command(:patch, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
|
1160
|
+
command.request_representation = Google::Apis::AppengineV1alpha::DomainMapping::Representation
|
1161
|
+
command.request_object = domain_mapping_object
|
1162
|
+
command.response_representation = Google::Apis::AppengineV1alpha::Operation::Representation
|
1163
|
+
command.response_class = Google::Apis::AppengineV1alpha::Operation
|
1164
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
1165
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
1166
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
1167
|
+
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
|
1168
|
+
command.query['noManagedCertificate'] = no_managed_certificate unless no_managed_certificate.nil?
|
1169
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
1170
|
+
command.query['fields'] = fields unless fields.nil?
|
1171
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1172
|
+
execute_or_queue_command(command, &block)
|
1173
|
+
end
|
1174
|
+
|
1070
1175
|
# Gets the latest state of a long-running operation. Clients can use this method
|
1071
1176
|
# to poll the operation result at intervals as recommended by the API service.
|
1072
1177
|
# @param [String] projects_id
|
@@ -1116,6 +1221,13 @@ module Google
|
|
1116
1221
|
# The standard list page size.
|
1117
1222
|
# @param [String] page_token
|
1118
1223
|
# The standard list page token.
|
1224
|
+
# @param [Boolean] return_partial_success
|
1225
|
+
# When set to true, operations that are reachable are returned as normal, and
|
1226
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
1227
|
+
# unreachable field.This can only be true when reading across collections e.g.
|
1228
|
+
# when parent is set to "projects/example/locations/-".This field is not by
|
1229
|
+
# default supported and will result in an UNIMPLEMENTED error if set unless
|
1230
|
+
# explicitly documented otherwise in service or product specific documentation.
|
1119
1231
|
# @param [String] fields
|
1120
1232
|
# Selector specifying which fields to include in a partial response.
|
1121
1233
|
# @param [String] quota_user
|
@@ -1133,7 +1245,7 @@ module Google
|
|
1133
1245
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1134
1246
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1135
1247
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1136
|
-
def list_project_location_operations(projects_id, locations_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1248
|
+
def list_project_location_operations(projects_id, locations_id, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1137
1249
|
command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/operations', options)
|
1138
1250
|
command.response_representation = Google::Apis::AppengineV1alpha::ListOperationsResponse::Representation
|
1139
1251
|
command.response_class = Google::Apis::AppengineV1alpha::ListOperationsResponse
|
@@ -1142,6 +1254,7 @@ module Google
|
|
1142
1254
|
command.query['filter'] = filter unless filter.nil?
|
1143
1255
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1144
1256
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1257
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
1145
1258
|
command.query['fields'] = fields unless fields.nil?
|
1146
1259
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1147
1260
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-appengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.42.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|