Send feedback
Class HotKeyDebuggingInfo.HotKeyInfo.Builder (0.67.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class HotKeyDebuggingInfo . HotKeyInfo . Builder extends GeneratedMessageV3 . Builder<HotKeyDebuggingInfo . HotKeyInfo . Builder > implements HotKeyDebuggingInfo . HotKeyInfoOrBuilder
Information about a hot key.
Protobuf type google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public HotKeyDebuggingInfo . HotKeyInfo build ()
buildPartial()
public HotKeyDebuggingInfo . HotKeyInfo buildPartial ()
clear()
public HotKeyDebuggingInfo . HotKeyInfo . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public HotKeyDebuggingInfo . HotKeyInfo . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearHotKeyAge()
public HotKeyDebuggingInfo . HotKeyInfo . Builder clearHotKeyAge ()
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
clearKey()
public HotKeyDebuggingInfo . HotKeyInfo . Builder clearKey ()
A detected hot key that is causing limited parallelism. This field will
be populated only if the following flag is set to true:
"--enable_hot_key_logging".
string key = 2;
clearKeyTruncated()
public HotKeyDebuggingInfo . HotKeyInfo . Builder clearKeyTruncated ()
If true, then the above key is truncated and cannot be deserialized. This
occurs if the key above is populated and the key size is >5MB.
bool key_truncated = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public HotKeyDebuggingInfo . HotKeyInfo . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public HotKeyDebuggingInfo . HotKeyInfo . Builder clone ()
Overrides
getDefaultInstanceForType()
public HotKeyDebuggingInfo . HotKeyInfo getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getHotKeyAge()
public Duration getHotKeyAge ()
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
Returns
Type
Description
Duration
The hotKeyAge.
getHotKeyAgeBuilder()
public Duration . Builder getHotKeyAgeBuilder ()
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
getHotKeyAgeOrBuilder()
public DurationOrBuilder getHotKeyAgeOrBuilder ()
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
getKey()
A detected hot key that is causing limited parallelism. This field will
be populated only if the following flag is set to true:
"--enable_hot_key_logging".
string key = 2;
Returns
Type
Description
String
The key.
getKeyBytes()
public ByteString getKeyBytes ()
A detected hot key that is causing limited parallelism. This field will
be populated only if the following flag is set to true:
"--enable_hot_key_logging".
string key = 2;
Returns
Type
Description
ByteString
The bytes for key.
getKeyTruncated()
public boolean getKeyTruncated ()
If true, then the above key is truncated and cannot be deserialized. This
occurs if the key above is populated and the key size is >5MB.
bool key_truncated = 3;
Returns
Type
Description
boolean
The keyTruncated.
hasHotKeyAge()
public boolean hasHotKeyAge ()
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
Returns
Type
Description
boolean
Whether the hotKeyAge field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(HotKeyDebuggingInfo.HotKeyInfo other)
public HotKeyDebuggingInfo . HotKeyInfo . Builder mergeFrom ( HotKeyDebuggingInfo . HotKeyInfo other )
public HotKeyDebuggingInfo . HotKeyInfo . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public HotKeyDebuggingInfo . HotKeyInfo . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeHotKeyAge(Duration value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder mergeHotKeyAge ( Duration value )
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
Parameter
Name
Description
value
Duration
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HotKeyDebuggingInfo . HotKeyInfo . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setHotKeyAge(Duration value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setHotKeyAge ( Duration value )
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
Parameter
Name
Description
value
Duration
setHotKeyAge(Duration.Builder builderForValue)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setHotKeyAge ( Duration . Builder builderForValue )
The age of the hot key measured from when it was first detected.
.google.protobuf.Duration hot_key_age = 1;
Parameter
Name
Description
builderForValue
Builder
setKey(String value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setKey ( String value )
A detected hot key that is causing limited parallelism. This field will
be populated only if the following flag is set to true:
"--enable_hot_key_logging".
string key = 2;
Parameter
Name
Description
value
String
The key to set.
setKeyBytes(ByteString value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setKeyBytes ( ByteString value )
A detected hot key that is causing limited parallelism. This field will
be populated only if the following flag is set to true:
"--enable_hot_key_logging".
string key = 2;
Parameter
Name
Description
value
ByteString
The bytes for key to set.
setKeyTruncated(boolean value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setKeyTruncated ( boolean value )
If true, then the above key is truncated and cannot be deserialized. This
occurs if the key above is populated and the key size is >5MB.
bool key_truncated = 3;
Parameter
Name
Description
value
boolean
The keyTruncated to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HotKeyDebuggingInfo . HotKeyInfo . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final HotKeyDebuggingInfo . HotKeyInfo . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-04 UTC."],[],[]]