Interface PatchJobs.ListPatchJobInstanceDetailsRequestOrBuilder (2.4.0)

public static interface PatchJobs.ListPatchJobInstanceDetailsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.

string filter = 4;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or failure_reason.

string filter = 4;

Returns
TypeDescription
ByteString

The bytes for filter.

getPageSize()

public abstract int getPageSize()

The maximum number of instance details records to return. Default is 100.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A pagination token returned from a previous call that indicates where this listing should continue from.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A pagination token returned from a previous call that indicates where this listing should continue from.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Required. The parent for the instances are in the form of projects/*/patchJobs/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent for the instances are in the form of projects/*/patchJobs/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.