public final class SearchDataItemsRequest extends com.google.protobuf.GeneratedMessageV3 implements SearchDataItemsRequestOrBuilder
Request message for [DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems].Protobuf type
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
SearchDataItemsRequest.Builder
Request message for
[DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems].
|
static class |
SearchDataItemsRequest.OrderByAnnotation
Expression that allows ranking results based on annotation's property.
|
static interface |
SearchDataItemsRequest.OrderByAnnotationOrBuilder |
static class |
SearchDataItemsRequest.OrderCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATION_FILTERS_FIELD_NUMBER |
static int |
ANNOTATIONS_FILTER_FIELD_NUMBER |
static int |
ANNOTATIONS_LIMIT_FIELD_NUMBER |
static int |
DATA_ITEM_FILTER_FIELD_NUMBER |
static int |
DATA_LABELING_JOB_FIELD_NUMBER |
static int |
DATASET_FIELD_NUMBER |
static int |
FIELD_MASK_FIELD_NUMBER |
static int |
ORDER_BY_ANNOTATION_FIELD_NUMBER |
static int |
ORDER_BY_DATA_ITEM_FIELD_NUMBER |
static int |
ORDER_BY_FIELD_NUMBER |
static int |
PAGE_SIZE_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
static int |
SAVED_QUERY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAnnotationFilters(int index)
An expression that specifies what Annotations will be returned per
DataItem.
|
com.google.protobuf.ByteString |
getAnnotationFiltersBytes(int index)
An expression that specifies what Annotations will be returned per
DataItem.
|
int |
getAnnotationFiltersCount()
An expression that specifies what Annotations will be returned per
DataItem.
|
com.google.protobuf.ProtocolStringList |
getAnnotationFiltersList()
An expression that specifies what Annotations will be returned per
DataItem.
|
String |
getAnnotationsFilter()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.annotations_filter is
deprecated. See google/cloud/aiplatform/v1beta1/dataset_service.proto;l=660
|
com.google.protobuf.ByteString |
getAnnotationsFilterBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.annotations_filter is
deprecated. See google/cloud/aiplatform/v1beta1/dataset_service.proto;l=660
|
int |
getAnnotationsLimit()
If set, only up to this many of Annotations will be returned per
DataItemView.
|
String |
getDataItemFilter()
An expression for filtering the DataItem that will be returned.
|
com.google.protobuf.ByteString |
getDataItemFilterBytes()
An expression for filtering the DataItem that will be returned.
|
String |
getDataLabelingJob()
The resource name of a DataLabelingJob.
|
com.google.protobuf.ByteString |
getDataLabelingJobBytes()
The resource name of a DataLabelingJob.
|
String |
getDataset()
Required.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Required.
|
static SearchDataItemsRequest |
getDefaultInstance() |
SearchDataItemsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.FieldMask |
getFieldMask()
Mask specifying which fields of
[DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
|
com.google.protobuf.FieldMaskOrBuilder |
getFieldMaskOrBuilder()
Mask specifying which fields of
[DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
|
String |
getOrderBy()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.order_by is deprecated. See
google/cloud/aiplatform/v1beta1/dataset_service.proto;l=684
|
SearchDataItemsRequest.OrderByAnnotation |
getOrderByAnnotation()
Expression that allows ranking results based on annotation's property.
|
SearchDataItemsRequest.OrderByAnnotationOrBuilder |
getOrderByAnnotationOrBuilder()
Expression that allows ranking results based on annotation's property.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.order_by is deprecated. See
google/cloud/aiplatform/v1beta1/dataset_service.proto;l=684
|
String |
getOrderByDataItem()
A comma-separated list of data item fields to order by, sorted in
ascending order.
|
com.google.protobuf.ByteString |
getOrderByDataItemBytes()
A comma-separated list of data item fields to order by, sorted in
ascending order.
|
SearchDataItemsRequest.OrderCase |
getOrderCase() |
int |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results for the server to return
Typically obtained via
[SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1beta1.SearchDataItemsResponse.next_page_token]
of the previous
[DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems]
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results for the server to return
Typically obtained via
[SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1beta1.SearchDataItemsResponse.next_page_token]
of the previous
[DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems]
call.
|
com.google.protobuf.Parser<SearchDataItemsRequest> |
getParserForType() |
String |
getSavedQuery()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.saved_query is deprecated.
See google/cloud/aiplatform/v1beta1/dataset_service.proto;l=629
|
com.google.protobuf.ByteString |
getSavedQueryBytes()
Deprecated.
google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.saved_query is deprecated.
See google/cloud/aiplatform/v1beta1/dataset_service.proto;l=629
|
int |
getSerializedSize() |
boolean |
hasFieldMask()
Mask specifying which fields of
[DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
|
int |
hashCode() |
boolean |
hasOrderByAnnotation()
Expression that allows ranking results based on annotation's property.
|
boolean |
hasOrderByDataItem()
A comma-separated list of data item fields to order by, sorted in
ascending order.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SearchDataItemsRequest.Builder |
newBuilder() |
static SearchDataItemsRequest.Builder |
newBuilder(SearchDataItemsRequest prototype) |
SearchDataItemsRequest.Builder |
newBuilderForType() |
protected SearchDataItemsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SearchDataItemsRequest |
parseDelimitedFrom(InputStream input) |
static SearchDataItemsRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchDataItemsRequest |
parseFrom(byte[] data) |
static SearchDataItemsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchDataItemsRequest |
parseFrom(ByteBuffer data) |
static SearchDataItemsRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchDataItemsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static SearchDataItemsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchDataItemsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SearchDataItemsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchDataItemsRequest |
parseFrom(InputStream input) |
static SearchDataItemsRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SearchDataItemsRequest> |
parser() |
SearchDataItemsRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ORDER_BY_DATA_ITEM_FIELD_NUMBER
public static final int ORDER_BY_ANNOTATION_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
public static final int SAVED_QUERY_FIELD_NUMBER
public static final int DATA_LABELING_JOB_FIELD_NUMBER
public static final int DATA_ITEM_FILTER_FIELD_NUMBER
public static final int ANNOTATIONS_FILTER_FIELD_NUMBER
public static final int ANNOTATION_FILTERS_FIELD_NUMBER
public static final int FIELD_MASK_FIELD_NUMBER
public static final int ANNOTATIONS_LIMIT_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
public static final int ORDER_BY_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public SearchDataItemsRequest.OrderCase getOrderCase()
getOrderCase in interface SearchDataItemsRequestOrBuilderpublic 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;hasOrderByDataItem in interface SearchDataItemsRequestOrBuilderpublic 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;getOrderByDataItem in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.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;getOrderByDataItemBytes in interface SearchDataItemsRequestOrBuilderpublic boolean hasOrderByAnnotation()
Expression that allows ranking results based on annotation's property.
.google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;
hasOrderByAnnotation in interface SearchDataItemsRequestOrBuilderpublic SearchDataItemsRequest.OrderByAnnotation getOrderByAnnotation()
Expression that allows ranking results based on annotation's property.
.google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;
getOrderByAnnotation in interface SearchDataItemsRequestOrBuilderpublic SearchDataItemsRequest.OrderByAnnotationOrBuilder getOrderByAnnotationOrBuilder()
Expression that allows ranking results based on annotation's property.
.google.cloud.aiplatform.v1beta1.SearchDataItemsRequest.OrderByAnnotation order_by_annotation = 13;
getOrderByAnnotationOrBuilder in interface SearchDataItemsRequestOrBuilderpublic 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) = { ... }
getDataset in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.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) = { ... }
getDatasetBytes in interface SearchDataItemsRequestOrBuilder@Deprecated public String getSavedQuery()
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) = { ... }
getSavedQuery in interface SearchDataItemsRequestOrBuilder@Deprecated public com.google.protobuf.ByteString getSavedQueryBytes()
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) = { ... }
getSavedQueryBytes in interface SearchDataItemsRequestOrBuilderpublic 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;getDataLabelingJob in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.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;getDataLabelingJobBytes in interface SearchDataItemsRequestOrBuilderpublic 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;getDataItemFilter in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.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;getDataItemFilterBytes in interface SearchDataItemsRequestOrBuilder@Deprecated public String getAnnotationsFilter()
An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.
string annotations_filter = 5 [deprecated = true];getAnnotationsFilter in interface SearchDataItemsRequestOrBuilder@Deprecated public com.google.protobuf.ByteString getAnnotationsFilterBytes()
An expression for filtering the Annotations that will be returned per DataItem. * `annotation_spec_id` - for = or !=.
string annotations_filter = 5 [deprecated = true];getAnnotationsFilterBytes in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.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;getAnnotationFiltersList in interface SearchDataItemsRequestOrBuilderpublic 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;getAnnotationFiltersCount in interface SearchDataItemsRequestOrBuilderpublic 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;getAnnotationFilters in interface SearchDataItemsRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.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;getAnnotationFiltersBytes in interface SearchDataItemsRequestOrBuilderindex - The index of the value to return.public boolean hasFieldMask()
Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
.google.protobuf.FieldMask field_mask = 6;hasFieldMask in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.FieldMask getFieldMask()
Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
.google.protobuf.FieldMask field_mask = 6;getFieldMask in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
Mask specifying which fields of [DataItemView][google.cloud.aiplatform.v1beta1.DataItemView] to read.
.google.protobuf.FieldMask field_mask = 6;getFieldMaskOrBuilder in interface SearchDataItemsRequestOrBuilderpublic 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;getAnnotationsLimit in interface SearchDataItemsRequestOrBuilderpublic int getPageSize()
Requested page size. Server may return fewer results than requested. Default and maximum page size is 100.
int32 page_size = 8;getPageSize in interface SearchDataItemsRequestOrBuilder@Deprecated public String getOrderBy()
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];getOrderBy in interface SearchDataItemsRequestOrBuilder@Deprecated public com.google.protobuf.ByteString getOrderByBytes()
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];getOrderByBytes in interface SearchDataItemsRequestOrBuilderpublic String getPageToken()
A token identifying a page of results for the server to return Typically obtained via [SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1beta1.SearchDataItemsResponse.next_page_token] of the previous [DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems] call.
string page_token = 10;getPageToken in interface SearchDataItemsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results for the server to return Typically obtained via [SearchDataItemsResponse.next_page_token][google.cloud.aiplatform.v1beta1.SearchDataItemsResponse.next_page_token] of the previous [DatasetService.SearchDataItems][google.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems] call.
string page_token = 10;getPageTokenBytes in interface SearchDataItemsRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SearchDataItemsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchDataItemsRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static SearchDataItemsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchDataItemsRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SearchDataItemsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchDataItemsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SearchDataItemsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SearchDataItemsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SearchDataItemsRequest.Builder newBuilder()
public static SearchDataItemsRequest.Builder newBuilder(SearchDataItemsRequest prototype)
public SearchDataItemsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SearchDataItemsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SearchDataItemsRequest getDefaultInstance()
public static com.google.protobuf.Parser<SearchDataItemsRequest> parser()
public com.google.protobuf.Parser<SearchDataItemsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SearchDataItemsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.