public interface ExperimentalFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getField()
public abstract String getField()Optional. The name of the field to use.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()Optional. The name of the field to use.
string field = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for field. |
getValue()
public abstract String getValue()Optional. The value the field to set.
string value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()Optional. The value the field to set.
string value = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |