public interface AddressOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
string id = 3; |
ByteString |
getIdBytes()
string id = 3; |
java.lang.String |
getNamespace()
string namespace = 1; |
ByteString |
getNamespaceBytes()
string namespace = 1; |
java.lang.String |
getType()
string type = 2; |
ByteString |
getTypeBytes()
string type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getNamespace()
string namespace = 1;
ByteString getNamespaceBytes()
string namespace = 1;
java.lang.String getType()
string type = 2;
ByteString getTypeBytes()
string type = 2;
java.lang.String getId()
string id = 3;
ByteString getIdBytes()
string id = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.