Interface Instance.InstanceEndpointOrBuilder (0.1.0)

public static interface Instance.InstanceEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnections(int index)

public abstract Instance.ConnectionDetail getConnections(int index)

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

repeated .google.cloud.memorystore.v1beta.Instance.ConnectionDetail connections = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Instance.ConnectionDetail

getConnectionsCount()

public abstract int getConnectionsCount()

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

repeated .google.cloud.memorystore.v1beta.Instance.ConnectionDetail connections = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getConnectionsList()

public abstract List<Instance.ConnectionDetail> getConnectionsList()

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

repeated .google.cloud.memorystore.v1beta.Instance.ConnectionDetail connections = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<ConnectionDetail>

getConnectionsOrBuilder(int index)

public abstract Instance.ConnectionDetailOrBuilder getConnectionsOrBuilder(int index)

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

repeated .google.cloud.memorystore.v1beta.Instance.ConnectionDetail connections = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Instance.ConnectionDetailOrBuilder

getConnectionsOrBuilderList()

public abstract List<? extends Instance.ConnectionDetailOrBuilder> getConnectionsOrBuilderList()

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

repeated .google.cloud.memorystore.v1beta.Instance.ConnectionDetail connections = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.memorystore.v1beta.Instance.ConnectionDetailOrBuilder>