public interface GuestAttributesEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Key for the guest attribute entry.
|
com.google.protobuf.ByteString |
getKeyBytes()
Key for the guest attribute entry.
|
String |
getNamespace()
Namespace for the guest attribute entry.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace for the guest attribute entry.
|
String |
getValue()
Value for the guest attribute entry.
|
com.google.protobuf.ByteString |
getValueBytes()
Value for the guest attribute entry.
|
boolean |
hasKey()
Key for the guest attribute entry.
|
boolean |
hasNamespace()
Namespace for the guest attribute entry.
|
boolean |
hasValue()
Value for the guest attribute entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
Key for the guest attribute entry.
optional string key = 106079;String getKey()
Key for the guest attribute entry.
optional string key = 106079;com.google.protobuf.ByteString getKeyBytes()
Key for the guest attribute entry.
optional string key = 106079;boolean hasNamespace()
Namespace for the guest attribute entry.
optional string namespace = 178476379;String getNamespace()
Namespace for the guest attribute entry.
optional string namespace = 178476379;com.google.protobuf.ByteString getNamespaceBytes()
Namespace for the guest attribute entry.
optional string namespace = 178476379;boolean hasValue()
Value for the guest attribute entry.
optional string value = 111972721;String getValue()
Value for the guest attribute entry.
optional string value = 111972721;com.google.protobuf.ByteString getValueBytes()
Value for the guest attribute entry.
optional string value = 111972721;Copyright © 2023 Google LLC. All rights reserved.