google-apis-servicedirectory_v1beta1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e715314ca90f2fc99dd5c29bb17cbd6171c04d73762b3b8e333c39b100171cc3
|
4
|
+
data.tar.gz: 7ed503e93428df96c81125f620f2a1cb2cb7da9a80c690e8fd4b7bbd617d5f51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57706a41d108ac6da90bb3c604a55ec27456fb85c866781d58552d0abffc9c42eb2dd46402856d86be83cd5a8e8d821694882ee8510ee064971abdeea96d4836
|
7
|
+
data.tar.gz: 63b16c81079fe4fc2cd01c9a9a0276384d082022d63feb9a735e6e7fe4b28445c2ec0097cfa32e182524488d81bfc5cca09f0d7257cff0cd9411f7ab1ba194eb
|
data/CHANGELOG.md
CHANGED
@@ -137,12 +137,9 @@ module Google
|
|
137
137
|
# between. The prefix is optional. If specified, the prefix must be a DNS
|
138
138
|
# subdomain: a series of DNS labels separated by dots (.), not longer than 253
|
139
139
|
# characters in total, followed by a slash (/). Metadata that fails to meet
|
140
|
-
# these requirements are rejected
|
141
|
-
#
|
142
|
-
#
|
143
|
-
# ignored by the system Note: This field is equivalent to the `annotations`
|
144
|
-
# field in the v1 API. They have the same syntax and read/write to the same
|
145
|
-
# location in Service Directory.
|
140
|
+
# these requirements are rejected Note: This field is equivalent to the `
|
141
|
+
# annotations` field in the v1 API. They have the same syntax and read/write to
|
142
|
+
# the same location in Service Directory.
|
146
143
|
# Corresponds to the JSON property `metadata`
|
147
144
|
# @return [Hash<String,String>]
|
148
145
|
attr_accessor :metadata
|
@@ -654,12 +651,9 @@ module Google
|
|
654
651
|
# between. The prefix is optional. If specified, the prefix must be a DNS
|
655
652
|
# subdomain: a series of DNS labels separated by dots (.), not longer than 253
|
656
653
|
# characters in total, followed by a slash (/). Metadata that fails to meet
|
657
|
-
# these requirements are rejected
|
658
|
-
#
|
659
|
-
#
|
660
|
-
# ignored by the system Note: This field is equivalent to the `annotations`
|
661
|
-
# field in the v1 API. They have the same syntax and read/write to the same
|
662
|
-
# location in Service Directory.
|
654
|
+
# these requirements are rejected Note: This field is equivalent to the `
|
655
|
+
# annotations` field in the v1 API. They have the same syntax and read/write to
|
656
|
+
# the same location in Service Directory.
|
663
657
|
# Corresponds to the JSON property `metadata`
|
664
658
|
# @return [Hash<String,String>]
|
665
659
|
attr_accessor :metadata
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicedirectoryV1beta1
|
18
18
|
# Version of the google-apis-servicedirectory_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicedirectory_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2021-07-
|
11
|
+
date: 2021-07-26 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/master/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|