Interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder (2.3.2)

public static interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A pagination token that can be used to get the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A pagination token that can be used to get the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getPatchJobInstanceDetails(int index)

public abstract PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails(int index)

A list of instance status.

repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchJobs.PatchJobInstanceDetails

getPatchJobInstanceDetailsCount()

public abstract int getPatchJobInstanceDetailsCount()

A list of instance status.

repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;

Returns
TypeDescription
int

getPatchJobInstanceDetailsList()

public abstract List<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()

A list of instance status.

repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;

Returns
TypeDescription
List<PatchJobInstanceDetails>

getPatchJobInstanceDetailsOrBuilder(int index)

public abstract PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder(int index)

A list of instance status.

repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchJobs.PatchJobInstanceDetailsOrBuilder

getPatchJobInstanceDetailsOrBuilderList()

public abstract List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()

A list of instance status.

repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1.PatchJobs.PatchJobInstanceDetailsOrBuilder>