google-apis-servicedirectory_v1 0.24.0 → 0.26.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: 349de99dfe242078d55adf6bb8ab3bc1cda64f74aa1fc65ce5ef375827f2b3af
4
- data.tar.gz: 7ee70897f9c5e8830f138e84759cdfff2b17a5904c58e3dd6ce19f70aedffd23
3
+ metadata.gz: 752e8f6f03dc04e6f36ad9183595153671e6d08c813182cd7a835f6c51d6c522
4
+ data.tar.gz: f9ebc36b4148f437ca4af396ff1f4be3ea838fd6ebecbe09869b62e121f8b2f8
5
5
  SHA512:
6
- metadata.gz: 416d59d3cf3a0dbbe3e652554bb2d8e3b489ca09298b51e2b84794e835d1ce7c897fb71859ae73f76d1136d5341db62bdcb0f48f457b640f04de954527c04887
7
- data.tar.gz: b2d10ce34034b539f7ef03294288fec35f98e7eab374b3e98eba1252589381e8125bba31f443b9df54771343c6ea3294253cdb777d411216a39f0bb6010534c1
6
+ metadata.gz: bf91da3b323889a5c119e50868e98311afdd117a50f0c3d1c8ed21df6d15df46f48c9ed4fbdcbe3b7f73257795e03f5ee3f27fcd90b7c6aacf6ecd6ead7c2c6a
7
+ data.tar.gz: 50266d2799121b5c5360f5ca8390b738d94f8b272e0e4290df4ec1581dcc2baa58bef23621a0f6382ce5b7bfc6fe7cd21b725bff7daf26df5163fea0fd95b5e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.26.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230209
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.25.0 (2022-10-27)
9
+
10
+ * Regenerated from discovery document revision 20220930
11
+ * Regenerated using generator version 0.11.0
12
+
3
13
  ### v0.24.0 (2022-09-23)
4
14
 
5
15
  * Regenerated using generator version 0.10.0
@@ -60,22 +60,22 @@ module Google
60
60
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
61
61
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
62
62
  # email address that represents a Google group. For example, `admins@example.com`
63
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
64
- # identifier) representing a user that has been recently deleted. For example, `
65
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
66
- # value reverts to `user:`emailid`` and the recovered user retains the role in
67
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
68
- # address (plus unique identifier) representing a service account that has been
69
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
63
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
64
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
65
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
66
+ # representing a user that has been recently deleted. For example, `alice@
67
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
68
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
69
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
70
+ # (plus unique identifier) representing a service account that has been recently
71
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
70
72
  # 123456789012345678901`. If the service account is undeleted, this value
71
73
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
72
74
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
73
75
  # An email address (plus unique identifier) representing a Google group that has
74
76
  # been recently deleted. For example, `admins@example.com?uid=
75
77
  # 123456789012345678901`. If the group is recovered, this value reverts to `
76
- # group:`emailid`` and the recovered group retains the role in the binding. * `
77
- # domain:`domain``: The G Suite domain (primary) that represents all the users
78
- # of that domain. For example, `google.com` or `example.com`.
78
+ # group:`emailid`` and the recovered group retains the role in the binding.
79
79
  # Corresponds to the JSON property `members`
80
80
  # @return [Array<String>]
81
81
  attr_accessor :members
@@ -163,6 +163,12 @@ module Google
163
163
  # @return [Fixnum]
164
164
  attr_accessor :port
165
165
 
166
+ # Output only. The globally unique identifier of the endpoint in the UUID4
167
+ # format.
168
+ # Corresponds to the JSON property `uid`
169
+ # @return [String]
170
+ attr_accessor :uid
171
+
166
172
  def initialize(**args)
167
173
  update!(**args)
168
174
  end
@@ -174,6 +180,7 @@ module Google
174
180
  @name = args[:name] if args.key?(:name)
175
181
  @network = args[:network] if args.key?(:network)
176
182
  @port = args[:port] if args.key?(:port)
183
+ @uid = args[:uid] if args.key?(:uid)
177
184
  end
178
185
  end
179
186
 
@@ -446,6 +453,12 @@ module Google
446
453
  # @return [String]
447
454
  attr_accessor :name
448
455
 
456
+ # Output only. The globally unique identifier of the namespace in the UUID4
457
+ # format.
458
+ # Corresponds to the JSON property `uid`
459
+ # @return [String]
460
+ attr_accessor :uid
461
+
449
462
  def initialize(**args)
450
463
  update!(**args)
451
464
  end
@@ -454,6 +467,7 @@ module Google
454
467
  def update!(**args)
455
468
  @labels = args[:labels] if args.key?(:labels)
456
469
  @name = args[:name] if args.key?(:name)
470
+ @uid = args[:uid] if args.key?(:uid)
457
471
  end
458
472
  end
459
473
 
@@ -649,6 +663,11 @@ module Google
649
663
  # @return [String]
650
664
  attr_accessor :name
651
665
 
666
+ # Output only. The globally unique identifier of the service in the UUID4 format.
667
+ # Corresponds to the JSON property `uid`
668
+ # @return [String]
669
+ attr_accessor :uid
670
+
652
671
  def initialize(**args)
653
672
  update!(**args)
654
673
  end
@@ -658,6 +677,7 @@ module Google
658
677
  @annotations = args[:annotations] if args.key?(:annotations)
659
678
  @endpoints = args[:endpoints] if args.key?(:endpoints)
660
679
  @name = args[:name] if args.key?(:name)
680
+ @uid = args[:uid] if args.key?(:uid)
661
681
  end
662
682
  end
663
683
 
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20230209"
26
26
  end
27
27
  end
28
28
  end
@@ -160,6 +160,7 @@ module Google
160
160
  property :name, as: 'name'
161
161
  property :network, as: 'network'
162
162
  property :port, as: 'port'
163
+ property :uid, as: 'uid'
163
164
  end
164
165
  end
165
166
 
@@ -240,6 +241,7 @@ module Google
240
241
  class Representation < Google::Apis::Core::JsonRepresentation
241
242
  hash :labels, as: 'labels'
242
243
  property :name, as: 'name'
244
+ property :uid, as: 'uid'
243
245
  end
244
246
  end
245
247
 
@@ -276,6 +278,7 @@ module Google
276
278
  collection :endpoints, as: 'endpoints', class: Google::Apis::ServicedirectoryV1::Endpoint, decorator: Google::Apis::ServicedirectoryV1::Endpoint::Representation
277
279
 
278
280
  property :name, as: 'name'
281
+ property :uid, as: 'uid'
279
282
  end
280
283
  end
281
284
 
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.24.0
4
+ version: 0.26.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.26.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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Directory API V1