public interface QueryWorkloadsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getWorkloadIds(int index)
public abstract String getWorkloadIds(int index)The unique list of workload identifiers (agents) that used the auth_provider.
repeated string workload_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The workloadIds at the given index. |
getWorkloadIdsBytes(int index)
public abstract ByteString getWorkloadIdsBytes(int index)The unique list of workload identifiers (agents) that used the auth_provider.
repeated string workload_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the workloadIds at the given index. |
getWorkloadIdsCount()
public abstract int getWorkloadIdsCount()The unique list of workload identifiers (agents) that used the auth_provider.
repeated string workload_ids = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of workloadIds. |
getWorkloadIdsList()
public abstract List<String> getWorkloadIdsList()The unique list of workload identifiers (agents) that used the auth_provider.
repeated string workload_ids = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the workloadIds. |