public interface GetGuestAttributesInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Name of the instance scoping this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getQueryPath()
public abstract String getQueryPath()Specifies the guest attributes path to be queried.
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
String |
The queryPath. |
getQueryPathBytes()
public abstract ByteString getQueryPathBytes()Specifies the guest attributes path to be queried.
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for queryPath. |
getVariableKey()
public abstract String getVariableKey()Specifies the key for the guest attributes entry.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
String |
The variableKey. |
getVariableKeyBytes()
public abstract ByteString getVariableKeyBytes()Specifies the key for the guest attributes entry.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for variableKey. |
getZone()
public abstract String getZone()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
hasQueryPath()
public abstract boolean hasQueryPath()Specifies the guest attributes path to be queried.
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryPath field is set. |
hasVariableKey()
public abstract boolean hasVariableKey()Specifies the key for the guest attributes entry.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the variableKey field is set. |