Uses of Class
io.opencensus.proto.agent.common.v1.ProcessIdentifier
-
Packages that use ProcessIdentifier Package Description io.opencensus.proto.agent.common.v1 -
-
Uses of ProcessIdentifier in io.opencensus.proto.agent.common.v1
Methods in io.opencensus.proto.agent.common.v1 that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierProcessIdentifier.Builder. build()ProcessIdentifierProcessIdentifier.Builder. buildPartial()static ProcessIdentifierProcessIdentifier. getDefaultInstance()ProcessIdentifierProcessIdentifier.Builder. getDefaultInstanceForType()ProcessIdentifierProcessIdentifier. getDefaultInstanceForType()ProcessIdentifierNode.Builder. getIdentifier()Identifier that uniquely identifies a process within a VM/container.ProcessIdentifierNode. getIdentifier()Identifier that uniquely identifies a process within a VM/container.ProcessIdentifierNodeOrBuilder. getIdentifier()Identifier that uniquely identifies a process within a VM/container.static ProcessIdentifierProcessIdentifier. parseDelimitedFrom(InputStream input)static ProcessIdentifierProcessIdentifier. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessIdentifierProcessIdentifier. parseFrom(byte[] data)static ProcessIdentifierProcessIdentifier. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessIdentifierProcessIdentifier. parseFrom(com.google.protobuf.ByteString data)static ProcessIdentifierProcessIdentifier. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessIdentifierProcessIdentifier. parseFrom(com.google.protobuf.CodedInputStream input)static ProcessIdentifierProcessIdentifier. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessIdentifierProcessIdentifier. parseFrom(InputStream input)static ProcessIdentifierProcessIdentifier. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessIdentifierProcessIdentifier. parseFrom(ByteBuffer data)static ProcessIdentifierProcessIdentifier. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.agent.common.v1 that return types with arguments of type ProcessIdentifier Modifier and Type Method Description com.google.protobuf.Parser<ProcessIdentifier>ProcessIdentifier. getParserForType()static com.google.protobuf.Parser<ProcessIdentifier>ProcessIdentifier. parser()Methods in io.opencensus.proto.agent.common.v1 with parameters of type ProcessIdentifier Modifier and Type Method Description ProcessIdentifier.BuilderProcessIdentifier.Builder. mergeFrom(ProcessIdentifier other)Node.BuilderNode.Builder. mergeIdentifier(ProcessIdentifier value)Identifier that uniquely identifies a process within a VM/container.static ProcessIdentifier.BuilderProcessIdentifier. newBuilder(ProcessIdentifier prototype)Node.BuilderNode.Builder. setIdentifier(ProcessIdentifier value)Identifier that uniquely identifies a process within a VM/container.
-