public static interface AspectType.MetadataTemplate.AnnotationsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeprecated()
public abstract String getDeprecated()
Optional. Marks a field as deprecated. You can include a deprecation message.
string deprecated = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The deprecated. |
getDeprecatedBytes()
public abstract ByteString getDeprecatedBytes()
Optional. Marks a field as deprecated. You can include a deprecation message.
string deprecated = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deprecated. |
getDescription()
public abstract String getDescription()
Optional. Description for a field.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Optional. Description for a field.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()
Optional. Display name for a field.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Optional. Display name for a field.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getDisplayOrder()
public abstract int getDisplayOrder()
Optional. Display order for a field. You can use this to reorder where a field is rendered.
int32 display_order = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The displayOrder. |
getStringType()
public abstract String getStringType()
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported:
- richText: The field must be interpreted as a rich text field.
- url: A fully qualified URL link.
- resource: A service qualified resource reference.
string string_type = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The stringType. |
getStringTypeBytes()
public abstract ByteString getStringTypeBytes()
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported:
- richText: The field must be interpreted as a rich text field.
- url: A fully qualified URL link.
- resource: A service qualified resource reference.
string string_type = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stringType. |
getStringValues(int index)
public abstract String getStringValues(int index)
Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
repeated string string_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The stringValues at the given index. |
getStringValuesBytes(int index)
public abstract ByteString getStringValuesBytes(int index)
Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
repeated string string_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the stringValues at the given index. |
getStringValuesCount()
public abstract int getStringValuesCount()
Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
repeated string string_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of stringValues. |
getStringValuesList()
public abstract List<String> getStringValuesList()
Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
repeated string string_values = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the stringValues. |