Interface PscServiceAttachmentOrBuilder (0.29.0)

public interface PscServiceAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionType()

public abstract ConnectionType getConnectionType()

Output only. Type of a PSC connection targeting this service attachment.

.google.cloud.redis.cluster.v1beta1.ConnectionType connection_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ConnectionType

The connectionType.

getConnectionTypeValue()

public abstract int getConnectionTypeValue()

Output only. Type of a PSC connection targeting this service attachment.

.google.cloud.redis.cluster.v1beta1.ConnectionType connection_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for connectionType.

getServiceAttachment()

public abstract String getServiceAttachment()

Output only. Service attachment URI which your self-created PscConnection should use as target

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

Returns
Type Description
String

The serviceAttachment.

getServiceAttachmentBytes()

public abstract ByteString getServiceAttachmentBytes()

Output only. Service attachment URI which your self-created PscConnection should use as target

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

Returns
Type Description
ByteString

The bytes for serviceAttachment.