Interface FeatureView.BigQuerySourceOrBuilder (3.44.0)

public static interface FeatureView.BigQuerySourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityIdColumns(int index)

public abstract String getEntityIdColumns(int index)

Required. Columns to construct entity_id / row keys.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The entityIdColumns at the given index.

getEntityIdColumnsBytes(int index)

public abstract ByteString getEntityIdColumnsBytes(int index)

Required. Columns to construct entity_id / row keys.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the entityIdColumns at the given index.

getEntityIdColumnsCount()

public abstract int getEntityIdColumnsCount()

Required. Columns to construct entity_id / row keys.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of entityIdColumns.

getEntityIdColumnsList()

public abstract List<String> getEntityIdColumnsList()

Required. Columns to construct entity_id / row keys.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<String>

A list containing the entityIdColumns.

getUri()

public abstract String getUri()

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for uri.