google-apis-servicedirectory_v1beta1 0.29.0 → 0.30.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: 1a387ec0352c665085b4377c883613a164e8d90b23208b7713bb6e18beebd31b
4
- data.tar.gz: d679fc25cb699ff5354488a1c8b29cd4fb429ef7fe41e93a848023c859a60635
3
+ metadata.gz: 89be74e6af7ab0b68adeadf7cce4d98690a9fb4003066d59861cb1db28fddd61
4
+ data.tar.gz: 87f68314f86ab0d4b5a728099108bc93c2930feecbf8e7860317098d19ee8c53
5
5
  SHA512:
6
- metadata.gz: 13f3409b6092a6b0e92265847bfd13ab98a92a09c30ea34f2b88e0a7f50cde3fe70c911a9a56edb8450d8438c2bd7ad8faa686d2cc725c608fb86515c71eede5
7
- data.tar.gz: 9a0acf5526c9d15a473eb5c9dcf67f8d75e3e9938f6a236cdcd08ff06f3aabcf304ae0944106d6b3ca5d8eb5980363bb8d0a142b85484c4d89107f2c12bbec1c
6
+ metadata.gz: 73abfdd8e23aed09f70952cbb8710f127361f60e125fdaf462ca0e26cdf0f57bfc097461ec50cb8b42ba2f102826914e304da0d5fa0f98163df85af302815228
7
+ data.tar.gz: 3874c5758ad63e3195e5e235b483e1a28ea4b21f68a6903350d5748af6df63d88a3c2493722e2729a549b8d922c01b5b131cefd83cccc55ede18922146b7c511
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230316
6
+
3
7
  ### v0.29.0 (2023-02-26)
4
8
 
5
9
  * 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
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20230209"
25
+ REVISION = "20230316"
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.29.0
4
+ version: 0.30.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.30.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: []