Uses of Class
com.google.cloud.retail.v2beta.BigQueryOutputResult
-
Packages that use BigQueryOutputResult Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of BigQueryOutputResult in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return BigQueryOutputResult Modifier and Type Method Description BigQueryOutputResult
BigQueryOutputResult.Builder. build()
BigQueryOutputResult
BigQueryOutputResult.Builder. buildPartial()
BigQueryOutputResult
OutputResult.Builder. getBigqueryResult(int index)
The BigQuery location where the result is stored.BigQueryOutputResult
OutputResult. getBigqueryResult(int index)
The BigQuery location where the result is stored.BigQueryOutputResult
OutputResultOrBuilder. getBigqueryResult(int index)
The BigQuery location where the result is stored.static BigQueryOutputResult
BigQueryOutputResult. getDefaultInstance()
BigQueryOutputResult
BigQueryOutputResult.Builder. getDefaultInstanceForType()
BigQueryOutputResult
BigQueryOutputResult. getDefaultInstanceForType()
static BigQueryOutputResult
BigQueryOutputResult. parseDelimitedFrom(InputStream input)
static BigQueryOutputResult
BigQueryOutputResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(byte[] data)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(com.google.protobuf.ByteString data)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(com.google.protobuf.CodedInputStream input)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(InputStream input)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(ByteBuffer data)
static BigQueryOutputResult
BigQueryOutputResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type BigQueryOutputResult Modifier and Type Method Description List<BigQueryOutputResult>
OutputResult.Builder. getBigqueryResultList()
The BigQuery location where the result is stored.List<BigQueryOutputResult>
OutputResult. getBigqueryResultList()
The BigQuery location where the result is stored.List<BigQueryOutputResult>
OutputResultOrBuilder. getBigqueryResultList()
The BigQuery location where the result is stored.com.google.protobuf.Parser<BigQueryOutputResult>
BigQueryOutputResult. getParserForType()
static com.google.protobuf.Parser<BigQueryOutputResult>
BigQueryOutputResult. parser()
Methods in com.google.cloud.retail.v2beta with parameters of type BigQueryOutputResult Modifier and Type Method Description OutputResult.Builder
OutputResult.Builder. addBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.OutputResult.Builder
OutputResult.Builder. addBigqueryResult(BigQueryOutputResult value)
The BigQuery location where the result is stored.BigQueryOutputResult.Builder
BigQueryOutputResult.Builder. mergeFrom(BigQueryOutputResult other)
static BigQueryOutputResult.Builder
BigQueryOutputResult. newBuilder(BigQueryOutputResult prototype)
OutputResult.Builder
OutputResult.Builder. setBigqueryResult(int index, BigQueryOutputResult value)
The BigQuery location where the result is stored.Method parameters in com.google.cloud.retail.v2beta with type arguments of type BigQueryOutputResult Modifier and Type Method Description OutputResult.Builder
OutputResult.Builder. addAllBigqueryResult(Iterable<? extends BigQueryOutputResult> values)
The BigQuery location where the result is stored.
-