target.apidocs.com.google.api.services.dataproc.model.RuntimeInfo.html Maven / Gradle / Ivy
RuntimeInfo (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class RuntimeInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.RuntimeInfo
-
public final class RuntimeInfo
extends com.google.api.client.json.GenericJson
Runtime information about workload execution.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
RuntimeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RuntimeInfo
clone()
UsageMetrics
getApproximateUsage()
Output only.
UsageSnapshot
getCurrentUsage()
Output only.
String
getDiagnosticOutputUri()
Output only.
Map<String,String>
getEndpoints()
Output only.
String
getOutputUri()
Output only.
RuntimeInfo
set(String fieldName,
Object value)
RuntimeInfo
setApproximateUsage(UsageMetrics approximateUsage)
Output only.
RuntimeInfo
setCurrentUsage(UsageSnapshot currentUsage)
Output only.
RuntimeInfo
setDiagnosticOutputUri(String diagnosticOutputUri)
Output only.
RuntimeInfo
setEndpoints(Map<String,String> endpoints)
Output only.
RuntimeInfo
setOutputUri(String outputUri)
Output only.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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 - 2025 Weber Informatics LLC | Privacy Policy