Sha256: 4f9851c5e74369ae803c6fd16d711d42f1e3a344f031308377c417bc5a60d19e
Contents?: true
Size: 1.31 KB
Versions: 8
Compression:
Stored size: 1.31 KB
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_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
8 entries across 8 versions & 1 rubygems