public static interface Address.OtherAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The human readable version of the value.
|
com.google.protobuf.ByteString |
getNameBytes()
The human readable version of the value.
|
com.google.protobuf.Any |
getValue()
The actual address message.
|
com.google.protobuf.AnyOrBuilder |
getValueOrBuilder()
The actual address message.
|
boolean |
hasValue()
The actual address message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The human readable version of the value. This value should be set.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The human readable version of the value. This value should be set.
string name = 1;boolean hasValue()
The actual address message.
.google.protobuf.Any value = 2;com.google.protobuf.Any getValue()
The actual address message.
.google.protobuf.Any value = 2;com.google.protobuf.AnyOrBuilder getValueOrBuilder()
The actual address message.
.google.protobuf.Any value = 2;