Interface GuestAttributesEntryOrBuilder (2.42.0)

public interface GuestAttributesEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

Key for the guest attribute entry.

string key = 2;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key for the guest attribute entry.

string key = 2;

Returns
TypeDescription
ByteString

The bytes for key.

getNamespace()

public abstract String getNamespace()

Namespace for the guest attribute entry.

string namespace = 1;

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Namespace for the guest attribute entry.

string namespace = 1;

Returns
TypeDescription
ByteString

The bytes for namespace.

getValue()

public abstract String getValue()

Value for the guest attribute entry.

string value = 3;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value for the guest attribute entry.

string value = 3;

Returns
TypeDescription
ByteString

The bytes for value.