google-apis-appengine_v1alpha 0.42.0 → 0.43.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: 414487b72bb1f4a6a09b9485d8df8a33ce335ab112fc1f674d9b2b407b4c22f4
|
|
4
|
+
data.tar.gz: 6935a2836068211b21fa274636229a990b8116715705594c1b31b417b80e7f51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36cc5bec1597376d2ea735c0f92023c06ed77c99f9a10d165134a1ab878ae2fc167be2ead65bbf8ca7bb1e9a6da815cf2bfa61e3ed0a0b9df78b1d68f3f2a3a4
|
|
7
|
+
data.tar.gz: 39a445fade02bb40a9b74c978b945ee30ba45efdf7b6aa9e9ceee647bedd760ff394b275b41b2dc8490898b32b0ca0e96b1a6a88554366137474ff59131711ba
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
51
|
-
# these domains and their subdomains. Example: example.com.@
|
|
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
|
|
64
|
-
# AuthorizedCertificate resource creation. Example: 12345.@
|
|
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.
|
|
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
|
|
81
|
-
# certificate mapped. Example: apps/myapp/domainMappings/example.com.This
|
|
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/
|
|
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.
|
|
290
|
-
# must be added to the domain's DNS configuration in order to
|
|
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
|
|
@@ -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
|
|
1145
|
-
# certificates are created by default with a domain mapping.
|
|
1146
|
-
# no_managed_certificate on a CREATE or UPDATE request.@
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.43.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 = "20251103"
|
|
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.
|
|
520
|
-
#
|
|
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
|
|
@@ -678,8 +678,8 @@ module Google
|
|
|
678
678
|
# @param [String] projects_id
|
|
679
679
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
680
680
|
# @param [Array<String>, String] extra_location_types
|
|
681
|
-
# Optional.
|
|
682
|
-
#
|
|
681
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
682
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
683
683
|
# @param [String] filter
|
|
684
684
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
685
685
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -1116,6 +1116,49 @@ module Google
|
|
|
1116
1116
|
execute_or_queue_command(command, &block)
|
|
1117
1117
|
end
|
|
1118
1118
|
|
|
1119
|
+
# Lists the domain mappings on an application.
|
|
1120
|
+
# @param [String] projects_id
|
|
1121
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
|
1122
|
+
# apps/myapp.
|
|
1123
|
+
# @param [String] locations_id
|
|
1124
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
1125
|
+
# @param [String] applications_id
|
|
1126
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
1127
|
+
# @param [Fixnum] page_size
|
|
1128
|
+
# Maximum results to return per page.
|
|
1129
|
+
# @param [String] page_token
|
|
1130
|
+
# Continuation token for fetching the next page of results.
|
|
1131
|
+
# @param [String] fields
|
|
1132
|
+
# Selector specifying which fields to include in a partial response.
|
|
1133
|
+
# @param [String] quota_user
|
|
1134
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1135
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1136
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1137
|
+
# Request-specific options
|
|
1138
|
+
#
|
|
1139
|
+
# @yield [result, err] Result & error if block supplied
|
|
1140
|
+
# @yieldparam result [Google::Apis::AppengineV1alpha::ListDomainMappingsResponse] parsed result object
|
|
1141
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1142
|
+
#
|
|
1143
|
+
# @return [Google::Apis::AppengineV1alpha::ListDomainMappingsResponse]
|
|
1144
|
+
#
|
|
1145
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1146
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1147
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1148
|
+
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)
|
|
1149
|
+
command = make_simple_command(:get, 'v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
|
1150
|
+
command.response_representation = Google::Apis::AppengineV1alpha::ListDomainMappingsResponse::Representation
|
|
1151
|
+
command.response_class = Google::Apis::AppengineV1alpha::ListDomainMappingsResponse
|
|
1152
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
1153
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
1154
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
1155
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
1156
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
1157
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1158
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1159
|
+
execute_or_queue_command(command, &block)
|
|
1160
|
+
end
|
|
1161
|
+
|
|
1119
1162
|
# Updates the specified domain mapping. To map an SSL certificate to a domain
|
|
1120
1163
|
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
|
|
1121
1164
|
# A user must be authorized to administer the associated domain in order to
|
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.43.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.43.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:
|