Interface GenerateConnectManifestResponseOrBuilder (1.2.1)

public interface GenerateConnectManifestResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManifest(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConnectAgentResource

getManifestCount()

public abstract 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;

Returns
TypeDescription
int

getManifestList()

public abstract 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;

Returns
TypeDescription
List<ConnectAgentResource>

getManifestOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConnectAgentResourceOrBuilder

getManifestOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.gkehub.v1alpha2.ConnectAgentResourceOrBuilder>