google-apis-appengine_v1 0.65.0 → 0.67.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: 2820458dd0577e76acb260aafeed159df2b443ba4dabb9e5eadee42edf3c472b
|
|
4
|
+
data.tar.gz: 5a80943374c03de08dd2eb37fe57ce8846eec6032a3fae46c32bd5f22536caef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3a18d26ae58fbfb39abe12ceae785b8d4629368335ee82a695bbe294d1d4ab0df959f44a11c1c6f5f127909546487c363d1da4058b639632e5f2e90e08dcfba
|
|
7
|
+
data.tar.gz: a9b69542348bc6a174a2c0cf1c49e3d28bc5aa0ace28f92df0245527e10788c26757ffc79b7d92a219fa8230b70c1d28962fa413daa622d52817419e87da9bc9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.67.0 (2025-11-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251103
|
|
6
|
+
|
|
7
|
+
### v0.66.0 (2025-10-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250930
|
|
10
|
+
|
|
3
11
|
### v0.65.0 (2025-08-24)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250816
|
|
@@ -247,8 +247,9 @@ module Google
|
|
|
247
247
|
# @return [Fixnum]
|
|
248
248
|
attr_accessor :domain_mappings_count
|
|
249
249
|
|
|
250
|
-
# Topmost applicable domains of this certificate. This certificate
|
|
251
|
-
# these domains and their subdomains. Example: example.com.@
|
|
250
|
+
# Output only. Topmost applicable domains of this certificate. This certificate
|
|
251
|
+
# applies to these domains and their subdomains. Example: example.com.@
|
|
252
|
+
# OutputOnly
|
|
252
253
|
# Corresponds to the JSON property `domainNames`
|
|
253
254
|
# @return [Array<String>]
|
|
254
255
|
attr_accessor :domain_names
|
|
@@ -260,8 +261,9 @@ module Google
|
|
|
260
261
|
# @return [String]
|
|
261
262
|
attr_accessor :expire_time
|
|
262
263
|
|
|
263
|
-
# Relative name of the certificate. This is a unique value
|
|
264
|
-
# AuthorizedCertificate resource creation. Example: 12345.@
|
|
264
|
+
# Output only. Relative name of the certificate. This is a unique value
|
|
265
|
+
# autogenerated on AuthorizedCertificate resource creation. Example: 12345.@
|
|
266
|
+
# OutputOnly
|
|
265
267
|
# Corresponds to the JSON property `id`
|
|
266
268
|
# @return [String]
|
|
267
269
|
attr_accessor :id
|
|
@@ -271,15 +273,15 @@ module Google
|
|
|
271
273
|
# @return [Google::Apis::AppengineV1::ManagedCertificate]
|
|
272
274
|
attr_accessor :managed_certificate
|
|
273
275
|
|
|
274
|
-
# Full path to the AuthorizedCertificate resource in the API.
|
|
275
|
-
# myapp/authorizedCertificates/12345.@OutputOnly
|
|
276
|
+
# Output only. Full path to the AuthorizedCertificate resource in the API.
|
|
277
|
+
# Example: apps/myapp/authorizedCertificates/12345.@OutputOnly
|
|
276
278
|
# Corresponds to the JSON property `name`
|
|
277
279
|
# @return [String]
|
|
278
280
|
attr_accessor :name
|
|
279
281
|
|
|
280
|
-
# The full paths to user visible Domain Mapping resources that have
|
|
281
|
-
# certificate mapped. Example: apps/myapp/domainMappings/example.com.This
|
|
282
|
-
# not represent the full list of mapped domain mappings if the user does not
|
|
282
|
+
# Output only. The full paths to user visible Domain Mapping resources that have
|
|
283
|
+
# this certificate mapped. Example: apps/myapp/domainMappings/example.com.This
|
|
284
|
+
# may not represent the full list of mapped domain mappings if the user does not
|
|
283
285
|
# have VIEWER permissions on all of the applications that have this certificate
|
|
284
286
|
# mapped. See domain_mappings_count for a complete count.Only returned by GET or
|
|
285
287
|
# LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@
|
|
@@ -874,15 +876,15 @@ module Google
|
|
|
874
876
|
# @return [String]
|
|
875
877
|
attr_accessor :id
|
|
876
878
|
|
|
877
|
-
# Full path to the DomainMapping resource in the API. Example: apps/
|
|
878
|
-
# domainMapping/example.com.@OutputOnly
|
|
879
|
+
# Output only. Full path to the DomainMapping resource in the API. Example: apps/
|
|
880
|
+
# myapp/domainMapping/example.com.@OutputOnly
|
|
879
881
|
# Corresponds to the JSON property `name`
|
|
880
882
|
# @return [String]
|
|
881
883
|
attr_accessor :name
|
|
882
884
|
|
|
883
|
-
# The resource records required to configure this domain mapping.
|
|
884
|
-
# must be added to the domain's DNS configuration in order to
|
|
885
|
-
# application via this domain mapping.@OutputOnly
|
|
885
|
+
# Output only. The resource records required to configure this domain mapping.
|
|
886
|
+
# These records must be added to the domain's DNS configuration in order to
|
|
887
|
+
# serve the application via this domain mapping.@OutputOnly
|
|
886
888
|
# Corresponds to the JSON property `resourceRecords`
|
|
887
889
|
# @return [Array<Google::Apis::AppengineV1::ResourceRecord>]
|
|
888
890
|
attr_accessor :resource_records
|
|
@@ -1645,6 +1647,13 @@ module Google
|
|
|
1645
1647
|
# @return [Array<Google::Apis::AppengineV1::Operation>]
|
|
1646
1648
|
attr_accessor :operations
|
|
1647
1649
|
|
|
1650
|
+
# Unordered list. Unreachable resources. Populated when the request sets
|
|
1651
|
+
# ListOperationsRequest.return_partial_success and reads across collections e.g.
|
|
1652
|
+
# when attempting to list all resources across all supported locations.
|
|
1653
|
+
# Corresponds to the JSON property `unreachable`
|
|
1654
|
+
# @return [Array<String>]
|
|
1655
|
+
attr_accessor :unreachable
|
|
1656
|
+
|
|
1648
1657
|
def initialize(**args)
|
|
1649
1658
|
update!(**args)
|
|
1650
1659
|
end
|
|
@@ -1653,6 +1662,7 @@ module Google
|
|
|
1653
1662
|
def update!(**args)
|
|
1654
1663
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1655
1664
|
@operations = args[:operations] if args.key?(:operations)
|
|
1665
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
1656
1666
|
end
|
|
1657
1667
|
end
|
|
1658
1668
|
|
|
@@ -2873,13 +2883,13 @@ module Google
|
|
|
2873
2883
|
# @return [String]
|
|
2874
2884
|
attr_accessor :certificate_id
|
|
2875
2885
|
|
|
2876
|
-
# ID of the managed AuthorizedCertificate resource currently being
|
|
2877
|
-
# if applicable. Until the new managed certificate has been
|
|
2878
|
-
# provisioned, the previous SSL state will be preserved. Once the
|
|
2879
|
-
# process completes, the certificate_id field will reflect the new
|
|
2880
|
-
# certificate and this field will be left empty. To remove SSL support
|
|
2881
|
-
# there is still a pending managed certificate, clear the certificate_id
|
|
2882
|
-
# with an UpdateDomainMappingRequest.@OutputOnly
|
|
2886
|
+
# Output only. ID of the managed AuthorizedCertificate resource currently being
|
|
2887
|
+
# provisioned, if applicable. Until the new managed certificate has been
|
|
2888
|
+
# successfully provisioned, the previous SSL state will be preserved. Once the
|
|
2889
|
+
# provisioning process completes, the certificate_id field will reflect the new
|
|
2890
|
+
# managed certificate and this field will be left empty. To remove SSL support
|
|
2891
|
+
# while there is still a pending managed certificate, clear the certificate_id
|
|
2892
|
+
# field with an UpdateDomainMappingRequest.@OutputOnly
|
|
2883
2893
|
# Corresponds to the JSON property `pendingManagedCertificateId`
|
|
2884
2894
|
# @return [String]
|
|
2885
2895
|
attr_accessor :pending_managed_certificate_id
|
|
@@ -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.67.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
|
|
@@ -938,6 +938,7 @@ module Google
|
|
|
938
938
|
property :next_page_token, as: 'nextPageToken'
|
|
939
939
|
collection :operations, as: 'operations', class: Google::Apis::AppengineV1::Operation, decorator: Google::Apis::AppengineV1::Operation::Representation
|
|
940
940
|
|
|
941
|
+
collection :unreachable, as: 'unreachable'
|
|
941
942
|
end
|
|
942
943
|
end
|
|
943
944
|
|
|
@@ -996,6 +996,13 @@ module Google
|
|
|
996
996
|
# The standard list page size.
|
|
997
997
|
# @param [String] page_token
|
|
998
998
|
# The standard list page token.
|
|
999
|
+
# @param [Boolean] return_partial_success
|
|
1000
|
+
# When set to true, operations that are reachable are returned as normal, and
|
|
1001
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1002
|
+
# unreachable field.This can only be true when reading across collections e.g.
|
|
1003
|
+
# when parent is set to "projects/example/locations/-".This field is not by
|
|
1004
|
+
# default supported and will result in an UNIMPLEMENTED error if set unless
|
|
1005
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
999
1006
|
# @param [String] fields
|
|
1000
1007
|
# Selector specifying which fields to include in a partial response.
|
|
1001
1008
|
# @param [String] quota_user
|
|
@@ -1013,7 +1020,7 @@ module Google
|
|
|
1013
1020
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1014
1021
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1015
1022
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1016
|
-
def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1023
|
+
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)
|
|
1017
1024
|
command = make_simple_command(:get, 'v1/apps/{appsId}/operations', options)
|
|
1018
1025
|
command.response_representation = Google::Apis::AppengineV1::ListOperationsResponse::Representation
|
|
1019
1026
|
command.response_class = Google::Apis::AppengineV1::ListOperationsResponse
|
|
@@ -1021,6 +1028,7 @@ module Google
|
|
|
1021
1028
|
command.query['filter'] = filter unless filter.nil?
|
|
1022
1029
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
1023
1030
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
1031
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
1024
1032
|
command.query['fields'] = fields unless fields.nil?
|
|
1025
1033
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1026
1034
|
execute_or_queue_command(command, &block)
|
|
@@ -1960,6 +1968,47 @@ module Google
|
|
|
1960
1968
|
execute_or_queue_command(command, &block)
|
|
1961
1969
|
end
|
|
1962
1970
|
|
|
1971
|
+
# Deletes the specified domain mapping. A user must be authorized to administer
|
|
1972
|
+
# the associated domain in order to delete a DomainMapping resource.
|
|
1973
|
+
# @param [String] projects_id
|
|
1974
|
+
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
|
|
1975
|
+
# domainMappings/example.com.
|
|
1976
|
+
# @param [String] locations_id
|
|
1977
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
1978
|
+
# @param [String] applications_id
|
|
1979
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
1980
|
+
# @param [String] domain_mappings_id
|
|
1981
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
1982
|
+
# @param [String] fields
|
|
1983
|
+
# Selector specifying which fields to include in a partial response.
|
|
1984
|
+
# @param [String] quota_user
|
|
1985
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1986
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1987
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1988
|
+
# Request-specific options
|
|
1989
|
+
#
|
|
1990
|
+
# @yield [result, err] Result & error if block supplied
|
|
1991
|
+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
|
|
1992
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1993
|
+
#
|
|
1994
|
+
# @return [Google::Apis::AppengineV1::Operation]
|
|
1995
|
+
#
|
|
1996
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1997
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1998
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1999
|
+
def delete_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
|
|
2000
|
+
command = make_simple_command(:delete, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
|
|
2001
|
+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
|
|
2002
|
+
command.response_class = Google::Apis::AppengineV1::Operation
|
|
2003
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2004
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2005
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2006
|
+
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
|
|
2007
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2008
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2009
|
+
execute_or_queue_command(command, &block)
|
|
2010
|
+
end
|
|
2011
|
+
|
|
1963
2012
|
# Gets the specified domain mapping.
|
|
1964
2013
|
# @param [String] projects_id
|
|
1965
2014
|
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
|
@@ -2000,6 +2049,98 @@ module Google
|
|
|
2000
2049
|
execute_or_queue_command(command, &block)
|
|
2001
2050
|
end
|
|
2002
2051
|
|
|
2052
|
+
# Lists the domain mappings on an application.
|
|
2053
|
+
# @param [String] projects_id
|
|
2054
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
|
2055
|
+
# apps/myapp.
|
|
2056
|
+
# @param [String] locations_id
|
|
2057
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2058
|
+
# @param [String] applications_id
|
|
2059
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2060
|
+
# @param [Fixnum] page_size
|
|
2061
|
+
# Maximum results to return per page.
|
|
2062
|
+
# @param [String] page_token
|
|
2063
|
+
# Continuation token for fetching the next page of results.
|
|
2064
|
+
# @param [String] fields
|
|
2065
|
+
# Selector specifying which fields to include in a partial response.
|
|
2066
|
+
# @param [String] quota_user
|
|
2067
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2068
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2069
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2070
|
+
# Request-specific options
|
|
2071
|
+
#
|
|
2072
|
+
# @yield [result, err] Result & error if block supplied
|
|
2073
|
+
# @yieldparam result [Google::Apis::AppengineV1::ListDomainMappingsResponse] parsed result object
|
|
2074
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2075
|
+
#
|
|
2076
|
+
# @return [Google::Apis::AppengineV1::ListDomainMappingsResponse]
|
|
2077
|
+
#
|
|
2078
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2079
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2080
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2081
|
+
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)
|
|
2082
|
+
command = make_simple_command(:get, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
|
2083
|
+
command.response_representation = Google::Apis::AppengineV1::ListDomainMappingsResponse::Representation
|
|
2084
|
+
command.response_class = Google::Apis::AppengineV1::ListDomainMappingsResponse
|
|
2085
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2086
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2087
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2088
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
2089
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
2090
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2091
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2092
|
+
execute_or_queue_command(command, &block)
|
|
2093
|
+
end
|
|
2094
|
+
|
|
2095
|
+
# Updates the specified domain mapping. To map an SSL certificate to a domain
|
|
2096
|
+
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
|
|
2097
|
+
# A user must be authorized to administer the associated domain in order to
|
|
2098
|
+
# update a DomainMapping resource.
|
|
2099
|
+
# @param [String] projects_id
|
|
2100
|
+
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
|
|
2101
|
+
# domainMappings/example.com.
|
|
2102
|
+
# @param [String] locations_id
|
|
2103
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2104
|
+
# @param [String] applications_id
|
|
2105
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2106
|
+
# @param [String] domain_mappings_id
|
|
2107
|
+
# Part of `name`. See documentation of `projectsId`.
|
|
2108
|
+
# @param [Google::Apis::AppengineV1::DomainMapping] domain_mapping_object
|
|
2109
|
+
# @param [String] update_mask
|
|
2110
|
+
# Required. Standard field mask for the set of fields to be updated.
|
|
2111
|
+
# @param [String] fields
|
|
2112
|
+
# Selector specifying which fields to include in a partial response.
|
|
2113
|
+
# @param [String] quota_user
|
|
2114
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2115
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2116
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2117
|
+
# Request-specific options
|
|
2118
|
+
#
|
|
2119
|
+
# @yield [result, err] Result & error if block supplied
|
|
2120
|
+
# @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
|
|
2121
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2122
|
+
#
|
|
2123
|
+
# @return [Google::Apis::AppengineV1::Operation]
|
|
2124
|
+
#
|
|
2125
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2126
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2127
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2128
|
+
def patch_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, domain_mapping_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2129
|
+
command = make_simple_command(:patch, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
|
|
2130
|
+
command.request_representation = Google::Apis::AppengineV1::DomainMapping::Representation
|
|
2131
|
+
command.request_object = domain_mapping_object
|
|
2132
|
+
command.response_representation = Google::Apis::AppengineV1::Operation::Representation
|
|
2133
|
+
command.response_class = Google::Apis::AppengineV1::Operation
|
|
2134
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2135
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2136
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2137
|
+
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
|
|
2138
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
2139
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2140
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2141
|
+
execute_or_queue_command(command, &block)
|
|
2142
|
+
end
|
|
2143
|
+
|
|
2003
2144
|
# Deletes the specified service and all enclosed versions.
|
|
2004
2145
|
# @param [String] projects_id
|
|
2005
2146
|
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
|
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.67.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.67.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:
|