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 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;