Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.BigQueryInputConfig
-
Packages that use BigQueryInputConfig Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph API -
-
Uses of BigQueryInputConfig in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return BigQueryInputConfig Modifier and Type Method Description BigQueryInputConfig
BigQueryInputConfig.Builder. build()
BigQueryInputConfig
BigQueryInputConfig.Builder. buildPartial()
BigQueryInputConfig
InputConfig.Builder. getBigqueryInputConfigs(int index)
Set of input BigQuery tables.BigQueryInputConfig
InputConfig. getBigqueryInputConfigs(int index)
Set of input BigQuery tables.BigQueryInputConfig
InputConfigOrBuilder. getBigqueryInputConfigs(int index)
Set of input BigQuery tables.static BigQueryInputConfig
BigQueryInputConfig. getDefaultInstance()
BigQueryInputConfig
BigQueryInputConfig.Builder. getDefaultInstanceForType()
BigQueryInputConfig
BigQueryInputConfig. getDefaultInstanceForType()
static BigQueryInputConfig
BigQueryInputConfig. parseDelimitedFrom(InputStream input)
static BigQueryInputConfig
BigQueryInputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(byte[] data)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(com.google.protobuf.ByteString data)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(InputStream input)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(ByteBuffer data)
static BigQueryInputConfig
BigQueryInputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type BigQueryInputConfig Modifier and Type Method Description List<BigQueryInputConfig>
InputConfig.Builder. getBigqueryInputConfigsList()
Set of input BigQuery tables.List<BigQueryInputConfig>
InputConfig. getBigqueryInputConfigsList()
Set of input BigQuery tables.List<BigQueryInputConfig>
InputConfigOrBuilder. getBigqueryInputConfigsList()
Set of input BigQuery tables.com.google.protobuf.Parser<BigQueryInputConfig>
BigQueryInputConfig. getParserForType()
static com.google.protobuf.Parser<BigQueryInputConfig>
BigQueryInputConfig. parser()
Methods in com.google.cloud.enterpriseknowledgegraph.v1 with parameters of type BigQueryInputConfig Modifier and Type Method Description InputConfig.Builder
InputConfig.Builder. addBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.InputConfig.Builder
InputConfig.Builder. addBigqueryInputConfigs(BigQueryInputConfig value)
Set of input BigQuery tables.BigQueryInputConfig.Builder
BigQueryInputConfig.Builder. mergeFrom(BigQueryInputConfig other)
static BigQueryInputConfig.Builder
BigQueryInputConfig. newBuilder(BigQueryInputConfig prototype)
InputConfig.Builder
InputConfig.Builder. setBigqueryInputConfigs(int index, BigQueryInputConfig value)
Set of input BigQuery tables.Method parameters in com.google.cloud.enterpriseknowledgegraph.v1 with type arguments of type BigQueryInputConfig Modifier and Type Method Description InputConfig.Builder
InputConfig.Builder. addAllBigqueryInputConfigs(Iterable<? extends BigQueryInputConfig> values)
Set of input BigQuery tables.
-