Sha256: 5220bb8824d705bbfdccc62b66799526e7025adbfdfbb6e964bef1793e86ec6f
Contents?: true
Size: 1.39 KB
Versions: 19
Compression:
Stored size: 1.39 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/image.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("grafeas/v1/image.proto", :syntax => :proto3) do add_message "grafeas.v1.Layer" do optional :directive, :string, 1 optional :arguments, :string, 2 end add_message "grafeas.v1.Fingerprint" do optional :v1_name, :string, 1 repeated :v2_blob, :string, 2 optional :v2_name, :string, 3 end add_message "grafeas.v1.ImageNote" do optional :resource_url, :string, 1 optional :fingerprint, :message, 2, "grafeas.v1.Fingerprint" end add_message "grafeas.v1.ImageOccurrence" do optional :fingerprint, :message, 1, "grafeas.v1.Fingerprint" optional :distance, :int32, 2 repeated :layer_info, :message, 3, "grafeas.v1.Layer" optional :base_resource_url, :string, 4 end end end module Grafeas module V1 Layer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.Layer").msgclass Fingerprint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.Fingerprint").msgclass ImageNote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.ImageNote").msgclass ImageOccurrence = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.ImageOccurrence").msgclass end end
Version data entries
19 entries across 19 versions & 1 rubygems