Interface DiscoveryEndpointOrBuilder (0.3.0)

public interface DiscoveryEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.

string address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.

string address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for address.

getPort()

public abstract int getPort()

Output only. The port number of the exposed Redis endpoint.

int32 port = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The port.

getPscConfig()

public abstract PscConfig getPscConfig()

Output only. Customer configuration for where the endpoint is created and accessed from.

.google.cloud.redis.cluster.v1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PscConfig

The pscConfig.

getPscConfigOrBuilder()

public abstract PscConfigOrBuilder getPscConfigOrBuilder()

Output only. Customer configuration for where the endpoint is created and accessed from.

.google.cloud.redis.cluster.v1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PscConfigOrBuilder

hasPscConfig()

public abstract boolean hasPscConfig()

Output only. Customer configuration for where the endpoint is created and accessed from.

.google.cloud.redis.cluster.v1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the pscConfig field is set.