Interface DestinationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DestinationConfig
,DestinationConfig.Builder
public interface DestinationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDestinationConnectionProfileName()
Required.com.google.protobuf.ByteString
getDestinationConnectionProfileNameBytes()
Required.DestinationConfig.DestinationStreamConfigCase
getDestinationStreamConfigCase()
GcsDestinationConfig
getGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
GcsDestinationConfigOrBuilder
getGcsDestinationConfigOrBuilder()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
boolean
hasGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDestinationConnectionProfileName
String getDestinationConnectionProfileName()
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The destinationConnectionProfileName.
-
getDestinationConnectionProfileNameBytes
com.google.protobuf.ByteString getDestinationConnectionProfileNameBytes()
Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for destinationConnectionProfileName.
-
hasGcsDestinationConfig
boolean hasGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
- Returns:
- Whether the gcsDestinationConfig field is set.
-
getGcsDestinationConfig
GcsDestinationConfig getGcsDestinationConfig()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
- Returns:
- The gcsDestinationConfig.
-
getGcsDestinationConfigOrBuilder
GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()
.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
-
getDestinationStreamConfigCase
DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
-
-