Interface PatchDeployments.ListPatchDeploymentsResponseOrBuilder

    • Method Detail

      • getPatchDeploymentsList

        List<PatchDeployments.PatchDeployment> getPatchDeploymentsList()
         The list of patch deployments.
         
        repeated .google.cloud.osconfig.v1beta.PatchDeployment patch_deployments = 1;
      • getPatchDeployments

        PatchDeployments.PatchDeployment getPatchDeployments​(int index)
         The list of patch deployments.
         
        repeated .google.cloud.osconfig.v1beta.PatchDeployment patch_deployments = 1;
      • getPatchDeploymentsCount

        int getPatchDeploymentsCount()
         The list of patch deployments.
         
        repeated .google.cloud.osconfig.v1beta.PatchDeployment patch_deployments = 1;
      • getPatchDeploymentsOrBuilderList

        List<? extends PatchDeployments.PatchDeploymentOrBuilder> getPatchDeploymentsOrBuilderList()
         The list of patch deployments.
         
        repeated .google.cloud.osconfig.v1beta.PatchDeployment patch_deployments = 1;
      • getPatchDeploymentsOrBuilder

        PatchDeployments.PatchDeploymentOrBuilder getPatchDeploymentsOrBuilder​(int index)
         The list of patch deployments.
         
        repeated .google.cloud.osconfig.v1beta.PatchDeployment patch_deployments = 1;
      • getNextPageToken

        String getNextPageToken()
         A pagination token that can be used to get the next page of patch
         deployments.
         
        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 patch
         deployments.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.