public interface DiscoveryEndpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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.v1beta1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
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.v1beta1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PscConfigOrBuilder |
hasPscConfig()
public abstract boolean hasPscConfig()
Output only. Customer configuration for where the endpoint is created and accessed from.
.google.cloud.redis.cluster.v1beta1.PscConfig psc_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pscConfig field is set. |