public interface ListEnrolledSolutionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnrolledSolutions(int index)
public abstract 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 |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
SolutionType |
The enrolledSolutions at the given index. |
getEnrolledSolutionsCount()
public abstract 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 abstract 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 abstract 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 |
int The 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 abstract 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. |