Package com.google.cloud.osconfig.v1
Interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchDeployments.ListPatchDeploymentsResponse
,PatchDeployments.ListPatchDeploymentsResponse.Builder
- Enclosing class:
- PatchDeployments
public static interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder 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 patch deployments.com.google.protobuf.ByteString
getNextPageTokenBytes()
A pagination token that can be used to get the next page of patch deployments.PatchDeployments.PatchDeployment
getPatchDeployments(int index)
The list of patch deployments.int
getPatchDeploymentsCount()
The list of patch deployments.List<PatchDeployments.PatchDeployment>
getPatchDeploymentsList()
The list of patch deployments.PatchDeployments.PatchDeploymentOrBuilder
getPatchDeploymentsOrBuilder(int index)
The list of patch deployments.List<? extends PatchDeployments.PatchDeploymentOrBuilder>
getPatchDeploymentsOrBuilderList()
The list of patch deployments.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPatchDeploymentsList
List<PatchDeployments.PatchDeployment> getPatchDeploymentsList()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
-
getPatchDeployments
PatchDeployments.PatchDeployment getPatchDeployments(int index)
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
-
getPatchDeploymentsCount
int getPatchDeploymentsCount()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
-
getPatchDeploymentsOrBuilderList
List<? extends PatchDeployments.PatchDeploymentOrBuilder> getPatchDeploymentsOrBuilderList()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
-
getPatchDeploymentsOrBuilder
PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentsOrBuilder(int index)
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;
-
getNextPageToken
String getNextPageToken()
A pagination token that can be used to get the next page of patch deployments.
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 patch deployments.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-