google-apis-servicedirectory_v1beta1 0.5.0 → 0.10.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: 065a9dc4696c226b7bba4153a281705d802762313c5f21562b227f87aafff3d3
4
- data.tar.gz: 3a91a50f177758eec39a2c3a83128e3fea6f8775447f7246307a5c372dd9d5bf
3
+ metadata.gz: 8c226c47051404396b660f0bb1f89b9b5bb8175af2941a684bf752ee9eddea9a
4
+ data.tar.gz: 14cc4d9a6bee84f571c2dd5b830422796348dfa3c1887473b028d987561c3a76
5
5
  SHA512:
6
- metadata.gz: ba3caf0f373e2b0b02ce0832d2e295bb15e77d2a35193e82e78637875c43eabb5bb52aed974016c22b0f1761dcab58b19dabba633b97795cb50c78d20e4d430d
7
- data.tar.gz: 2c31626e84193c2eb6304a61468d994cc866d455ee629b91ec56b583e587006a704ec289fb4d48edf6b6e922a3586af9afcafe60634ecedaa59a3af0b23752a9
6
+ metadata.gz: 7486a55fdddb23b99aad0fabc41f78732169aa79a73924798eef1cc4cb857f72c0c5759222c98883f130f0f6e28a8499c6d00d71a70e4d9a8bbf36ccae3986a0
7
+ data.tar.gz: af8721d033f63a4cb30939fa133c3fe121be3ef59e327329abdc0560cfb3dc0e56f7b8efb43744ba2bd3f4e3e7aef40bf3e2bbe37d693c5cf74d190a83b71699
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.9.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.8.0 (2021-05-23)
12
+
13
+ * Regenerated from discovery document revision 20210512
14
+ * Unspecified changes
15
+
16
+ ### v0.7.0 (2021-05-01)
17
+
18
+ * Regenerated from discovery document revision 20210422
19
+
20
+ ### v0.6.0 (2021-04-03)
21
+
22
+ * Regenerated from discovery document revision 20210324
23
+
3
24
  ### v0.5.0 (2021-03-21)
4
25
 
5
26
  * Regenerated from discovery document revision 20210310
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -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
@@ -148,11 +153,25 @@ module Google
148
153
  # @return [String]
149
154
  attr_accessor :name
150
155
 
156
+ # Immutable. The Google Compute Engine network (VPC) of the endpoint in the
157
+ # format `projects//locations/global/networks/*`. The project must be specified
158
+ # by project number (project id is rejected). Incorrectly formatted networks are
159
+ # rejected, but no other validation is performed on this field (ex. network or
160
+ # project existence, reachability, or permissions).
161
+ # Corresponds to the JSON property `network`
162
+ # @return [String]
163
+ attr_accessor :network
164
+
151
165
  # Optional. Service Directory rejects values outside of `[0, 65535]`.
152
166
  # Corresponds to the JSON property `port`
153
167
  # @return [Fixnum]
154
168
  attr_accessor :port
155
169
 
170
+ # Output only. The timestamp when the endpoint was last updated.
171
+ # Corresponds to the JSON property `updateTime`
172
+ # @return [String]
173
+ attr_accessor :update_time
174
+
156
175
  def initialize(**args)
157
176
  update!(**args)
158
177
  end
@@ -160,9 +179,12 @@ module Google
160
179
  # Update properties of this object
161
180
  def update!(**args)
162
181
  @address = args[:address] if args.key?(:address)
182
+ @create_time = args[:create_time] if args.key?(:create_time)
163
183
  @metadata = args[:metadata] if args.key?(:metadata)
164
184
  @name = args[:name] if args.key?(:name)
185
+ @network = args[:network] if args.key?(:network)
165
186
  @port = args[:port] if args.key?(:port)
187
+ @update_time = args[:update_time] if args.key?(:update_time)
166
188
  end
167
189
  end
168
190
 
@@ -419,6 +441,11 @@ module Google
419
441
  class Namespace
420
442
  include Google::Apis::Core::Hashable
421
443
 
444
+ # Output only. The timestamp when the namespace was created.
445
+ # Corresponds to the JSON property `createTime`
446
+ # @return [String]
447
+ attr_accessor :create_time
448
+
422
449
  # Optional. Resource labels associated with this namespace. No more than 64 user
423
450
  # labels can be associated with a given resource. Label keys and values can be
424
451
  # no longer than 63 characters.
@@ -432,14 +459,21 @@ module Google
432
459
  # @return [String]
433
460
  attr_accessor :name
434
461
 
462
+ # Output only. The timestamp when the namespace was last updated.
463
+ # Corresponds to the JSON property `updateTime`
464
+ # @return [String]
465
+ attr_accessor :update_time
466
+
435
467
  def initialize(**args)
436
468
  update!(**args)
437
469
  end
438
470
 
439
471
  # Update properties of this object
440
472
  def update!(**args)
473
+ @create_time = args[:create_time] if args.key?(:create_time)
441
474
  @labels = args[:labels] if args.key?(:labels)
442
475
  @name = args[:name] if args.key?(:name)
476
+ @update_time = args[:update_time] if args.key?(:update_time)
443
477
  end
444
478
  end
445
479
 
@@ -598,6 +632,11 @@ module Google
598
632
  class Service
599
633
  include Google::Apis::Core::Hashable
600
634
 
635
+ # Output only. The timestamp when the service was created.
636
+ # Corresponds to the JSON property `createTime`
637
+ # @return [String]
638
+ attr_accessor :create_time
639
+
601
640
  # Output only. Endpoints associated with this service. Returned on LookupService.
602
641
  # ResolveService. Control plane clients should use RegistrationService.
603
642
  # ListEndpoints.
@@ -631,15 +670,24 @@ module Google
631
670
  # @return [String]
632
671
  attr_accessor :name
633
672
 
673
+ # Output only. The timestamp when the service was last updated. Note: endpoints
674
+ # being created/deleted/updated within the service are not considered service
675
+ # updates for the purpose of this timestamp.
676
+ # Corresponds to the JSON property `updateTime`
677
+ # @return [String]
678
+ attr_accessor :update_time
679
+
634
680
  def initialize(**args)
635
681
  update!(**args)
636
682
  end
637
683
 
638
684
  # Update properties of this object
639
685
  def update!(**args)
686
+ @create_time = args[:create_time] if args.key?(:create_time)
640
687
  @endpoints = args[:endpoints] if args.key?(:endpoints)
641
688
  @metadata = args[:metadata] if args.key?(:metadata)
642
689
  @name = args[:name] if args.key?(:name)
690
+ @update_time = args[:update_time] if args.key?(:update_time)
643
691
  end
644
692
  end
645
693
 
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.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 = "20210310"
25
+ REVISION = "20210512"
26
26
  end
27
27
  end
28
28
  end
@@ -156,9 +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'
162
+ property :network, as: 'network'
161
163
  property :port, as: 'port'
164
+ property :update_time, as: 'updateTime'
162
165
  end
163
166
  end
164
167
 
@@ -237,8 +240,10 @@ module Google
237
240
  class Namespace
238
241
  # @private
239
242
  class Representation < Google::Apis::Core::JsonRepresentation
243
+ property :create_time, as: 'createTime'
240
244
  hash :labels, as: 'labels'
241
245
  property :name, as: 'name'
246
+ property :update_time, as: 'updateTime'
242
247
  end
243
248
  end
244
249
 
@@ -271,10 +276,12 @@ module Google
271
276
  class Service
272
277
  # @private
273
278
  class Representation < Google::Apis::Core::JsonRepresentation
279
+ property :create_time, as: 'createTime'
274
280
  collection :endpoints, as: 'endpoints', class: Google::Apis::ServicedirectoryV1beta1::Endpoint, decorator: Google::Apis::ServicedirectoryV1beta1::Endpoint::Representation
275
281
 
276
282
  hash :metadata, as: 'metadata'
277
283
  property :name, as: 'name'
284
+ property :update_time, as: 'updateTime'
278
285
  end
279
286
  end
280
287
 
@@ -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 will select a
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,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.5.0
4
+ version: 0.10.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.10.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: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Service Directory API V1beta1