Interface EnrollSolutionRequestOrBuilder (2.48.0)

public interface EnrollSolutionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProject()

public abstract String getProject()

Required. Full resource name of parent. Format: projects/{project_number_or_id}

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Required. Full resource name of parent. Format: projects/{project_number_or_id}

string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for project.

getSolution()

public abstract SolutionType getSolution()

Required. Solution to enroll.

.google.cloud.retail.v2alpha.SolutionType solution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SolutionType

The solution.

getSolutionValue()

public abstract int getSolutionValue()

Required. Solution to enroll.

.google.cloud.retail.v2alpha.SolutionType solution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for solution.