google-apis-servicedirectory_v1 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: 4a09ef1dff72451f005123aba2df6f3f5011fae885d227c31645c4099b864c9c
4
- data.tar.gz: 6d5fdb1f3214701db7c7e9bd93f55245cf9bcdaf8e3e7bccef954bec918a100a
3
+ metadata.gz: 31baadcc3eba667eb0daf351aba5cc87922c691e8abd00b4c289e73f60181bd6
4
+ data.tar.gz: ed12b07a283065809fe581305aec11d93cdc4a0bb3f30693a56c853295d34283
5
5
  SHA512:
6
- metadata.gz: a321faf1ccfa95d18bd41ca191f8f76ab797c002c5cb4cd33f6c3ef95241560443ddea7ecf11563ed0fc261c91c1121695cc389a117968e82203f07454313de5
7
- data.tar.gz: 31921ca91934a07d3c21e7a32762f984009eb3b7064d5ca62164e259a23f640752be16700e32042875773223ee75058671131f45d454142516eb6fd5c164540b
6
+ metadata.gz: 63422888098de328f241c71758d603d13cb2512f5099254ed58b4c49891d78a158249ba3c5dbf38506e87027506cabc533a90295c28d7af2e4f4792b136f668e
7
+ data.tar.gz: d67c3f32397221d2dfd84f5e440aab6017e99cec9cdb1e0e573200ce43c29dce9af617cd76ca6e618b356ecc0253754c52aa3a360f23400248bea3edc514f515
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.11.0 (2021-07-25)
4
+
5
+ * Regenerated from discovery document revision 20210716
6
+
3
7
  ### v0.10.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -132,12 +132,9 @@ module Google
132
132
  # alphanumerics between. The prefix is optional. If specified, the prefix must
133
133
  # be a DNS subdomain: a series of DNS labels separated by dots (.), not longer
134
134
  # than 253 characters in total, followed by a slash (/) Annotations that fails
135
- # to meet these requirements are rejected. * The `(*.)google.com/` and `(*.)
136
- # googleapis.com/` prefixes are reserved for system annotations managed by
137
- # Service Directory. If the user tries to write to these keyspaces, those
138
- # entries are silently ignored by the system Note: This field is equivalent to
139
- # the `metadata` field in the v1beta1 API. They have the same syntax and read/
140
- # write to the same location in Service Directory.
135
+ # to meet these requirements are rejected. Note: This field is equivalent to the
136
+ # `metadata` field in the v1beta1 API. They have the same syntax and read/write
137
+ # to the same location in Service Directory.
141
138
  # Corresponds to the JSON property `annotations`
142
139
  # @return [Hash<String,String>]
143
140
  attr_accessor :annotations
@@ -608,12 +605,9 @@ module Google
608
605
  # alphanumerics between. The prefix is optional. If specified, the prefix must
609
606
  # be a DNS subdomain: a series of DNS labels separated by dots (.), not longer
610
607
  # than 253 characters in total, followed by a slash (/). Annotations that fails
611
- # to meet these requirements are rejected * The `(*.)google.com/` and `(*.)
612
- # googleapis.com/` prefixes are reserved for system annotations managed by
613
- # Service Directory. If the user tries to write to these keyspaces, those
614
- # entries are silently ignored by the system Note: This field is equivalent to
615
- # the `metadata` field in the v1beta1 API. They have the same syntax and read/
616
- # write to the same location in Service Directory.
608
+ # to meet these requirements are rejected Note: This field is equivalent to the `
609
+ # metadata` field in the v1beta1 API. They have the same syntax and read/write
610
+ # to the same location in Service Directory.
617
611
  # Corresponds to the JSON property `annotations`
618
612
  # @return [Hash<String,String>]
619
613
  attr_accessor :annotations
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1
18
18
  # Version of the google-apis-servicedirectory_v1 gem
19
- GEM_VERSION = "0.10.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 = "20210407"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-05 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []