public static final class UserBitShared.OperatorProfile.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder> implements UserBitShared.OperatorProfileOrBuilder
exec.shared.OperatorProfile| Modifier and Type | Method and Description |
|---|---|
UserBitShared.OperatorProfile.Builder |
addAllInputProfile(Iterable<? extends UserBitShared.StreamProfile> values)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addAllMetric(Iterable<? extends UserBitShared.MetricValue> values)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(int index,
UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(int index,
UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addInputProfile(UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
addInputProfileBuilder()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
addInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
addMetric(int index,
UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(int index,
UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addMetric(UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
addMetricBuilder()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
addMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.OperatorProfile |
build() |
UserBitShared.OperatorProfile |
buildPartial() |
UserBitShared.OperatorProfile.Builder |
clear() |
UserBitShared.OperatorProfile.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.OperatorProfile.Builder |
clearInputProfile()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
clearMetric()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.OperatorProfile.Builder |
clearOperatorId()
optional int32 operator_id = 3; |
UserBitShared.OperatorProfile.Builder |
clearOperatorType()
Deprecated.
|
UserBitShared.OperatorProfile.Builder |
clearOperatorTypeName()
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
clearPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
UserBitShared.OperatorProfile.Builder |
clearProcessNanos()
optional int64 process_nanos = 6; |
UserBitShared.OperatorProfile.Builder |
clearSetupNanos()
optional int64 setup_nanos = 5; |
UserBitShared.OperatorProfile.Builder |
clearWaitNanos()
optional int64 wait_nanos = 9; |
UserBitShared.OperatorProfile.Builder |
clone() |
UserBitShared.OperatorProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
UserBitShared.StreamProfile |
getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfile.Builder |
getInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
List<UserBitShared.StreamProfile.Builder> |
getInputProfileBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1; |
int |
getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1; |
List<UserBitShared.StreamProfile> |
getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.StreamProfileOrBuilder |
getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
List<? extends UserBitShared.StreamProfileOrBuilder> |
getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.MetricValue |
getMetric(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValue.Builder |
getMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
List<UserBitShared.MetricValue.Builder> |
getMetricBuilderList()
repeated .exec.shared.MetricValue metric = 8; |
int |
getMetricCount()
repeated .exec.shared.MetricValue metric = 8; |
List<UserBitShared.MetricValue> |
getMetricList()
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.MetricValueOrBuilder |
getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8; |
List<? extends UserBitShared.MetricValueOrBuilder> |
getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8; |
int |
getOperatorId()
optional int32 operator_id = 3; |
int |
getOperatorType()
Deprecated.
|
String |
getOperatorTypeName()
optional string operator_type_name = 10; |
com.google.protobuf.ByteString |
getOperatorTypeNameBytes()
optional string operator_type_name = 10; |
long |
getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
long |
getProcessNanos()
optional int64 process_nanos = 6; |
long |
getSetupNanos()
optional int64 setup_nanos = 5; |
long |
getWaitNanos()
optional int64 wait_nanos = 9; |
boolean |
hasOperatorId()
optional int32 operator_id = 3; |
boolean |
hasOperatorType()
Deprecated.
|
boolean |
hasOperatorTypeName()
optional string operator_type_name = 10; |
boolean |
hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7; |
boolean |
hasProcessNanos()
optional int64 process_nanos = 6; |
boolean |
hasSetupNanos()
optional int64 setup_nanos = 5; |
boolean |
hasWaitNanos()
optional int64 wait_nanos = 9; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserBitShared.OperatorProfile.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.OperatorProfile.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserBitShared.OperatorProfile.Builder |
mergeFrom(UserBitShared.OperatorProfile other) |
UserBitShared.OperatorProfile.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.OperatorProfile.Builder |
removeInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
removeMetric(int index)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.OperatorProfile.Builder |
setInputProfile(int index,
UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
setInputProfile(int index,
UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1; |
UserBitShared.OperatorProfile.Builder |
setMetric(int index,
UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setMetric(int index,
UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8; |
UserBitShared.OperatorProfile.Builder |
setOperatorId(int value)
optional int32 operator_id = 3; |
UserBitShared.OperatorProfile.Builder |
setOperatorType(int value)
Deprecated.
|
UserBitShared.OperatorProfile.Builder |
setOperatorTypeName(String value)
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
setOperatorTypeNameBytes(com.google.protobuf.ByteString value)
optional string operator_type_name = 10; |
UserBitShared.OperatorProfile.Builder |
setPeakLocalMemoryAllocated(long value)
optional int64 peak_local_memory_allocated = 7; |
UserBitShared.OperatorProfile.Builder |
setProcessNanos(long value)
optional int64 process_nanos = 6; |
UserBitShared.OperatorProfile.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.OperatorProfile.Builder |
setSetupNanos(long value)
optional int64 setup_nanos = 5; |
UserBitShared.OperatorProfile.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.OperatorProfile.Builder |
setWaitNanos(long value)
optional int64 wait_nanos = 9; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserBitShared.OperatorProfile build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.OperatorProfile buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.OperatorProfile.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder mergeFrom(UserBitShared.OperatorProfile other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public UserBitShared.OperatorProfile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.OperatorProfile.Builder>IOExceptionpublic List<UserBitShared.StreamProfile> getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileList in interface UserBitShared.OperatorProfileOrBuilderpublic int getInputProfileCount()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileCount in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.StreamProfile getInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfile in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setInputProfile(int index, UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder setInputProfile(int index, UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder addInputProfile(UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder addInputProfile(int index, UserBitShared.StreamProfile value)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder addInputProfile(UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder addInputProfile(int index, UserBitShared.StreamProfile.Builder builderForValue)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder addAllInputProfile(Iterable<? extends UserBitShared.StreamProfile> values)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder clearInputProfile()
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.OperatorProfile.Builder removeInputProfile(int index)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.StreamProfile.Builder getInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.StreamProfileOrBuilder getInputProfileOrBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileOrBuilder in interface UserBitShared.OperatorProfileOrBuilderpublic List<? extends UserBitShared.StreamProfileOrBuilder> getInputProfileOrBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;getInputProfileOrBuilderList in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.StreamProfile.Builder addInputProfileBuilder()
repeated .exec.shared.StreamProfile input_profile = 1;public UserBitShared.StreamProfile.Builder addInputProfileBuilder(int index)
repeated .exec.shared.StreamProfile input_profile = 1;public List<UserBitShared.StreamProfile.Builder> getInputProfileBuilderList()
repeated .exec.shared.StreamProfile input_profile = 1;public boolean hasOperatorId()
optional int32 operator_id = 3;hasOperatorId in interface UserBitShared.OperatorProfileOrBuilderpublic int getOperatorId()
optional int32 operator_id = 3;getOperatorId in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setOperatorId(int value)
optional int32 operator_id = 3;value - The operatorId to set.public UserBitShared.OperatorProfile.Builder clearOperatorId()
optional int32 operator_id = 3;@Deprecated public boolean hasOperatorType()
optional int32 operator_type = 4 [deprecated = true];hasOperatorType in interface UserBitShared.OperatorProfileOrBuilder@Deprecated public int getOperatorType()
optional int32 operator_type = 4 [deprecated = true];getOperatorType in interface UserBitShared.OperatorProfileOrBuilder@Deprecated public UserBitShared.OperatorProfile.Builder setOperatorType(int value)
optional int32 operator_type = 4 [deprecated = true];value - The operatorType to set.@Deprecated public UserBitShared.OperatorProfile.Builder clearOperatorType()
optional int32 operator_type = 4 [deprecated = true];public boolean hasSetupNanos()
optional int64 setup_nanos = 5;hasSetupNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getSetupNanos()
optional int64 setup_nanos = 5;getSetupNanos in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setSetupNanos(long value)
optional int64 setup_nanos = 5;value - The setupNanos to set.public UserBitShared.OperatorProfile.Builder clearSetupNanos()
optional int64 setup_nanos = 5;public boolean hasProcessNanos()
optional int64 process_nanos = 6;hasProcessNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getProcessNanos()
optional int64 process_nanos = 6;getProcessNanos in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setProcessNanos(long value)
optional int64 process_nanos = 6;value - The processNanos to set.public UserBitShared.OperatorProfile.Builder clearProcessNanos()
optional int64 process_nanos = 6;public boolean hasPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;hasPeakLocalMemoryAllocated in interface UserBitShared.OperatorProfileOrBuilderpublic long getPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;getPeakLocalMemoryAllocated in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setPeakLocalMemoryAllocated(long value)
optional int64 peak_local_memory_allocated = 7;value - The peakLocalMemoryAllocated to set.public UserBitShared.OperatorProfile.Builder clearPeakLocalMemoryAllocated()
optional int64 peak_local_memory_allocated = 7;public List<UserBitShared.MetricValue> getMetricList()
repeated .exec.shared.MetricValue metric = 8;getMetricList in interface UserBitShared.OperatorProfileOrBuilderpublic int getMetricCount()
repeated .exec.shared.MetricValue metric = 8;getMetricCount in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.MetricValue getMetric(int index)
repeated .exec.shared.MetricValue metric = 8;getMetric in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setMetric(int index, UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder setMetric(int index, UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder addMetric(UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder addMetric(int index, UserBitShared.MetricValue value)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder addMetric(UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder addMetric(int index, UserBitShared.MetricValue.Builder builderForValue)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder addAllMetric(Iterable<? extends UserBitShared.MetricValue> values)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder clearMetric()
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.OperatorProfile.Builder removeMetric(int index)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.MetricValue.Builder getMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.MetricValueOrBuilder getMetricOrBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;getMetricOrBuilder in interface UserBitShared.OperatorProfileOrBuilderpublic List<? extends UserBitShared.MetricValueOrBuilder> getMetricOrBuilderList()
repeated .exec.shared.MetricValue metric = 8;getMetricOrBuilderList in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.MetricValue.Builder addMetricBuilder()
repeated .exec.shared.MetricValue metric = 8;public UserBitShared.MetricValue.Builder addMetricBuilder(int index)
repeated .exec.shared.MetricValue metric = 8;public List<UserBitShared.MetricValue.Builder> getMetricBuilderList()
repeated .exec.shared.MetricValue metric = 8;public boolean hasWaitNanos()
optional int64 wait_nanos = 9;hasWaitNanos in interface UserBitShared.OperatorProfileOrBuilderpublic long getWaitNanos()
optional int64 wait_nanos = 9;getWaitNanos in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setWaitNanos(long value)
optional int64 wait_nanos = 9;value - The waitNanos to set.public UserBitShared.OperatorProfile.Builder clearWaitNanos()
optional int64 wait_nanos = 9;public boolean hasOperatorTypeName()
optional string operator_type_name = 10;hasOperatorTypeName in interface UserBitShared.OperatorProfileOrBuilderpublic String getOperatorTypeName()
optional string operator_type_name = 10;getOperatorTypeName in interface UserBitShared.OperatorProfileOrBuilderpublic com.google.protobuf.ByteString getOperatorTypeNameBytes()
optional string operator_type_name = 10;getOperatorTypeNameBytes in interface UserBitShared.OperatorProfileOrBuilderpublic UserBitShared.OperatorProfile.Builder setOperatorTypeName(String value)
optional string operator_type_name = 10;value - The operatorTypeName to set.public UserBitShared.OperatorProfile.Builder clearOperatorTypeName()
optional string operator_type_name = 10;public UserBitShared.OperatorProfile.Builder setOperatorTypeNameBytes(com.google.protobuf.ByteString value)
optional string operator_type_name = 10;value - The bytes for operatorTypeName to set.public final UserBitShared.OperatorProfile.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>public final UserBitShared.OperatorProfile.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.OperatorProfile.Builder>Copyright © 2021 The Apache Software Foundation. All rights reserved.