Sha256: bdfa5ef69995783f98e2cd817fc3861215d828d942406954bf8971752214eb9e
Contents?: true
Size: 1.2 KB
Versions: 15
Compression:
Stored size: 1.2 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/connection.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/connection.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.Connection" do optional :destination_ip, :string, 1 optional :destination_port, :int32, 2 optional :source_ip, :string, 3 optional :source_port, :int32, 4 optional :protocol, :enum, 5, "google.cloud.securitycenter.v1.Connection.Protocol" end add_enum "google.cloud.securitycenter.v1.Connection.Protocol" do value :PROTOCOL_UNSPECIFIED, 0 value :ICMP, 1 value :TCP, 6 value :UDP, 17 value :GRE, 47 value :ESP, 50 end end end module Google module Cloud module SecurityCenter module V1 Connection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.Connection").msgclass Connection::Protocol = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.Connection.Protocol").enummodule end end end end
Version data entries
15 entries across 15 versions & 1 rubygems