Sha256: 72fd975fb51ba588cb99786cf39adbdc714bd16dea5149226d109fa217868c6b
Contents?: true
Size: 1014 Bytes
Versions: 10
Compression:
Stored size: 1014 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/attestation.proto require 'google/protobuf' require 'grafeas/v1/common_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "grafeas.v1.AttestationNote" do optional :hint, :message, 1, "grafeas.v1.AttestationNote.Hint" end add_message "grafeas.v1.AttestationNote.Hint" do optional :human_readable_name, :string, 1 end add_message "grafeas.v1.AttestationOccurrence" do optional :serialized_payload, :bytes, 1 repeated :signatures, :message, 2, "grafeas.v1.Signature" end end module Grafeas module V1 AttestationNote = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.AttestationNote").msgclass AttestationNote::Hint = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.AttestationNote.Hint").msgclass AttestationOccurrence = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.AttestationOccurrence").msgclass end end
Version data entries
10 entries across 10 versions & 2 rubygems