public final class SourceSplitOptions
extends com.google.api.client.json.GenericJson
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
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
SourceSplitOptions() |
Modifier and Type | Method and Description |
---|---|
SourceSplitOptions |
clone() |
java.lang.Long |
getDesiredBundleSizeBytes()
The source should be split into a set of bundles where the estimated size of each is
approximately this many bytes.
|
java.lang.Long |
getDesiredShardSizeBytes()
DEPRECATED in favor of desired_bundle_size_bytes.
|
SourceSplitOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
SourceSplitOptions |
setDesiredBundleSizeBytes(java.lang.Long desiredBundleSizeBytes)
The source should be split into a set of bundles where the estimated size of each is
approximately this many bytes.
|
SourceSplitOptions |
setDesiredShardSizeBytes(java.lang.Long desiredShardSizeBytes)
DEPRECATED in favor of desired_bundle_size_bytes.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getDesiredBundleSizeBytes()
null
for nonepublic SourceSplitOptions setDesiredBundleSizeBytes(java.lang.Long desiredBundleSizeBytes)
desiredBundleSizeBytes
- desiredBundleSizeBytes or null
for nonepublic java.lang.Long getDesiredShardSizeBytes()
null
for nonepublic SourceSplitOptions setDesiredShardSizeBytes(java.lang.Long desiredShardSizeBytes)
desiredShardSizeBytes
- desiredShardSizeBytes or null
for nonepublic SourceSplitOptions set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SourceSplitOptions clone()
clone
in class com.google.api.client.json.GenericJson