google-cloud-deploy-v1 0.12.0 → 0.13.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: d62b25b7f8a779a6275d78c6cc2708690191973abde9bfe6640fc7915119732f
4
- data.tar.gz: 074c1747dc9c61a914069e8f5f4c927a7e3edebe61218ae3cc7d2fe912a037f9
3
+ metadata.gz: 25aaa3048ee40b61d6c117ed296ccd712ced2ee782eb783efa50460e1c43c9ad
4
+ data.tar.gz: 85da488daaa9346ade22e491d02b1bd1cc6ff2309df9b5f6167248a9c5720e3c
5
5
  SHA512:
6
- metadata.gz: da3a8e428dc2ac4cd6692918b0ce00578c67715144bc86fde2c2a6a81a2d70ef01fb9361d042a75d4364009106f2f964919c1eb758b90da1d4b290dcd364fb51
7
- data.tar.gz: a7d2388d351f70775009a8a650f3f65e1947b7106e006a9be0082267d10cedeb97e43aa1fb6458b7720237d7adfd90b1f55c8cb2da187666b2e26e1c22d0e06c
6
+ metadata.gz: 59c1d11fb3c5923d9644eaf4faff7cde6518982da546516bf6c82e1b9e28b8099fd73a17e0175d02a60326f684d3d3fd03a6297caaeed4754988475ff108eb1a
7
+ data.tar.gz: 5f4a75bf8469c129c3760084e48ac45a8093f37e6ab25c75060ddd21d7a51277792944d17d5f8c335ec93447a7a81ae1c77b2c353e277fecd02fd15c2fb44f71
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n&google/cloud/deploy/v1/log_enums.proto\x12\x16google.cloud.deploy.v1*\xda\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12$\n TYPE_PUBSUB_NOTIFICATION_FAILURE\x10\x01\x12\x1e\n\x1aTYPE_RESOURCE_STATE_CHANGE\x10\x03\x12\x18\n\x14TYPE_PROCESS_ABORTED\x10\x04\x12\x1d\n\x19TYPE_RESTRICTION_VIOLATED\x10\x05\x12\x19\n\x15TYPE_RESOURCE_DELETED\x10\x06\x12\"\n\x1aTYPE_RENDER_STATUES_CHANGE\x10\x02\x1a\x02\x08\x01\x42\x61\n\x1a\x63om.google.cloud.deploy.v1B\rLogEnumsProtoP\x01Z2cloud.google.com/go/deploy/apiv1/deploypb;deploypbb\x06proto3"
8
+ descriptor_data = "\n&google/cloud/deploy/v1/log_enums.proto\x12\x16google.cloud.deploy.v1*\xf3\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12$\n TYPE_PUBSUB_NOTIFICATION_FAILURE\x10\x01\x12\x1e\n\x1aTYPE_RESOURCE_STATE_CHANGE\x10\x03\x12\x18\n\x14TYPE_PROCESS_ABORTED\x10\x04\x12\x1d\n\x19TYPE_RESTRICTION_VIOLATED\x10\x05\x12\x19\n\x15TYPE_RESOURCE_DELETED\x10\x06\x12\x17\n\x13TYPE_ROLLOUT_UPDATE\x10\x07\x12\"\n\x1aTYPE_RENDER_STATUES_CHANGE\x10\x02\x1a\x02\x08\x01\x42\x61\n\x1a\x63om.google.cloud.deploy.v1B\rLogEnumsProtoP\x01Z2cloud.google.com/go/deploy/apiv1/deploypb;deploypbb\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.13.0"
25
25
  end
26
26
  end
27
27
  end
@@ -41,6 +41,9 @@ module Google
41
41
  # Resource deleted.
42
42
  TYPE_RESOURCE_DELETED = 6
43
43
 
44
+ # Rollout updated.
45
+ TYPE_ROLLOUT_UPDATE = 7
46
+
44
47
  # Deprecated: This field is never used. Use release_render log type instead.
45
48
  TYPE_RENDER_STATUES_CHANGE = 2
46
49
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-09-12 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common