Uses of Class
com.google.cloud.vpcaccess.v1.ConnectorName
-
Packages that use ConnectorName Package Description com.google.cloud.vpcaccess.v1 A client to Serverless VPC Access API -
-
Uses of ConnectorName in com.google.cloud.vpcaccess.v1
Methods in com.google.cloud.vpcaccess.v1 that return ConnectorName Modifier and Type Method Description ConnectorName
ConnectorName.Builder. build()
static ConnectorName
ConnectorName. of(String project, String location, String connector)
static ConnectorName
ConnectorName. parse(String formattedString)
Methods in com.google.cloud.vpcaccess.v1 that return types with arguments of type ConnectorName Modifier and Type Method Description static List<ConnectorName>
ConnectorName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vpcaccess.v1 with parameters of type ConnectorName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VpcAccessServiceClient. deleteConnectorAsync(ConnectorName name)
Deletes a Serverless VPC Access connector.Connector
VpcAccessServiceClient. getConnector(ConnectorName name)
Gets a Serverless VPC Access connector.Method parameters in com.google.cloud.vpcaccess.v1 with type arguments of type ConnectorName Modifier and Type Method Description static List<String>
ConnectorName. toStringList(List<ConnectorName> values)
-