Interface ListWorkloadsRequestOrBuilder (2.0.0)

public interface ListWorkloadsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.

string filter = 4;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.

string filter = 4;

Returns
TypeDescription
ByteString

The bytes for filter.

getPageSize()

public abstract int getPageSize()

Page size.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Required. Parent Resource to list workloads from. Must be of the form organizations/{org_id}/locations/{location}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent Resource to list workloads from. Must be of the form organizations/{org_id}/locations/{location}.

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

Returns
TypeDescription
ByteString

The bytes for parent.