Sha256: a729478ed7fbf5f4b34f391e07e9ddd24246e5184c30cf78bb5e12a2ef1f1946
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/feature.proto require 'google/api/annotations_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/cloud/aiplatform/v1/feature_monitoring_stats_pb' require 'google/protobuf/timestamp_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/feature.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.Feature" do optional :name, :string, 1 optional :description, :string, 2 optional :value_type, :enum, 3, "google.cloud.aiplatform.v1.Feature.ValueType" optional :create_time, :message, 4, "google.protobuf.Timestamp" optional :update_time, :message, 5, "google.protobuf.Timestamp" map :labels, :string, :string, 6 optional :etag, :string, 7 end add_enum "google.cloud.aiplatform.v1.Feature.ValueType" do value :VALUE_TYPE_UNSPECIFIED, 0 value :BOOL, 1 value :BOOL_ARRAY, 2 value :DOUBLE, 3 value :DOUBLE_ARRAY, 4 value :INT64, 9 value :INT64_ARRAY, 10 value :STRING, 11 value :STRING_ARRAY, 12 value :BYTES, 13 end end end module Google module Cloud module AIPlatform module V1 Feature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Feature").msgclass Feature::ValueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Feature.ValueType").enummodule 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/feature_pb.rb |