public static interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A pagination token that can be used to get the next page of patch deployments.
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 patch deployments.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getPatchDeployments(int index)
public abstract PatchDeployments.PatchDeployment getPatchDeployments(int index)The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
| Name | Description |
| index | int |
| Type | Description |
| PatchDeployments.PatchDeployment |
getPatchDeploymentsCount()
public abstract int getPatchDeploymentsCount()The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
| Type | Description |
| int |
getPatchDeploymentsList()
public abstract List<PatchDeployments.PatchDeployment> getPatchDeploymentsList()The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
| Type | Description |
| List<PatchDeployment> |
getPatchDeploymentsOrBuilder(int index)
public abstract PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentsOrBuilder(int index)The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
| Name | Description |
| index | int |
| Type | Description |
| PatchDeployments.PatchDeploymentOrBuilder |
getPatchDeploymentsOrBuilderList()
public abstract List<? extends PatchDeployments.PatchDeploymentOrBuilder> getPatchDeploymentsOrBuilderList()The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
| Type | Description |
| List<? extends com.google.cloud.osconfig.v1.PatchDeployments.PatchDeploymentOrBuilder> |