Sha256: b7eac1cbef2b3b37b0acd0bd46f2bc4f59a5f69f073e93d33dba22d60569c07c
Contents?: true
Size: 1.04 KB
Versions: 14
Compression:
Stored size: 1.04 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/exfiltration.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/exfiltration.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.Exfiltration" do repeated :sources, :message, 1, "google.cloud.securitycenter.v1.ExfilResource" repeated :targets, :message, 2, "google.cloud.securitycenter.v1.ExfilResource" end add_message "google.cloud.securitycenter.v1.ExfilResource" do optional :name, :string, 1 repeated :components, :string, 2 end end end module Google module Cloud module SecurityCenter module V1 Exfiltration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.Exfiltration").msgclass ExfilResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.ExfilResource").msgclass end end end end
Version data entries
14 entries across 14 versions & 1 rubygems