Interface SearchBackgroundJobsResponseOrBuilder

    • Method Detail

      • getJobsList

        List<BackgroundJobLogEntry> getJobsList()
         The list of conversion workspace mapping rules.
         
        repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
      • getJobs

        BackgroundJobLogEntry getJobs​(int index)
         The list of conversion workspace mapping rules.
         
        repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
      • getJobsCount

        int getJobsCount()
         The list of conversion workspace mapping rules.
         
        repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
      • getJobsOrBuilderList

        List<? extends BackgroundJobLogEntryOrBuilder> getJobsOrBuilderList()
         The list of conversion workspace mapping rules.
         
        repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;
      • getJobsOrBuilder

        BackgroundJobLogEntryOrBuilder getJobsOrBuilder​(int index)
         The list of conversion workspace mapping rules.
         
        repeated .google.cloud.clouddms.v1.BackgroundJobLogEntry jobs = 1;