Sha256: e1e91cff3aa4c8d5bedc582b2e87a93b161bc20927a57c311ef83623b087dcd3
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/types.proto require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/types.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.BoolArray" do repeated :values, :bool, 1 end add_message "google.cloud.aiplatform.v1.DoubleArray" do repeated :values, :double, 1 end add_message "google.cloud.aiplatform.v1.Int64Array" do repeated :values, :int64, 1 end add_message "google.cloud.aiplatform.v1.StringArray" do repeated :values, :string, 1 end end end module Google module Cloud module AIPlatform module V1 BoolArray = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.BoolArray").msgclass DoubleArray = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.DoubleArray").msgclass Int64Array = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Int64Array").msgclass StringArray = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.StringArray").msgclass end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.1.0 | lib/google/cloud/aiplatform/v1/types_pb.rb |