Interface ClusterEndpointOrBuilder (0.29.0)

public interface ClusterEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnections(int index)

public abstract ConnectionDetail getConnections(int index)

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

repeated .google.cloud.redis.cluster.v1.ConnectionDetail connections = 1;

Parameter
Name Description
index int
Returns
Type Description
ConnectionDetail

getConnectionsCount()

public abstract int getConnectionsCount()

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

repeated .google.cloud.redis.cluster.v1.ConnectionDetail connections = 1;

Returns
Type Description
int

getConnectionsList()

public abstract List<ConnectionDetail> getConnectionsList()

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

repeated .google.cloud.redis.cluster.v1.ConnectionDetail connections = 1;

Returns
Type Description
List<ConnectionDetail>

getConnectionsOrBuilder(int index)

public abstract ConnectionDetailOrBuilder getConnectionsOrBuilder(int index)

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

repeated .google.cloud.redis.cluster.v1.ConnectionDetail connections = 1;

Parameter
Name Description
index int
Returns
Type Description
ConnectionDetailOrBuilder

getConnectionsOrBuilderList()

public abstract List<? extends ConnectionDetailOrBuilder> getConnectionsOrBuilderList()

A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

repeated .google.cloud.redis.cluster.v1.ConnectionDetail connections = 1;

Returns
Type Description
List<? extends com.google.cloud.redis.cluster.v1.ConnectionDetailOrBuilder>