Interface FeatureView.BigQuerySourceOrBuilder (3.42.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for uri.