public interface InputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigqueryInputConfigs(int index)
public abstract BigQueryInputConfig getBigqueryInputConfigs(int index)Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
| Name | Description |
| index | int |
| Type | Description |
| BigQueryInputConfig |
getBigqueryInputConfigsCount()
public abstract int getBigqueryInputConfigsCount()Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
| Type | Description |
| int |
getBigqueryInputConfigsList()
public abstract List<BigQueryInputConfig> getBigqueryInputConfigsList()Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
| Type | Description |
| List<BigQueryInputConfig> |
getBigqueryInputConfigsOrBuilder(int index)
public abstract BigQueryInputConfigOrBuilder getBigqueryInputConfigsOrBuilder(int index)Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
| Name | Description |
| index | int |
| Type | Description |
| BigQueryInputConfigOrBuilder |
getBigqueryInputConfigsOrBuilderList()
public abstract List<? extends BigQueryInputConfigOrBuilder> getBigqueryInputConfigsOrBuilderList()Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
| Type | Description |
| List<? extends com.google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfigOrBuilder> |
getEntityType()
public abstract InputConfig.EntityType getEntityType()Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
| Type | Description |
| InputConfig.EntityType | The entityType. |
getEntityTypeValue()
public abstract int getEntityTypeValue()Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
| Type | Description |
| int | The enum numeric value on the wire for entityType. |
getPreviousResultBigqueryTable()
public abstract 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) = { ... }
| Type | Description |
| String | The previousResultBigqueryTable. |
getPreviousResultBigqueryTableBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for previousResultBigqueryTable. |