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

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

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

        public ExportLogsServiceResponse 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<ExportLogsServiceResponse.Builder>
      • mergeFrom

        public ExportLogsServiceResponse.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<ExportLogsServiceResponse.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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
        Specified by:
        hasPartialSuccess in interface ExportLogsServiceResponseOrBuilder
        Returns:
        Whether the partialSuccess field is set.
      • getPartialSuccess

        public ExportLogsPartialSuccess 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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
        Specified by:
        getPartialSuccess in interface ExportLogsServiceResponseOrBuilder
        Returns:
        The partialSuccess.
      • setPartialSuccess

        public ExportLogsServiceResponse.Builder setPartialSuccess​(ExportLogsPartialSuccess 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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
      • setPartialSuccess

        public ExportLogsServiceResponse.Builder setPartialSuccess​(ExportLogsPartialSuccess.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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
      • mergePartialSuccess

        public ExportLogsServiceResponse.Builder mergePartialSuccess​(ExportLogsPartialSuccess 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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
      • clearPartialSuccess

        public ExportLogsServiceResponse.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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
      • getPartialSuccessBuilder

        public ExportLogsPartialSuccess.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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
      • getPartialSuccessOrBuilder

        public ExportLogsPartialSuccessOrBuilder 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.logs.v1.ExportLogsPartialSuccess partial_success = 1;
        Specified by:
        getPartialSuccessOrBuilder in interface ExportLogsServiceResponseOrBuilder
      • setUnknownFields

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

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