Interface EnrollSolutionResponseOrBuilder (2.48.0)

public interface EnrollSolutionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnrolledSolution()

public abstract SolutionType getEnrolledSolution()

Retail API solution that the project has enrolled.

.google.cloud.retail.v2alpha.SolutionType enrolled_solution = 1;

Returns
Type Description
SolutionType

The enrolledSolution.

getEnrolledSolutionValue()

public abstract int getEnrolledSolutionValue()

Retail API solution that the project has enrolled.

.google.cloud.retail.v2alpha.SolutionType enrolled_solution = 1;

Returns
Type Description
int

The enum numeric value on the wire for enrolledSolution.