Class ExportTraceServiceResponse.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<ExportTraceServiceResponse.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<ExportTraceServiceResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ExportTraceServiceResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.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<ExportTraceServiceResponse.Builder>
        Throws:
        java.io.IOException
      • hasPartialSuccess

        public boolean hasPartialSuccess()
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
        Specified by:
        hasPartialSuccess in interface ExportTraceServiceResponseOrBuilder
        Returns:
        Whether the partialSuccess field is set.
      • getPartialSuccess

        public ExportTracePartialSuccess getPartialSuccess()
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
        Specified by:
        getPartialSuccess in interface ExportTraceServiceResponseOrBuilder
        Returns:
        The partialSuccess.
      • setPartialSuccess

        public ExportTraceServiceResponse.Builder setPartialSuccess​(ExportTracePartialSuccess value)
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
      • setPartialSuccess

        public ExportTraceServiceResponse.Builder setPartialSuccess​(ExportTracePartialSuccess.Builder builderForValue)
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
      • mergePartialSuccess

        public ExportTraceServiceResponse.Builder mergePartialSuccess​(ExportTracePartialSuccess value)
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
      • clearPartialSuccess

        public ExportTraceServiceResponse.Builder clearPartialSuccess()
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
      • getPartialSuccessBuilder

        public ExportTracePartialSuccess.Builder getPartialSuccessBuilder()
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
      • getPartialSuccessOrBuilder

        public ExportTracePartialSuccessOrBuilder getPartialSuccessOrBuilder()
         The details of a partially successful export request.
        
         If the request is only partially accepted
         (i.e. when the server accepts only parts of the data and rejects the rest)
         the server MUST initialize the `partial_success` field and MUST
         set the `rejected_<signal>` with the number of items it rejected.
        
         Servers MAY also make use of the `partial_success` field to convey
         warnings/suggestions to senders even when the request was fully accepted.
         In such cases, the `rejected_<signal>` MUST have a value of `0` and
         the `error_message` MUST be non-empty.
        
         A `partial_success` message with an empty value (rejected_<signal> = 0 and
         `error_message` = "") is equivalent to it not being set/present. Senders
         SHOULD interpret it the same way as in the full success case.
         
        .opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess partial_success = 1;
        Specified by:
        getPartialSuccessOrBuilder in interface ExportTraceServiceResponseOrBuilder
      • setUnknownFields

        public final ExportTraceServiceResponse.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<ExportTraceServiceResponse.Builder>
      • mergeUnknownFields

        public final ExportTraceServiceResponse.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<ExportTraceServiceResponse.Builder>