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

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

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






RuntimeInfo (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class RuntimeInfo

    • Constructor Detail

      • RuntimeInfo

        public RuntimeInfo()
    • Method Detail

      • getApproximateUsage

        public UsageMetrics getApproximateUsage()
        Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
        Returns:
        value or null for none
      • setApproximateUsage

        public RuntimeInfo setApproximateUsage(UsageMetrics approximateUsage)
        Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
        Parameters:
        approximateUsage - approximateUsage or null for none
      • getCurrentUsage

        public UsageSnapshot getCurrentUsage()
        Output only. Snapshot of current workload resource usage.
        Returns:
        value or null for none
      • setCurrentUsage

        public RuntimeInfo setCurrentUsage(UsageSnapshot currentUsage)
        Output only. Snapshot of current workload resource usage.
        Parameters:
        currentUsage - currentUsage or null for none
      • getDiagnosticOutputUri

        public String getDiagnosticOutputUri()
        Output only. A URI pointing to the location of the diagnostics tarball.
        Returns:
        value or null for none
      • setDiagnosticOutputUri

        public RuntimeInfo setDiagnosticOutputUri(String diagnosticOutputUri)
        Output only. A URI pointing to the location of the diagnostics tarball.
        Parameters:
        diagnosticOutputUri - diagnosticOutputUri or null for none
      • getEndpoints

        public Map<String,String> getEndpoints()
        Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
        Returns:
        value or null for none
      • setEndpoints

        public RuntimeInfo setEndpoints(Map<String,String> endpoints)
        Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
        Parameters:
        endpoints - endpoints or null for none
      • getOutputUri

        public String getOutputUri()
        Output only. A URI pointing to the location of the stdout and stderr of the workload.
        Returns:
        value or null for none
      • setOutputUri

        public RuntimeInfo setOutputUri(String outputUri)
        Output only. A URI pointing to the location of the stdout and stderr of the workload.
        Parameters:
        outputUri - outputUri or null for none
      • set

        public RuntimeInfo set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy