public static final class JfrLabels.Snapshot extends com.google.protobuf.GeneratedMessageV3 implements JfrLabels.SnapshotOrBuilder
io.pyroscope.labels.pb.Snapshot| Modifier and Type | Class and Description |
|---|---|
static class |
JfrLabels.Snapshot.Builder
Protobuf type
io.pyroscope.labels.pb.Snapshot |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXTS_FIELD_NUMBER |
static int |
STRINGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsContexts(long key)
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; |
boolean |
containsStrings(long key)
map<int64, string> strings = 2; |
boolean |
equals(java.lang.Object obj) |
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; |
static JfrLabels.Snapshot |
getDefaultInstance() |
JfrLabels.Snapshot |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<JfrLabels.Snapshot> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static JfrLabels.Snapshot.Builder |
newBuilder() |
static JfrLabels.Snapshot.Builder |
newBuilder(JfrLabels.Snapshot prototype) |
JfrLabels.Snapshot.Builder |
newBuilderForType() |
protected JfrLabels.Snapshot.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static JfrLabels.Snapshot |
parseDelimitedFrom(java.io.InputStream input) |
static JfrLabels.Snapshot |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JfrLabels.Snapshot |
parseFrom(byte[] data) |
static JfrLabels.Snapshot |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JfrLabels.Snapshot |
parseFrom(java.nio.ByteBuffer data) |
static JfrLabels.Snapshot |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JfrLabels.Snapshot |
parseFrom(com.google.protobuf.ByteString data) |
static JfrLabels.Snapshot |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JfrLabels.Snapshot |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JfrLabels.Snapshot |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JfrLabels.Snapshot |
parseFrom(java.io.InputStream input) |
static JfrLabels.Snapshot |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JfrLabels.Snapshot> |
parser() |
JfrLabels.Snapshot.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONTEXTS_FIELD_NUMBER
public static final int STRINGS_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static JfrLabels.Snapshot parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JfrLabels.Snapshot parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JfrLabels.Snapshot parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static JfrLabels.Snapshot parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JfrLabels.Snapshot parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static JfrLabels.Snapshot parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JfrLabels.Snapshot parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic JfrLabels.Snapshot.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JfrLabels.Snapshot.Builder newBuilder()
public static JfrLabels.Snapshot.Builder newBuilder(JfrLabels.Snapshot prototype)
public JfrLabels.Snapshot.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JfrLabels.Snapshot.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static JfrLabels.Snapshot getDefaultInstance()
public static com.google.protobuf.Parser<JfrLabels.Snapshot> parser()
public com.google.protobuf.Parser<JfrLabels.Snapshot> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public JfrLabels.Snapshot getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder