Sha256: 2b2e7013de005b5eee7ce18cc7a3f76154b6ceb53c549ab1a6762d4857ebd0cf
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 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_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 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
grafeas-0.3.1 | lib/grafeas/v1/common_pb.rb |
grafeas-0.3.0 | lib/grafeas/v1/common_pb.rb |
grafeas-0.2.1 | lib/grafeas/v1/common_pb.rb |
grafeas-0.2.0 | lib/grafeas/v1/common_pb.rb |