public interface GuestAttributesEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
Key for the guest attribute entry.
string key = 2;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
Key for the guest attribute entry.
string key = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getNamespace()
public abstract String getNamespace()
Namespace for the guest attribute entry.
string namespace = 1;
Returns | |
---|---|
Type | Description |
String |
The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()
Namespace for the guest attribute entry.
string namespace = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespace. |
getValue()
public abstract String getValue()
Value for the guest attribute entry.
string value = 3;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Value for the guest attribute entry.
string value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |