google-apis-appengine_v1beta 0.58.0 → 0.60.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: 3381401f3028695e74b9e9e44d88549e01601ab64f7b37431d90f210c5d29c65
|
|
4
|
+
data.tar.gz: c0a0bfe246c6a05f190adf02516fee3826f84c6d04fde25f5d8432edc8508388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e1daf86386ff515f31148330ff9fc10aaaff0494495d1d3504de95f5770c44084685d25d4872b3a939dbd72996f9740fccf1ee49e62782c863720931154ba3d
|
|
7
|
+
data.tar.gz: 62e1da0e894e46dc603dbc4560003b660958838ec18b3a35d91c2d1f4076e39cce4d6dff7cf7f8fc88b46b431f8c766cf5b151ce2f34faf625b662d759be1840
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-appengine_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.60.0 (2025-11-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251103
|
|
6
|
+
|
|
7
|
+
### v0.59.0 (2025-10-12)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251005
|
|
10
|
+
|
|
3
11
|
### v0.58.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250930
|
|
@@ -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::AppengineV1beta::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.@
|
|
@@ -953,15 +955,15 @@ module Google
|
|
|
953
955
|
# @return [String]
|
|
954
956
|
attr_accessor :id
|
|
955
957
|
|
|
956
|
-
# Full path to the DomainMapping resource in the API. Example: apps/
|
|
957
|
-
# domainMapping/example.com.@OutputOnly
|
|
958
|
+
# Output only. Full path to the DomainMapping resource in the API. Example: apps/
|
|
959
|
+
# myapp/domainMapping/example.com.@OutputOnly
|
|
958
960
|
# Corresponds to the JSON property `name`
|
|
959
961
|
# @return [String]
|
|
960
962
|
attr_accessor :name
|
|
961
963
|
|
|
962
|
-
# The resource records required to configure this domain mapping.
|
|
963
|
-
# must be added to the domain's DNS configuration in order to
|
|
964
|
-
# application via this domain mapping.@OutputOnly
|
|
964
|
+
# Output only. The resource records required to configure this domain mapping.
|
|
965
|
+
# These records must be added to the domain's DNS configuration in order to
|
|
966
|
+
# serve the application via this domain mapping.@OutputOnly
|
|
965
967
|
# Corresponds to the JSON property `resourceRecords`
|
|
966
968
|
# @return [Array<Google::Apis::AppengineV1beta::ResourceRecord>]
|
|
967
969
|
attr_accessor :resource_records
|
|
@@ -2960,13 +2962,13 @@ module Google
|
|
|
2960
2962
|
# @return [String]
|
|
2961
2963
|
attr_accessor :certificate_id
|
|
2962
2964
|
|
|
2963
|
-
# ID of the managed AuthorizedCertificate resource currently being
|
|
2964
|
-
# if applicable. Until the new managed certificate has been
|
|
2965
|
-
# provisioned, the previous SSL state will be preserved. Once the
|
|
2966
|
-
# process completes, the certificate_id field will reflect the new
|
|
2967
|
-
# certificate and this field will be left empty. To remove SSL support
|
|
2968
|
-
# there is still a pending managed certificate, clear the certificate_id
|
|
2969
|
-
# with an UpdateDomainMappingRequest.@OutputOnly
|
|
2965
|
+
# Output only. ID of the managed AuthorizedCertificate resource currently being
|
|
2966
|
+
# provisioned, if applicable. Until the new managed certificate has been
|
|
2967
|
+
# successfully provisioned, the previous SSL state will be preserved. Once the
|
|
2968
|
+
# provisioning process completes, the certificate_id field will reflect the new
|
|
2969
|
+
# managed certificate and this field will be left empty. To remove SSL support
|
|
2970
|
+
# while there is still a pending managed certificate, clear the certificate_id
|
|
2971
|
+
# field with an UpdateDomainMappingRequest.@OutputOnly
|
|
2970
2972
|
# Corresponds to the JSON property `pendingManagedCertificateId`
|
|
2971
2973
|
# @return [String]
|
|
2972
2974
|
attr_accessor :pending_managed_certificate_id
|
|
@@ -3135,6 +3137,32 @@ module Google
|
|
|
3135
3137
|
end
|
|
3136
3138
|
end
|
|
3137
3139
|
|
|
3140
|
+
# Subnetwork key message.
|
|
3141
|
+
class SubnetworkKey
|
|
3142
|
+
include Google::Apis::Core::Hashable
|
|
3143
|
+
|
|
3144
|
+
# Project id (name not number) of the project that hosts the network
|
|
3145
|
+
# Corresponds to the JSON property `hostProjectId`
|
|
3146
|
+
# @return [String]
|
|
3147
|
+
attr_accessor :host_project_id
|
|
3148
|
+
|
|
3149
|
+
# Short name of the subnetwork. e.g. SUBNET instead of projects/`PROJECT_NAME`/
|
|
3150
|
+
# regions/`REGION`/subnetworks/`SUBNET`
|
|
3151
|
+
# Corresponds to the JSON property `subnet`
|
|
3152
|
+
# @return [String]
|
|
3153
|
+
attr_accessor :subnet
|
|
3154
|
+
|
|
3155
|
+
def initialize(**args)
|
|
3156
|
+
update!(**args)
|
|
3157
|
+
end
|
|
3158
|
+
|
|
3159
|
+
# Update properties of this object
|
|
3160
|
+
def update!(**args)
|
|
3161
|
+
@host_project_id = args[:host_project_id] if args.key?(:host_project_id)
|
|
3162
|
+
@subnet = args[:subnet] if args.key?(:subnet)
|
|
3163
|
+
end
|
|
3164
|
+
end
|
|
3165
|
+
|
|
3138
3166
|
# Traffic routing configuration for versions within a single service. Traffic
|
|
3139
3167
|
# splits define how traffic directed to the service is assigned to versions.
|
|
3140
3168
|
class TrafficSplit
|
|
@@ -3534,6 +3562,11 @@ module Google
|
|
|
3534
3562
|
# @return [Google::Apis::AppengineV1beta::VpcAccessConnector]
|
|
3535
3563
|
attr_accessor :vpc_access_connector
|
|
3536
3564
|
|
|
3565
|
+
# Vpc Egress configuration.
|
|
3566
|
+
# Corresponds to the JSON property `vpcEgress`
|
|
3567
|
+
# @return [Google::Apis::AppengineV1beta::VpcEgress]
|
|
3568
|
+
attr_accessor :vpc_egress
|
|
3569
|
+
|
|
3537
3570
|
# The Google Compute Engine zones that are supported by this version in the App
|
|
3538
3571
|
# Engine flexible environment. Deprecated.
|
|
3539
3572
|
# Corresponds to the JSON property `zones`
|
|
@@ -3587,6 +3620,7 @@ module Google
|
|
|
3587
3620
|
@version_url = args[:version_url] if args.key?(:version_url)
|
|
3588
3621
|
@vm = args[:vm] if args.key?(:vm)
|
|
3589
3622
|
@vpc_access_connector = args[:vpc_access_connector] if args.key?(:vpc_access_connector)
|
|
3623
|
+
@vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
|
|
3590
3624
|
@zones = args[:zones] if args.key?(:zones)
|
|
3591
3625
|
end
|
|
3592
3626
|
end
|
|
@@ -3650,6 +3684,57 @@ module Google
|
|
|
3650
3684
|
end
|
|
3651
3685
|
end
|
|
3652
3686
|
|
|
3687
|
+
# Vpc Egress configuration.
|
|
3688
|
+
class VpcEgress
|
|
3689
|
+
include Google::Apis::Core::Hashable
|
|
3690
|
+
|
|
3691
|
+
# The egress setting for the subnetwork, controlling what traffic is diverted
|
|
3692
|
+
# through it.
|
|
3693
|
+
# Corresponds to the JSON property `egressSetting`
|
|
3694
|
+
# @return [String]
|
|
3695
|
+
attr_accessor :egress_setting
|
|
3696
|
+
|
|
3697
|
+
# The network tags to apply to the instance.
|
|
3698
|
+
# Corresponds to the JSON property `networkTags`
|
|
3699
|
+
# @return [Array<Google::Apis::AppengineV1beta::VpcNetworkTag>]
|
|
3700
|
+
attr_accessor :network_tags
|
|
3701
|
+
|
|
3702
|
+
# Subnetwork key message.
|
|
3703
|
+
# Corresponds to the JSON property `subnetworkKey`
|
|
3704
|
+
# @return [Google::Apis::AppengineV1beta::SubnetworkKey]
|
|
3705
|
+
attr_accessor :subnetwork_key
|
|
3706
|
+
|
|
3707
|
+
def initialize(**args)
|
|
3708
|
+
update!(**args)
|
|
3709
|
+
end
|
|
3710
|
+
|
|
3711
|
+
# Update properties of this object
|
|
3712
|
+
def update!(**args)
|
|
3713
|
+
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
|
|
3714
|
+
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
|
3715
|
+
@subnetwork_key = args[:subnetwork_key] if args.key?(:subnetwork_key)
|
|
3716
|
+
end
|
|
3717
|
+
end
|
|
3718
|
+
|
|
3719
|
+
# Network tag message.
|
|
3720
|
+
class VpcNetworkTag
|
|
3721
|
+
include Google::Apis::Core::Hashable
|
|
3722
|
+
|
|
3723
|
+
# value for the tag name
|
|
3724
|
+
# Corresponds to the JSON property `value`
|
|
3725
|
+
# @return [String]
|
|
3726
|
+
attr_accessor :value
|
|
3727
|
+
|
|
3728
|
+
def initialize(**args)
|
|
3729
|
+
update!(**args)
|
|
3730
|
+
end
|
|
3731
|
+
|
|
3732
|
+
# Update properties of this object
|
|
3733
|
+
def update!(**args)
|
|
3734
|
+
@value = args[:value] if args.key?(:value)
|
|
3735
|
+
end
|
|
3736
|
+
end
|
|
3737
|
+
|
|
3653
3738
|
# The zip file information for a zip deployment.
|
|
3654
3739
|
class ZipInfo
|
|
3655
3740
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1beta
|
|
18
18
|
# Version of the google-apis-appengine_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.60.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
|
|
@@ -478,6 +478,12 @@ module Google
|
|
|
478
478
|
include Google::Apis::Core::JsonObjectSupport
|
|
479
479
|
end
|
|
480
480
|
|
|
481
|
+
class SubnetworkKey
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
481
487
|
class TrafficSplit
|
|
482
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
489
|
|
|
@@ -514,6 +520,18 @@ module Google
|
|
|
514
520
|
include Google::Apis::Core::JsonObjectSupport
|
|
515
521
|
end
|
|
516
522
|
|
|
523
|
+
class VpcEgress
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class VpcNetworkTag
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
517
535
|
class ZipInfo
|
|
518
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
537
|
|
|
@@ -1314,6 +1332,14 @@ module Google
|
|
|
1314
1332
|
end
|
|
1315
1333
|
end
|
|
1316
1334
|
|
|
1335
|
+
class SubnetworkKey
|
|
1336
|
+
# @private
|
|
1337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1338
|
+
property :host_project_id, as: 'hostProjectId'
|
|
1339
|
+
property :subnet, as: 'subnet'
|
|
1340
|
+
end
|
|
1341
|
+
end
|
|
1342
|
+
|
|
1317
1343
|
class TrafficSplit
|
|
1318
1344
|
# @private
|
|
1319
1345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1409,6 +1435,8 @@ module Google
|
|
|
1409
1435
|
property :vm, as: 'vm'
|
|
1410
1436
|
property :vpc_access_connector, as: 'vpcAccessConnector', class: Google::Apis::AppengineV1beta::VpcAccessConnector, decorator: Google::Apis::AppengineV1beta::VpcAccessConnector::Representation
|
|
1411
1437
|
|
|
1438
|
+
property :vpc_egress, as: 'vpcEgress', class: Google::Apis::AppengineV1beta::VpcEgress, decorator: Google::Apis::AppengineV1beta::VpcEgress::Representation
|
|
1439
|
+
|
|
1412
1440
|
collection :zones, as: 'zones'
|
|
1413
1441
|
end
|
|
1414
1442
|
end
|
|
@@ -1430,6 +1458,24 @@ module Google
|
|
|
1430
1458
|
end
|
|
1431
1459
|
end
|
|
1432
1460
|
|
|
1461
|
+
class VpcEgress
|
|
1462
|
+
# @private
|
|
1463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1464
|
+
property :egress_setting, as: 'egressSetting'
|
|
1465
|
+
collection :network_tags, as: 'networkTags', class: Google::Apis::AppengineV1beta::VpcNetworkTag, decorator: Google::Apis::AppengineV1beta::VpcNetworkTag::Representation
|
|
1466
|
+
|
|
1467
|
+
property :subnetwork_key, as: 'subnetworkKey', class: Google::Apis::AppengineV1beta::SubnetworkKey, decorator: Google::Apis::AppengineV1beta::SubnetworkKey::Representation
|
|
1468
|
+
|
|
1469
|
+
end
|
|
1470
|
+
end
|
|
1471
|
+
|
|
1472
|
+
class VpcNetworkTag
|
|
1473
|
+
# @private
|
|
1474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1475
|
+
property :value, as: 'value'
|
|
1476
|
+
end
|
|
1477
|
+
end
|
|
1478
|
+
|
|
1433
1479
|
class ZipInfo
|
|
1434
1480
|
# @private
|
|
1435
1481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -909,8 +909,8 @@ module Google
|
|
|
909
909
|
# @param [String] apps_id
|
|
910
910
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
911
911
|
# @param [Array<String>, String] extra_location_types
|
|
912
|
-
# Optional.
|
|
913
|
-
#
|
|
912
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
913
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
914
914
|
# @param [String] filter
|
|
915
915
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
916
916
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -1657,8 +1657,8 @@ module Google
|
|
|
1657
1657
|
# @param [String] projects_id
|
|
1658
1658
|
# Part of `name`. The resource that owns the locations collection, if applicable.
|
|
1659
1659
|
# @param [Array<String>, String] extra_location_types
|
|
1660
|
-
# Optional.
|
|
1661
|
-
#
|
|
1660
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
1661
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
1662
1662
|
# @param [String] filter
|
|
1663
1663
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
1664
1664
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
@@ -2135,6 +2135,49 @@ module Google
|
|
|
2135
2135
|
execute_or_queue_command(command, &block)
|
|
2136
2136
|
end
|
|
2137
2137
|
|
|
2138
|
+
# Lists the domain mappings on an application.
|
|
2139
|
+
# @param [String] projects_id
|
|
2140
|
+
# Part of `parent`. Required. Name of the parent Application resource. Example:
|
|
2141
|
+
# apps/myapp.
|
|
2142
|
+
# @param [String] locations_id
|
|
2143
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2144
|
+
# @param [String] applications_id
|
|
2145
|
+
# Part of `parent`. See documentation of `projectsId`.
|
|
2146
|
+
# @param [Fixnum] page_size
|
|
2147
|
+
# Maximum results to return per page.
|
|
2148
|
+
# @param [String] page_token
|
|
2149
|
+
# Continuation token for fetching the next page of results.
|
|
2150
|
+
# @param [String] fields
|
|
2151
|
+
# Selector specifying which fields to include in a partial response.
|
|
2152
|
+
# @param [String] quota_user
|
|
2153
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2154
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2155
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2156
|
+
# Request-specific options
|
|
2157
|
+
#
|
|
2158
|
+
# @yield [result, err] Result & error if block supplied
|
|
2159
|
+
# @yieldparam result [Google::Apis::AppengineV1beta::ListDomainMappingsResponse] parsed result object
|
|
2160
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2161
|
+
#
|
|
2162
|
+
# @return [Google::Apis::AppengineV1beta::ListDomainMappingsResponse]
|
|
2163
|
+
#
|
|
2164
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2165
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2166
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2167
|
+
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)
|
|
2168
|
+
command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings', options)
|
|
2169
|
+
command.response_representation = Google::Apis::AppengineV1beta::ListDomainMappingsResponse::Representation
|
|
2170
|
+
command.response_class = Google::Apis::AppengineV1beta::ListDomainMappingsResponse
|
|
2171
|
+
command.params['projectsId'] = projects_id unless projects_id.nil?
|
|
2172
|
+
command.params['locationsId'] = locations_id unless locations_id.nil?
|
|
2173
|
+
command.params['applicationsId'] = applications_id unless applications_id.nil?
|
|
2174
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
2175
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
2176
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2177
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2178
|
+
execute_or_queue_command(command, &block)
|
|
2179
|
+
end
|
|
2180
|
+
|
|
2138
2181
|
# Updates the specified domain mapping. To map an SSL certificate to a domain
|
|
2139
2182
|
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
|
|
2140
2183
|
# 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_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.60.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_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.60.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|