Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.datastream.v1alpha1

The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.datastream.v1alpha1 Description

The interfaces provided are listed below, along with usage samples.

======================= DatastreamClient =======================

Service Description: Datastream service

Sample for DatastreamClient:


 try (DatastreamClient datastreamClient = DatastreamClient.create()) {
   ConnectionProfileName name =
       ConnectionProfileName.of("[PROJECT]", "[LOCATION]", "[CONNECTION_PROFILE]");
   ConnectionProfile response = datastreamClient.getConnectionProfile(name);
 }
 
Skip navigation links

Copyright © 2022 Google LLC. All rights reserved.