Package com.google.cloud.osconfig.v1beta
Interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.ListPatchJobInstanceDetailsResponse
,PatchJobs.ListPatchJobInstanceDetailsResponse.Builder
- Enclosing class:
- PatchJobs
public static interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder 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.PatchJobInstanceDetails
getPatchJobInstanceDetails(int index)
A list of instance status.int
getPatchJobInstanceDetailsCount()
A list of instance status.List<PatchJobs.PatchJobInstanceDetails>
getPatchJobInstanceDetailsList()
A list of instance status.PatchJobs.PatchJobInstanceDetailsOrBuilder
getPatchJobInstanceDetailsOrBuilder(int index)
A list of instance status.List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder>
getPatchJobInstanceDetailsOrBuilderList()
A list of instance status.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPatchJobInstanceDetailsList
List<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()
A list of instance status.
repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
-
getPatchJobInstanceDetails
PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
-
getPatchJobInstanceDetailsCount
int getPatchJobInstanceDetailsCount()
A list of instance status.
repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
-
getPatchJobInstanceDetailsOrBuilderList
List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()
A list of instance status.
repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
-
getPatchJobInstanceDetailsOrBuilder
PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 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.
-
-