google-apis-clouddeploy_v1 0.4.0 → 0.7.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: 634dba10d42b19ddcd4384dfcb2406f915c2a7259df484332c3b0a78d094d16e
4
- data.tar.gz: 4a56bcc295d27b320458d5543947dddb1b73eb64f0909191462806441db481ac
3
+ metadata.gz: 59719d3db7218527cbe9b6995023a3ba7fb35782eedc33d41d8870920da2e2be
4
+ data.tar.gz: bb9e5fb29fbba5fed3947f0f2b64dcd21a65dd08e1a346e5684cc499105efcee
5
5
  SHA512:
6
- metadata.gz: e95d4a8ac3c3a4a100172477c30173c7d51dea6d465b0f1d7f0a4d63cc65f643fccac3f4abeb2f85beb4d36fdd7f4cbf5a063eed27b9e14e689209fdba056c22
7
- data.tar.gz: 335b1da410148bb6c17f902de76a181796d26f9b0d3b7652eba20e4607dd561d5f3532e672a87a0ae35f476d58198ea8109bdba8533bd841e3694cc9caf9db3b
6
+ metadata.gz: d423e5b8485dd3309c00ee8d8ed65728d55431df18a809eab47fb4dc12590c59da6d78dd383b90d12cd67f3dfa1510ee585fdca95412f3d6d834d538f2789a94
7
+ data.tar.gz: defcf674d9e129d89b68f5e8d17e0395a0fca9b8b209dba0840bf79965d3cdc0bb627b92e3928823fe63bf8f484c27edadfeb4817bcca3fe5f672341242f924a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.7.0 (2022-04-10)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
7
+ ### v0.6.0 (2022-03-26)
8
+
9
+ * Regenerated from discovery document revision 20220314
10
+
11
+ ### v0.5.0 (2022-03-12)
12
+
13
+ * Regenerated from discovery document revision 20220302
14
+
3
15
  ### v0.4.0 (2022-02-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220202
@@ -292,11 +292,11 @@ module Google
292
292
  # Represents a whole or partial calendar date, such as a birthday. The time of
293
293
  # day and time zone are either specified elsewhere or are insignificant. The
294
294
  # date is relative to the Gregorian Calendar. This can represent one of the
295
- # following: * A full date, with non-zero year, month, and day values * A month
296
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
297
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
298
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
299
- # DateTime * google.protobuf.Timestamp
295
+ # following: * A full date, with non-zero year, month, and day values. * A month
296
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
297
+ # with a zero month and a zero day. * A year and month, with a zero day (for
298
+ # example, a credit card expiration date). Related types: * google.type.
299
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
300
300
  class Date
301
301
  include Google::Apis::Core::Hashable
302
302
 
@@ -449,8 +449,7 @@ module Google
449
449
  # A generic empty message that you can re-use to avoid defining duplicated empty
450
450
  # messages in your APIs. A typical example is to use it as the request or the
451
451
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
452
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
453
- # `Empty` is empty JSON object ````.
452
+ # protobuf.Empty) returns (google.protobuf.Empty); `
454
453
  class Empty
455
454
  include Google::Apis::Core::Hashable
456
455
 
@@ -1489,11 +1488,11 @@ module Google
1489
1488
  # Represents a whole or partial calendar date, such as a birthday. The time of
1490
1489
  # day and time zone are either specified elsewhere or are insignificant. The
1491
1490
  # date is relative to the Gregorian Calendar. This can represent one of the
1492
- # following: * A full date, with non-zero year, month, and day values * A month
1493
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1494
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1495
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1496
- # DateTime * google.protobuf.Timestamp
1491
+ # following: * A full date, with non-zero year, month, and day values. * A month
1492
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1493
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1494
+ # example, a credit card expiration date). Related types: * google.type.
1495
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1497
1496
  # Corresponds to the JSON property `supportEndDate`
1498
1497
  # @return [Google::Apis::ClouddeployV1::Date]
1499
1498
  attr_accessor :support_end_date
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220202"
25
+ REVISION = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -347,7 +347,8 @@ module Google
347
347
  # Required. The parent, which owns this collection of pipelines. Format must be
348
348
  # projects/`project_id`/locations/`location_name`.
349
349
  # @param [String] filter
350
- # Filter builds to be returned. See https://google.aip.dev/160 for more details.
350
+ # Filter pipelines to be returned. See https://google.aip.dev/160 for more
351
+ # details.
351
352
  # @param [String] order_by
352
353
  # Field to sort by. See https://google.aip.dev/132#ordering for more details.
353
354
  # @param [Fixnum] page_size
@@ -615,7 +616,7 @@ module Google
615
616
  # Required. The `DeliveryPipeline` which owns this collection of `Release`
616
617
  # objects.
617
618
  # @param [String] filter
618
- # Optional. Filter builds to be returned. See https://google.aip.dev/160 for
619
+ # Optional. Filter releases to be returned. See https://google.aip.dev/160 for
619
620
  # more details.
620
621
  # @param [String] order_by
621
622
  # Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
@@ -785,7 +786,7 @@ module Google
785
786
  # @param [String] parent
786
787
  # Required. The `Release` which owns this collection of `Rollout` objects.
787
788
  # @param [String] filter
788
- # Optional. Filter builds to be returned. See https://google.aip.dev/160 for
789
+ # Optional. Filter rollouts to be returned. See https://google.aip.dev/160 for
789
790
  # more details.
790
791
  # @param [String] order_by
791
792
  # Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
@@ -1169,7 +1170,7 @@ module Google
1169
1170
  # Required. The parent, which owns this collection of targets. Format must be
1170
1171
  # projects/`project_id`/locations/`location_name`.
1171
1172
  # @param [String] filter
1172
- # Optional. Filter builds to be returned. See https://google.aip.dev/160 for
1173
+ # Optional. Filter targets to be returned. See https://google.aip.dev/160 for
1173
1174
  # more details.
1174
1175
  # @param [String] order_by
1175
1176
  # Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-clouddeploy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.7.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 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-clouddeploy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
63
63
  post_install_message:
64
64
  rdoc_options: []