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