Package com.google.cloud.osconfig.v1
Interface PatchJobs.ListPatchJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.ListPatchJobsResponse
,PatchJobs.ListPatchJobsResponse.Builder
- Enclosing class:
- PatchJobs
public static interface PatchJobs.ListPatchJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPatchJobsList
List<PatchJobs.PatchJob> getPatchJobsList()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
-
getPatchJobs
PatchJobs.PatchJob getPatchJobs(int index)
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
-
getPatchJobsCount
int getPatchJobsCount()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
-
getPatchJobsOrBuilderList
List<? extends PatchJobs.PatchJobOrBuilder> getPatchJobsOrBuilderList()
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
-
getPatchJobsOrBuilder
PatchJobs.PatchJobOrBuilder getPatchJobsOrBuilder(int index)
The list of patch jobs.
repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
-
getNextPageToken
String getNextPageToken()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-