Sha256: 3f8eaf718bd96a4ae456a56578d35f4ffd1205fb1eac5c34d548b5105d399b8e
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/intoto_statement.proto require 'grafeas/v1/intoto_provenance_pb' require 'grafeas/v1/slsa_provenance_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("grafeas/v1/intoto_statement.proto", :syntax => :proto3) do add_message "grafeas.v1.InTotoStatement" do optional :type, :string, 1, json_name: "_type" repeated :subject, :message, 2, "grafeas.v1.Subject" optional :predicate_type, :string, 3 oneof :predicate do optional :provenance, :message, 4, "grafeas.v1.InTotoProvenance" optional :slsa_provenance, :message, 5, "grafeas.v1.SlsaProvenance" end end add_message "grafeas.v1.Subject" do optional :name, :string, 1 map :digest, :string, :string, 2 end end end module Grafeas module V1 InTotoStatement = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.InTotoStatement").msgclass Subject = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.Subject").msgclass end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grafeas-v1-0.4.0 | lib/grafeas/v1/intoto_statement_pb.rb |
grafeas-v1-0.3.1 | lib/grafeas/v1/intoto_statement_pb.rb |
grafeas-v1-0.3.0 | lib/grafeas/v1/intoto_statement_pb.rb |