public interface GenerateConnectManifestResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectAgentResource |
getManifest(int index)
The ordered list of Kubernetes resources that need to be applied to the
cluster for GKE Connect agent installation/upgrade.
|
int |
getManifestCount()
The ordered list of Kubernetes resources that need to be applied to the
cluster for GKE Connect agent installation/upgrade.
|
List<ConnectAgentResource> |
getManifestList()
The ordered list of Kubernetes resources that need to be applied to the
cluster for GKE Connect agent installation/upgrade.
|
ConnectAgentResourceOrBuilder |
getManifestOrBuilder(int index)
The ordered list of Kubernetes resources that need to be applied to the
cluster for GKE Connect agent installation/upgrade.
|
List<? extends ConnectAgentResourceOrBuilder> |
getManifestOrBuilderList()
The ordered list of Kubernetes resources that need to be applied to the
cluster for GKE Connect agent installation/upgrade.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ConnectAgentResource> getManifestList()
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;ConnectAgentResource getManifest(int index)
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;int getManifestCount()
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;List<? extends ConnectAgentResourceOrBuilder> getManifestOrBuilderList()
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;ConnectAgentResourceOrBuilder getManifestOrBuilder(int index)
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
repeated .google.cloud.gkehub.v1beta1.ConnectAgentResource manifest = 1;Copyright © 2025 Google LLC. All rights reserved.