Sha256: 03a23f51ea5d63e98611a890f71d30abb34b53c708e43d705463a7c4c03d8e46
Contents?: true
Size: 1.78 KB
Versions: 4
Compression:
Stored size: 1.78 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: grafeas/v1/discovery.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' require 'google/rpc/status_pb' require 'grafeas/v1/common_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "grafeas.v1.DiscoveryNote" do optional :analysis_kind, :enum, 1, "grafeas.v1.NoteKind" end add_message "grafeas.v1.DiscoveryOccurrence" do optional :continuous_analysis, :enum, 1, "grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis" optional :analysis_status, :enum, 2, "grafeas.v1.DiscoveryOccurrence.AnalysisStatus" optional :analysis_status_error, :message, 3, "google.rpc.Status" optional :cpe, :string, 4 optional :last_scan_time, :message, 5, "google.protobuf.Timestamp" end add_enum "grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis" do value :CONTINUOUS_ANALYSIS_UNSPECIFIED, 0 value :ACTIVE, 1 value :INACTIVE, 2 end add_enum "grafeas.v1.DiscoveryOccurrence.AnalysisStatus" do value :ANALYSIS_STATUS_UNSPECIFIED, 0 value :PENDING, 1 value :SCANNING, 2 value :FINISHED_SUCCESS, 3 value :FINISHED_FAILED, 4 value :FINISHED_UNSUPPORTED, 5 end end module Grafeas module V1 DiscoveryNote = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DiscoveryNote").msgclass DiscoveryOccurrence = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DiscoveryOccurrence").msgclass DiscoveryOccurrence::ContinuousAnalysis = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DiscoveryOccurrence.ContinuousAnalysis").enummodule DiscoveryOccurrence::AnalysisStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DiscoveryOccurrence.AnalysisStatus").enummodule end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
grafeas-0.3.1 | lib/grafeas/v1/discovery_pb.rb |
grafeas-0.3.0 | lib/grafeas/v1/discovery_pb.rb |
grafeas-0.2.1 | lib/grafeas/v1/discovery_pb.rb |
grafeas-0.2.0 | lib/grafeas/v1/discovery_pb.rb |