Interface PatchJobs.ListPatchJobsResponseOrBuilder (2.5.1)

public static interface PatchJobs.ListPatchJobsResponseOrBuilder 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.

getPatchJobs(int index)

public abstract PatchJobs.PatchJob getPatchJobs(int index)

The list of patch jobs.

repeated .google.cloud.osconfig.v1beta.PatchJob patch_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchJobs.PatchJob

getPatchJobsCount()

public abstract int getPatchJobsCount()

The list of patch jobs.

repeated .google.cloud.osconfig.v1beta.PatchJob patch_jobs = 1;

Returns
TypeDescription
int

getPatchJobsList()

public abstract List<PatchJobs.PatchJob> getPatchJobsList()

The list of patch jobs.

repeated .google.cloud.osconfig.v1beta.PatchJob patch_jobs = 1;

Returns
TypeDescription
List<PatchJob>

getPatchJobsOrBuilder(int index)

public abstract PatchJobs.PatchJobOrBuilder getPatchJobsOrBuilder(int index)

The list of patch jobs.

repeated .google.cloud.osconfig.v1beta.PatchJob patch_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchJobs.PatchJobOrBuilder

getPatchJobsOrBuilderList()

public abstract List<? extends PatchJobs.PatchJobOrBuilder> getPatchJobsOrBuilderList()

The list of patch jobs.

repeated .google.cloud.osconfig.v1beta.PatchJob patch_jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1beta.PatchJobs.PatchJobOrBuilder>