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

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

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

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

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

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

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

        public ExportMetricsServiceResponse.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<ExportMetricsServiceResponse.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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
        Specified by:
        hasPartialSuccess in interface ExportMetricsServiceResponseOrBuilder
        Returns:
        Whether the partialSuccess field is set.
      • getPartialSuccess

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

        public ExportMetricsServiceResponse.Builder setPartialSuccess​(ExportMetricsPartialSuccess 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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
      • setPartialSuccess

        public ExportMetricsServiceResponse.Builder setPartialSuccess​(ExportMetricsPartialSuccess.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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
      • mergePartialSuccess

        public ExportMetricsServiceResponse.Builder mergePartialSuccess​(ExportMetricsPartialSuccess 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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
      • clearPartialSuccess

        public ExportMetricsServiceResponse.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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
      • getPartialSuccessBuilder

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

        public ExportMetricsPartialSuccessOrBuilder 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.metrics.v1.ExportMetricsPartialSuccess partial_success = 1;
        Specified by:
        getPartialSuccessOrBuilder in interface ExportMetricsServiceResponseOrBuilder