public static interface FeatureGroup.BigQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQuerySource |
getBigQuerySource()
Required.
|
BigQuerySourceOrBuilder |
getBigQuerySourceOrBuilder()
Required.
|
String |
getEntityIdColumns(int index)
Optional.
|
com.google.protobuf.ByteString |
getEntityIdColumnsBytes(int index)
Optional.
|
int |
getEntityIdColumnsCount()
Optional.
|
List<String> |
getEntityIdColumnsList()
Optional.
|
boolean |
hasBigQuerySource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBigQuerySource()
Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
.google.cloud.aiplatform.v1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
BigQuerySource getBigQuerySource()
Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
.google.cloud.aiplatform.v1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()
Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.
.google.cloud.aiplatform.v1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
List<String> getEntityIdColumnsList()
Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];int getEntityIdColumnsCount()
Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];String getEntityIdColumns(int index)
Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getEntityIdColumnsBytes(int index)
Optional. Columns to construct entity_id / row keys. If not provided defaults to `entity_id`.
repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.