Sha256: fb5449b857f8ca9e941eec61ba4fd7abf92dede6822e767cc67b3963109102b7
Contents?: true
Size: 789 Bytes
Versions: 14
Compression:
Stored size: 789 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/file.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/file.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.File" do optional :path, :string, 1 optional :size, :int64, 2 optional :sha256, :string, 3 optional :hashed_size, :int64, 4 optional :partially_hashed, :bool, 5 optional :contents, :string, 6 end end end module Google module Cloud module SecurityCenter module V1 File = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.File").msgclass end end end end
Version data entries
14 entries across 14 versions & 1 rubygems