public static interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder
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 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PatchDeployments.PatchDeployment> getPatchDeploymentsList()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;PatchDeployments.PatchDeployment getPatchDeployments(int index)
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;int getPatchDeploymentsCount()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;List<? extends PatchDeployments.PatchDeploymentOrBuilder> getPatchDeploymentsOrBuilderList()
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentsOrBuilder(int index)
The list of patch deployments.
repeated .google.cloud.osconfig.v1.PatchDeployment patch_deployments = 1;String getNextPageToken()
A pagination token that can be used to get the next page of patch deployments.
string next_page_token = 2;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;Copyright © 2024 Google LLC. All rights reserved.