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

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

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

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

        public Service.GetAssessmentRequest.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<Service.GetAssessmentRequest.Builder>
      • addRepeatedField

        public Service.GetAssessmentRequest.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<Service.GetAssessmentRequest.Builder>
      • isInitialized

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

        public Service.GetAssessmentRequest.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<Service.GetAssessmentRequest.Builder>
        Throws:
        java.io.IOException
      • hasTraceId

        public boolean hasTraceId()
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        hasTraceId in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        Whether the traceId field is set.
      • getTraceId

        public java.lang.String getTraceId()
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getTraceId in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        The traceId.
      • getTraceIdBytes

        public com.google.protobuf.ByteString getTraceIdBytes()
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getTraceIdBytes in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        The bytes for traceId.
      • setTraceId

        public Service.GetAssessmentRequest.Builder setTraceId​(java.lang.String value)
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The traceId to set.
        Returns:
        This builder for chaining.
      • clearTraceId

        public Service.GetAssessmentRequest.Builder clearTraceId()
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setTraceIdBytes

        public Service.GetAssessmentRequest.Builder setTraceIdBytes​(com.google.protobuf.ByteString value)
         The ID of the trace the assessment belongs to.
         
        optional string trace_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for traceId to set.
        Returns:
        This builder for chaining.
      • hasAssessmentId

        public boolean hasAssessmentId()
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Specified by:
        hasAssessmentId in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        Whether the assessmentId field is set.
      • getAssessmentId

        public java.lang.String getAssessmentId()
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Specified by:
        getAssessmentId in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        The assessmentId.
      • getAssessmentIdBytes

        public com.google.protobuf.ByteString getAssessmentIdBytes()
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Specified by:
        getAssessmentIdBytes in interface Service.GetAssessmentRequestOrBuilder
        Returns:
        The bytes for assessmentId.
      • setAssessmentId

        public Service.GetAssessmentRequest.Builder setAssessmentId​(java.lang.String value)
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Parameters:
        value - The assessmentId to set.
        Returns:
        This builder for chaining.
      • clearAssessmentId

        public Service.GetAssessmentRequest.Builder clearAssessmentId()
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setAssessmentIdBytes

        public Service.GetAssessmentRequest.Builder setAssessmentIdBytes​(com.google.protobuf.ByteString value)
         The ID of the assessment.
         
        optional string assessment_id = 2 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for assessmentId to set.
        Returns:
        This builder for chaining.