Interface QueryWorkloadsResponseOrBuilder (0.1.0)

public interface QueryWorkloadsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 int

The 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 int

The 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.