Interface VpcPeeringConnectivityOrBuilder (2.41.0)

public interface VpcPeeringConnectivityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.