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

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

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

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

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

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

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

        public Service.SearchTracesV3Request.Builder removeLocations​(int index)
         A list of MLflow experiments to search over.
         
        repeated .mlflow.TraceLocation locations = 1;
      • getLocationsBuilder

        public Service.TraceLocation.Builder getLocationsBuilder​(int index)
         A list of MLflow experiments to search over.
         
        repeated .mlflow.TraceLocation locations = 1;
      • addLocationsBuilder

        public Service.TraceLocation.Builder addLocationsBuilder()
         A list of MLflow experiments to search over.
         
        repeated .mlflow.TraceLocation locations = 1;
      • addLocationsBuilder

        public Service.TraceLocation.Builder addLocationsBuilder​(int index)
         A list of MLflow experiments to search over.
         
        repeated .mlflow.TraceLocation locations = 1;
      • getLocationsBuilderList

        public java.util.List<Service.TraceLocation.Builder> getLocationsBuilderList()
         A list of MLflow experiments to search over.
         
        repeated .mlflow.TraceLocation locations = 1;
      • hasFilter

        public boolean hasFilter()
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Specified by:
        hasFilter in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        Whether the filter field is set.
      • getFilter

        public java.lang.String getFilter()
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Specified by:
        getFilter in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Specified by:
        getFilterBytes in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public Service.SearchTracesV3Request.Builder setFilter​(java.lang.String value)
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public Service.SearchTracesV3Request.Builder clearFilter()
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public Service.SearchTracesV3Request.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         A filter expression over trace attributes and tags that allows returning a subset of
         traces. The syntax is a subset of SQL that supports ANDing together binary operations
         Example: ``trace.status = 'OK' and trace.timestamp_ms > 1711089570679``.
         
        optional string filter = 2;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • hasMaxResults

        public boolean hasMaxResults()
         Maximum number of traces desired. Max threshold is 500.
         
        optional int32 max_results = 3 [default = 100];
        Specified by:
        hasMaxResults in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        Whether the maxResults field is set.
      • getMaxResults

        public int getMaxResults()
         Maximum number of traces desired. Max threshold is 500.
         
        optional int32 max_results = 3 [default = 100];
        Specified by:
        getMaxResults in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        The maxResults.
      • setMaxResults

        public Service.SearchTracesV3Request.Builder setMaxResults​(int value)
         Maximum number of traces desired. Max threshold is 500.
         
        optional int32 max_results = 3 [default = 100];
        Parameters:
        value - The maxResults to set.
        Returns:
        This builder for chaining.
      • clearMaxResults

        public Service.SearchTracesV3Request.Builder clearMaxResults()
         Maximum number of traces desired. Max threshold is 500.
         
        optional int32 max_results = 3 [default = 100];
        Returns:
        This builder for chaining.
      • getOrderByList

        public com.google.protobuf.ProtocolStringList getOrderByList()
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Specified by:
        getOrderByList in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        A list containing the orderBy.
      • getOrderByCount

        public int getOrderByCount()
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Specified by:
        getOrderByCount in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        The count of orderBy.
      • getOrderBy

        public java.lang.String getOrderBy​(int index)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Specified by:
        getOrderBy in interface Service.SearchTracesV3RequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The orderBy at the given index.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes​(int index)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Specified by:
        getOrderByBytes in interface Service.SearchTracesV3RequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the orderBy at the given index.
      • setOrderBy

        public Service.SearchTracesV3Request.Builder setOrderBy​(int index,
                                                                java.lang.String value)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Parameters:
        index - The index to set the value at.
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • addOrderBy

        public Service.SearchTracesV3Request.Builder addOrderBy​(java.lang.String value)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Parameters:
        value - The orderBy to add.
        Returns:
        This builder for chaining.
      • addAllOrderBy

        public Service.SearchTracesV3Request.Builder addAllOrderBy​(java.lang.Iterable<java.lang.String> values)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Parameters:
        values - The orderBy to add.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public Service.SearchTracesV3Request.Builder clearOrderBy()
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Returns:
        This builder for chaining.
      • addOrderByBytes

        public Service.SearchTracesV3Request.Builder addOrderByBytes​(com.google.protobuf.ByteString value)
         List of columns for ordering the results, e.g. ``["timestamp_ms DESC"]``.
         
        repeated string order_by = 4;
        Parameters:
        value - The bytes of the orderBy to add.
        Returns:
        This builder for chaining.
      • hasPageToken

        public boolean hasPageToken()
         Token indicating the page of traces to fetch.
         
        optional string page_token = 5;
        Specified by:
        hasPageToken in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        Whether the pageToken field is set.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Token indicating the page of traces to fetch.
         
        optional string page_token = 5;
        Specified by:
        getPageTokenBytes in interface Service.SearchTracesV3RequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public Service.SearchTracesV3Request.Builder setPageToken​(java.lang.String value)
         Token indicating the page of traces to fetch.
         
        optional string page_token = 5;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public Service.SearchTracesV3Request.Builder clearPageToken()
         Token indicating the page of traces to fetch.
         
        optional string page_token = 5;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public Service.SearchTracesV3Request.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Token indicating the page of traces to fetch.
         
        optional string page_token = 5;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.