public interface PscAttachmentDetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConnectionType()
public abstract ConnectionType getConnectionType()
Output only. Type of Psc endpoint.
.google.cloud.memorystore.v1.ConnectionType connection_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ConnectionType |
The connectionType. |
getConnectionTypeValue()
public abstract int getConnectionTypeValue()
Output only. Type of Psc endpoint.
.google.cloud.memorystore.v1.ConnectionType connection_type = 4 [(.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, (.google.api.resource_reference) = { ... }
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, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAttachment. |