Interface UpdatedLibraryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdatedLibraryConfig,UpdatedLibraryConfig.Builder
public interface UpdatedLibraryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraceConfiggetConfig()Requested updated configuration.TraceConfigOrBuildergetConfigOrBuilder()Requested updated configuration.NodegetNode()This field is ignored when the RPC is used to configure only one Application.NodeOrBuildergetNodeOrBuilder()This field is ignored when the RPC is used to configure only one Application.booleanhasConfig()Requested updated configuration.booleanhasNode()This field is ignored when the RPC is used to configure only one Application.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNode
boolean 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;- Returns:
- Whether the node field is set.
-
getNode
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;- Returns:
- The node.
-
getNodeOrBuilder
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;
-
hasConfig
boolean hasConfig()
Requested updated configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;- Returns:
- Whether the config field is set.
-
getConfig
TraceConfig getConfig()
Requested updated configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;- Returns:
- The config.
-
getConfigOrBuilder
TraceConfigOrBuilder getConfigOrBuilder()
Requested updated configuration.
.opencensus.proto.trace.v1.TraceConfig config = 2;
-
-