Sha256: c167cf8b07b89bb1d7f7504d4641ce55a32393095d7bde41eb2a0c19e6568458

Contents?: true

Size: 1.28 KB

Versions: 10

Compression:

Stored size: 1.28 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_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

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

10 entries across 10 versions & 2 rubygems

Version Path
grafeas-0.3.1 lib/grafeas/v1/deployment_pb.rb
grafeas-0.3.0 lib/grafeas/v1/deployment_pb.rb
grafeas-0.2.1 lib/grafeas/v1/deployment_pb.rb
grafeas-0.2.0 lib/grafeas/v1/deployment_pb.rb
grafeas-0.1.1 lib/grafeas/v1/deployment_pb.rb
grafeas-0.1.0 lib/grafeas/v1/deployment_pb.rb
grafeas-client-0.3.0 lib/grafeas/v1/deployment_pb.rb
grafeas-client-0.2.1 lib/grafeas/v1/deployment_pb.rb
grafeas-client-0.2.0 lib/grafeas/v1/deployment_pb.rb
grafeas-client-0.1.0 lib/grafeas/v1/deployment_pb.rb