Package io.hstream.internal
Class StatValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
- io.hstream.internal.StatValue.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,StatValueOrBuilder
,Cloneable
- Enclosing class:
- StatValue
public static final class StatValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder> implements StatValueOrBuilder
Protobuf typehstream.server.StatValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StatValue
build()
StatValue
buildPartial()
StatValue.Builder
clear()
StatValue.Builder
clearStatType()
.hstream.server.StatType statType = 1;
StatValue.Builder
clearStatValues()
boolean
containsStatValues(String key)
map<string, int64> statValues = 2;
StatValue
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Map<String,Long>
getMutableStatValues()
Deprecated.StatType
getStatType()
.hstream.server.StatType statType = 1;
StatType.Builder
getStatTypeBuilder()
.hstream.server.StatType statType = 1;
StatTypeOrBuilder
getStatTypeOrBuilder()
.hstream.server.StatType statType = 1;
Map<String,Long>
getStatValues()
Deprecated.int
getStatValuesCount()
map<string, int64> statValues = 2;
Map<String,Long>
getStatValuesMap()
map<string, int64> statValues = 2;
long
getStatValuesOrDefault(String key, long defaultValue)
map<string, int64> statValues = 2;
long
getStatValuesOrThrow(String key)
map<string, int64> statValues = 2;
boolean
hasStatType()
.hstream.server.StatType statType = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
StatValue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StatValue.Builder
mergeFrom(com.google.protobuf.Message other)
StatValue.Builder
mergeFrom(StatValue other)
StatValue.Builder
mergeStatType(StatType value)
.hstream.server.StatType statType = 1;
StatValue.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StatValue.Builder
putAllStatValues(Map<String,Long> values)
map<string, int64> statValues = 2;
StatValue.Builder
putStatValues(String key, long value)
map<string, int64> statValues = 2;
StatValue.Builder
removeStatValues(String key)
map<string, int64> statValues = 2;
StatValue.Builder
setStatType(StatType value)
.hstream.server.StatType statType = 1;
StatValue.Builder
setStatType(StatType.Builder builderForValue)
.hstream.server.StatType statType = 1;
StatValue.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
clear
public StatValue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
getDefaultInstanceForType
public StatValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StatValue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StatValue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public StatValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StatValue.Builder>
-
mergeFrom
public StatValue.Builder mergeFrom(StatValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
mergeFrom
public StatValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StatValue.Builder>
- Throws:
IOException
-
hasStatType
public boolean hasStatType()
.hstream.server.StatType statType = 1;
- Specified by:
hasStatType
in interfaceStatValueOrBuilder
- Returns:
- Whether the statType field is set.
-
getStatType
public StatType getStatType()
.hstream.server.StatType statType = 1;
- Specified by:
getStatType
in interfaceStatValueOrBuilder
- Returns:
- The statType.
-
setStatType
public StatValue.Builder setStatType(StatType value)
.hstream.server.StatType statType = 1;
-
setStatType
public StatValue.Builder setStatType(StatType.Builder builderForValue)
.hstream.server.StatType statType = 1;
-
mergeStatType
public StatValue.Builder mergeStatType(StatType value)
.hstream.server.StatType statType = 1;
-
clearStatType
public StatValue.Builder clearStatType()
.hstream.server.StatType statType = 1;
-
getStatTypeBuilder
public StatType.Builder getStatTypeBuilder()
.hstream.server.StatType statType = 1;
-
getStatTypeOrBuilder
public StatTypeOrBuilder getStatTypeOrBuilder()
.hstream.server.StatType statType = 1;
- Specified by:
getStatTypeOrBuilder
in interfaceStatValueOrBuilder
-
getStatValuesCount
public int getStatValuesCount()
Description copied from interface:StatValueOrBuilder
map<string, int64> statValues = 2;
- Specified by:
getStatValuesCount
in interfaceStatValueOrBuilder
-
containsStatValues
public boolean containsStatValues(String key)
map<string, int64> statValues = 2;
- Specified by:
containsStatValues
in interfaceStatValueOrBuilder
-
getStatValues
@Deprecated public Map<String,Long> getStatValues()
Deprecated.UsegetStatValuesMap()
instead.- Specified by:
getStatValues
in interfaceStatValueOrBuilder
-
getStatValuesMap
public Map<String,Long> getStatValuesMap()
map<string, int64> statValues = 2;
- Specified by:
getStatValuesMap
in interfaceStatValueOrBuilder
-
getStatValuesOrDefault
public long getStatValuesOrDefault(String key, long defaultValue)
map<string, int64> statValues = 2;
- Specified by:
getStatValuesOrDefault
in interfaceStatValueOrBuilder
-
getStatValuesOrThrow
public long getStatValuesOrThrow(String key)
map<string, int64> statValues = 2;
- Specified by:
getStatValuesOrThrow
in interfaceStatValueOrBuilder
-
clearStatValues
public StatValue.Builder clearStatValues()
-
removeStatValues
public StatValue.Builder removeStatValues(String key)
map<string, int64> statValues = 2;
-
getMutableStatValues
@Deprecated public Map<String,Long> getMutableStatValues()
Deprecated.Use alternate mutation accessors instead.
-
putStatValues
public StatValue.Builder putStatValues(String key, long value)
map<string, int64> statValues = 2;
-
putAllStatValues
public StatValue.Builder putAllStatValues(Map<String,Long> values)
map<string, int64> statValues = 2;
-
setUnknownFields
public final StatValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
mergeUnknownFields
public final StatValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StatValue.Builder>
-
-