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 ConnectionNameConnectionName.Builder. build()static ConnectionNameConnectionName. of(String project, String location, String connection)static ConnectionNameConnectionName. 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 voidConnectionServiceClient. deleteConnection(ConnectionName name)Deletes connection and associated credential.ConnectionProto.ConnectionConnectionServiceClient. getConnection(ConnectionName name)Returns specified connection.ConnectionProto.ConnectionConnectionServiceClient. 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)
-