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