public interface GetGuestAttributesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The resource name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getQueryPath()
public abstract String getQueryPath()
The guest attributes path to be queried.
string query_path = 2;
Returns | |
---|---|
Type | Description |
String | The queryPath. |
getQueryPathBytes()
public abstract ByteString getQueryPathBytes()
The guest attributes path to be queried.
string query_path = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<String> | A list containing the workerIds. |