public static interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder 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. |
getPatchJobInstanceDetails(int index)
public abstract PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails(int index)A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
| Name | Description |
| index | int |
| Type | Description |
| PatchJobs.PatchJobInstanceDetails |
getPatchJobInstanceDetailsCount()
public abstract int getPatchJobInstanceDetailsCount()A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
| Type | Description |
| int |
getPatchJobInstanceDetailsList()
public abstract List<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
| Type | Description |
| List<PatchJobInstanceDetails> |
getPatchJobInstanceDetailsOrBuilder(int index)
public abstract PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder(int index)A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
| Name | Description |
| index | int |
| Type | Description |
| PatchJobs.PatchJobInstanceDetailsOrBuilder |
getPatchJobInstanceDetailsOrBuilderList()
public abstract List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
| Type | Description |
| List<? extends com.google.cloud.osconfig.v1.PatchJobs.PatchJobInstanceDetailsOrBuilder> |