public interface InputConfigOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
BigQueryInputConfig |
getBigqueryInputConfigsCount()
public abstract int getBigqueryInputConfigsCount()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns | |
---|---|
Type | Description |
int |
getBigqueryInputConfigsList()
public abstract List<BigQueryInputConfig> getBigqueryInputConfigsList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
InputConfig.EntityType | The entityType. |
getEntityTypeValue()
public abstract int getEntityTypeValue()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for previousResultBigqueryTable. |