Uses of Class
com.google.cloud.bigquery.connection.v1beta1.ConnectionName
-
Packages that use ConnectionName Package Description com.google.cloud.bigquery.connection.v1beta1 A client to BigQuery Connection API -
-
Uses of ConnectionName in com.google.cloud.bigquery.connection.v1beta1
Methods in com.google.cloud.bigquery.connection.v1beta1 that return ConnectionName Modifier and Type Method Description ConnectionName
ConnectionName.Builder. build()
static ConnectionName
ConnectionName. of(String project, String location, String connection)
static ConnectionName
ConnectionName. parse(String formattedString)
Methods in com.google.cloud.bigquery.connection.v1beta1 that return types with arguments of type ConnectionName Modifier and Type Method Description static List<ConnectionName>
ConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.bigquery.connection.v1beta1 with parameters of type ConnectionName Modifier and Type Method Description void
ConnectionServiceClient. deleteConnection(ConnectionName name)
Deletes connection and associated credential.ConnectionProto.Connection
ConnectionServiceClient. getConnection(ConnectionName name)
Returns specified connection.ConnectionProto.Connection
ConnectionServiceClient. updateConnection(ConnectionName name, ConnectionProto.Connection connection, com.google.protobuf.FieldMask updateMask)
Updates the specified connection.Method parameters in com.google.cloud.bigquery.connection.v1beta1 with type arguments of type ConnectionName Modifier and Type Method Description static List<String>
ConnectionName. toStringList(List<ConnectionName> values)
-