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