Sha256: ba30005e73dbe6cedbf3aa6809f0d0d2ffc1cf9c4361292cda7d101261ec1e4e

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.2.2 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.2.1 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.2.0 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.1.4 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.1.3 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.1.2 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.1.1 lib/grafeas/v1/deployment_pb.rb
grafeas-v1-0.1.0 lib/grafeas/v1/deployment_pb.rb