Class SearchDataItemsResponse (3.42.0)

public final class SearchDataItemsResponse extends GeneratedMessageV3 implements SearchDataItemsResponseOrBuilder

Response message for DatasetService.SearchDataItems.

Protobuf type google.cloud.aiplatform.v1beta1.SearchDataItemsResponse

Static Fields

DATA_ITEM_VIEWS_FIELD_NUMBER

public static final int DATA_ITEM_VIEWS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SearchDataItemsResponse getDefaultInstance()
Returns
TypeDescription
SearchDataItemsResponse

getDescriptor()

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

newBuilder()

public static SearchDataItemsResponse.Builder newBuilder()
Returns
TypeDescription
SearchDataItemsResponse.Builder

newBuilder(SearchDataItemsResponse prototype)

public static SearchDataItemsResponse.Builder newBuilder(SearchDataItemsResponse prototype)
Parameter
NameDescription
prototypeSearchDataItemsResponse
Returns
TypeDescription
SearchDataItemsResponse.Builder

parseDelimitedFrom(InputStream input)

public static SearchDataItemsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SearchDataItemsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchDataItemsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchDataItemsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SearchDataItemsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SearchDataItemsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchDataItemsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SearchDataItemsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SearchDataItemsResponse> parser()
Returns
TypeDescription
Parser<SearchDataItemsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDataItemViews(int index)

public DataItemView getDataItemViews(int index)

The DataItemViews read.

repeated .google.cloud.aiplatform.v1beta1.DataItemView data_item_views = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataItemView

getDataItemViewsCount()

public int getDataItemViewsCount()

The DataItemViews read.

repeated .google.cloud.aiplatform.v1beta1.DataItemView data_item_views = 1;

Returns
TypeDescription
int

getDataItemViewsList()

public List<DataItemView> getDataItemViewsList()

The DataItemViews read.

repeated .google.cloud.aiplatform.v1beta1.DataItemView data_item_views = 1;

Returns
TypeDescription
List<DataItemView>

getDataItemViewsOrBuilder(int index)

public DataItemViewOrBuilder getDataItemViewsOrBuilder(int index)

The DataItemViews read.

repeated .google.cloud.aiplatform.v1beta1.DataItemView data_item_views = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataItemViewOrBuilder

getDataItemViewsOrBuilderList()

public List<? extends DataItemViewOrBuilder> getDataItemViewsOrBuilderList()

The DataItemViews read.

repeated .google.cloud.aiplatform.v1beta1.DataItemView data_item_views = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.DataItemViewOrBuilder>

getDefaultInstanceForType()

public SearchDataItemsResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchDataItemsResponse

getNextPageToken()

public String getNextPageToken()

A token to retrieve next page of results. Pass to SearchDataItemsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass to SearchDataItemsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<SearchDataItemsResponse> getParserForType()
Returns
TypeDescription
Parser<SearchDataItemsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SearchDataItemsResponse.Builder newBuilderForType()
Returns
TypeDescription
SearchDataItemsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchDataItemsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SearchDataItemsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SearchDataItemsResponse.Builder toBuilder()
Returns
TypeDescription
SearchDataItemsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException