Class UpdatedLibraryConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • clear

        public UpdatedLibraryConfig.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • getDefaultInstanceForType

        public UpdatedLibraryConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpdatedLibraryConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpdatedLibraryConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public UpdatedLibraryConfig.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • setField

        public UpdatedLibraryConfig.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • clearField

        public UpdatedLibraryConfig.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • clearOneof

        public UpdatedLibraryConfig.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • setRepeatedField

        public UpdatedLibraryConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • addRepeatedField

        public UpdatedLibraryConfig.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • mergeFrom

        public UpdatedLibraryConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdatedLibraryConfig.Builder>
        Throws:
        IOException
      • hasNode

        public 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;
        Specified by:
        hasNode in interface UpdatedLibraryConfigOrBuilder
        Returns:
        Whether the node field is set.
      • getNode

        public 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;
        Specified by:
        getNode in interface UpdatedLibraryConfigOrBuilder
        Returns:
        The node.
      • setNode

        public UpdatedLibraryConfig.Builder setNode​(Node value)
         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;
      • setNode

        public UpdatedLibraryConfig.Builder setNode​(Node.Builder builderForValue)
         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;
      • mergeNode

        public UpdatedLibraryConfig.Builder mergeNode​(Node value)
         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;
      • clearNode

        public UpdatedLibraryConfig.Builder clearNode()
         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;
      • getNodeBuilder

        public Node.Builder getNodeBuilder()
         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;
      • getNodeOrBuilder

        public 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;
        Specified by:
        getNodeOrBuilder in interface UpdatedLibraryConfigOrBuilder
      • hasConfig

        public boolean hasConfig()
         Requested updated configuration.
         
        .opencensus.proto.trace.v1.TraceConfig config = 2;
        Specified by:
        hasConfig in interface UpdatedLibraryConfigOrBuilder
        Returns:
        Whether the config field is set.
      • clearConfig

        public UpdatedLibraryConfig.Builder clearConfig()
         Requested updated configuration.
         
        .opencensus.proto.trace.v1.TraceConfig config = 2;
      • getConfigBuilder

        public TraceConfig.Builder getConfigBuilder()
         Requested updated configuration.
         
        .opencensus.proto.trace.v1.TraceConfig config = 2;
      • setUnknownFields

        public final UpdatedLibraryConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>
      • mergeUnknownFields

        public final UpdatedLibraryConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdatedLibraryConfig.Builder>