# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/feature.proto 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 optional :disable_monitoring, :bool, 12 repeated :monitoring_stats_anomalies, :message, 11, "google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly" end add_message "google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly" do optional :objective, :enum, 1, "google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective" optional :feature_stats_anomaly, :message, 2, "google.cloud.aiplatform.v1.FeatureStatsAnomaly" end add_enum "google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective" do value :OBJECTIVE_UNSPECIFIED, 0 value :IMPORT_FEATURE_ANALYSIS, 1 value :SNAPSHOT_ANALYSIS, 2 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::MonitoringStatsAnomaly = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly").msgclass Feature::MonitoringStatsAnomaly::Objective = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly.Objective").enummodule Feature::ValueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Feature.ValueType").enummodule end end end end