| Package | Description |
|---|---|
| io.opencensus.proto.agent.common.v1 |
| Modifier and Type | Method and Description |
|---|---|
ProcessIdentifier |
ProcessIdentifier.Builder.build() |
ProcessIdentifier |
ProcessIdentifier.Builder.buildPartial() |
static ProcessIdentifier |
ProcessIdentifier.getDefaultInstance() |
ProcessIdentifier |
ProcessIdentifier.getDefaultInstanceForType() |
ProcessIdentifier |
ProcessIdentifier.Builder.getDefaultInstanceForType() |
ProcessIdentifier |
NodeOrBuilder.getIdentifier()
Identifier that uniquely identifies a process within a VM/container.
|
ProcessIdentifier |
Node.getIdentifier()
Identifier that uniquely identifies a process within a VM/container.
|
ProcessIdentifier |
Node.Builder.getIdentifier()
Identifier that uniquely identifies a process within a VM/container.
|
static ProcessIdentifier |
ProcessIdentifier.parseDelimitedFrom(InputStream input) |
static ProcessIdentifier |
ProcessIdentifier.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(byte[] data) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(ByteBuffer data) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(com.google.protobuf.ByteString data) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(InputStream input) |
static ProcessIdentifier |
ProcessIdentifier.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProcessIdentifier> |
ProcessIdentifier.getParserForType() |
static com.google.protobuf.Parser<ProcessIdentifier> |
ProcessIdentifier.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProcessIdentifier.Builder |
ProcessIdentifier.Builder.mergeFrom(ProcessIdentifier other) |
Node.Builder |
Node.Builder.mergeIdentifier(ProcessIdentifier value)
Identifier that uniquely identifies a process within a VM/container.
|
static ProcessIdentifier.Builder |
ProcessIdentifier.newBuilder(ProcessIdentifier prototype) |
Node.Builder |
Node.Builder.setIdentifier(ProcessIdentifier value)
Identifier that uniquely identifies a process within a VM/container.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.