Interface ReferenceListEntryOrBuilder (0.1.0)

public interface ReferenceListEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract String getValue()

Required. The value of the entry. Maximum length is 512 characters.

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

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The value of the entry. Maximum length is 512 characters.

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

Returns
Type Description
ByteString

The bytes for value.