public interface ProcessIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
The host name.
|
com.google.protobuf.ByteString |
getHostNameBytes()
The host name.
|
int |
getPid()
Process id.
|
com.google.protobuf.Timestamp |
getStartTimestamp()
Start time of this ProcessIdentifier.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimestampOrBuilder()
Start time of this ProcessIdentifier.
|
boolean |
hasStartTimestamp()
Start time of this ProcessIdentifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostName()
The host name. Usually refers to the machine/container name. For example: os.Hostname() in Go, socket.gethostname() in Python.
string host_name = 1;com.google.protobuf.ByteString getHostNameBytes()
The host name. Usually refers to the machine/container name. For example: os.Hostname() in Go, socket.gethostname() in Python.
string host_name = 1;int getPid()
Process id.
uint32 pid = 2;boolean hasStartTimestamp()
Start time of this ProcessIdentifier. Represented in epoch time.
.google.protobuf.Timestamp start_timestamp = 3;com.google.protobuf.Timestamp getStartTimestamp()
Start time of this ProcessIdentifier. Represented in epoch time.
.google.protobuf.Timestamp start_timestamp = 3;com.google.protobuf.TimestampOrBuilder getStartTimestampOrBuilder()
Start time of this ProcessIdentifier. Represented in epoch time.
.google.protobuf.Timestamp start_timestamp = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.