public interface VpcPeeringConnectivityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVpc()
public abstract String getVpc()The name of the VPC network to peer with the Cloud SQL private network.
string vpc = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The vpc. |
getVpcBytes()
public abstract ByteString getVpcBytes()The name of the VPC network to peer with the Cloud SQL private network.
string vpc = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vpc. |