Sha256: eff8b29df72169cf8e5c2c693e3851276c325d3cb5d21ddc6db0086e922a7af1
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/notebooks/v1/environment.proto require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/timestamp_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/notebooks/v1/environment.proto", :syntax => :proto3) do add_message "google.cloud.notebooks.v1.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.v1.VmImage" optional :container_image, :message, 7, "google.cloud.notebooks.v1.ContainerImage" end end add_message "google.cloud.notebooks.v1.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.v1.ContainerImage" do optional :repository, :string, 1 optional :tag, :string, 2 end end end module Google module Cloud module Notebooks module V1 Environment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.Environment").msgclass VmImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.VmImage").msgclass ContainerImage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.ContainerImage").msgclass end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-notebooks-v1-0.2.0 | lib/google/cloud/notebooks/v1/environment_pb.rb |
google-cloud-notebooks-v1-0.1.0 | lib/google/cloud/notebooks/v1/environment_pb.rb |