public interface CurrentLibraryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TraceConfig |
getConfig()
Current configuration.
|
TraceConfigOrBuilder |
getConfigOrBuilder()
Current configuration.
|
Node |
getNode()
This is required only in the first message on the stream or if the
previous sent CurrentLibraryConfig message has a different Node (e.g.
|
NodeOrBuilder |
getNodeOrBuilder()
This is required only in the first message on the stream or if the
previous sent CurrentLibraryConfig message has a different Node (e.g.
|
boolean |
hasConfig()
Current configuration.
|
boolean |
hasNode()
This is required only in the first message on the stream or if the
previous sent CurrentLibraryConfig message has a different Node (e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
This is required only in the first message on the stream or if the previous sent CurrentLibraryConfig message has a different Node (e.g. when the same RPC is used to configure multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;Node getNode()
This is required only in the first message on the stream or if the previous sent CurrentLibraryConfig message has a different Node (e.g. when the same RPC is used to configure multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;NodeOrBuilder getNodeOrBuilder()
This is required only in the first message on the stream or if the previous sent CurrentLibraryConfig message has a different Node (e.g. when the same RPC is used to configure multiple Applications).
.opencensus.proto.agent.common.v1.Node node = 1;boolean hasConfig()
Current configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;TraceConfig getConfig()
Current configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;TraceConfigOrBuilder getConfigOrBuilder()
Current configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.