public interface PrivateConnectivityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPrivateConnection()
public abstract String getPrivateConnection()
Required. A reference to a private connection resource.
Format: projects/{project}/locations/{location}/privateConnections/{name}
string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The privateConnection. |
getPrivateConnectionBytes()
public abstract ByteString getPrivateConnectionBytes()
Required. A reference to a private connection resource.
Format: projects/{project}/locations/{location}/privateConnections/{name}
string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for privateConnection. |