google-apis-appengine_v1alpha 0.42.0 → 0.44.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: 9d44fdd1b564e9cba830ecbab9e9c891b9e605a9b40ba012181d304e48e3e545
4
- data.tar.gz: 76eb338dd38b5924b6cbe84c9daecf50e0376806e06959fc6c51131c6a8a41e5
3
+ metadata.gz: 70845ee10019c9870148fbcd5c27fec2699f281854397f60e69ca5218c23849f
4
+ data.tar.gz: 3f21ddbe1ab4e1336130e7277d56c0188771f3a8c67c35725d31c2da14df6b63
5
5
  SHA512:
6
- metadata.gz: b0b4e6a082b67362ee43b0c182fb562ca24325b2492cda276569564c9908587a45c7b93e23a897184d4eed8f342076b1a57e454065749f44c74b54b32c721477
7
- data.tar.gz: 4db7ded352f09231221a64fe78f7ed1233f3800b61f8acb012550edfeae5c6a7b0302ea54fdf322f698c93c9a168f0a9f19f93d73a2944f73be3bd0f7742f247
6
+ metadata.gz: 8722bb0134b07e533966e46640509d742e86094bed74579e352716c0f07d502de9692dea04af63747800e2c8c360ac1f3bee86da616ed55fdce09babc55eee3f
7
+ data.tar.gz: f390a40614ddc738a23de369fde0fb69a0ec21a88905e34903efc3066353734699116edd0990b87521f8a9e4042ca8c1f6b16a76d97df69e51391e0440849400
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1alpha
2
2
 
3
+ ### v0.44.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
7
+ ### v0.43.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251103
10
+
3
11
  ### v0.42.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250930
@@ -47,8 +47,9 @@ module Google
47
47
  # @return [Fixnum]
48
48
  attr_accessor :domain_mappings_count
49
49
 
50
- # Topmost applicable domains of this certificate. This certificate applies to
51
- # these domains and their subdomains. Example: example.com.@OutputOnly
50
+ # Output only. Topmost applicable domains of this certificate. This certificate
51
+ # applies to these domains and their subdomains. Example: example.com.@
52
+ # OutputOnly
52
53
  # Corresponds to the JSON property `domainNames`
53
54
  # @return [Array<String>]
54
55
  attr_accessor :domain_names
@@ -60,8 +61,9 @@ module Google
60
61
  # @return [String]
61
62
  attr_accessor :expire_time
62
63
 
63
- # Relative name of the certificate. This is a unique value autogenerated on
64
- # AuthorizedCertificate resource creation. Example: 12345.@OutputOnly
64
+ # Output only. Relative name of the certificate. This is a unique value
65
+ # autogenerated on AuthorizedCertificate resource creation. Example: 12345.@
66
+ # OutputOnly
65
67
  # Corresponds to the JSON property `id`
66
68
  # @return [String]
67
69
  attr_accessor :id
@@ -71,15 +73,15 @@ module Google
71
73
  # @return [Google::Apis::AppengineV1alpha::ManagedCertificate]
72
74
  attr_accessor :managed_certificate
73
75
 
74
- # Full path to the AuthorizedCertificate resource in the API. Example: apps/
75
- # myapp/authorizedCertificates/12345.@OutputOnly
76
+ # Output only. Full path to the AuthorizedCertificate resource in the API.
77
+ # Example: apps/myapp/authorizedCertificates/12345.@OutputOnly
76
78
  # Corresponds to the JSON property `name`
77
79
  # @return [String]
78
80
  attr_accessor :name
79
81
 
80
- # The full paths to user visible Domain Mapping resources that have this
81
- # certificate mapped. Example: apps/myapp/domainMappings/example.com.This may
82
- # not represent the full list of mapped domain mappings if the user does not
82
+ # Output only. The full paths to user visible Domain Mapping resources that have
83
+ # this certificate mapped. Example: apps/myapp/domainMappings/example.com.This
84
+ # may not represent the full list of mapped domain mappings if the user does not
83
85
  # have VIEWER permissions on all of the applications that have this certificate
84
86
  # mapped. See domain_mappings_count for a complete count.Only returned by GET or
85
87
  # LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@
@@ -280,15 +282,15 @@ module Google
280
282
  # @return [String]
281
283
  attr_accessor :id
282
284
 
283
- # Full path to the DomainMapping resource in the API. Example: apps/myapp/
284
- # domainMapping/example.com.@OutputOnly
285
+ # Output only. Full path to the DomainMapping resource in the API. Example: apps/
286
+ # myapp/domainMapping/example.com.@OutputOnly
285
287
  # Corresponds to the JSON property `name`
286
288
  # @return [String]
287
289
  attr_accessor :name
288
290
 
289
- # The resource records required to configure this domain mapping. These records
290
- # must be added to the domain's DNS configuration in order to serve the
291
- # application via this domain mapping.@OutputOnly
291
+ # Output only. The resource records required to configure this domain mapping.
292
+ # These records must be added to the domain's DNS configuration in order to
293
+ # serve the application via this domain mapping.@OutputOnly
292
294
  # Corresponds to the JSON property `resourceRecords`
293
295
  # @return [Array<Google::Apis::AppengineV1alpha::ResourceRecord>]
294
296
  attr_accessor :resource_records
@@ -505,8 +507,8 @@ module Google
505
507
  attr_accessor :operations
506
508
 
507
509
  # 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
+ # ListOperationsRequest.return_partial_success and reads across collections. For
511
+ # example, when attempting to list all resources across all supported locations.
510
512
  # Corresponds to the JSON property `unreachable`
511
513
  # @return [Array<String>]
512
514
  attr_accessor :unreachable
@@ -1141,9 +1143,10 @@ module Google
1141
1143
  # @return [String]
1142
1144
  attr_accessor :certificate_id
1143
1145
 
1144
- # Whether the mapped certificate is an App Engine managed certificate. Managed
1145
- # certificates are created by default with a domain mapping. To opt out, specify
1146
- # no_managed_certificate on a CREATE or UPDATE request.@OutputOnly
1146
+ # Output only. Whether the mapped certificate is an App Engine managed
1147
+ # certificate. Managed certificates are created by default with a domain mapping.
1148
+ # To opt out, specify no_managed_certificate on a CREATE or UPDATE request.@
1149
+ # OutputOnly
1147
1150
  # Corresponds to the JSON property `isManagedCertificate`
1148
1151
  # @return [Boolean]
1149
1152
  attr_accessor :is_managed_certificate
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.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 = "20250930"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -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. Unless explicitly documented otherwise, don't use this unsupported
520
- # field which is primarily intended for internal usage.
519
+ # Optional. Do not use this field. It is unsupported and is ignored unless
520
+ # explicitly documented otherwise. This is primarily 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
@@ -606,10 +606,11 @@ module Google
606
606
  # @param [Boolean] return_partial_success
607
607
  # When set to true, operations that are reachable are returned as normal, and
608
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.
609
+ # unreachable field.This can only be true when reading across collections. For
610
+ # example, when parent is set to "projects/example/locations/-".This field is
611
+ # not supported by default and will result in an UNIMPLEMENTED error if set
612
+ # unless explicitly documented otherwise in service or product specific
613
+ # documentation.
613
614
  # @param [String] fields
614
615
  # Selector specifying which fields to include in a partial response.
615
616
  # @param [String] quota_user
@@ -678,8 +679,8 @@ module Google
678
679
  # @param [String] projects_id
679
680
  # Part of `name`. The resource that owns the locations collection, if applicable.
680
681
  # @param [Array<String>, String] extra_location_types
681
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
682
- # field which is primarily intended for internal usage.
682
+ # Optional. Do not use this field. It is unsupported and is ignored unless
683
+ # explicitly documented otherwise. This is primarily for internal usage.
683
684
  # @param [String] filter
684
685
  # A filter to narrow down results to a preferred subset. The filtering language
685
686
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -1116,6 +1117,49 @@ module Google
1116
1117
  execute_or_queue_command(command, &block)
1117
1118
  end
1118
1119
 
1120
+ # Lists the domain mappings on an application.
1121
+ # @param [String] projects_id
1122
+ # Part of `parent`. Required. Name of the parent Application resource. Example:
1123
+ # apps/myapp.
1124
+ # @param [String] locations_id
1125
+ # Part of `parent`. See documentation of `projectsId`.
1126
+ # @param [String] applications_id
1127
+ # Part of `parent`. See documentation of `projectsId`.
1128
+ # @param [Fixnum] page_size
1129
+ # Maximum results to return per page.
1130
+ # @param [String] page_token
1131
+ # Continuation token for fetching the next page of results.
1132
+ # @param [String] fields
1133
+ # Selector specifying which fields to include in a partial response.
1134
+ # @param [String] quota_user
1135
+ # Available to use for quota purposes for server-side applications. Can be any
1136
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1137
+ # @param [Google::Apis::RequestOptions] options
1138
+ # Request-specific options
1139
+ #
1140
+ # @yield [result, err] Result & error if block supplied
1141
+ # @yieldparam result [Google::Apis::AppengineV1alpha::ListDomainMappingsResponse] parsed result object
1142
+ # @yieldparam err [StandardError] error object if request failed
1143
+ #
1144
+ # @return [Google::Apis::AppengineV1alpha::ListDomainMappingsResponse]
1145
+ #
1146
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1147
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1148
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1149
+ 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)
1150
+ command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
1151
+ command.response_representation = Google::Apis::AppengineV1alpha::ListDomainMappingsResponse::Representation
1152
+ command.response_class = Google::Apis::AppengineV1alpha::ListDomainMappingsResponse
1153
+ command.params['projectsId'] = projects_id unless projects_id.nil?
1154
+ command.params['locationsId'] = locations_id unless locations_id.nil?
1155
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
1156
+ command.query['pageSize'] = page_size unless page_size.nil?
1157
+ command.query['pageToken'] = page_token unless page_token.nil?
1158
+ command.query['fields'] = fields unless fields.nil?
1159
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1160
+ execute_or_queue_command(command, &block)
1161
+ end
1162
+
1119
1163
  # Updates the specified domain mapping. To map an SSL certificate to a domain
1120
1164
  # mapping, update certificate_id to point to an AuthorizedCertificate resource.
1121
1165
  # A user must be authorized to administer the associated domain in order to
@@ -1224,10 +1268,11 @@ module Google
1224
1268
  # @param [Boolean] return_partial_success
1225
1269
  # When set to true, operations that are reachable are returned as normal, and
1226
1270
  # 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.
1271
+ # unreachable field.This can only be true when reading across collections. For
1272
+ # example, when parent is set to "projects/example/locations/-".This field is
1273
+ # not supported by default and will result in an UNIMPLEMENTED error if set
1274
+ # unless explicitly documented otherwise in service or product specific
1275
+ # documentation.
1231
1276
  # @param [String] fields
1232
1277
  # Selector specifying which fields to include in a partial response.
1233
1278
  # @param [String] quota_user
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.42.0
4
+ version: 0.44.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.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1alpha/v0.44.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: