Interface DestinationConfigOrBuilder (0.4.2)

public interface DestinationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationConnectionProfile()

public abstract String getDestinationConnectionProfile()

Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

string destination_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The destinationConnectionProfile.

getDestinationConnectionProfileBytes()

public abstract ByteString getDestinationConnectionProfileBytes()

Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

string destination_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for destinationConnectionProfile.

getDestinationStreamConfigCase()

public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Returns
TypeDescription
DestinationConfig.DestinationStreamConfigCase

getGcsDestinationConfig()

public abstract GcsDestinationConfig getGcsDestinationConfig()

A configuration for how data should be loaded to Cloud Storage.

.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
GcsDestinationConfig

The gcsDestinationConfig.

getGcsDestinationConfigOrBuilder()

public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()

A configuration for how data should be loaded to Cloud Storage.

.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
GcsDestinationConfigOrBuilder

hasGcsDestinationConfig()

public abstract boolean hasGcsDestinationConfig()

A configuration for how data should be loaded to Cloud Storage.

.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
boolean

Whether the gcsDestinationConfig field is set.