Sha256: 0acab32fec345e915440fc8e700250c1a3fb0ef1ce2785b35e1d53dbc7f7a020
Contents?: true
Size: 1.02 KB
Versions: 8
Compression:
Stored size: 1.02 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/build.proto require 'google/protobuf' require 'grafeas/v1/intoto_provenance_pb' require 'grafeas/v1/intoto_statement_pb' require 'grafeas/v1/provenance_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("grafeas/v1/build.proto", :syntax => :proto3) do add_message "grafeas.v1.BuildNote" do optional :builder_version, :string, 1 end add_message "grafeas.v1.BuildOccurrence" do optional :provenance, :message, 1, "grafeas.v1.BuildProvenance" optional :provenance_bytes, :string, 2 optional :intoto_provenance, :message, 3, "grafeas.v1.InTotoProvenance" optional :intoto_statement, :message, 4, "grafeas.v1.InTotoStatement" end end end module Grafeas module V1 BuildNote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.BuildNote").msgclass BuildOccurrence = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.BuildOccurrence").msgclass end end
Version data entries
8 entries across 8 versions & 1 rubygems