Interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder (2.4.3)

public static interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchDeployments.PatchDeployment

getPatchDeploymentsCount()

public abstract int getPatchDeploymentsCount()

The list of patch deployments.

repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;

Returns
TypeDescription
int

getPatchDeploymentsList()

public abstract List<PatchDeployments.PatchDeployment> getPatchDeploymentsList()

The list of patch deployments.

repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
PatchDeployments.PatchDeploymentOrBuilder

getPatchDeploymentsOrBuilderList()

public abstract List<? extends PatchDeployments.PatchDeploymentOrBuilder> getPatchDeploymentsOrBuilderList()

The list of patch deployments.

repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1.PatchDeployments.PatchDeploymentOrBuilder>