Sha256: 9a79378c06adf06a8cbf652f8bffd0be2bc3180d05db813f38c6ab964c56d595
Contents?: true
Size: 1.31 KB
Versions: 14
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/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' 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
14 entries across 14 versions & 1 rubygems