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 GcsOutputResultGcsOutputResult.Builder. build()GcsOutputResultGcsOutputResult.Builder. buildPartial()static GcsOutputResultGcsOutputResult. getDefaultInstance()GcsOutputResultGcsOutputResult.Builder. getDefaultInstanceForType()GcsOutputResultGcsOutputResult. getDefaultInstanceForType()GcsOutputResultOutputResult.Builder. getGcsResult(int index)The Google Cloud Storage location where the result is stored.GcsOutputResultOutputResult. getGcsResult(int index)The Google Cloud Storage location where the result is stored.GcsOutputResultOutputResultOrBuilder. getGcsResult(int index)The Google Cloud Storage location where the result is stored.static GcsOutputResultGcsOutputResult. parseDelimitedFrom(InputStream input)static GcsOutputResultGcsOutputResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsOutputResultGcsOutputResult. parseFrom(byte[] data)static GcsOutputResultGcsOutputResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsOutputResultGcsOutputResult. parseFrom(com.google.protobuf.ByteString data)static GcsOutputResultGcsOutputResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsOutputResultGcsOutputResult. parseFrom(com.google.protobuf.CodedInputStream input)static GcsOutputResultGcsOutputResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsOutputResultGcsOutputResult. parseFrom(InputStream input)static GcsOutputResultGcsOutputResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsOutputResultGcsOutputResult. parseFrom(ByteBuffer data)static GcsOutputResultGcsOutputResult. 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.BuilderOutputResult.Builder. addGcsResult(int index, GcsOutputResult value)The Google Cloud Storage location where the result is stored.OutputResult.BuilderOutputResult.Builder. addGcsResult(GcsOutputResult value)The Google Cloud Storage location where the result is stored.GcsOutputResult.BuilderGcsOutputResult.Builder. mergeFrom(GcsOutputResult other)static GcsOutputResult.BuilderGcsOutputResult. newBuilder(GcsOutputResult prototype)OutputResult.BuilderOutputResult.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.BuilderOutputResult.Builder. addAllGcsResult(Iterable<? extends GcsOutputResult> values)The Google Cloud Storage location where the result is stored.
-