Sha256: 61ff5fa77fed71cdb1aedb2c1f4a5e7729ed9a79a59ef75d9269325c1e93b561
Contents?: true
Size: 1.23 KB
Versions: 11
Compression:
Stored size: 1.23 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/batch/v1/volume.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/batch/v1/volume.proto", :syntax => :proto3) do add_message "google.cloud.batch.v1.Volume" do optional :mount_path, :string, 4 repeated :mount_options, :string, 5 oneof :source do optional :nfs, :message, 1, "google.cloud.batch.v1.NFS" optional :gcs, :message, 3, "google.cloud.batch.v1.GCS" optional :device_name, :string, 6 end end add_message "google.cloud.batch.v1.NFS" do optional :server, :string, 1 optional :remote_path, :string, 2 end add_message "google.cloud.batch.v1.GCS" do optional :remote_path, :string, 1 end end end module Google module Cloud module Batch module V1 Volume = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.batch.v1.Volume").msgclass NFS = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.batch.v1.NFS").msgclass GCS = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.batch.v1.GCS").msgclass end end end end
Version data entries
11 entries across 11 versions & 1 rubygems