Class SearchDataItemsRequest.Builder (3.42.0)

public static final class SearchDataItemsRequest.Builder extends GeneratedMessageV3.Builder<SearchDataItemsRequest.Builder> implements SearchDataItemsRequestOrBuilder

Request message for DatasetService.SearchDataItems.

Protobuf type google.cloud.aiplatform.v1.SearchDataItemsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAnnotationFilters(Iterable<String> values)

public SearchDataItemsRequest.Builder addAllAnnotationFilters(Iterable<String> values)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameter
NameDescription
valuesIterable<String>

The annotationFilters to add.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

addAnnotationFilters(String value)

public SearchDataItemsRequest.Builder addAnnotationFilters(String value)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameter
NameDescription
valueString

The annotationFilters to add.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

addAnnotationFiltersBytes(ByteString value)

public SearchDataItemsRequest.Builder addAnnotationFiltersBytes(ByteString value)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameter
NameDescription
valueByteString

The bytes of the annotationFilters to add.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchDataItemsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

build()

public SearchDataItemsRequest build()
Returns
TypeDescription
SearchDataItemsRequest

buildPartial()

public SearchDataItemsRequest buildPartial()
Returns
TypeDescription
SearchDataItemsRequest

clear()

public SearchDataItemsRequest.Builder clear()
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

clearAnnotationFilters()

public SearchDataItemsRequest.Builder clearAnnotationFilters()

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearAnnotationsFilter() (deprecated)

public SearchDataItemsRequest.Builder clearAnnotationsFilter()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=666

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.

string annotations_filter = 5 [deprecated = true];

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearAnnotationsLimit()

public SearchDataItemsRequest.Builder clearAnnotationsLimit()

If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.

int32 annotations_limit = 7;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearDataItemFilter()

public SearchDataItemsRequest.Builder clearDataItemFilter()

An expression for filtering the DataItem that will be returned.

  • data_item_id - for = or !=.
  • labeled - for = or !=.
  • has_annotation(ANNOTATION_SPEC_ID) - true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID in the context of SavedQuery or DataLabelingJob.

    For example:

    • data_item=1
    • has_annotation(5)

string data_item_filter = 4;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearDataLabelingJob()

public SearchDataItemsRequest.Builder clearDataLabelingJob()

The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} If this field is set, all of the search will be done in the context of this DataLabelingJob.

string data_labeling_job = 3;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearDataset()

public SearchDataItemsRequest.Builder clearDataset()

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SearchDataItemsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

clearFieldMask()

public SearchDataItemsRequest.Builder clearFieldMask()

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Returns
TypeDescription
SearchDataItemsRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchDataItemsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

clearOrder()

public SearchDataItemsRequest.Builder clearOrder()
Returns
TypeDescription
SearchDataItemsRequest.Builder

clearOrderBy() (deprecated)

public SearchDataItemsRequest.Builder clearOrderBy()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=690

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by = 9 [deprecated = true];

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearOrderByAnnotation()

public SearchDataItemsRequest.Builder clearOrderByAnnotation()

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Returns
TypeDescription
SearchDataItemsRequest.Builder

clearOrderByDataItem()

public SearchDataItemsRequest.Builder clearOrderByDataItem()

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearPageSize()

public SearchDataItemsRequest.Builder clearPageSize()

Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.

int32 page_size = 8;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearPageToken()

public SearchDataItemsRequest.Builder clearPageToken()

A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

string page_token = 10;

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clearSavedQuery() (deprecated)

public SearchDataItemsRequest.Builder clearSavedQuery()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=635

The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query} All of the search will be done in the context of this SavedQuery.

string saved_query = 2 [deprecated = true, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

clone()

public SearchDataItemsRequest.Builder clone()
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

getAnnotationFilters(int index)

public String getAnnotationFilters(int index)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The annotationFilters at the given index.

getAnnotationFiltersBytes(int index)

public ByteString getAnnotationFiltersBytes(int index)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the annotationFilters at the given index.

getAnnotationFiltersCount()

public int getAnnotationFiltersCount()

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Returns
TypeDescription
int

The count of annotationFilters.

getAnnotationFiltersList()

public ProtocolStringList getAnnotationFiltersList()

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Returns
TypeDescription
ProtocolStringList

A list containing the annotationFilters.

getAnnotationsFilter() (deprecated)

public String getAnnotationsFilter()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=666

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.

string annotations_filter = 5 [deprecated = true];

Returns
TypeDescription
String

The annotationsFilter.

getAnnotationsFilterBytes() (deprecated)

public ByteString getAnnotationsFilterBytes()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=666

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.

string annotations_filter = 5 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for annotationsFilter.

getAnnotationsLimit()

public int getAnnotationsLimit()

If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.

int32 annotations_limit = 7;

Returns
TypeDescription
int

The annotationsLimit.

getDataItemFilter()

public String getDataItemFilter()

An expression for filtering the DataItem that will be returned.

  • data_item_id - for = or !=.
  • labeled - for = or !=.
  • has_annotation(ANNOTATION_SPEC_ID) - true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID in the context of SavedQuery or DataLabelingJob.

    For example:

    • data_item=1
    • has_annotation(5)

string data_item_filter = 4;

Returns
TypeDescription
String

The dataItemFilter.

getDataItemFilterBytes()

public ByteString getDataItemFilterBytes()

An expression for filtering the DataItem that will be returned.

  • data_item_id - for = or !=.
  • labeled - for = or !=.
  • has_annotation(ANNOTATION_SPEC_ID) - true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID in the context of SavedQuery or DataLabelingJob.

    For example:

    • data_item=1
    • has_annotation(5)

string data_item_filter = 4;

Returns
TypeDescription
ByteString

The bytes for dataItemFilter.

getDataLabelingJob()

public String getDataLabelingJob()

The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} If this field is set, all of the search will be done in the context of this DataLabelingJob.

string data_labeling_job = 3;

Returns
TypeDescription
String

The dataLabelingJob.

getDataLabelingJobBytes()

public ByteString getDataLabelingJobBytes()

The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} If this field is set, all of the search will be done in the context of this DataLabelingJob.

string data_labeling_job = 3;

Returns
TypeDescription
ByteString

The bytes for dataLabelingJob.

getDataset()

public String getDataset()

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The dataset.

getDatasetBytes()

public ByteString getDatasetBytes()

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for dataset.

getDefaultInstanceForType()

public SearchDataItemsRequest getDefaultInstanceForType()
Returns
TypeDescription
SearchDataItemsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFieldMask()

public FieldMask getFieldMask()

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Returns
TypeDescription
FieldMask

The fieldMask.

getFieldMaskBuilder()

public FieldMask.Builder getFieldMaskBuilder()

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Returns
TypeDescription
Builder

getFieldMaskOrBuilder()

public FieldMaskOrBuilder getFieldMaskOrBuilder()

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Returns
TypeDescription
FieldMaskOrBuilder

getOrderBy() (deprecated)

public String getOrderBy()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=690

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by = 9 [deprecated = true];

Returns
TypeDescription
String

The orderBy.

getOrderByAnnotation()

public SearchDataItemsRequest.OrderByAnnotation getOrderByAnnotation()

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Returns
TypeDescription
SearchDataItemsRequest.OrderByAnnotation

The orderByAnnotation.

getOrderByAnnotationBuilder()

public SearchDataItemsRequest.OrderByAnnotation.Builder getOrderByAnnotationBuilder()

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Returns
TypeDescription
SearchDataItemsRequest.OrderByAnnotation.Builder

getOrderByAnnotationOrBuilder()

public SearchDataItemsRequest.OrderByAnnotationOrBuilder getOrderByAnnotationOrBuilder()

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Returns
TypeDescription
SearchDataItemsRequest.OrderByAnnotationOrBuilder

getOrderByBytes() (deprecated)

public ByteString getOrderByBytes()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=690

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by = 9 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for orderBy.

getOrderByDataItem()

public String getOrderByDataItem()

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Returns
TypeDescription
String

The orderByDataItem.

getOrderByDataItemBytes()

public ByteString getOrderByDataItemBytes()

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Returns
TypeDescription
ByteString

The bytes for orderByDataItem.

getOrderCase()

public SearchDataItemsRequest.OrderCase getOrderCase()
Returns
TypeDescription
SearchDataItemsRequest.OrderCase

getPageSize()

public int getPageSize()

Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.

int32 page_size = 8;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

string page_token = 10;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

string page_token = 10;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getSavedQuery() (deprecated)

public String getSavedQuery()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=635

The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query} All of the search will be done in the context of this SavedQuery.

string saved_query = 2 [deprecated = true, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The savedQuery.

getSavedQueryBytes() (deprecated)

public ByteString getSavedQueryBytes()

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=635

The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query} All of the search will be done in the context of this SavedQuery.

string saved_query = 2 [deprecated = true, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for savedQuery.

hasFieldMask()

public boolean hasFieldMask()

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Returns
TypeDescription
boolean

Whether the fieldMask field is set.

hasOrderByAnnotation()

public boolean hasOrderByAnnotation()

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Returns
TypeDescription
boolean

Whether the orderByAnnotation field is set.

hasOrderByDataItem()

public boolean hasOrderByDataItem()

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Returns
TypeDescription
boolean

Whether the orderByDataItem field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFieldMask(FieldMask value)

public SearchDataItemsRequest.Builder mergeFieldMask(FieldMask value)

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
SearchDataItemsRequest.Builder

mergeFrom(SearchDataItemsRequest other)

public SearchDataItemsRequest.Builder mergeFrom(SearchDataItemsRequest other)
Parameter
NameDescription
otherSearchDataItemsRequest
Returns
TypeDescription
SearchDataItemsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchDataItemsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SearchDataItemsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

mergeOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value)

public SearchDataItemsRequest.Builder mergeOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value)

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Parameter
NameDescription
valueSearchDataItemsRequest.OrderByAnnotation
Returns
TypeDescription
SearchDataItemsRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchDataItemsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

setAnnotationFilters(int index, String value)

public SearchDataItemsRequest.Builder setAnnotationFilters(int index, String value)

An expression that specifies what Annotations will be returned per DataItem. Annotations satisfied either of the conditions will be returned.

  • annotation_spec_id - for = or !=. Must specify saved_query_id= - saved query id that annotations should belong to.

repeated string annotation_filters = 11;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The annotationFilters to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setAnnotationsFilter(String value) (deprecated)

public SearchDataItemsRequest.Builder setAnnotationsFilter(String value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=666

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.

string annotations_filter = 5 [deprecated = true];

Parameter
NameDescription
valueString

The annotationsFilter to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setAnnotationsFilterBytes(ByteString value) (deprecated)

public SearchDataItemsRequest.Builder setAnnotationsFilterBytes(ByteString value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.annotations_filter is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=666

An expression for filtering the Annotations that will be returned per DataItem.

  • annotation_spec_id - for = or !=.

string annotations_filter = 5 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for annotationsFilter to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setAnnotationsLimit(int value)

public SearchDataItemsRequest.Builder setAnnotationsLimit(int value)

If set, only up to this many of Annotations will be returned per DataItemView. The maximum value is 1000. If not set, the maximum value will be used.

int32 annotations_limit = 7;

Parameter
NameDescription
valueint

The annotationsLimit to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDataItemFilter(String value)

public SearchDataItemsRequest.Builder setDataItemFilter(String value)

An expression for filtering the DataItem that will be returned.

  • data_item_id - for = or !=.
  • labeled - for = or !=.
  • has_annotation(ANNOTATION_SPEC_ID) - true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID in the context of SavedQuery or DataLabelingJob.

    For example:

    • data_item=1
    • has_annotation(5)

string data_item_filter = 4;

Parameter
NameDescription
valueString

The dataItemFilter to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDataItemFilterBytes(ByteString value)

public SearchDataItemsRequest.Builder setDataItemFilterBytes(ByteString value)

An expression for filtering the DataItem that will be returned.

  • data_item_id - for = or !=.
  • labeled - for = or !=.
  • has_annotation(ANNOTATION_SPEC_ID) - true only for DataItem that have at least one annotation with annotation_spec_id = ANNOTATION_SPEC_ID in the context of SavedQuery or DataLabelingJob.

    For example:

    • data_item=1
    • has_annotation(5)

string data_item_filter = 4;

Parameter
NameDescription
valueByteString

The bytes for dataItemFilter to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDataLabelingJob(String value)

public SearchDataItemsRequest.Builder setDataLabelingJob(String value)

The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} If this field is set, all of the search will be done in the context of this DataLabelingJob.

string data_labeling_job = 3;

Parameter
NameDescription
valueString

The dataLabelingJob to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDataLabelingJobBytes(ByteString value)

public SearchDataItemsRequest.Builder setDataLabelingJobBytes(ByteString value)

The resource name of a DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job} If this field is set, all of the search will be done in the context of this DataLabelingJob.

string data_labeling_job = 3;

Parameter
NameDescription
valueByteString

The bytes for dataLabelingJob to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDataset(String value)

public SearchDataItemsRequest.Builder setDataset(String value)

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The dataset to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setDatasetBytes(ByteString value)

public SearchDataItemsRequest.Builder setDatasetBytes(ByteString value)

Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}

string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for dataset to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SearchDataItemsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

setFieldMask(FieldMask value)

public SearchDataItemsRequest.Builder setFieldMask(FieldMask value)

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
SearchDataItemsRequest.Builder

setFieldMask(FieldMask.Builder builderForValue)

public SearchDataItemsRequest.Builder setFieldMask(FieldMask.Builder builderForValue)

Mask specifying which fields of DataItemView to read.

.google.protobuf.FieldMask field_mask = 6;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
SearchDataItemsRequest.Builder

setOrderBy(String value) (deprecated)

public SearchDataItemsRequest.Builder setOrderBy(String value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=690

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by = 9 [deprecated = true];

Parameter
NameDescription
valueString

The orderBy to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value)

public SearchDataItemsRequest.Builder setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation value)

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Parameter
NameDescription
valueSearchDataItemsRequest.OrderByAnnotation
Returns
TypeDescription
SearchDataItemsRequest.Builder

setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation.Builder builderForValue)

public SearchDataItemsRequest.Builder setOrderByAnnotation(SearchDataItemsRequest.OrderByAnnotation.Builder builderForValue)

Expression that allows ranking results based on annotation's property.

.google.cloud.aiplatform.v1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;

Parameter
NameDescription
builderForValueSearchDataItemsRequest.OrderByAnnotation.Builder
Returns
TypeDescription
SearchDataItemsRequest.Builder

setOrderByBytes(ByteString value) (deprecated)

public SearchDataItemsRequest.Builder setOrderByBytes(ByteString value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.order_by is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=690

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by = 9 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for orderBy to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setOrderByDataItem(String value)

public SearchDataItemsRequest.Builder setOrderByDataItem(String value)

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Parameter
NameDescription
valueString

The orderByDataItem to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setOrderByDataItemBytes(ByteString value)

public SearchDataItemsRequest.Builder setOrderByDataItemBytes(ByteString value)

A comma-separated list of data item fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

string order_by_data_item = 12;

Parameter
NameDescription
valueByteString

The bytes for orderByDataItem to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setPageSize(int value)

public SearchDataItemsRequest.Builder setPageSize(int value)

Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.

int32 page_size = 8;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setPageToken(String value)

public SearchDataItemsRequest.Builder setPageToken(String value)

A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

string page_token = 10;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public SearchDataItemsRequest.Builder setPageTokenBytes(ByteString value)

A token identifying a page of results for the server to return Typically obtained via SearchDataItemsResponse.next_page_token of the previous DatasetService.SearchDataItems call.

string page_token = 10;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchDataItemsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides

setSavedQuery(String value) (deprecated)

public SearchDataItemsRequest.Builder setSavedQuery(String value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=635

The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query} All of the search will be done in the context of this SavedQuery.

string saved_query = 2 [deprecated = true, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The savedQuery to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setSavedQueryBytes(ByteString value) (deprecated)

public SearchDataItemsRequest.Builder setSavedQueryBytes(ByteString value)

Deprecated. google.cloud.aiplatform.v1.SearchDataItemsRequest.saved_query is deprecated. See google/cloud/aiplatform/v1/dataset_service.proto;l=635

The resource name of a SavedQuery(annotation set in UI). Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query} All of the search will be done in the context of this SavedQuery.

string saved_query = 2 [deprecated = true, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for savedQuery to set.

Returns
TypeDescription
SearchDataItemsRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchDataItemsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SearchDataItemsRequest.Builder
Overrides