Interface InputConfigOrBuilder (0.37.0)

public interface InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
BigQueryInputConfig

getBigqueryInputConfigsCount()

public abstract int getBigqueryInputConfigsCount()

Set of input BigQuery tables.

repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;

Returns
TypeDescription
int

getBigqueryInputConfigsList()

public abstract List<BigQueryInputConfig> getBigqueryInputConfigsList()

Set of input BigQuery tables.

repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
BigQueryInputConfigOrBuilder

getBigqueryInputConfigsOrBuilderList()

public abstract List<? extends BigQueryInputConfigOrBuilder> getBigqueryInputConfigsOrBuilderList()

Set of input BigQuery tables.

repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;

Returns
TypeDescription
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
TypeDescription
InputConfig.EntityType

The entityType.

getEntityTypeValue()

public abstract int getEntityTypeValue()

Entity type

.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for previousResultBigqueryTable.