Sha256: 11cebc2eaf09c073c083b920256ac11759b78e250b92ff71db316ba3d129b731

Contents?: true

Size: 1.92 KB

Versions: 4

Compression:

Stored size: 1.92 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/appengine/v1/deploy.proto

require 'google/protobuf'

require 'google/protobuf/duration_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/appengine/v1/deploy.proto", :syntax => :proto3) do
    add_message "google.appengine.v1.Deployment" do
      map :files, :string, :message, 1, "google.appengine.v1.FileInfo"
      optional :container, :message, 2, "google.appengine.v1.ContainerInfo"
      optional :zip, :message, 3, "google.appengine.v1.ZipInfo"
      optional :cloud_build_options, :message, 6, "google.appengine.v1.CloudBuildOptions"
    end
    add_message "google.appengine.v1.FileInfo" do
      optional :source_url, :string, 1
      optional :sha1_sum, :string, 2
      optional :mime_type, :string, 3
    end
    add_message "google.appengine.v1.ContainerInfo" do
      optional :image, :string, 1
    end
    add_message "google.appengine.v1.CloudBuildOptions" do
      optional :app_yaml_path, :string, 1
      optional :cloud_build_timeout, :message, 2, "google.protobuf.Duration"
    end
    add_message "google.appengine.v1.ZipInfo" do
      optional :source_url, :string, 3
      optional :files_count, :int32, 4
    end
  end
end

module Google
  module Cloud
    module AppEngine
      module V1
        Deployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Deployment").msgclass
        FileInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.FileInfo").msgclass
        ContainerInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.ContainerInfo").msgclass
        CloudBuildOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.CloudBuildOptions").msgclass
        ZipInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.ZipInfo").msgclass
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-cloud-app_engine-v1-0.6.1 lib/google/appengine/v1/deploy_pb.rb
google-cloud-app_engine-v1-0.6.0 lib/google/appengine/v1/deploy_pb.rb
google-cloud-app_engine-v1-0.5.0 lib/google/appengine/v1/deploy_pb.rb
google-cloud-app_engine-v1-0.4.0 lib/google/appengine/v1/deploy_pb.rb