public interface NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
Additional attributes.
|
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
Additional attributes.
|
Map<String,String> |
getAttributesMap()
Additional attributes.
|
String |
getAttributesOrDefault(String key,
String defaultValue)
Additional attributes.
|
String |
getAttributesOrThrow(String key)
Additional attributes.
|
ProcessIdentifier |
getIdentifier()
Identifier that uniquely identifies a process within a VM/container.
|
ProcessIdentifierOrBuilder |
getIdentifierOrBuilder()
Identifier that uniquely identifies a process within a VM/container.
|
LibraryInfo |
getLibraryInfo()
Information on the OpenCensus Library that initiates the stream.
|
LibraryInfoOrBuilder |
getLibraryInfoOrBuilder()
Information on the OpenCensus Library that initiates the stream.
|
ServiceInfo |
getServiceInfo()
Additional information on service.
|
ServiceInfoOrBuilder |
getServiceInfoOrBuilder()
Additional information on service.
|
boolean |
hasIdentifier()
Identifier that uniquely identifies a process within a VM/container.
|
boolean |
hasLibraryInfo()
Information on the OpenCensus Library that initiates the stream.
|
boolean |
hasServiceInfo()
Additional information on service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
Identifier that uniquely identifies a process within a VM/container.
.opencensus.proto.agent.common.v1.ProcessIdentifier identifier = 1;ProcessIdentifier getIdentifier()
Identifier that uniquely identifies a process within a VM/container.
.opencensus.proto.agent.common.v1.ProcessIdentifier identifier = 1;ProcessIdentifierOrBuilder getIdentifierOrBuilder()
Identifier that uniquely identifies a process within a VM/container.
.opencensus.proto.agent.common.v1.ProcessIdentifier identifier = 1;boolean hasLibraryInfo()
Information on the OpenCensus Library that initiates the stream.
.opencensus.proto.agent.common.v1.LibraryInfo library_info = 2;LibraryInfo getLibraryInfo()
Information on the OpenCensus Library that initiates the stream.
.opencensus.proto.agent.common.v1.LibraryInfo library_info = 2;LibraryInfoOrBuilder getLibraryInfoOrBuilder()
Information on the OpenCensus Library that initiates the stream.
.opencensus.proto.agent.common.v1.LibraryInfo library_info = 2;boolean hasServiceInfo()
Additional information on service.
.opencensus.proto.agent.common.v1.ServiceInfo service_info = 3;ServiceInfo getServiceInfo()
Additional information on service.
.opencensus.proto.agent.common.v1.ServiceInfo service_info = 3;ServiceInfoOrBuilder getServiceInfoOrBuilder()
Additional information on service.
.opencensus.proto.agent.common.v1.ServiceInfo service_info = 3;int getAttributesCount()
Additional attributes.
map<string, string> attributes = 4;boolean containsAttributes(String key)
Additional attributes.
map<string, string> attributes = 4;@Deprecated Map<String,String> getAttributes()
getAttributesMap() instead.Map<String,String> getAttributesMap()
Additional attributes.
map<string, string> attributes = 4;String getAttributesOrDefault(String key, String defaultValue)
Additional attributes.
map<string, string> attributes = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.