Sha256: 5fbd9e79b8e66836ce3e6380a4e6b29ed3f5c9f62d3c409f9e9705c621c80de1
Contents?: true
Size: 938 Bytes
Versions: 5
Compression:
Stored size: 938 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/deploy/v1/rollout_notification_payload.proto require 'google/protobuf' require 'google/cloud/deploy/v1/log_enums_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/deploy/v1/rollout_notification_payload.proto", :syntax => :proto3) do add_message "google.cloud.deploy.v1.RolloutNotificationEvent" do optional :message, :string, 1 optional :pipeline_uid, :string, 2 optional :release_uid, :string, 3 optional :rollout, :string, 4 optional :type, :enum, 5, "google.cloud.deploy.v1.Type" optional :target_id, :string, 6 end end end module Google module Cloud module Deploy module V1 RolloutNotificationEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.RolloutNotificationEvent").msgclass end end end end
Version data entries
5 entries across 5 versions & 1 rubygems