Package com.google.cloud.gkehub.v1alpha2
Interface GenerateConnectManifestResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateConnectManifestResponse
,GenerateConnectManifestResponse.Builder
public interface GenerateConnectManifestResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getManifestList
List<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.v1alpha2.ConnectAgentResource manifest = 1;
-
getManifest
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.v1alpha2.ConnectAgentResource manifest = 1;
-
getManifestCount
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.v1alpha2.ConnectAgentResource manifest = 1;
-
getManifestOrBuilderList
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.v1alpha2.ConnectAgentResource manifest = 1;
-
getManifestOrBuilder
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.v1alpha2.ConnectAgentResource manifest = 1;
-
-