Sha256: 3885740b00affc7864d5c19b40dfb82de98123f62f76912cabc5412a217882fa

Contents?: true

Size: 1.39 KB

Versions: 8

Compression:

Stored size: 1.39 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: grafeas/v1/deployment.proto

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("grafeas/v1/deployment.proto", :syntax => :proto3) do
    add_message "grafeas.v1.DeploymentNote" do
      repeated :resource_uri, :string, 1
    end
    add_message "grafeas.v1.DeploymentOccurrence" do
      optional :user_email, :string, 1
      optional :deploy_time, :message, 2, "google.protobuf.Timestamp"
      optional :undeploy_time, :message, 3, "google.protobuf.Timestamp"
      optional :config, :string, 4
      optional :address, :string, 5
      repeated :resource_uri, :string, 6
      optional :platform, :enum, 7, "grafeas.v1.DeploymentOccurrence.Platform"
    end
    add_enum "grafeas.v1.DeploymentOccurrence.Platform" do
      value :PLATFORM_UNSPECIFIED, 0
      value :GKE, 1
      value :FLEX, 2
      value :CUSTOM, 3
    end
  end
end

module Grafeas
  module V1
    DeploymentNote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DeploymentNote").msgclass
    DeploymentOccurrence = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DeploymentOccurrence").msgclass
    DeploymentOccurrence::Platform = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grafeas.v1.DeploymentOccurrence.Platform").enummodule
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
grafeas-v1-0.11.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.10.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.9.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.8.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.7.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.6.1 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.6.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.5.0 lib/grafeas/v1/deployment_pb.rb