public interface CustomFieldOptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomFieldOptionId()
public abstract long getCustomFieldOptionId() Optional. Non-empty default. CustomFieldOption ID.
int64 custom_field_option_id = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = NON_EMPTY_DEFAULT];
| Returns | |
|---|---|
| Type | Description |
long |
The customFieldOptionId. |
getDisplayName()
public abstract String getDisplayName() Required. The display name of the CustomFieldOption.
This value has a maximum length of 127 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes() Required. The display name of the CustomFieldOption.
This value has a maximum length of 127 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |