Interface DiscoverConnectionProfileRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the ConnectionProfile type. Must be in the
         format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the ConnectionProfile type. Must be in the
         format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasConnectionProfile

        boolean hasConnectionProfile()
         An ad-hoc ConnectionProfile configuration.
         
        .google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
        Returns:
        Whether the connectionProfile field is set.
      • getConnectionProfile

        ConnectionProfile getConnectionProfile()
         An ad-hoc ConnectionProfile configuration.
         
        .google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
        Returns:
        The connectionProfile.
      • getConnectionProfileOrBuilder

        ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
         An ad-hoc ConnectionProfile configuration.
         
        .google.cloud.datastream.v1alpha1.ConnectionProfile connection_profile = 200;
      • hasConnectionProfileName

        boolean hasConnectionProfileName()
         A reference to an existing ConnectionProfile.
         
        string connection_profile_name = 201;
        Returns:
        Whether the connectionProfileName field is set.
      • getConnectionProfileName

        String getConnectionProfileName()
         A reference to an existing ConnectionProfile.
         
        string connection_profile_name = 201;
        Returns:
        The connectionProfileName.
      • getConnectionProfileNameBytes

        com.google.protobuf.ByteString getConnectionProfileNameBytes()
         A reference to an existing ConnectionProfile.
         
        string connection_profile_name = 201;
        Returns:
        The bytes for connectionProfileName.
      • hasRecursive

        boolean hasRecursive()
         Whether to retrieve the full hierarchy of data objects (TRUE) or only the
         current level (FALSE).
         
        bool recursive = 3;
        Returns:
        Whether the recursive field is set.
      • getRecursive

        boolean getRecursive()
         Whether to retrieve the full hierarchy of data objects (TRUE) or only the
         current level (FALSE).
         
        bool recursive = 3;
        Returns:
        The recursive.
      • hasRecursionDepth

        boolean hasRecursionDepth()
         The number of hierarchy levels below the current level to be retrieved.
         
        int32 recursion_depth = 4;
        Returns:
        Whether the recursionDepth field is set.
      • getRecursionDepth

        int getRecursionDepth()
         The number of hierarchy levels below the current level to be retrieved.
         
        int32 recursion_depth = 4;
        Returns:
        The recursionDepth.
      • hasOracleRdbms

        boolean hasOracleRdbms()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
        Returns:
        Whether the oracleRdbms field is set.
      • getOracleRdbms

        OracleRdbms getOracleRdbms()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
        Returns:
        The oracleRdbms.
      • getOracleRdbmsOrBuilder

        OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_rdbms = 100;
      • hasMysqlRdbms

        boolean hasMysqlRdbms()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
        Returns:
        Whether the mysqlRdbms field is set.
      • getMysqlRdbms

        MysqlRdbms getMysqlRdbms()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;
        Returns:
        The mysqlRdbms.
      • getMysqlRdbmsOrBuilder

        MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_rdbms = 101;