Sha256: 2398a09c919aba3ee477eb8117e5e72b20df591ef4abf54cced36ca72bf757f2
Contents?: true
Size: 1.31 KB
Versions: 3
Compression:
Stored size: 1.31 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/notification_config.proto require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/notification_config.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.NotificationConfig" do optional :name, :string, 1 optional :description, :string, 2 optional :pubsub_topic, :string, 3 optional :service_account, :string, 4 oneof :notify_config do optional :streaming_config, :message, 5, "google.cloud.securitycenter.v1.NotificationConfig.StreamingConfig" end end add_message "google.cloud.securitycenter.v1.NotificationConfig.StreamingConfig" do optional :filter, :string, 1 end end end module Google module Cloud module SecurityCenter module V1 NotificationConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.NotificationConfig").msgclass NotificationConfig::StreamingConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.NotificationConfig.StreamingConfig").msgclass end end end end
Version data entries
3 entries across 3 versions & 1 rubygems