Interface GuestAttributesEntryOrBuilder (1.47.0)

public interface GuestAttributesEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Key for the guest attribute entry.

optional string key = 106079;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key for the guest attribute entry.

optional string key = 106079;

Returns
TypeDescription
ByteString

The bytes for key.

getNamespace()

public abstract String getNamespace()

Namespace for the guest attribute entry.

optional string namespace = 178476379;

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Namespace for the guest attribute entry.

optional string namespace = 178476379;

Returns
TypeDescription
ByteString

The bytes for namespace.

getValue()

public abstract String getValue()

Value for the guest attribute entry.

optional string value = 111972721;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value for the guest attribute entry.

optional string value = 111972721;

Returns
TypeDescription
ByteString

The bytes for value.

hasKey()

public abstract boolean hasKey()

Key for the guest attribute entry.

optional string key = 106079;

Returns
TypeDescription
boolean

Whether the key field is set.

hasNamespace()

public abstract boolean hasNamespace()

Namespace for the guest attribute entry.

optional string namespace = 178476379;

Returns
TypeDescription
boolean

Whether the namespace field is set.

hasValue()

public abstract boolean hasValue()

Value for the guest attribute entry.

optional string value = 111972721;

Returns
TypeDescription
boolean

Whether the value field is set.