Interface AnnotationSpecOrBuilder (0.153.0)

public interface AnnotationSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. The display name of the AnnotationSpec. Maximum of 64 characters.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. The display name of the AnnotationSpec. Maximum of 64 characters.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.