Sha256: 8e9a72b9db8c4c14d7b8cc47ea40b88f2d7e1aa873c501d878917033caca86fe
Contents?: true
Size: 819 Bytes
Versions: 5
Compression:
Stored size: 819 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/deploy/v1/release_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/release_notification_payload.proto", :syntax => :proto3) do add_message "google.cloud.deploy.v1.ReleaseNotificationEvent" do optional :message, :string, 1 optional :release, :string, 2 optional :type, :enum, 3, "google.cloud.deploy.v1.Type" end end end module Google module Cloud module Deploy module V1 ReleaseNotificationEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.deploy.v1.ReleaseNotificationEvent").msgclass end end end end
Version data entries
5 entries across 5 versions & 1 rubygems