google-apis-servicedirectory_v1beta1 0.6.0 → 0.7.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: ec745b4dd772e83ff548e61cf13a6079b29e132ffe325715b89efab3346a0356
4
- data.tar.gz: 574beda921680109dd1c3ab69a346f3ae84601e0dec1f8b369679c0554a98e32
3
+ metadata.gz: 8a33bc897c659b2392bee9951b2de72ef6928a9e3953e989aee2440c8a6847fa
4
+ data.tar.gz: a02e7f74dbd0fa09b9e6130b83356e6aef180dbd1cd81eddc705f48f3f0bcecc
5
5
  SHA512:
6
- metadata.gz: caa07f48cddfd1baf464ec9c0f273bbbd6c0d420c21ed0a75f9fa050da3355c1ef639a91d716e5dbab03dbab37e205c9213a993ee653ba5bf79e0222ac6c9441
7
- data.tar.gz: 1cb543ab27212a06b87ef92c2ffe266393138a67eb4f0cef00762576d993febd948acb406294855e0e8c4f83c7e1347724743b5383dcf336d0f25cf4efb242f6
6
+ metadata.gz: 4409a77a6a27cc0ea0e3c875b83bdc8a15d201b642e3e747dd753a1897fbf3777a6adfe3d69e2da3494e8f475a3c030cd6d4da4639f78135932b432c15094b89
7
+ data.tar.gz: 3c916f8663e74b2378ee2d137ea422ba88d95ab16a31e7d147e2f66b1f1ed085e12210d1afe3cecaede95d538d2dc403d3c961cf3019c65180d9d607ba7fab8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-05-01)
4
+
5
+ * Regenerated from discovery document revision 20210422
6
+
3
7
  ### v0.6.0 (2021-04-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210324
@@ -148,6 +148,15 @@ module Google
148
148
  # @return [String]
149
149
  attr_accessor :name
150
150
 
151
+ # Immutable. The Google Compute Engine network (VPC) of the endpoint in the
152
+ # format `projects//locations/global/networks/*`. The project must be specified
153
+ # by project number (project id is rejected). Incorrectly formatted networks are
154
+ # rejected, but no other validation is performed on this field (ex. network or
155
+ # project existence, reachability, or permissions).
156
+ # Corresponds to the JSON property `network`
157
+ # @return [String]
158
+ attr_accessor :network
159
+
151
160
  # Optional. Service Directory rejects values outside of `[0, 65535]`.
152
161
  # Corresponds to the JSON property `port`
153
162
  # @return [Fixnum]
@@ -162,6 +171,7 @@ module Google
162
171
  @address = args[:address] if args.key?(:address)
163
172
  @metadata = args[:metadata] if args.key?(:metadata)
164
173
  @name = args[:name] if args.key?(:name)
174
+ @network = args[:network] if args.key?(:network)
165
175
  @port = args[:port] if args.key?(:port)
166
176
  end
167
177
  end
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210324"
25
+ REVISION = "20210422"
26
26
  end
27
27
  end
28
28
  end
@@ -158,6 +158,7 @@ module Google
158
158
  property :address, as: 'address'
159
159
  hash :metadata, as: 'metadata'
160
160
  property :name, as: 'name'
161
+ property :network, as: 'network'
161
162
  property :port, as: 'port'
162
163
  end
163
164
  end
@@ -88,7 +88,7 @@ module Google
88
88
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
89
  # AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
- # The maximum number of results to return. If not set, the service will select a
91
+ # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
93
93
  # @param [String] page_token
94
94
  # A page token received from the `next_page_token` field in the response. Send
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.6.0
4
+ version: 0.7.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Directory API V1beta1