google-apis-servicedirectory_v1beta1 0.7.0 → 0.11.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: 8a33bc897c659b2392bee9951b2de72ef6928a9e3953e989aee2440c8a6847fa
4
- data.tar.gz: a02e7f74dbd0fa09b9e6130b83356e6aef180dbd1cd81eddc705f48f3f0bcecc
3
+ metadata.gz: e715314ca90f2fc99dd5c29bb17cbd6171c04d73762b3b8e333c39b100171cc3
4
+ data.tar.gz: 7ed503e93428df96c81125f620f2a1cb2cb7da9a80c690e8fd4b7bbd617d5f51
5
5
  SHA512:
6
- metadata.gz: 4409a77a6a27cc0ea0e3c875b83bdc8a15d201b642e3e747dd753a1897fbf3777a6adfe3d69e2da3494e8f475a3c030cd6d4da4639f78135932b432c15094b89
7
- data.tar.gz: 3c916f8663e74b2378ee2d137ea422ba88d95ab16a31e7d147e2f66b1f1ed085e12210d1afe3cecaede95d538d2dc403d3c961cf3019c65180d9d607ba7fab8c
6
+ metadata.gz: 57706a41d108ac6da90bb3c604a55ec27456fb85c866781d58552d0abffc9c42eb2dd46402856d86be83cd5a8e8d821694882ee8510ee064971abdeea96d4836
7
+ data.tar.gz: 63b16c81079fe4fc2cd01c9a9a0276384d082022d63feb9a735e6e7fe4b28445c2ec0097cfa32e182524488d81bfc5cca09f0d7257cff0cd9411f7ab1ba194eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-07-25)
4
+
5
+ * Regenerated from discovery document revision 20210716
6
+
7
+ ### v0.10.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.9.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.8.0 (2021-05-23)
16
+
17
+ * Regenerated from discovery document revision 20210512
18
+ * Unspecified changes
19
+
3
20
  ### v0.7.0 (2021-05-01)
4
21
 
5
22
  * Regenerated from discovery document revision 20210422
@@ -122,6 +122,11 @@ module Google
122
122
  # @return [String]
123
123
  attr_accessor :address
124
124
 
125
+ # Output only. The timestamp when the endpoint was created.
126
+ # Corresponds to the JSON property `createTime`
127
+ # @return [String]
128
+ attr_accessor :create_time
129
+
125
130
  # Optional. Metadata for the endpoint. This data can be consumed by service
126
131
  # clients. Restrictions: * The entire metadata dictionary may contain up to 512
127
132
  # characters, spread accoss all key-value pairs. Metadata that goes beyond this
@@ -132,12 +137,9 @@ module Google
132
137
  # between. The prefix is optional. If specified, the prefix must be a DNS
133
138
  # subdomain: a series of DNS labels separated by dots (.), not longer than 253
134
139
  # characters in total, followed by a slash (/). Metadata that fails to meet
135
- # these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
136
- # com/` prefixes are reserved for system metadata managed by Service Directory.
137
- # If the user tries to write to these keyspaces, those entries are silently
138
- # ignored by the system Note: This field is equivalent to the `annotations`
139
- # field in the v1 API. They have the same syntax and read/write to the same
140
- # location in Service Directory.
140
+ # these requirements are rejected Note: This field is equivalent to the `
141
+ # annotations` field in the v1 API. They have the same syntax and read/write to
142
+ # the same location in Service Directory.
141
143
  # Corresponds to the JSON property `metadata`
142
144
  # @return [Hash<String,String>]
143
145
  attr_accessor :metadata
@@ -162,6 +164,11 @@ module Google
162
164
  # @return [Fixnum]
163
165
  attr_accessor :port
164
166
 
167
+ # Output only. The timestamp when the endpoint was last updated.
168
+ # Corresponds to the JSON property `updateTime`
169
+ # @return [String]
170
+ attr_accessor :update_time
171
+
165
172
  def initialize(**args)
166
173
  update!(**args)
167
174
  end
@@ -169,10 +176,12 @@ module Google
169
176
  # Update properties of this object
170
177
  def update!(**args)
171
178
  @address = args[:address] if args.key?(:address)
179
+ @create_time = args[:create_time] if args.key?(:create_time)
172
180
  @metadata = args[:metadata] if args.key?(:metadata)
173
181
  @name = args[:name] if args.key?(:name)
174
182
  @network = args[:network] if args.key?(:network)
175
183
  @port = args[:port] if args.key?(:port)
184
+ @update_time = args[:update_time] if args.key?(:update_time)
176
185
  end
177
186
  end
178
187
 
@@ -429,6 +438,11 @@ module Google
429
438
  class Namespace
430
439
  include Google::Apis::Core::Hashable
431
440
 
441
+ # Output only. The timestamp when the namespace was created.
442
+ # Corresponds to the JSON property `createTime`
443
+ # @return [String]
444
+ attr_accessor :create_time
445
+
432
446
  # Optional. Resource labels associated with this namespace. No more than 64 user
433
447
  # labels can be associated with a given resource. Label keys and values can be
434
448
  # no longer than 63 characters.
@@ -442,14 +456,21 @@ module Google
442
456
  # @return [String]
443
457
  attr_accessor :name
444
458
 
459
+ # Output only. The timestamp when the namespace was last updated.
460
+ # Corresponds to the JSON property `updateTime`
461
+ # @return [String]
462
+ attr_accessor :update_time
463
+
445
464
  def initialize(**args)
446
465
  update!(**args)
447
466
  end
448
467
 
449
468
  # Update properties of this object
450
469
  def update!(**args)
470
+ @create_time = args[:create_time] if args.key?(:create_time)
451
471
  @labels = args[:labels] if args.key?(:labels)
452
472
  @name = args[:name] if args.key?(:name)
473
+ @update_time = args[:update_time] if args.key?(:update_time)
453
474
  end
454
475
  end
455
476
 
@@ -608,6 +629,11 @@ module Google
608
629
  class Service
609
630
  include Google::Apis::Core::Hashable
610
631
 
632
+ # Output only. The timestamp when the service was created.
633
+ # Corresponds to the JSON property `createTime`
634
+ # @return [String]
635
+ attr_accessor :create_time
636
+
611
637
  # Output only. Endpoints associated with this service. Returned on LookupService.
612
638
  # ResolveService. Control plane clients should use RegistrationService.
613
639
  # ListEndpoints.
@@ -625,12 +651,9 @@ module Google
625
651
  # between. The prefix is optional. If specified, the prefix must be a DNS
626
652
  # subdomain: a series of DNS labels separated by dots (.), not longer than 253
627
653
  # characters in total, followed by a slash (/). Metadata that fails to meet
628
- # these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
629
- # com/` prefixes are reserved for system metadata managed by Service Directory.
630
- # If the user tries to write to these keyspaces, those entries are silently
631
- # ignored by the system Note: This field is equivalent to the `annotations`
632
- # field in the v1 API. They have the same syntax and read/write to the same
633
- # location in Service Directory.
654
+ # these requirements are rejected Note: This field is equivalent to the `
655
+ # annotations` field in the v1 API. They have the same syntax and read/write to
656
+ # the same location in Service Directory.
634
657
  # Corresponds to the JSON property `metadata`
635
658
  # @return [Hash<String,String>]
636
659
  attr_accessor :metadata
@@ -641,15 +664,24 @@ module Google
641
664
  # @return [String]
642
665
  attr_accessor :name
643
666
 
667
+ # Output only. The timestamp when the service was last updated. Note: endpoints
668
+ # being created/deleted/updated within the service are not considered service
669
+ # updates for the purpose of this timestamp.
670
+ # Corresponds to the JSON property `updateTime`
671
+ # @return [String]
672
+ attr_accessor :update_time
673
+
644
674
  def initialize(**args)
645
675
  update!(**args)
646
676
  end
647
677
 
648
678
  # Update properties of this object
649
679
  def update!(**args)
680
+ @create_time = args[:create_time] if args.key?(:create_time)
650
681
  @endpoints = args[:endpoints] if args.key?(:endpoints)
651
682
  @metadata = args[:metadata] if args.key?(:metadata)
652
683
  @name = args[:name] if args.key?(:name)
684
+ @update_time = args[:update_time] if args.key?(:update_time)
653
685
  end
654
686
  end
655
687
 
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
25
+ REVISION = "20210716"
26
26
  end
27
27
  end
28
28
  end
@@ -156,10 +156,12 @@ module Google
156
156
  # @private
157
157
  class Representation < Google::Apis::Core::JsonRepresentation
158
158
  property :address, as: 'address'
159
+ property :create_time, as: 'createTime'
159
160
  hash :metadata, as: 'metadata'
160
161
  property :name, as: 'name'
161
162
  property :network, as: 'network'
162
163
  property :port, as: 'port'
164
+ property :update_time, as: 'updateTime'
163
165
  end
164
166
  end
165
167
 
@@ -238,8 +240,10 @@ module Google
238
240
  class Namespace
239
241
  # @private
240
242
  class Representation < Google::Apis::Core::JsonRepresentation
243
+ property :create_time, as: 'createTime'
241
244
  hash :labels, as: 'labels'
242
245
  property :name, as: 'name'
246
+ property :update_time, as: 'updateTime'
243
247
  end
244
248
  end
245
249
 
@@ -272,10 +276,12 @@ module Google
272
276
  class Service
273
277
  # @private
274
278
  class Representation < Google::Apis::Core::JsonRepresentation
279
+ property :create_time, as: 'createTime'
275
280
  collection :endpoints, as: 'endpoints', class: Google::Apis::ServicedirectoryV1beta1::Endpoint, decorator: Google::Apis::ServicedirectoryV1beta1::Endpoint::Representation
276
281
 
277
282
  hash :metadata, as: 'metadata'
278
283
  property :name, as: 'name'
284
+ property :update_time, as: 'updateTime'
279
285
  end
280
286
  end
281
287
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicedirectory_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.11.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Service Directory API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []