public interface CustomFieldOptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomFieldOptionId()
public abstract long getCustomFieldOptionId()
Output only. CustomFieldOption
ID.
int64 custom_field_option_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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. |