public interface GuestAttributesEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
Key for the guest attribute entry.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
Key for the guest attribute entry.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getNamespace()
public abstract String getNamespace()
Namespace for the guest attribute entry.
optional string namespace = 178476379;
Returns | |
---|---|
Type | Description |
String |
The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()
Namespace for the guest attribute entry.
optional string namespace = 178476379;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespace. |
getValue()
public abstract String getValue()
Value for the guest attribute entry.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Value for the guest attribute entry.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
hasKey()
public abstract boolean hasKey()
Key for the guest attribute entry.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
boolean |
Whether the key field is set. |
hasNamespace()
public abstract boolean hasNamespace()
Namespace for the guest attribute entry.
optional string namespace = 178476379;
Returns | |
---|---|
Type | Description |
boolean |
Whether the namespace field is set. |
hasValue()
public abstract boolean hasValue()
Value for the guest attribute entry.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |