Package com.google.dataflow.v1beta3
Class DisplayData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
- com.google.dataflow.v1beta3.DisplayData.Builder
-
- All Implemented Interfaces:
DisplayDataOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- DisplayData
public static final class DisplayData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder> implements DisplayDataOrBuilder
Data provided with a pipeline or transform to provide descriptive info.
Protobuf typegoogle.dataflow.v1beta3.DisplayData
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayData.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DisplayDatabuild()DisplayDatabuildPartial()DisplayData.Builderclear()DisplayData.BuilderclearBoolValue()Contains value if the data is of a boolean type.DisplayData.BuilderclearDurationValue()Contains value if the data is of duration type.DisplayData.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DisplayData.BuilderclearFloatValue()Contains value if the data is of float type.DisplayData.BuilderclearInt64Value()Contains value if the data is of int64 type.DisplayData.BuilderclearJavaClassValue()Contains value if the data is of java class type.DisplayData.BuilderclearKey()The key identifying the display data.DisplayData.BuilderclearLabel()An optional label to display in a dax UI for the element.DisplayData.BuilderclearNamespace()The namespace for the key.DisplayData.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DisplayData.BuilderclearShortStrValue()A possible additional shorter value to display.DisplayData.BuilderclearStrValue()Contains value if the data is of string type.DisplayData.BuilderclearTimestampValue()Contains value if the data is of timestamp type.DisplayData.BuilderclearUrl()An optional full URL.DisplayData.BuilderclearValue()DisplayData.Builderclone()booleangetBoolValue()Contains value if the data is of a boolean type.DisplayDatagetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.DurationgetDurationValue()Contains value if the data is of duration type.com.google.protobuf.Duration.BuildergetDurationValueBuilder()Contains value if the data is of duration type.com.google.protobuf.DurationOrBuildergetDurationValueOrBuilder()Contains value if the data is of duration type.floatgetFloatValue()Contains value if the data is of float type.longgetInt64Value()Contains value if the data is of int64 type.StringgetJavaClassValue()Contains value if the data is of java class type.com.google.protobuf.ByteStringgetJavaClassValueBytes()Contains value if the data is of java class type.StringgetKey()The key identifying the display data.com.google.protobuf.ByteStringgetKeyBytes()The key identifying the display data.StringgetLabel()An optional label to display in a dax UI for the element.com.google.protobuf.ByteStringgetLabelBytes()An optional label to display in a dax UI for the element.StringgetNamespace()The namespace for the key.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace for the key.StringgetShortStrValue()A possible additional shorter value to display.com.google.protobuf.ByteStringgetShortStrValueBytes()A possible additional shorter value to display.StringgetStrValue()Contains value if the data is of string type.com.google.protobuf.ByteStringgetStrValueBytes()Contains value if the data is of string type.com.google.protobuf.TimestampgetTimestampValue()Contains value if the data is of timestamp type.com.google.protobuf.Timestamp.BuildergetTimestampValueBuilder()Contains value if the data is of timestamp type.com.google.protobuf.TimestampOrBuildergetTimestampValueOrBuilder()Contains value if the data is of timestamp type.StringgetUrl()An optional full URL.com.google.protobuf.ByteStringgetUrlBytes()An optional full URL.DisplayData.ValueCasegetValueCase()booleanhasBoolValue()Contains value if the data is of a boolean type.booleanhasDurationValue()Contains value if the data is of duration type.booleanhasFloatValue()Contains value if the data is of float type.booleanhasInt64Value()Contains value if the data is of int64 type.booleanhasJavaClassValue()Contains value if the data is of java class type.booleanhasStrValue()Contains value if the data is of string type.booleanhasTimestampValue()Contains value if the data is of timestamp type.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DisplayData.BuildermergeDurationValue(com.google.protobuf.Duration value)Contains value if the data is of duration type.DisplayData.BuildermergeFrom(DisplayData other)DisplayData.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DisplayData.BuildermergeFrom(com.google.protobuf.Message other)DisplayData.BuildermergeTimestampValue(com.google.protobuf.Timestamp value)Contains value if the data is of timestamp type.DisplayData.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DisplayData.BuildersetBoolValue(boolean value)Contains value if the data is of a boolean type.DisplayData.BuildersetDurationValue(com.google.protobuf.Duration value)Contains value if the data is of duration type.DisplayData.BuildersetDurationValue(com.google.protobuf.Duration.Builder builderForValue)Contains value if the data is of duration type.DisplayData.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DisplayData.BuildersetFloatValue(float value)Contains value if the data is of float type.DisplayData.BuildersetInt64Value(long value)Contains value if the data is of int64 type.DisplayData.BuildersetJavaClassValue(String value)Contains value if the data is of java class type.DisplayData.BuildersetJavaClassValueBytes(com.google.protobuf.ByteString value)Contains value if the data is of java class type.DisplayData.BuildersetKey(String value)The key identifying the display data.DisplayData.BuildersetKeyBytes(com.google.protobuf.ByteString value)The key identifying the display data.DisplayData.BuildersetLabel(String value)An optional label to display in a dax UI for the element.DisplayData.BuildersetLabelBytes(com.google.protobuf.ByteString value)An optional label to display in a dax UI for the element.DisplayData.BuildersetNamespace(String value)The namespace for the key.DisplayData.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)The namespace for the key.DisplayData.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DisplayData.BuildersetShortStrValue(String value)A possible additional shorter value to display.DisplayData.BuildersetShortStrValueBytes(com.google.protobuf.ByteString value)A possible additional shorter value to display.DisplayData.BuildersetStrValue(String value)Contains value if the data is of string type.DisplayData.BuildersetStrValueBytes(com.google.protobuf.ByteString value)Contains value if the data is of string type.DisplayData.BuildersetTimestampValue(com.google.protobuf.Timestamp value)Contains value if the data is of timestamp type.DisplayData.BuildersetTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)Contains value if the data is of timestamp type.DisplayData.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DisplayData.BuildersetUrl(String value)An optional full URL.DisplayData.BuildersetUrlBytes(com.google.protobuf.ByteString value)An optional full URL.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
clear
public DisplayData.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
getDefaultInstanceForType
public DisplayData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DisplayData build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DisplayData buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DisplayData.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
setField
public DisplayData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
clearField
public DisplayData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
clearOneof
public DisplayData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
setRepeatedField
public DisplayData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
addRepeatedField
public DisplayData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
mergeFrom
public DisplayData.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DisplayData.Builder>
-
mergeFrom
public DisplayData.Builder mergeFrom(DisplayData other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
mergeFrom
public DisplayData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DisplayData.Builder>- Throws:
IOException
-
getValueCase
public DisplayData.ValueCase getValueCase()
- Specified by:
getValueCasein interfaceDisplayDataOrBuilder
-
clearValue
public DisplayData.Builder clearValue()
-
getKey
public String getKey()
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string key = 1;- Specified by:
getKeyin interfaceDisplayDataOrBuilder- Returns:
- The key.
-
getKeyBytes
public com.google.protobuf.ByteString getKeyBytes()
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string key = 1;- Specified by:
getKeyBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for key.
-
setKey
public DisplayData.Builder setKey(String value)
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string key = 1;- Parameters:
value- The key to set.- Returns:
- This builder for chaining.
-
clearKey
public DisplayData.Builder clearKey()
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string key = 1;- Returns:
- This builder for chaining.
-
setKeyBytes
public DisplayData.Builder setKeyBytes(com.google.protobuf.ByteString value)
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string key = 1;- Parameters:
value- The bytes for key to set.- Returns:
- This builder for chaining.
-
getNamespace
public String getNamespace()
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
string namespace = 2;- Specified by:
getNamespacein interfaceDisplayDataOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
string namespace = 2;- Specified by:
getNamespaceBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public DisplayData.Builder setNamespace(String value)
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
string namespace = 2;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public DisplayData.Builder clearNamespace()
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
string namespace = 2;- Returns:
- This builder for chaining.
-
setNamespaceBytes
public DisplayData.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
string namespace = 2;- Parameters:
value- The bytes for namespace to set.- Returns:
- This builder for chaining.
-
hasStrValue
public boolean hasStrValue()
Contains value if the data is of string type.
string str_value = 4;- Specified by:
hasStrValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the strValue field is set.
-
getStrValue
public String getStrValue()
Contains value if the data is of string type.
string str_value = 4;- Specified by:
getStrValuein interfaceDisplayDataOrBuilder- Returns:
- The strValue.
-
getStrValueBytes
public com.google.protobuf.ByteString getStrValueBytes()
Contains value if the data is of string type.
string str_value = 4;- Specified by:
getStrValueBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for strValue.
-
setStrValue
public DisplayData.Builder setStrValue(String value)
Contains value if the data is of string type.
string str_value = 4;- Parameters:
value- The strValue to set.- Returns:
- This builder for chaining.
-
clearStrValue
public DisplayData.Builder clearStrValue()
Contains value if the data is of string type.
string str_value = 4;- Returns:
- This builder for chaining.
-
setStrValueBytes
public DisplayData.Builder setStrValueBytes(com.google.protobuf.ByteString value)
Contains value if the data is of string type.
string str_value = 4;- Parameters:
value- The bytes for strValue to set.- Returns:
- This builder for chaining.
-
hasInt64Value
public boolean hasInt64Value()
Contains value if the data is of int64 type.
int64 int64_value = 5;- Specified by:
hasInt64Valuein interfaceDisplayDataOrBuilder- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()
Contains value if the data is of int64 type.
int64 int64_value = 5;- Specified by:
getInt64Valuein interfaceDisplayDataOrBuilder- Returns:
- The int64Value.
-
setInt64Value
public DisplayData.Builder setInt64Value(long value)
Contains value if the data is of int64 type.
int64 int64_value = 5;- Parameters:
value- The int64Value to set.- Returns:
- This builder for chaining.
-
clearInt64Value
public DisplayData.Builder clearInt64Value()
Contains value if the data is of int64 type.
int64 int64_value = 5;- Returns:
- This builder for chaining.
-
hasFloatValue
public boolean hasFloatValue()
Contains value if the data is of float type.
float float_value = 6;- Specified by:
hasFloatValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the floatValue field is set.
-
getFloatValue
public float getFloatValue()
Contains value if the data is of float type.
float float_value = 6;- Specified by:
getFloatValuein interfaceDisplayDataOrBuilder- Returns:
- The floatValue.
-
setFloatValue
public DisplayData.Builder setFloatValue(float value)
Contains value if the data is of float type.
float float_value = 6;- Parameters:
value- The floatValue to set.- Returns:
- This builder for chaining.
-
clearFloatValue
public DisplayData.Builder clearFloatValue()
Contains value if the data is of float type.
float float_value = 6;- Returns:
- This builder for chaining.
-
hasJavaClassValue
public boolean hasJavaClassValue()
Contains value if the data is of java class type.
string java_class_value = 7;- Specified by:
hasJavaClassValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the javaClassValue field is set.
-
getJavaClassValue
public String getJavaClassValue()
Contains value if the data is of java class type.
string java_class_value = 7;- Specified by:
getJavaClassValuein interfaceDisplayDataOrBuilder- Returns:
- The javaClassValue.
-
getJavaClassValueBytes
public com.google.protobuf.ByteString getJavaClassValueBytes()
Contains value if the data is of java class type.
string java_class_value = 7;- Specified by:
getJavaClassValueBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for javaClassValue.
-
setJavaClassValue
public DisplayData.Builder setJavaClassValue(String value)
Contains value if the data is of java class type.
string java_class_value = 7;- Parameters:
value- The javaClassValue to set.- Returns:
- This builder for chaining.
-
clearJavaClassValue
public DisplayData.Builder clearJavaClassValue()
Contains value if the data is of java class type.
string java_class_value = 7;- Returns:
- This builder for chaining.
-
setJavaClassValueBytes
public DisplayData.Builder setJavaClassValueBytes(com.google.protobuf.ByteString value)
Contains value if the data is of java class type.
string java_class_value = 7;- Parameters:
value- The bytes for javaClassValue to set.- Returns:
- This builder for chaining.
-
hasTimestampValue
public boolean hasTimestampValue()
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;- Specified by:
hasTimestampValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the timestampValue field is set.
-
getTimestampValue
public com.google.protobuf.Timestamp getTimestampValue()
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;- Specified by:
getTimestampValuein interfaceDisplayDataOrBuilder- Returns:
- The timestampValue.
-
setTimestampValue
public DisplayData.Builder setTimestampValue(com.google.protobuf.Timestamp value)
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;
-
setTimestampValue
public DisplayData.Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;
-
mergeTimestampValue
public DisplayData.Builder mergeTimestampValue(com.google.protobuf.Timestamp value)
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;
-
clearTimestampValue
public DisplayData.Builder clearTimestampValue()
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;
-
getTimestampValueBuilder
public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder()
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;
-
getTimestampValueOrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Contains value if the data is of timestamp type.
.google.protobuf.Timestamp timestamp_value = 8;- Specified by:
getTimestampValueOrBuilderin interfaceDisplayDataOrBuilder
-
hasDurationValue
public boolean hasDurationValue()
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;- Specified by:
hasDurationValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the durationValue field is set.
-
getDurationValue
public com.google.protobuf.Duration getDurationValue()
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;- Specified by:
getDurationValuein interfaceDisplayDataOrBuilder- Returns:
- The durationValue.
-
setDurationValue
public DisplayData.Builder setDurationValue(com.google.protobuf.Duration value)
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;
-
setDurationValue
public DisplayData.Builder setDurationValue(com.google.protobuf.Duration.Builder builderForValue)
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;
-
mergeDurationValue
public DisplayData.Builder mergeDurationValue(com.google.protobuf.Duration value)
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;
-
clearDurationValue
public DisplayData.Builder clearDurationValue()
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;
-
getDurationValueBuilder
public com.google.protobuf.Duration.Builder getDurationValueBuilder()
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;
-
getDurationValueOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
Contains value if the data is of duration type.
.google.protobuf.Duration duration_value = 9;- Specified by:
getDurationValueOrBuilderin interfaceDisplayDataOrBuilder
-
hasBoolValue
public boolean hasBoolValue()
Contains value if the data is of a boolean type.
bool bool_value = 10;- Specified by:
hasBoolValuein interfaceDisplayDataOrBuilder- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()
Contains value if the data is of a boolean type.
bool bool_value = 10;- Specified by:
getBoolValuein interfaceDisplayDataOrBuilder- Returns:
- The boolValue.
-
setBoolValue
public DisplayData.Builder setBoolValue(boolean value)
Contains value if the data is of a boolean type.
bool bool_value = 10;- Parameters:
value- The boolValue to set.- Returns:
- This builder for chaining.
-
clearBoolValue
public DisplayData.Builder clearBoolValue()
Contains value if the data is of a boolean type.
bool bool_value = 10;- Returns:
- This builder for chaining.
-
getShortStrValue
public String getShortStrValue()
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
string short_str_value = 11;- Specified by:
getShortStrValuein interfaceDisplayDataOrBuilder- Returns:
- The shortStrValue.
-
getShortStrValueBytes
public com.google.protobuf.ByteString getShortStrValueBytes()
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
string short_str_value = 11;- Specified by:
getShortStrValueBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for shortStrValue.
-
setShortStrValue
public DisplayData.Builder setShortStrValue(String value)
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
string short_str_value = 11;- Parameters:
value- The shortStrValue to set.- Returns:
- This builder for chaining.
-
clearShortStrValue
public DisplayData.Builder clearShortStrValue()
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
string short_str_value = 11;- Returns:
- This builder for chaining.
-
setShortStrValueBytes
public DisplayData.Builder setShortStrValueBytes(com.google.protobuf.ByteString value)
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
string short_str_value = 11;- Parameters:
value- The bytes for shortStrValue to set.- Returns:
- This builder for chaining.
-
getUrl
public String getUrl()
An optional full URL.
string url = 12;- Specified by:
getUrlin interfaceDisplayDataOrBuilder- Returns:
- The url.
-
getUrlBytes
public com.google.protobuf.ByteString getUrlBytes()
An optional full URL.
string url = 12;- Specified by:
getUrlBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for url.
-
setUrl
public DisplayData.Builder setUrl(String value)
An optional full URL.
string url = 12;- Parameters:
value- The url to set.- Returns:
- This builder for chaining.
-
clearUrl
public DisplayData.Builder clearUrl()
An optional full URL.
string url = 12;- Returns:
- This builder for chaining.
-
setUrlBytes
public DisplayData.Builder setUrlBytes(com.google.protobuf.ByteString value)
An optional full URL.
string url = 12;- Parameters:
value- The bytes for url to set.- Returns:
- This builder for chaining.
-
getLabel
public String getLabel()
An optional label to display in a dax UI for the element.
string label = 13;- Specified by:
getLabelin interfaceDisplayDataOrBuilder- Returns:
- The label.
-
getLabelBytes
public com.google.protobuf.ByteString getLabelBytes()
An optional label to display in a dax UI for the element.
string label = 13;- Specified by:
getLabelBytesin interfaceDisplayDataOrBuilder- Returns:
- The bytes for label.
-
setLabel
public DisplayData.Builder setLabel(String value)
An optional label to display in a dax UI for the element.
string label = 13;- Parameters:
value- The label to set.- Returns:
- This builder for chaining.
-
clearLabel
public DisplayData.Builder clearLabel()
An optional label to display in a dax UI for the element.
string label = 13;- Returns:
- This builder for chaining.
-
setLabelBytes
public DisplayData.Builder setLabelBytes(com.google.protobuf.ByteString value)
An optional label to display in a dax UI for the element.
string label = 13;- Parameters:
value- The bytes for label to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final DisplayData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
mergeUnknownFields
public final DisplayData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DisplayData.Builder>
-
-