Interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder

    • Method Detail

      • getPatchJobInstanceDetailsList

        List<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()
         A list of instance status.
         
        repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
      • getPatchJobInstanceDetails

        PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails​(int index)
         A list of instance status.
         
        repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
      • getPatchJobInstanceDetailsCount

        int getPatchJobInstanceDetailsCount()
         A list of instance status.
         
        repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
      • getPatchJobInstanceDetailsOrBuilderList

        List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()
         A list of instance status.
         
        repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 1;
      • getPatchJobInstanceDetailsOrBuilder

        PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder​(int index)
         A list of instance status.
         
        repeated .google.cloud.osconfig.v1beta.PatchJobInstanceDetails patch_job_instance_details = 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.