Interface AlloyDbConnectionProfileOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AlloyDbConnectionProfile, AlloyDbConnectionProfile.Builder

    public interface AlloyDbConnectionProfileOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getClusterId

        String getClusterId()
         Required. The AlloyDB cluster ID that this connection profile is associated
         with.
         
        string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The clusterId.
      • getClusterIdBytes

        com.google.protobuf.ByteString getClusterIdBytes()
         Required. The AlloyDB cluster ID that this connection profile is associated
         with.
         
        string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for clusterId.
      • hasSettings

        boolean hasSettings()
         Immutable. Metadata used to create the destination AlloyDB cluster.
         
        .google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the settings field is set.
      • getSettings

        AlloyDbSettings getSettings()
         Immutable. Metadata used to create the destination AlloyDB cluster.
         
        .google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The settings.
      • getSettingsOrBuilder

        AlloyDbSettingsOrBuilder getSettingsOrBuilder()
         Immutable. Metadata used to create the destination AlloyDB cluster.
         
        .google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];