- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class PredictResponse.Builder extends GeneratedMessageV3.Builder<PredictResponse.Builder> implements PredictResponseOrBuilder
Response message for predict method.
Protobuf type google.cloud.retail.v2.PredictResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PredictResponse.BuilderImplements
PredictResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllMissingIds(Iterable<String> values)
public PredictResponse.Builder addAllMissingIds(Iterable<String> values)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
values | Iterable<String> The missingIds to add. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
addAllResults(Iterable<? extends PredictResponse.PredictionResult> values)
public PredictResponse.Builder addAllResults(Iterable<? extends PredictResponse.PredictionResult> values)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.retail.v2.PredictResponse.PredictionResult> |
Type | Description |
PredictResponse.Builder |
addMissingIds(String value)
public PredictResponse.Builder addMissingIds(String value)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
value | String The missingIds to add. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
addMissingIdsBytes(ByteString value)
public PredictResponse.Builder addMissingIdsBytes(ByteString value)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
value | ByteString The bytes of the missingIds to add. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PredictResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PredictResponse.Builder |
addResults(PredictResponse.PredictionResult value)
public PredictResponse.Builder addResults(PredictResponse.PredictionResult value)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
value | PredictResponse.PredictionResult |
Type | Description |
PredictResponse.Builder |
addResults(PredictResponse.PredictionResult.Builder builderForValue)
public PredictResponse.Builder addResults(PredictResponse.PredictionResult.Builder builderForValue)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
builderForValue | PredictResponse.PredictionResult.Builder |
Type | Description |
PredictResponse.Builder |
addResults(int index, PredictResponse.PredictionResult value)
public PredictResponse.Builder addResults(int index, PredictResponse.PredictionResult value)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
value | PredictResponse.PredictionResult |
Type | Description |
PredictResponse.Builder |
addResults(int index, PredictResponse.PredictionResult.Builder builderForValue)
public PredictResponse.Builder addResults(int index, PredictResponse.PredictionResult.Builder builderForValue)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
builderForValue | PredictResponse.PredictionResult.Builder |
Type | Description |
PredictResponse.Builder |
addResultsBuilder()
public PredictResponse.PredictionResult.Builder addResultsBuilder()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
PredictResponse.PredictionResult.Builder |
addResultsBuilder(int index)
public PredictResponse.PredictionResult.Builder addResultsBuilder(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
Type | Description |
PredictResponse.PredictionResult.Builder |
build()
public PredictResponse build()
Type | Description |
PredictResponse |
buildPartial()
public PredictResponse buildPartial()
Type | Description |
PredictResponse |
clear()
public PredictResponse.Builder clear()
Type | Description |
PredictResponse.Builder |
clearAttributionToken()
public PredictResponse.Builder clearAttributionToken()
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;
Type | Description |
PredictResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PredictResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PredictResponse.Builder |
clearMissingIds()
public PredictResponse.Builder clearMissingIds()
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Type | Description |
PredictResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PredictResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PredictResponse.Builder |
clearResults()
public PredictResponse.Builder clearResults()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
PredictResponse.Builder |
clearValidateOnly()
public PredictResponse.Builder clearValidateOnly()
True if the validateOnly property was set in the request.
bool validate_only = 4;
Type | Description |
PredictResponse.Builder | This builder for chaining. |
clone()
public PredictResponse.Builder clone()
Type | Description |
PredictResponse.Builder |
getAttributionToken()
public String getAttributionToken()
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;
Type | Description |
String | The attributionToken. |
getAttributionTokenBytes()
public ByteString getAttributionTokenBytes()
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;
Type | Description |
ByteString | The bytes for attributionToken. |
getDefaultInstanceForType()
public PredictResponse getDefaultInstanceForType()
Type | Description |
PredictResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMissingIds(int index)
public String getMissingIds(int index)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The missingIds at the given index. |
getMissingIdsBytes(int index)
public ByteString getMissingIdsBytes(int index)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the missingIds at the given index. |
getMissingIdsCount()
public int getMissingIdsCount()
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Type | Description |
int | The count of missingIds. |
getMissingIdsList()
public ProtocolStringList getMissingIdsList()
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Type | Description |
ProtocolStringList | A list containing the missingIds. |
getResults(int index)
public PredictResponse.PredictionResult getResults(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
Type | Description |
PredictResponse.PredictionResult |
getResultsBuilder(int index)
public PredictResponse.PredictionResult.Builder getResultsBuilder(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
Type | Description |
PredictResponse.PredictionResult.Builder |
getResultsBuilderList()
public List<PredictResponse.PredictionResult.Builder> getResultsBuilderList()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
List<Builder> |
getResultsCount()
public int getResultsCount()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
int |
getResultsList()
public List<PredictResponse.PredictionResult> getResultsList()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
List<PredictionResult> |
getResultsOrBuilder(int index)
public PredictResponse.PredictionResultOrBuilder getResultsOrBuilder(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
Type | Description |
PredictResponse.PredictionResultOrBuilder |
getResultsOrBuilderList()
public List<? extends PredictResponse.PredictionResultOrBuilder> getResultsOrBuilderList()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Type | Description |
List<? extends com.google.cloud.retail.v2.PredictResponse.PredictionResultOrBuilder> |
getValidateOnly()
public boolean getValidateOnly()
True if the validateOnly property was set in the request.
bool validate_only = 4;
Type | Description |
boolean | The validateOnly. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PredictResponse other)
public PredictResponse.Builder mergeFrom(PredictResponse other)
Name | Description |
other | PredictResponse |
Type | Description |
PredictResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PredictResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PredictResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PredictResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PredictResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PredictResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PredictResponse.Builder |
removeResults(int index)
public PredictResponse.Builder removeResults(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
Type | Description |
PredictResponse.Builder |
setAttributionToken(String value)
public PredictResponse.Builder setAttributionToken(String value)
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;
Name | Description |
value | String The attributionToken to set. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
setAttributionTokenBytes(ByteString value)
public PredictResponse.Builder setAttributionTokenBytes(ByteString value)
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;
Name | Description |
value | ByteString The bytes for attributionToken to set. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PredictResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PredictResponse.Builder |
setMissingIds(int index, String value)
public PredictResponse.Builder setMissingIds(int index, String value)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;
Name | Description |
index | int The index to set the value at. |
value | String The missingIds to set. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PredictResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PredictResponse.Builder |
setResults(int index, PredictResponse.PredictionResult value)
public PredictResponse.Builder setResults(int index, PredictResponse.PredictionResult value)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
value | PredictResponse.PredictionResult |
Type | Description |
PredictResponse.Builder |
setResults(int index, PredictResponse.PredictionResult.Builder builderForValue)
public PredictResponse.Builder setResults(int index, PredictResponse.PredictionResult.Builder builderForValue)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Name | Description |
index | int |
builderForValue | PredictResponse.PredictionResult.Builder |
Type | Description |
PredictResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PredictResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PredictResponse.Builder |
setValidateOnly(boolean value)
public PredictResponse.Builder setValidateOnly(boolean value)
True if the validateOnly property was set in the request.
bool validate_only = 4;
Name | Description |
value | boolean The validateOnly to set. |
Type | Description |
PredictResponse.Builder | This builder for chaining. |