Interface GetGuestAttributesInstanceRequestOrBuilder (1.20.0)

public interface GetGuestAttributesInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

Name of the instance scoping this request.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Name of the instance scoping this request.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for instance.

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.

getQueryPath()

public abstract String getQueryPath()

Specifies the guest attributes path to be queried.

optional string query_path = 368591164;

Returns
TypeDescription
String

The queryPath.

getQueryPathBytes()

public abstract ByteString getQueryPathBytes()

Specifies the guest attributes path to be queried.

optional string query_path = 368591164;

Returns
TypeDescription
ByteString

The bytes for queryPath.

getVariableKey()

public abstract String getVariableKey()

Specifies the key for the guest attributes entry.

optional string variable_key = 164364828;

Returns
TypeDescription
String

The variableKey.

getVariableKeyBytes()

public abstract ByteString getVariableKeyBytes()

Specifies the key for the guest attributes entry.

optional string variable_key = 164364828;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for zone.

hasQueryPath()

public abstract boolean hasQueryPath()

Specifies the guest attributes path to be queried.

optional string query_path = 368591164;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the variableKey field is set.