target.apidocs.com.google.api.services.dataproc.model.StreamingQueryData.html Maven / Gradle / Ivy
StreamingQueryData (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class StreamingQueryData
- 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.StreamingQueryData
-
public final class StreamingQueryData
extends com.google.api.client.json.GenericJson
Streaming
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
StreamingQueryData()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
StreamingQueryData
clone()
Long
getEndTimestamp()
String
getException()
Boolean
getIsActive()
String
getName()
String
getRunId()
Long
getStartTimestamp()
String
getStreamingQueryId()
StreamingQueryData
set(String fieldName,
Object value)
StreamingQueryData
setEndTimestamp(Long endTimestamp)
StreamingQueryData
setException(String exception)
StreamingQueryData
setIsActive(Boolean isActive)
StreamingQueryData
setName(String name)
StreamingQueryData
setRunId(String runId)
StreamingQueryData
setStartTimestamp(Long startTimestamp)
StreamingQueryData
setStreamingQueryId(String streamingQueryId)
-
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
-
getEndTimestamp
public Long getEndTimestamp()
- Returns:
- value or
null
for none
-
setEndTimestamp
public StreamingQueryData setEndTimestamp(Long endTimestamp)
- Parameters:
endTimestamp
- endTimestamp or null
for none
-
getException
public String getException()
- Returns:
- value or
null
for none
-
setException
public StreamingQueryData setException(String exception)
- Parameters:
exception
- exception or null
for none
-
getIsActive
public Boolean getIsActive()
- Returns:
- value or
null
for none
-
setIsActive
public StreamingQueryData setIsActive(Boolean isActive)
- Parameters:
isActive
- isActive or null
for none
-
getName
public String getName()
- Returns:
- value or
null
for none
-
setName
public StreamingQueryData setName(String name)
- Parameters:
name
- name or null
for none
-
getRunId
public String getRunId()
- Returns:
- value or
null
for none
-
setRunId
public StreamingQueryData setRunId(String runId)
- Parameters:
runId
- runId or null
for none
-
getStartTimestamp
public Long getStartTimestamp()
- Returns:
- value or
null
for none
-
setStartTimestamp
public StreamingQueryData setStartTimestamp(Long startTimestamp)
- Parameters:
startTimestamp
- startTimestamp or null
for none
-
getStreamingQueryId
public String getStreamingQueryId()
- Returns:
- value or
null
for none
-
setStreamingQueryId
public StreamingQueryData setStreamingQueryId(String streamingQueryId)
- Parameters:
streamingQueryId
- streamingQueryId or null
for none
-
set
public StreamingQueryData set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public StreamingQueryData 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