public static interface PatchJobs.ListPatchJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A pagination token that can be used to get the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A pagination token that can be used to get the next page of results.
|
PatchJobs.PatchJob |
getPatchJobs(int index)
The list of patch jobs.
|
int |
getPatchJobsCount()
The list of patch jobs.
|
List<PatchJobs.PatchJob> |
getPatchJobsList()
The list of patch jobs.
|
PatchJobs.PatchJobOrBuilder |
getPatchJobsOrBuilder(int index)
The list of patch jobs.
|
List<? extends PatchJobs.PatchJobOrBuilder> |
getPatchJobsOrBuilderList()
The list of patch jobs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PatchJobs.PatchJob> getPatchJobsList()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;PatchJobs.PatchJob getPatchJobs(int index)
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;int getPatchJobsCount()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;List<? extends PatchJobs.PatchJobOrBuilder> getPatchJobsOrBuilderList()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;PatchJobs.PatchJobOrBuilder getPatchJobsOrBuilder(int index)
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;String getNextPageToken()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.