public interface InputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQueryInputConfig |
getBigqueryInputConfigs(int index)
Set of input BigQuery tables.
|
int |
getBigqueryInputConfigsCount()
Set of input BigQuery tables.
|
List<BigQueryInputConfig> |
getBigqueryInputConfigsList()
Set of input BigQuery tables.
|
BigQueryInputConfigOrBuilder |
getBigqueryInputConfigsOrBuilder(int index)
Set of input BigQuery tables.
|
List<? extends BigQueryInputConfigOrBuilder> |
getBigqueryInputConfigsOrBuilderList()
Set of input BigQuery tables.
|
InputConfig.EntityType |
getEntityType()
Entity type
|
int |
getEntityTypeValue()
Entity type
|
String |
getPreviousResultBigqueryTable()
Optional.
|
com.google.protobuf.ByteString |
getPreviousResultBigqueryTableBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BigQueryInputConfig> getBigqueryInputConfigsList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
BigQueryInputConfig getBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
int getBigqueryInputConfigsCount()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
List<? extends BigQueryInputConfigOrBuilder> getBigqueryInputConfigsOrBuilderList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
BigQueryInputConfigOrBuilder getBigqueryInputConfigsOrBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
int getEntityTypeValue()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;InputConfig.EntityType getEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;String getPreviousResultBigqueryTable()
Optional. Provide the bigquery table containing the previous results if cluster ID stability is desired. Format is `projects/*/datasets/*/tables/*`.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getPreviousResultBigqueryTableBytes()
Optional. Provide the bigquery table containing the previous results if cluster ID stability is desired. Format is `projects/*/datasets/*/tables/*`.
string previous_result_bigquery_table = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.