Sha256: 6eeeac545e5fe92bdb93230262031e466f4540cbf2fe833d2f05f3f92f2699a5
Contents?: true
Size: 1.31 KB
Versions: 3
Compression:
Stored size: 1.31 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/attestation.proto require 'grafeas/v1/common_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("grafeas/v1/attestation.proto", :syntax => :proto3) 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.Jwt" do optional :compact_jwt, :string, 1 end add_message "grafeas.v1.AttestationOccurrence" do optional :serialized_payload, :bytes, 1 repeated :signatures, :message, 2, "grafeas.v1.Signature" repeated :jwts, :message, 3, "grafeas.v1.Jwt" end 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 Jwt = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.Jwt").msgclass AttestationOccurrence = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.AttestationOccurrence").msgclass end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grafeas-v1-0.4.0 | lib/grafeas/v1/attestation_pb.rb |
grafeas-v1-0.3.1 | lib/grafeas/v1/attestation_pb.rb |
grafeas-v1-0.3.0 | lib/grafeas/v1/attestation_pb.rb |