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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/servicedirectory_v1beta1/classes.rb +10 -0
- data/lib/google/apis/servicedirectory_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/servicedirectory_v1beta1/representations.rb +1 -0
- data/lib/google/apis/servicedirectory_v1beta1/service.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a33bc897c659b2392bee9951b2de72ef6928a9e3953e989aee2440c8a6847fa
|
4
|
+
data.tar.gz: a02e7f74dbd0fa09b9e6130b83356e6aef180dbd1cd81eddc705f48f3f0bcecc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4409a77a6a27cc0ea0e3c875b83bdc8a15d201b642e3e747dd753a1897fbf3777a6adfe3d69e2da3494e8f475a3c030cd6d4da4639f78135932b432c15094b89
|
7
|
+
data.tar.gz: 3c916f8663e74b2378ee2d137ea422ba88d95ab16a31e7d147e2f66b1f1ed085e12210d1afe3cecaede95d538d2dc403d3c961cf3019c65180d9d607ba7fab8c
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20210422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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
|
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.
|
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-
|
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.
|
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.
|
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
|