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