google-apis-servicedirectory_v1 0.15.0 → 0.16.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: c6c839ff5426e4c7306d62b961416a65076019061eb9c97c90b920ba8bae5be7
4
- data.tar.gz: 9f8f044ba4be390645d53b2732851456951e1c903989712315d2b3a46f17a8b6
3
+ metadata.gz: a5edb435070da69d7953d32e976d56fc744fbf9cab7d05613736032047bce0e2
4
+ data.tar.gz: 9f8ae653e32da530dddf7365a863f8fe5b35b80246b1e2e9a12857c7e133bfd5
5
5
  SHA512:
6
- metadata.gz: e45a6042ba3b5d03954f7938c924b2c43fc681163cd6e99549b21af5f25ac99102698e1e19a8fb4f74eec62fad6ff3d005f236a58eb11c8ad534fbbf74813d8b
7
- data.tar.gz: 3e2474fd6b8a5222501e2b87f0b744ba5b528a2f56d469435eef9bc3a221d1172e140d6ebe3c2a8fb80d3d08a433441249a5595e160dc42af782508065da20cd
6
+ metadata.gz: 501ff8474bdb2360cddad038284a8b7adf1e867a8bf2c6af122b3afef37c5d80ccaa4998fc1db11fbf1eb789aaf0dfa9890dd878634f4f569e635646c689e5ee
7
+ data.tar.gz: d7d48e7ce0eefed73cc974531f2151a506176ae30e526b721675aee24bf8a594cf65c4eed6c5ac2378e59f382c15f6cef45ffefb5c3d01cbf8232d6a944ab231
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.16.0 (2022-01-15)
4
+
5
+ * Regenerated from discovery document revision 20220111
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.15.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -145,6 +145,15 @@ module Google
145
145
  # @return [String]
146
146
  attr_accessor :name
147
147
 
148
+ # Immutable. The Google Compute Engine network (VPC) of the endpoint in the
149
+ # format `projects//locations/global/networks/*`. The project must be specified
150
+ # by project number (project id is rejected). Incorrectly formatted networks are
151
+ # rejected, we also check to make sure that you have the servicedirectory.
152
+ # networks.attach permission on the project specified.
153
+ # Corresponds to the JSON property `network`
154
+ # @return [String]
155
+ attr_accessor :network
156
+
148
157
  # Optional. Service Directory rejects values outside of `[0, 65535]`.
149
158
  # Corresponds to the JSON property `port`
150
159
  # @return [Fixnum]
@@ -159,6 +168,7 @@ module Google
159
168
  @address = args[:address] if args.key?(:address)
160
169
  @annotations = args[:annotations] if args.key?(:annotations)
161
170
  @name = args[:name] if args.key?(:name)
171
+ @network = args[:network] if args.key?(:network)
162
172
  @port = args[:port] if args.key?(:port)
163
173
  end
164
174
  end
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211103"
25
+ REVISION = "20220111"
26
26
  end
27
27
  end
28
28
  end
@@ -158,6 +158,7 @@ module Google
158
158
  property :address, as: 'address'
159
159
  hash :annotations, as: 'annotations'
160
160
  property :name, as: 'name'
161
+ property :network, as: 'network'
161
162
  property :port, as: 'port'
162
163
  end
163
164
  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.15.0
4
+ version: 0.16.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-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-servicedirectory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Directory API V1