google-cloud-deploy-v1 0.12.0 → 0.14.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: 1fc0df10e6ef2d043b481fe38229f494b94935a3767e761d61d0a3996584261c
4
+ data.tar.gz: 628707ade05ce04c31bdf69f6e9c600f064580eeead685344cfd28acc7eb3c6e
5
5
  SHA512:
6
- metadata.gz: da3a8e428dc2ac4cd6692918b0ce00578c67715144bc86fde2c2a6a81a2d70ef01fb9361d042a75d4364009106f2f964919c1eb758b90da1d4b290dcd364fb51
7
- data.tar.gz: a7d2388d351f70775009a8a650f3f65e1947b7106e006a9be0082267d10cedeb97e43aa1fb6458b7720237d7adfd90b1f55c8cb2da187666b2e26e1c22d0e06c
6
+ metadata.gz: 1ce10c032daaaec525d4570b22a8ca8b6b4db55eeea70c59fdeb48fd42d35298bc649fbaab1f493deb1cdab5120858ba71a5334ae755ef6999314839aa4386d2
7
+ data.tar.gz: 0fb9817ee239fd553a890e4f1d6c386e8d29d74292bfc76169f85fbd96450533d3085b91f74122f39fc4602a7ea329711c2f6dafdc21722ef85c563cf5977f49
@@ -0,0 +1,44 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/deploy/v1/automation_payload.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/cloud/deploy/v1/log_enums_pb'
8
+
9
+
10
+ descriptor_data = "\n/google/cloud/deploy/v1/automation_payload.proto\x12\x16google.cloud.deploy.v1\x1a&google/cloud/deploy/v1/log_enums.proto\"x\n\x0f\x41utomationEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x12\n\nautomation\x18\x02 \x01(\t\x12\x14\n\x0cpipeline_uid\x18\x03 \x01(\t\x12*\n\x04type\x18\x04 \x01(\x0e\x32\x1c.google.cloud.deploy.v1.TypeBj\n\x1a\x63om.google.cloud.deploy.v1B\x16\x41utomationPayloadProtoP\x01Z2cloud.google.com/go/deploy/apiv1/deploypb;deploypbb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+
14
+ begin
15
+ pool.add_serialized_file(descriptor_data)
16
+ rescue TypeError => e
17
+ # Compatibility code: will be removed in the next major version.
18
+ require 'google/protobuf/descriptor_pb'
19
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
20
+ parsed.clear_dependency
21
+ serialized = parsed.class.encode(parsed)
22
+ file = pool.add_serialized_file(serialized)
23
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
24
+ imports = [
25
+ ]
26
+ imports.each do |type_name, expected_filename|
27
+ import_file = pool.lookup(type_name).file_descriptor
28
+ if import_file.name != expected_filename
29
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
30
+ end
31
+ end
32
+ warn "Each proto file must use a consistent fully-qualified name."
33
+ warn "This will become an error in the next major version."
34
+ end
35
+
36
+ module Google
37
+ module Cloud
38
+ module Deploy
39
+ module V1
40
+ AutomationEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.AutomationEvent").msgclass
41
+ end
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,44 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/deploy/v1/automationrun_payload.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/cloud/deploy/v1/log_enums_pb'
8
+
9
+
10
+ descriptor_data = "\n2google/cloud/deploy/v1/automationrun_payload.proto\x12\x16google.cloud.deploy.v1\x1a&google/cloud/deploy/v1/log_enums.proto\"\xc6\x01\n\x12\x41utomationRunEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x16\n\x0e\x61utomation_run\x18\x02 \x01(\t\x12\x14\n\x0cpipeline_uid\x18\x03 \x01(\t\x12\x15\n\rautomation_id\x18\x04 \x01(\t\x12\x0f\n\x07rule_id\x18\x05 \x01(\t\x12\x1d\n\x15\x64\x65stination_target_id\x18\x06 \x01(\t\x12*\n\x04type\x18\x07 \x01(\x0e\x32\x1c.google.cloud.deploy.v1.TypeBm\n\x1a\x63om.google.cloud.deploy.v1B\x19\x41utomationRunPayloadProtoP\x01Z2cloud.google.com/go/deploy/apiv1/deploypb;deploypbb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+
14
+ begin
15
+ pool.add_serialized_file(descriptor_data)
16
+ rescue TypeError => e
17
+ # Compatibility code: will be removed in the next major version.
18
+ require 'google/protobuf/descriptor_pb'
19
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
20
+ parsed.clear_dependency
21
+ serialized = parsed.class.encode(parsed)
22
+ file = pool.add_serialized_file(serialized)
23
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
24
+ imports = [
25
+ ]
26
+ imports.each do |type_name, expected_filename|
27
+ import_file = pool.lookup(type_name).file_descriptor
28
+ if import_file.name != expected_filename
29
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
30
+ end
31
+ end
32
+ warn "Each proto file must use a consistent fully-qualified name."
33
+ warn "This will become an error in the next major version."
34
+ end
35
+
36
+ module Google
37
+ module Cloud
38
+ module Deploy
39
+ module V1
40
+ AutomationRunEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.AutomationRunEvent").msgclass
41
+ end
42
+ end
43
+ end
44
+ end