google-apis-appengine_v1 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: d933d67069eab1514e5aa2a45279c0af2266ccbb79b0435f07ac614d4ae8218e
|
|
4
|
+
data.tar.gz: e7fc136b122dc85411e4dbed244e729e8d253cda45ab32277fb0140166d29d8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b72bf52354a77a7d7f1c00c339177c9f83b1cf2fc15645ae1169667285f4bb03e3c795fc62d4d547cdd76ed17318076431ab776cc948a2f4186081c28257b8a8
|
|
7
|
+
data.tar.gz: fce851c454c705834bd3c994321b5d90e660ffbb1a892403f9751560b389ed7fdeec64b3f454e575205d83077da1755fd6b7f168021f1da4501409c48ee393df
|
data/CHANGELOG.md
CHANGED
|
@@ -2555,6 +2555,13 @@ module Google
|
|
|
2555
2555
|
class Service
|
|
2556
2556
|
include Google::Apis::Core::Hashable
|
|
2557
2557
|
|
|
2558
|
+
# Additional Google Generated Customer Metadata, this field won't be provided by
|
|
2559
|
+
# default and can be requested by setting the IncludeExtraData field in
|
|
2560
|
+
# GetServiceRequest
|
|
2561
|
+
# Corresponds to the JSON property `generatedCustomerMetadata`
|
|
2562
|
+
# @return [Hash<String,Object>]
|
|
2563
|
+
attr_accessor :generated_customer_metadata
|
|
2564
|
+
|
|
2558
2565
|
# Relative name of the service within the application. Example: default.@
|
|
2559
2566
|
# OutputOnly
|
|
2560
2567
|
# Corresponds to the JSON property `id`
|
|
@@ -2599,6 +2606,7 @@ module Google
|
|
|
2599
2606
|
|
|
2600
2607
|
# Update properties of this object
|
|
2601
2608
|
def update!(**args)
|
|
2609
|
+
@generated_customer_metadata = args[:generated_customer_metadata] if args.key?(:generated_customer_metadata)
|
|
2602
2610
|
@id = args[:id] if args.key?(:id)
|
|
2603
2611
|
@labels = args[:labels] if args.key?(:labels)
|
|
2604
2612
|
@name = args[:name] if args.key?(:name)
|
|
@@ -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.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230909"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1139,6 +1139,7 @@ module Google
|
|
|
1139
1139
|
class Service
|
|
1140
1140
|
# @private
|
|
1141
1141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1142
|
+
hash :generated_customer_metadata, as: 'generatedCustomerMetadata'
|
|
1142
1143
|
property :id, as: 'id'
|
|
1143
1144
|
hash :labels, as: 'labels'
|
|
1144
1145
|
property :name, as: 'name'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.42.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.42.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|