
target.apidocs.com.google.api.services.dataproc.model.SourceProgress.html Maven / Gradle / Ivy
SourceProgress (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class SourceProgress
- 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.SourceProgress
-
public final class SourceProgress
extends com.google.api.client.json.GenericJson
Model definition for SourceProgress.
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
SourceProgress()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SourceProgress
clone()
String
getDescription()
String
getEndOffset()
Double
getInputRowsPerSecond()
String
getLatestOffset()
Map<String,String>
getMetrics()
Long
getNumInputRows()
Double
getProcessedRowsPerSecond()
String
getStartOffset()
SourceProgress
set(String fieldName,
Object value)
SourceProgress
setDescription(String description)
SourceProgress
setEndOffset(String endOffset)
SourceProgress
setInputRowsPerSecond(Double inputRowsPerSecond)
SourceProgress
setLatestOffset(String latestOffset)
SourceProgress
setMetrics(Map<String,String> metrics)
SourceProgress
setNumInputRows(Long numInputRows)
SourceProgress
setProcessedRowsPerSecond(Double processedRowsPerSecond)
SourceProgress
setStartOffset(String startOffset)
-
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
-
getDescription
public String getDescription()
- Returns:
- value or
null
for none
-
setDescription
public SourceProgress setDescription(String description)
- Parameters:
description
- description or null
for none
-
getEndOffset
public String getEndOffset()
- Returns:
- value or
null
for none
-
setEndOffset
public SourceProgress setEndOffset(String endOffset)
- Parameters:
endOffset
- endOffset or null
for none
-
getInputRowsPerSecond
public Double getInputRowsPerSecond()
- Returns:
- value or
null
for none
-
setInputRowsPerSecond
public SourceProgress setInputRowsPerSecond(Double inputRowsPerSecond)
- Parameters:
inputRowsPerSecond
- inputRowsPerSecond or null
for none
-
getLatestOffset
public String getLatestOffset()
- Returns:
- value or
null
for none
-
setLatestOffset
public SourceProgress setLatestOffset(String latestOffset)
- Parameters:
latestOffset
- latestOffset or null
for none
-
setMetrics
public SourceProgress setMetrics(Map<String,String> metrics)
- Parameters:
metrics
- metrics or null
for none
-
getNumInputRows
public Long getNumInputRows()
- Returns:
- value or
null
for none
-
setNumInputRows
public SourceProgress setNumInputRows(Long numInputRows)
- Parameters:
numInputRows
- numInputRows or null
for none
-
getProcessedRowsPerSecond
public Double getProcessedRowsPerSecond()
- Returns:
- value or
null
for none
-
setProcessedRowsPerSecond
public SourceProgress setProcessedRowsPerSecond(Double processedRowsPerSecond)
- Parameters:
processedRowsPerSecond
- processedRowsPerSecond or null
for none
-
getStartOffset
public String getStartOffset()
- Returns:
- value or
null
for none
-
setStartOffset
public SourceProgress setStartOffset(String startOffset)
- Parameters:
startOffset
- startOffset or null
for none
-
set
public SourceProgress set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public SourceProgress 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