Interface GetGuestAttributesRequestOrBuilder (2.42.0)

public interface GetGuestAttributesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getQueryPath()

public abstract String getQueryPath()

The guest attributes path to be queried.

string query_path = 2;

Returns
TypeDescription
String

The queryPath.

getQueryPathBytes()

public abstract ByteString getQueryPathBytes()

The guest attributes path to be queried.

string query_path = 2;

Returns
TypeDescription
ByteString

The bytes for queryPath.

getWorkerIds(int index)

public abstract String getWorkerIds(int index)

The 0-based worker ID. If it is empty, all workers' GuestAttributes will be returned.

repeated string worker_ids = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The workerIds at the given index.

getWorkerIdsBytes(int index)

public abstract ByteString getWorkerIdsBytes(int index)

The 0-based worker ID. If it is empty, all workers' GuestAttributes will be returned.

repeated string worker_ids = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the workerIds at the given index.

getWorkerIdsCount()

public abstract int getWorkerIdsCount()

The 0-based worker ID. If it is empty, all workers' GuestAttributes will be returned.

repeated string worker_ids = 3;

Returns
TypeDescription
int

The count of workerIds.

getWorkerIdsList()

public abstract List<String> getWorkerIdsList()

The 0-based worker ID. If it is empty, all workers' GuestAttributes will be returned.

repeated string worker_ids = 3;

Returns
TypeDescription
List<String>

A list containing the workerIds.