Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
DisplayData |
DisplayData.clone() |
DisplayData |
DisplayData.set(String fieldName,
Object value) |
DisplayData |
DisplayData.setBoolValue(Boolean boolValue)
Contains value if the data is of a boolean type.
|
DisplayData |
DisplayData.setDurationValue(String durationValue)
Contains value if the data is of duration type.
|
DisplayData |
DisplayData.setFloatValue(Float floatValue)
Contains value if the data is of float type.
|
DisplayData |
DisplayData.setInt64Value(Long int64Value)
Contains value if the data is of int64 type.
|
DisplayData |
DisplayData.setJavaClassValue(String javaClassValue)
Contains value if the data is of java class type.
|
DisplayData |
DisplayData.setKey(String key)
The key identifying the display data.
|
DisplayData |
DisplayData.setLabel(String label)
An optional label to display in a dax UI for the element.
|
DisplayData |
DisplayData.setNamespace(String namespace)
The namespace for the key.
|
DisplayData |
DisplayData.setShortStrValue(String shortStrValue)
A possible additional shorter value to display.
|
DisplayData |
DisplayData.setStrValue(String strValue)
Contains value if the data is of string type.
|
DisplayData |
DisplayData.setTimestampValue(String timestampValue)
Contains value if the data is of timestamp type.
|
DisplayData |
DisplayData.setUrl(String url)
An optional full URL.
|
Modifier and Type | Method and Description |
---|---|
List<DisplayData> |
TransformSummary.getDisplayData()
Transform-specific display data.
|
List<DisplayData> |
PipelineDescription.getDisplayData()
Pipeline level display data.
|
Modifier and Type | Method and Description |
---|---|
TransformSummary |
TransformSummary.setDisplayData(List<DisplayData> displayData)
Transform-specific display data.
|
PipelineDescription |
PipelineDescription.setDisplayData(List<DisplayData> displayData)
Pipeline level display data.
|
Copyright © 2011–2019 Google. All rights reserved.