Sha256: 9bfec329a6b6a7a1d70ffdc1cb7589175b54651f7f865042abd89154eba0df08
Contents?: true
Size: 712 Bytes
Versions: 24
Compression:
Stored size: 712 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/value.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/value.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.Value" do oneof :value do optional :int_value, :int64, 1 optional :double_value, :double, 2 optional :string_value, :string, 3 end end end end module Google module Cloud module AIPlatform module V1 Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Value").msgclass end end end end
Version data entries
24 entries across 24 versions & 1 rubygems