Interface InputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputConfig
,InputConfig.Builder
public interface InputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 typeint
getEntityTypeValue()
Entity typeString
getPreviousResultBigqueryTable()
Optional.com.google.protobuf.ByteString
getPreviousResultBigqueryTableBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBigqueryInputConfigsList
List<BigQueryInputConfig> getBigqueryInputConfigsList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
-
getBigqueryInputConfigs
BigQueryInputConfig getBigqueryInputConfigs(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
-
getBigqueryInputConfigsCount
int getBigqueryInputConfigsCount()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
-
getBigqueryInputConfigsOrBuilderList
List<? extends BigQueryInputConfigOrBuilder> getBigqueryInputConfigsOrBuilderList()
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
-
getBigqueryInputConfigsOrBuilder
BigQueryInputConfigOrBuilder getBigqueryInputConfigsOrBuilder(int index)
Set of input BigQuery tables.
repeated .google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig bigquery_input_configs = 1;
-
getEntityTypeValue
int getEntityTypeValue()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
- Returns:
- The enum numeric value on the wire for entityType.
-
getEntityType
InputConfig.EntityType getEntityType()
Entity type
.google.cloud.enterpriseknowledgegraph.v1.InputConfig.EntityType entity_type = 2;
- Returns:
- The entityType.
-
getPreviousResultBigqueryTable
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:
- The previousResultBigqueryTable.
-
getPreviousResultBigqueryTableBytes
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) = { ... }
- Returns:
- The bytes for previousResultBigqueryTable.
-
-