target.apidocs.com.google.api.services.dataflow.model.JobMetadata.html Maven / Gradle / Ivy
JobMetadata (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow.model
Class JobMetadata
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataflow.model.JobMetadata
-
public final class JobMetadata
extends com.google.api.client.json.GenericJson
Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job
SUMMARY view.
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 Dataflow 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
JobMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
JobMetadata
clone()
List<BigQueryIODetails>
getBigqueryDetails()
Identification of a BigQuery source used in the Dataflow job.
List<BigTableIODetails>
getBigTableDetails()
Identification of a Cloud Bigtable source used in the Dataflow job.
List<DatastoreIODetails>
getDatastoreDetails()
Identification of a Datastore source used in the Dataflow job.
List<FileIODetails>
getFileDetails()
Identification of a File source used in the Dataflow job.
List<PubSubIODetails>
getPubsubDetails()
Identification of a Pub/Sub source used in the Dataflow job.
SdkVersion
getSdkVersion()
The SDK version used to run the job.
List<SpannerIODetails>
getSpannerDetails()
Identification of a Spanner source used in the Dataflow job.
Map<String,String>
getUserDisplayProperties()
List of display properties to help UI filter jobs.
JobMetadata
set(String fieldName,
Object value)
JobMetadata
setBigqueryDetails(List<BigQueryIODetails> bigqueryDetails)
Identification of a BigQuery source used in the Dataflow job.
JobMetadata
setBigTableDetails(List<BigTableIODetails> bigTableDetails)
Identification of a Cloud Bigtable source used in the Dataflow job.
JobMetadata
setDatastoreDetails(List<DatastoreIODetails> datastoreDetails)
Identification of a Datastore source used in the Dataflow job.
JobMetadata
setFileDetails(List<FileIODetails> fileDetails)
Identification of a File source used in the Dataflow job.
JobMetadata
setPubsubDetails(List<PubSubIODetails> pubsubDetails)
Identification of a Pub/Sub source used in the Dataflow job.
JobMetadata
setSdkVersion(SdkVersion sdkVersion)
The SDK version used to run the job.
JobMetadata
setSpannerDetails(List<SpannerIODetails> spannerDetails)
Identification of a Spanner source used in the Dataflow job.
JobMetadata
setUserDisplayProperties(Map<String,String> userDisplayProperties)
List of display properties to help UI filter jobs.
-
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
-
getBigTableDetails
public List<BigTableIODetails> getBigTableDetails()
Identification of a Cloud Bigtable source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setBigTableDetails
public JobMetadata setBigTableDetails(List<BigTableIODetails> bigTableDetails)
Identification of a Cloud Bigtable source used in the Dataflow job.
- Parameters:
bigTableDetails
- bigTableDetails or null
for none
-
getBigqueryDetails
public List<BigQueryIODetails> getBigqueryDetails()
Identification of a BigQuery source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setBigqueryDetails
public JobMetadata setBigqueryDetails(List<BigQueryIODetails> bigqueryDetails)
Identification of a BigQuery source used in the Dataflow job.
- Parameters:
bigqueryDetails
- bigqueryDetails or null
for none
-
getDatastoreDetails
public List<DatastoreIODetails> getDatastoreDetails()
Identification of a Datastore source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setDatastoreDetails
public JobMetadata setDatastoreDetails(List<DatastoreIODetails> datastoreDetails)
Identification of a Datastore source used in the Dataflow job.
- Parameters:
datastoreDetails
- datastoreDetails or null
for none
-
getFileDetails
public List<FileIODetails> getFileDetails()
Identification of a File source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setFileDetails
public JobMetadata setFileDetails(List<FileIODetails> fileDetails)
Identification of a File source used in the Dataflow job.
- Parameters:
fileDetails
- fileDetails or null
for none
-
getPubsubDetails
public List<PubSubIODetails> getPubsubDetails()
Identification of a Pub/Sub source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setPubsubDetails
public JobMetadata setPubsubDetails(List<PubSubIODetails> pubsubDetails)
Identification of a Pub/Sub source used in the Dataflow job.
- Parameters:
pubsubDetails
- pubsubDetails or null
for none
-
getSdkVersion
public SdkVersion getSdkVersion()
The SDK version used to run the job.
- Returns:
- value or
null
for none
-
setSdkVersion
public JobMetadata setSdkVersion(SdkVersion sdkVersion)
The SDK version used to run the job.
- Parameters:
sdkVersion
- sdkVersion or null
for none
-
getSpannerDetails
public List<SpannerIODetails> getSpannerDetails()
Identification of a Spanner source used in the Dataflow job.
- Returns:
- value or
null
for none
-
setSpannerDetails
public JobMetadata setSpannerDetails(List<SpannerIODetails> spannerDetails)
Identification of a Spanner source used in the Dataflow job.
- Parameters:
spannerDetails
- spannerDetails or null
for none
-
getUserDisplayProperties
public Map<String,String> getUserDisplayProperties()
List of display properties to help UI filter jobs.
- Returns:
- value or
null
for none
-
setUserDisplayProperties
public JobMetadata setUserDisplayProperties(Map<String,String> userDisplayProperties)
List of display properties to help UI filter jobs.
- Parameters:
userDisplayProperties
- userDisplayProperties or null
for none
-
set
public JobMetadata set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public JobMetadata clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy