- 2.87.0 (latest)
- 2.85.0
- 2.84.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 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 ListEnrolledSolutionsResponse.Builder extends GeneratedMessage.Builder<ListEnrolledSolutionsResponse.Builder> implements ListEnrolledSolutionsResponseOrBuilderResponse for ListEnrolledSolutions method.
Protobuf type google.cloud.retail.v2alpha.ListEnrolledSolutionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListEnrolledSolutionsResponse.BuilderImplements
ListEnrolledSolutionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEnrolledSolutions(Iterable<? extends SolutionType> values)
public ListEnrolledSolutionsResponse.Builder addAllEnrolledSolutions(Iterable<? extends SolutionType> values)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.retail.v2alpha.SolutionType>The enrolledSolutions to add. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
addAllEnrolledSolutionsValue(Iterable<Integer> values)
public ListEnrolledSolutionsResponse.Builder addAllEnrolledSolutionsValue(Iterable<Integer> values)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<Integer>The enum numeric values on the wire for enrolledSolutions to add. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
addEnrolledSolutions(SolutionType value)
public ListEnrolledSolutionsResponse.Builder addEnrolledSolutions(SolutionType value)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SolutionTypeThe enrolledSolutions to add. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
addEnrolledSolutionsValue(int value)
public ListEnrolledSolutionsResponse.Builder addEnrolledSolutionsValue(int value)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for enrolledSolutions to add. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
build()
public ListEnrolledSolutionsResponse build()| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse |
|
buildPartial()
public ListEnrolledSolutionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse |
|
clear()
public ListEnrolledSolutionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
|
clearEnrolledSolutions()
public ListEnrolledSolutionsResponse.Builder clearEnrolledSolutions()Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListEnrolledSolutionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnrolledSolutions(int index)
public SolutionType getEnrolledSolutions(int index)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
SolutionType |
The enrolledSolutions at the given index. |
getEnrolledSolutionsCount()
public int getEnrolledSolutionsCount()Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of enrolledSolutions. |
getEnrolledSolutionsList()
public List<SolutionType> getEnrolledSolutionsList()Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Returns | |
|---|---|
| Type | Description |
List<SolutionType> |
A list containing the enrolledSolutions. |
getEnrolledSolutionsValue(int index)
public int getEnrolledSolutionsValue(int index)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of enrolledSolutions at the given index. |
getEnrolledSolutionsValueList()
public List<Integer> getEnrolledSolutionsValueList()Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for enrolledSolutions. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListEnrolledSolutionsResponse other)
public ListEnrolledSolutionsResponse.Builder mergeFrom(ListEnrolledSolutionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEnrolledSolutionsResponse |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListEnrolledSolutionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListEnrolledSolutionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
|
setEnrolledSolutions(int index, SolutionType value)
public ListEnrolledSolutionsResponse.Builder setEnrolledSolutions(int index, SolutionType value)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
SolutionTypeThe enrolledSolutions to set. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |
setEnrolledSolutionsValue(int index, int value)
public ListEnrolledSolutionsResponse.Builder setEnrolledSolutionsValue(int index, int value)Retail API solutions that the project has enrolled.
repeated .google.cloud.retail.v2alpha.SolutionType enrolled_solutions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
intThe enum numeric value on the wire for enrolledSolutions to set. |
| Returns | |
|---|---|
| Type | Description |
ListEnrolledSolutionsResponse.Builder |
This builder for chaining. |