google-apis-servicedirectory_v1beta1 0.29.0 → 0.31.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: ff046c79507068b0af29664ea9b731d3626da8a0d4d77f2626f2198c9169cf45
|
4
|
+
data.tar.gz: 1f80d07e314bb8fdd5245ec6aa221c5df4b1a1146c3baa6ff34ed33652bf32eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb5c8521adca62e7b05026255437e3e0b9002ce2f6a29c504f766fa95e0cae72feb7d396ce0f9fd1702d32ec15ea4e78d014fccc36479ab5852882cf5a2dcc10
|
7
|
+
data.tar.gz: '028bece7130e4a4d2564453c5f1da10fb4cb705774a26b6570a217a95556514863af5f483a8c6bd13f584ce73311debba6ff26ceae510e6d72557f185ecb9be3'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicedirectory_v1beta1
|
2
2
|
|
3
|
+
### v0.31.0 (2023-05-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230516
|
6
|
+
|
7
|
+
### v0.30.0 (2023-03-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230316
|
10
|
+
|
3
11
|
### v0.29.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230209
|
@@ -168,6 +168,11 @@ module Google
|
|
168
168
|
# @return [Fixnum]
|
169
169
|
attr_accessor :port
|
170
170
|
|
171
|
+
# Output only. A globally unique identifier (in UUID4 format) for this endpoint.
|
172
|
+
# Corresponds to the JSON property `uid`
|
173
|
+
# @return [String]
|
174
|
+
attr_accessor :uid
|
175
|
+
|
171
176
|
# Output only. The timestamp when the endpoint was last updated.
|
172
177
|
# Corresponds to the JSON property `updateTime`
|
173
178
|
# @return [String]
|
@@ -185,6 +190,7 @@ module Google
|
|
185
190
|
@name = args[:name] if args.key?(:name)
|
186
191
|
@network = args[:network] if args.key?(:network)
|
187
192
|
@port = args[:port] if args.key?(:port)
|
193
|
+
@uid = args[:uid] if args.key?(:uid)
|
188
194
|
@update_time = args[:update_time] if args.key?(:update_time)
|
189
195
|
end
|
190
196
|
end
|
@@ -393,7 +399,7 @@ module Google
|
|
393
399
|
end
|
394
400
|
end
|
395
401
|
|
396
|
-
# A resource that represents Google Cloud
|
402
|
+
# A resource that represents a Google Cloud location.
|
397
403
|
class Location
|
398
404
|
include Google::Apis::Core::Hashable
|
399
405
|
|
@@ -463,6 +469,11 @@ module Google
|
|
463
469
|
# @return [String]
|
464
470
|
attr_accessor :name
|
465
471
|
|
472
|
+
# Output only. A globally unique identifier (in UUID4 format) for this namespace.
|
473
|
+
# Corresponds to the JSON property `uid`
|
474
|
+
# @return [String]
|
475
|
+
attr_accessor :uid
|
476
|
+
|
466
477
|
# Output only. The timestamp when the namespace was last updated.
|
467
478
|
# Corresponds to the JSON property `updateTime`
|
468
479
|
# @return [String]
|
@@ -477,6 +488,7 @@ module Google
|
|
477
488
|
@create_time = args[:create_time] if args.key?(:create_time)
|
478
489
|
@labels = args[:labels] if args.key?(:labels)
|
479
490
|
@name = args[:name] if args.key?(:name)
|
491
|
+
@uid = args[:uid] if args.key?(:uid)
|
480
492
|
@update_time = args[:update_time] if args.key?(:update_time)
|
481
493
|
end
|
482
494
|
end
|
@@ -678,6 +690,11 @@ module Google
|
|
678
690
|
# @return [String]
|
679
691
|
attr_accessor :name
|
680
692
|
|
693
|
+
# Output only. A globally unique identifier (in UUID4 format) for this service.
|
694
|
+
# Corresponds to the JSON property `uid`
|
695
|
+
# @return [String]
|
696
|
+
attr_accessor :uid
|
697
|
+
|
681
698
|
# Output only. The timestamp when the service was last updated. Note: endpoints
|
682
699
|
# being created/deleted/updated within the service are not considered service
|
683
700
|
# updates for the purpose of this timestamp.
|
@@ -695,6 +712,7 @@ module Google
|
|
695
712
|
@endpoints = args[:endpoints] if args.key?(:endpoints)
|
696
713
|
@metadata = args[:metadata] if args.key?(:metadata)
|
697
714
|
@name = args[:name] if args.key?(:name)
|
715
|
+
@uid = args[:uid] if args.key?(:uid)
|
698
716
|
@update_time = args[:update_time] if args.key?(:update_time)
|
699
717
|
end
|
700
718
|
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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -161,6 +161,7 @@ module Google
|
|
161
161
|
property :name, as: 'name'
|
162
162
|
property :network, as: 'network'
|
163
163
|
property :port, as: 'port'
|
164
|
+
property :uid, as: 'uid'
|
164
165
|
property :update_time, as: 'updateTime'
|
165
166
|
end
|
166
167
|
end
|
@@ -243,6 +244,7 @@ module Google
|
|
243
244
|
property :create_time, as: 'createTime'
|
244
245
|
hash :labels, as: 'labels'
|
245
246
|
property :name, as: 'name'
|
247
|
+
property :uid, as: 'uid'
|
246
248
|
property :update_time, as: 'updateTime'
|
247
249
|
end
|
248
250
|
end
|
@@ -281,6 +283,7 @@ module Google
|
|
281
283
|
|
282
284
|
hash :metadata, as: 'metadata'
|
283
285
|
property :name, as: 'name'
|
286
|
+
property :uid, as: 'uid'
|
284
287
|
property :update_time, as: 'updateTime'
|
285
288
|
end
|
286
289
|
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.31.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: 2023-
|
11
|
+
date: 2023-05-28 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_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.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|