target.apidocs.com.google.api.services.dataproc.model.StreamingQueryProgress.html Maven / Gradle / Ivy
StreamingQueryProgress (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class StreamingQueryProgress
- 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.StreamingQueryProgress
-
public final class StreamingQueryProgress
extends com.google.api.client.json.GenericJson
Model definition for StreamingQueryProgress.
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
StreamingQueryProgress()
-
Method Summary
-
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
-
getBatchDuration
public Long getBatchDuration()
- Returns:
- value or
null
for none
-
setBatchDuration
public StreamingQueryProgress setBatchDuration(Long batchDuration)
- Parameters:
batchDuration
- batchDuration or null
for none
-
getBatchId
public Long getBatchId()
- Returns:
- value or
null
for none
-
setBatchId
public StreamingQueryProgress setBatchId(Long batchId)
- Parameters:
batchId
- batchId or null
for none
-
setDurationMillis
public StreamingQueryProgress setDurationMillis(Map<String,Long> durationMillis)
- Parameters:
durationMillis
- durationMillis or null
for none
-
setEventTime
public StreamingQueryProgress setEventTime(Map<String,String> eventTime)
- Parameters:
eventTime
- eventTime or null
for none
-
getName
public String getName()
- Returns:
- value or
null
for none
-
setName
public StreamingQueryProgress setName(String name)
- Parameters:
name
- name or null
for none
-
setObservedMetrics
public StreamingQueryProgress setObservedMetrics(Map<String,String> observedMetrics)
- Parameters:
observedMetrics
- observedMetrics or null
for none
-
getRunId
public String getRunId()
- Returns:
- value or
null
for none
-
setRunId
public StreamingQueryProgress setRunId(String runId)
- Parameters:
runId
- runId or null
for none
-
getSink
public SinkProgress getSink()
- Returns:
- value or
null
for none
-
setSink
public StreamingQueryProgress setSink(SinkProgress sink)
- Parameters:
sink
- sink or null
for none
-
getSources
public List<SourceProgress> getSources()
- Returns:
- value or
null
for none
-
setSources
public StreamingQueryProgress setSources(List<SourceProgress> sources)
- Parameters:
sources
- sources or null
for none
-
getStateOperators
public List<StateOperatorProgress> getStateOperators()
- Returns:
- value or
null
for none
-
setStateOperators
public StreamingQueryProgress setStateOperators(List<StateOperatorProgress> stateOperators)
- Parameters:
stateOperators
- stateOperators or null
for none
-
getStreamingQueryProgressId
public String getStreamingQueryProgressId()
- Returns:
- value or
null
for none
-
setStreamingQueryProgressId
public StreamingQueryProgress setStreamingQueryProgressId(String streamingQueryProgressId)
- Parameters:
streamingQueryProgressId
- streamingQueryProgressId or null
for none
-
getTimestamp
public String getTimestamp()
- Returns:
- value or
null
for none
-
setTimestamp
public StreamingQueryProgress setTimestamp(String timestamp)
- Parameters:
timestamp
- timestamp or null
for none
-
set
public StreamingQueryProgress set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public StreamingQueryProgress 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