@Generated(value="by GAPIC") @BetaApi public final class GuestAttributes extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
GuestAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static GuestAttributes |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getKind()
[Output Only] Type of the resource.
|
String |
getQueryPath()
The path to be queried.
|
GuestAttributesValue |
getQueryValue()
[Output Only] The value of the requested queried path.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
String |
getVariableKey()
The key to search for.
|
String |
getVariableValue()
[Output Only] The value found for the requested key.
|
int |
hashCode() |
static GuestAttributes.Builder |
newBuilder() |
static GuestAttributes.Builder |
newBuilder(GuestAttributes prototype) |
GuestAttributes.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getKind()
public String getQueryPath()
public GuestAttributesValue getQueryValue()
public String getSelfLink()
public String getVariableKey()
public String getVariableValue()
public static GuestAttributes.Builder newBuilder()
public static GuestAttributes.Builder newBuilder(GuestAttributes prototype)
public GuestAttributes.Builder toBuilder()
public static GuestAttributes getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.