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