public static interface FeatureView.BigQuerySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityIdColumns(int index)
Required.
|
com.google.protobuf.ByteString |
getEntityIdColumnsBytes(int index)
Required.
|
int |
getEntityIdColumnsCount()
Required.
|
List<String> |
getEntityIdColumnsList()
Required.
|
String |
getUri()
Required.
|
com.google.protobuf.ByteString |
getUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];List<String> getEntityIdColumnsList()
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];int getEntityIdColumnsCount()
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];String getEntityIdColumns(int index)
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getEntityIdColumnsBytes(int index)
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.