public static interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
int getPatchJobInstanceDetailsCount()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 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.