Interface PatchJobs.ListPatchJobsResponseOrBuilder

    • Method Detail

      • getPatchJobsList

        List<PatchJobs.PatchJob> getPatchJobsList()
         The list of patch jobs.
         
        repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
      • getPatchJobs

        PatchJobs.PatchJob getPatchJobs​(int index)
         The list of patch jobs.
         
        repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
      • getPatchJobsCount

        int getPatchJobsCount()
         The list of patch jobs.
         
        repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
      • getPatchJobsOrBuilderList

        List<? extends PatchJobs.PatchJobOrBuilder> getPatchJobsOrBuilderList()
         The list of patch jobs.
         
        repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
      • getPatchJobsOrBuilder

        PatchJobs.PatchJobOrBuilder getPatchJobsOrBuilder​(int index)
         The list of patch jobs.
         
        repeated .google.cloud.osconfig.v1.PatchJob patch_jobs = 1;
      • getNextPageToken

        String getNextPageToken()
         A pagination token that can be used to get the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A pagination token that can be used to get the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.