public static interface PatchJobs.ListPatchJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A pagination token that can be used to get the next page of results.
string next_page_token = 2;
| Type | Description |
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;
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getPatchJobs(int index)
public abstract PatchJobs.PatchJob getPatchJobs(int index)The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
| Name | Description |
index |
int |
| Type | Description |
PatchJobs.PatchJob |
getPatchJobsCount()
public abstract int getPatchJobsCount()The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
| Type | Description |
int |
getPatchJobsList()
public abstract List<PatchJobs.PatchJob> getPatchJobsList()The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
| Type | Description |
List<PatchJob> |
getPatchJobsOrBuilder(int index)
public abstract PatchJobs.PatchJobOrBuilder getPatchJobsOrBuilder(int index)The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
| Name | Description |
index |
int |
| Type | Description |
PatchJobs.PatchJobOrBuilder |
getPatchJobsOrBuilderList()
public abstract List<? extends PatchJobs.PatchJobOrBuilder> getPatchJobsOrBuilderList()The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
| Type | Description |
List<? extends com.google.cloud.osconfig.v1.PatchJobs.PatchJobOrBuilder> |