public static final class JfrLabels.Snapshot.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder> implements JfrLabels.SnapshotOrBuilder
io.pyroscope.labels.pb.Snapshot| Modifier and Type | Method and Description |
|---|---|
JfrLabels.Snapshot.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
JfrLabels.Snapshot |
build() |
JfrLabels.Snapshot |
buildPartial() |
JfrLabels.Snapshot.Builder |
clear() |
JfrLabels.Snapshot.Builder |
clearContexts() |
JfrLabels.Snapshot.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
JfrLabels.Snapshot.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
JfrLabels.Snapshot.Builder |
clearStrings() |
JfrLabels.Snapshot.Builder |
clone() |
boolean |
containsContexts(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
boolean |
containsStrings(long key)
map<int64, string> strings = 2; |
java.util.Map<java.lang.Long,JfrLabels.Context> |
getContexts()
Deprecated.
|
int |
getContextsCount()
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
java.util.Map<java.lang.Long,JfrLabels.Context> |
getContextsMap()
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Context |
getContextsOrDefault(long key,
JfrLabels.Context defaultValue)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Context |
getContextsOrThrow(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Snapshot |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.util.Map<java.lang.Long,JfrLabels.Context> |
getMutableContexts()
Deprecated.
|
java.util.Map<java.lang.Long,java.lang.String> |
getMutableStrings()
Deprecated.
|
java.util.Map<java.lang.Long,java.lang.String> |
getStrings()
Deprecated.
|
int |
getStringsCount()
map<int64, string> strings = 2; |
java.util.Map<java.lang.Long,java.lang.String> |
getStringsMap()
map<int64, string> strings = 2; |
java.lang.String |
getStringsOrDefault(long key,
java.lang.String defaultValue)
map<int64, string> strings = 2; |
java.lang.String |
getStringsOrThrow(long key)
map<int64, string> strings = 2; |
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() |
JfrLabels.Snapshot.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JfrLabels.Snapshot.Builder |
mergeFrom(JfrLabels.Snapshot other) |
JfrLabels.Snapshot.Builder |
mergeFrom(com.google.protobuf.Message other) |
JfrLabels.Snapshot.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
JfrLabels.Snapshot.Builder |
putAllContexts(java.util.Map<java.lang.Long,JfrLabels.Context> values)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Snapshot.Builder |
putAllStrings(java.util.Map<java.lang.Long,java.lang.String> values)
map<int64, string> strings = 2; |
JfrLabels.Snapshot.Builder |
putContexts(long key,
JfrLabels.Context value)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Snapshot.Builder |
putStrings(long key,
java.lang.String value)
map<int64, string> strings = 2; |
JfrLabels.Snapshot.Builder |
removeContexts(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
JfrLabels.Snapshot.Builder |
removeStrings(long key)
map<int64, string> strings = 2; |
JfrLabels.Snapshot.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
JfrLabels.Snapshot.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
JfrLabels.Snapshot.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.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<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic JfrLabels.Snapshot build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic JfrLabels.Snapshot buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic JfrLabels.Snapshot.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder mergeFrom(JfrLabels.Snapshot other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public JfrLabels.Snapshot.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<JfrLabels.Snapshot.Builder>java.io.IOExceptionpublic int getContextsCount()
JfrLabels.SnapshotOrBuildermap<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsCount in interface JfrLabels.SnapshotOrBuilderpublic boolean containsContexts(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;containsContexts in interface JfrLabels.SnapshotOrBuilder@Deprecated public java.util.Map<java.lang.Long,JfrLabels.Context> getContexts()
getContextsMap() instead.getContexts in interface JfrLabels.SnapshotOrBuilderpublic java.util.Map<java.lang.Long,JfrLabels.Context> getContextsMap()
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsMap in interface JfrLabels.SnapshotOrBuilderpublic JfrLabels.Context getContextsOrDefault(long key, JfrLabels.Context defaultValue)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsOrDefault in interface JfrLabels.SnapshotOrBuilderpublic JfrLabels.Context getContextsOrThrow(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsOrThrow in interface JfrLabels.SnapshotOrBuilderpublic JfrLabels.Snapshot.Builder clearContexts()
public JfrLabels.Snapshot.Builder removeContexts(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;@Deprecated public java.util.Map<java.lang.Long,JfrLabels.Context> getMutableContexts()
public JfrLabels.Snapshot.Builder putContexts(long key, JfrLabels.Context value)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;public JfrLabels.Snapshot.Builder putAllContexts(java.util.Map<java.lang.Long,JfrLabels.Context> values)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;public int getStringsCount()
JfrLabels.SnapshotOrBuildermap<int64, string> strings = 2;getStringsCount in interface JfrLabels.SnapshotOrBuilderpublic boolean containsStrings(long key)
map<int64, string> strings = 2;containsStrings in interface JfrLabels.SnapshotOrBuilder@Deprecated public java.util.Map<java.lang.Long,java.lang.String> getStrings()
getStringsMap() instead.getStrings in interface JfrLabels.SnapshotOrBuilderpublic java.util.Map<java.lang.Long,java.lang.String> getStringsMap()
map<int64, string> strings = 2;getStringsMap in interface JfrLabels.SnapshotOrBuilderpublic java.lang.String getStringsOrDefault(long key,
java.lang.String defaultValue)
map<int64, string> strings = 2;getStringsOrDefault in interface JfrLabels.SnapshotOrBuilderpublic java.lang.String getStringsOrThrow(long key)
map<int64, string> strings = 2;getStringsOrThrow in interface JfrLabels.SnapshotOrBuilderpublic JfrLabels.Snapshot.Builder clearStrings()
public JfrLabels.Snapshot.Builder removeStrings(long key)
map<int64, string> strings = 2;@Deprecated public java.util.Map<java.lang.Long,java.lang.String> getMutableStrings()
public JfrLabels.Snapshot.Builder putStrings(long key, java.lang.String value)
map<int64, string> strings = 2;public JfrLabels.Snapshot.Builder putAllStrings(java.util.Map<java.lang.Long,java.lang.String> values)
map<int64, string> strings = 2;public final JfrLabels.Snapshot.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>public final JfrLabels.Snapshot.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<JfrLabels.Snapshot.Builder>