Uses of Class
com.google.cloud.automl.v1beta1.BigQuerySource
-
Packages that use BigQuerySource Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of BigQuerySource in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return BigQuerySource Modifier and Type Method Description BigQuerySource
BigQuerySource.Builder. build()
BigQuerySource
BigQuerySource.Builder. buildPartial()
BigQuerySource
BatchPredictInputConfig.Builder. getBigquerySource()
The BigQuery location for the input content.BigQuerySource
BatchPredictInputConfig. getBigquerySource()
The BigQuery location for the input content.BigQuerySource
BatchPredictInputConfigOrBuilder. getBigquerySource()
The BigQuery location for the input content.BigQuerySource
InputConfig.Builder. getBigquerySource()
The BigQuery location for the input content.BigQuerySource
InputConfig. getBigquerySource()
The BigQuery location for the input content.BigQuerySource
InputConfigOrBuilder. getBigquerySource()
The BigQuery location for the input content.static BigQuerySource
BigQuerySource. getDefaultInstance()
BigQuerySource
BigQuerySource.Builder. getDefaultInstanceForType()
BigQuerySource
BigQuerySource. getDefaultInstanceForType()
static BigQuerySource
BigQuerySource. parseDelimitedFrom(InputStream input)
static BigQuerySource
BigQuerySource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(byte[] data)
static BigQuerySource
BigQuerySource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.ByteString data)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.CodedInputStream input)
static BigQuerySource
BigQuerySource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(InputStream input)
static BigQuerySource
BigQuerySource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQuerySource
BigQuerySource. parseFrom(ByteBuffer data)
static BigQuerySource
BigQuerySource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type BigQuerySource Modifier and Type Method Description com.google.protobuf.Parser<BigQuerySource>
BigQuerySource. getParserForType()
static com.google.protobuf.Parser<BigQuerySource>
BigQuerySource. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type BigQuerySource Modifier and Type Method Description BatchPredictInputConfig.Builder
BatchPredictInputConfig.Builder. mergeBigquerySource(BigQuerySource value)
The BigQuery location for the input content.InputConfig.Builder
InputConfig.Builder. mergeBigquerySource(BigQuerySource value)
The BigQuery location for the input content.BigQuerySource.Builder
BigQuerySource.Builder. mergeFrom(BigQuerySource other)
static BigQuerySource.Builder
BigQuerySource. newBuilder(BigQuerySource prototype)
BatchPredictInputConfig.Builder
BatchPredictInputConfig.Builder. setBigquerySource(BigQuerySource value)
The BigQuery location for the input content.InputConfig.Builder
InputConfig.Builder. setBigquerySource(BigQuerySource value)
The BigQuery location for the input content.
-