Sha256: adb2cd4df0d0aa199820a95a96f29467f062a4f1b03d327f9106857520097abc

Contents?: true

Size: 1.79 KB

Versions: 8

Compression:

Stored size: 1.79 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/notebooks/v1beta1/environment.proto

require 'google/protobuf'

require 'google/api/field_behavior_pb'
require 'google/api/resource_pb'
require 'google/protobuf/timestamp_pb'
require 'google/api/annotations_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/cloud/notebooks/v1beta1/environment.proto", :syntax => :proto3) do
    add_message "google.cloud.notebooks.v1beta1.Environment" do
      optional :name, :string, 1
      optional :display_name, :string, 2
      optional :description, :string, 3
      optional :post_startup_script, :string, 8
      optional :create_time, :message, 9, "google.protobuf.Timestamp"
      oneof :image_type do
        optional :vm_image, :message, 6, "google.cloud.notebooks.v1beta1.VmImage"
        optional :container_image, :message, 7, "google.cloud.notebooks.v1beta1.ContainerImage"
      end
    end
    add_message "google.cloud.notebooks.v1beta1.VmImage" do
      optional :project, :string, 1
      oneof :image do
        optional :image_name, :string, 2
        optional :image_family, :string, 3
      end
    end
    add_message "google.cloud.notebooks.v1beta1.ContainerImage" do
      optional :repository, :string, 1
      optional :tag, :string, 2
    end
  end
end

module Google
  module Cloud
    module Notebooks
      module V1beta1
        Environment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1beta1.Environment").msgclass
        VmImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1beta1.VmImage").msgclass
        ContainerImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1beta1.ContainerImage").msgclass
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
google-cloud-notebooks-v1beta1-0.4.3 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.4.2 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.4.1 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.4.0 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.3.0 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.2.1 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.2.0 lib/google/cloud/notebooks/v1beta1/environment_pb.rb
google-cloud-notebooks-v1beta1-0.1.0 lib/google/cloud/notebooks/v1beta1/environment_pb.rb