Uses of Class
com.google.cloud.retail.v2beta.OutputResult
-
Packages that use OutputResult Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of OutputResult in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return OutputResult Modifier and Type Method Description OutputResult
OutputResult.Builder. build()
OutputResult
OutputResult.Builder. buildPartial()
static OutputResult
OutputResult. getDefaultInstance()
OutputResult
OutputResult.Builder. getDefaultInstanceForType()
OutputResult
OutputResult. getDefaultInstanceForType()
OutputResult
ExportProductsResponse.Builder. getOutputResult()
Output result indicating where the data were exported to.OutputResult
ExportProductsResponse. getOutputResult()
Output result indicating where the data were exported to.OutputResult
ExportProductsResponseOrBuilder. getOutputResult()
Output result indicating where the data were exported to.OutputResult
ExportUserEventsResponse.Builder. getOutputResult()
Output result indicating where the data were exported to.OutputResult
ExportUserEventsResponse. getOutputResult()
Output result indicating where the data were exported to.OutputResult
ExportUserEventsResponseOrBuilder. getOutputResult()
Output result indicating where the data were exported to.static OutputResult
OutputResult. parseDelimitedFrom(InputStream input)
static OutputResult
OutputResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(byte[] data)
static OutputResult
OutputResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.ByteString data)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.CodedInputStream input)
static OutputResult
OutputResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(InputStream input)
static OutputResult
OutputResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutputResult
OutputResult. parseFrom(ByteBuffer data)
static OutputResult
OutputResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type OutputResult Modifier and Type Method Description com.google.protobuf.Parser<OutputResult>
OutputResult. getParserForType()
static com.google.protobuf.Parser<OutputResult>
OutputResult. parser()
Methods in com.google.cloud.retail.v2beta with parameters of type OutputResult Modifier and Type Method Description OutputResult.Builder
OutputResult.Builder. mergeFrom(OutputResult other)
ExportProductsResponse.Builder
ExportProductsResponse.Builder. mergeOutputResult(OutputResult value)
Output result indicating where the data were exported to.ExportUserEventsResponse.Builder
ExportUserEventsResponse.Builder. mergeOutputResult(OutputResult value)
Output result indicating where the data were exported to.static OutputResult.Builder
OutputResult. newBuilder(OutputResult prototype)
ExportProductsResponse.Builder
ExportProductsResponse.Builder. setOutputResult(OutputResult value)
Output result indicating where the data were exported to.ExportUserEventsResponse.Builder
ExportUserEventsResponse.Builder. setOutputResult(OutputResult value)
Output result indicating where the data were exported to.
-