Interface ImportFeatureValuesRequest.FeatureSpecOrBuilder (3.42.0)

public static interface ImportFeatureValuesRequest.FeatureSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String 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];

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract 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];

Returns
TypeDescription
ByteString

The bytes for id.

getSourceField()

public abstract 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;

Returns
TypeDescription
String

The sourceField.

getSourceFieldBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for sourceField.