Interface AccessMetadataOrBuilder (4.42.0)

public interface AccessMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConstraintType()

public abstract AccessMetadata.ConstraintType getConstraintType()

Describes the different types of constraints that are applied.

.google.cloud.speech.v2.AccessMetadata.ConstraintType constraint_type = 1;

Returns
Type Description
AccessMetadata.ConstraintType

The constraintType.

getConstraintTypeValue()

public abstract int getConstraintTypeValue()

Describes the different types of constraints that are applied.

.google.cloud.speech.v2.AccessMetadata.ConstraintType constraint_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for constraintType.