Interface BoundingPolyConfigOrBuilder (0.161.0)

public interface BoundingPolyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationSpecSet()

public abstract String getAnnotationSpecSet()

Required. Annotation spec set resource name.

string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The annotationSpecSet.

getAnnotationSpecSetBytes()

public abstract ByteString getAnnotationSpecSetBytes()

Required. Annotation spec set resource name.

string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for annotationSpecSet.

getInstructionMessage()

public abstract String getInstructionMessage()

Optional. Instruction message showed on contributors UI.

string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The instructionMessage.

getInstructionMessageBytes()

public abstract ByteString getInstructionMessageBytes()

Optional. Instruction message showed on contributors UI.

string instruction_message = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for instructionMessage.