Datastream_v1alpha1Functions

Functions

Link copied to clipboard

Use this method to get details about a connection profile.

suspend fun getConnectionProfile(connectionProfileId: String, location: String, project: String? = null): GetConnectionProfileResult
Link copied to clipboard

Use this method to get details about a private connectivity configuration.

suspend fun getPrivateConnection(location: String, privateConnectionId: String, project: String? = null): GetPrivateConnectionResult
Link copied to clipboard
suspend fun getRoute(argument: GetRoutePlainArgs): GetRouteResult

Use this method to get details about a route.

suspend fun getRoute(argument: suspend GetRoutePlainArgsBuilder.() -> Unit): GetRouteResult
suspend fun getRoute(location: String, privateConnectionId: String, project: String? = null, routeId: String): GetRouteResult
Link copied to clipboard

Use this method to get details about a stream.

suspend fun getStream(argument: suspend GetStreamPlainArgsBuilder.() -> Unit): GetStreamResult
suspend fun getStream(location: String, project: String? = null, streamId: String): GetStreamResult