public static interface ImportFeatureValuesRequest.FeatureSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Required.
|
com.google.protobuf.ByteString |
getIdBytes()
Required.
|
String |
getSourceField()
Source column to get the Feature values from.
|
com.google.protobuf.ByteString |
getSourceFieldBytes()
Source column to get the Feature values from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.
string id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getIdBytes()
Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.
string id = 1 [(.google.api.field_behavior) = REQUIRED];String getSourceField()
Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.
string source_field = 2;com.google.protobuf.ByteString getSourceFieldBytes()
Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.
string source_field = 2;Copyright © 2022 Google LLC. All rights reserved.