Interface OracleConnectionProfileOrBuilder

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

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

      • getHost

        String getHost()
         Required. The IP or hostname of the source Oracle database.
         
        string host = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The host.
      • getHostBytes

        com.google.protobuf.ByteString getHostBytes()
         Required. The IP or hostname of the source Oracle database.
         
        string host = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for host.
      • getPort

        int getPort()
         Required. The network port of the source Oracle database.
         
        int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The port.
      • getUsername

        String getUsername()
         Required. The username that Database Migration Service will use to connect
         to the database. The value is encrypted when stored in Database Migration
         Service.
         
        string username = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
         Required. The username that Database Migration Service will use to connect
         to the database. The value is encrypted when stored in Database Migration
         Service.
         
        string username = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for username.
      • getPassword

        String getPassword()
         Required. Input only. The password for the user that Database Migration
         Service will be using to connect to the database. This field is not
         returned on request, and the value is encrypted when stored in Database
         Migration Service.
         
        string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
         Required. Input only. The password for the user that Database Migration
         Service will be using to connect to the database. This field is not
         returned on request, and the value is encrypted when stored in Database
         Migration Service.
         
        string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for password.
      • getPasswordSet

        boolean getPasswordSet()
         Output only. Indicates whether a new password is included in the request.
         
        bool password_set = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The passwordSet.
      • getDatabaseService

        String getDatabaseService()
         Required. Database service for the Oracle connection.
         
        string database_service = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The databaseService.
      • getDatabaseServiceBytes

        com.google.protobuf.ByteString getDatabaseServiceBytes()
         Required. Database service for the Oracle connection.
         
        string database_service = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for databaseService.
      • hasSsl

        boolean hasSsl()
         SSL configuration for the connection to the source Oracle database.
        
          * Only `SERVER_ONLY` configuration is supported for Oracle SSL.
          * SSL is supported for Oracle versions 12 and above.
         
        .google.cloud.clouddms.v1.SslConfig ssl = 7;
        Returns:
        Whether the ssl field is set.
      • getSsl

        SslConfig getSsl()
         SSL configuration for the connection to the source Oracle database.
        
          * Only `SERVER_ONLY` configuration is supported for Oracle SSL.
          * SSL is supported for Oracle versions 12 and above.
         
        .google.cloud.clouddms.v1.SslConfig ssl = 7;
        Returns:
        The ssl.
      • getSslOrBuilder

        SslConfigOrBuilder getSslOrBuilder()
         SSL configuration for the connection to the source Oracle database.
        
          * Only `SERVER_ONLY` configuration is supported for Oracle SSL.
          * SSL is supported for Oracle versions 12 and above.
         
        .google.cloud.clouddms.v1.SslConfig ssl = 7;
      • hasStaticServiceIpConnectivity

        boolean hasStaticServiceIpConnectivity()
         Static Service IP connectivity.
         
        .google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
        Returns:
        Whether the staticServiceIpConnectivity field is set.
      • getStaticServiceIpConnectivity

        StaticServiceIpConnectivity getStaticServiceIpConnectivity()
         Static Service IP connectivity.
         
        .google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
        Returns:
        The staticServiceIpConnectivity.
      • getStaticServiceIpConnectivityOrBuilder

        StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
         Static Service IP connectivity.
         
        .google.cloud.clouddms.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 100;
      • hasForwardSshConnectivity

        boolean hasForwardSshConnectivity()
         Forward SSH tunnel connectivity.
         
        .google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
        Returns:
        Whether the forwardSshConnectivity field is set.
      • getForwardSshConnectivity

        ForwardSshTunnelConnectivity getForwardSshConnectivity()
         Forward SSH tunnel connectivity.
         
        .google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
        Returns:
        The forwardSshConnectivity.
      • getForwardSshConnectivityOrBuilder

        ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
         Forward SSH tunnel connectivity.
         
        .google.cloud.clouddms.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 101;
      • hasPrivateConnectivity

        boolean hasPrivateConnectivity()
         Private connectivity.
         
        .google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;
        Returns:
        Whether the privateConnectivity field is set.
      • getPrivateConnectivity

        PrivateConnectivity getPrivateConnectivity()
         Private connectivity.
         
        .google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;
        Returns:
        The privateConnectivity.
      • getPrivateConnectivityOrBuilder

        PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
         Private connectivity.
         
        .google.cloud.clouddms.v1.PrivateConnectivity private_connectivity = 102;