Sha256: 18fc3cb874387764cdbf855e1acd93e856b30c0204b609790d4bdf40cd236446
Contents?: true
Size: 1.11 KB
Versions: 8
Compression:
Stored size: 1.11 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/common.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("grafeas/v1/common.proto", :syntax => :proto3) do add_message "grafeas.v1.RelatedUrl" do optional :url, :string, 1 optional :label, :string, 2 end add_message "grafeas.v1.Signature" do optional :signature, :bytes, 1 optional :public_key_id, :string, 2 end add_enum "grafeas.v1.NoteKind" do value :NOTE_KIND_UNSPECIFIED, 0 value :VULNERABILITY, 1 value :BUILD, 2 value :IMAGE, 3 value :PACKAGE, 4 value :DEPLOYMENT, 5 value :DISCOVERY, 6 value :ATTESTATION, 7 value :UPGRADE, 8 end end end module Grafeas module V1 RelatedUrl = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.RelatedUrl").msgclass Signature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.Signature").msgclass NoteKind = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.NoteKind").enummodule end end
Version data entries
8 entries across 8 versions & 1 rubygems