All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.DiagnoseClusterRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250111-2.0.0
Show newest version






DiagnoseClusterRequest (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class DiagnoseClusterRequest

    • Constructor Detail

      • DiagnoseClusterRequest

        public DiagnoseClusterRequest()
    • Method Detail

      • getDiagnosisInterval

        public Interval getDiagnosisInterval()
        Optional. Time interval in which diagnosis should be carried out on the cluster.
        Returns:
        value or null for none
      • setDiagnosisInterval

        public DiagnoseClusterRequest setDiagnosisInterval(Interval diagnosisInterval)
        Optional. Time interval in which diagnosis should be carried out on the cluster.
        Parameters:
        diagnosisInterval - diagnosisInterval or null for none
      • getJob

        public String getJob()
        Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
        Returns:
        value or null for none
      • setJob

        public DiagnoseClusterRequest setJob(String job)
        Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
        Parameters:
        job - job or null for none
      • getJobs

        public List<String> getJobs()
        Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
        Returns:
        value or null for none
      • setJobs

        public DiagnoseClusterRequest setJobs(List<String> jobs)
        Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
        Parameters:
        jobs - jobs or null for none
      • getTarballAccess

        public String getTarballAccess()
        Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
        Returns:
        value or null for none
      • setTarballAccess

        public DiagnoseClusterRequest setTarballAccess(String tarballAccess)
        Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket
        Parameters:
        tarballAccess - tarballAccess or null for none
      • getTarballGcsDir

        public String getTarballGcsDir()
        Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.
        Returns:
        value or null for none
      • setTarballGcsDir

        public DiagnoseClusterRequest setTarballGcsDir(String tarballGcsDir)
        Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.
        Parameters:
        tarballGcsDir - tarballGcsDir or null for none
      • getYarnApplicationId

        public String getYarnApplicationId()
        Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.
        Returns:
        value or null for none
      • setYarnApplicationId

        public DiagnoseClusterRequest setYarnApplicationId(String yarnApplicationId)
        Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.
        Parameters:
        yarnApplicationId - yarnApplicationId or null for none
      • getYarnApplicationIds

        public List<String> getYarnApplicationIds()
        Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
        Returns:
        value or null for none
      • setYarnApplicationIds

        public DiagnoseClusterRequest setYarnApplicationIds(List<String> yarnApplicationIds)
        Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
        Parameters:
        yarnApplicationIds - yarnApplicationIds or null for none
      • clone

        public DiagnoseClusterRequest clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy