Class ListDataItemsResponse (3.42.0)

public final class ListDataItemsResponse extends GeneratedMessageV3 implements ListDataItemsResponseOrBuilder

Response message for DatasetService.ListDataItems.

Protobuf type google.cloud.aiplatform.v1beta1.ListDataItemsResponse

Static Fields

DATA_ITEMS_FIELD_NUMBER

public static final int DATA_ITEMS_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 ListDataItemsResponse getDefaultInstance()
Returns
TypeDescription
ListDataItemsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListDataItemsResponse prototype)

public static ListDataItemsResponse.Builder newBuilder(ListDataItemsResponse prototype)
Parameter
NameDescription
prototypeListDataItemsResponse
Returns
TypeDescription
ListDataItemsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDataItems(int index)

public DataItem getDataItems(int index)

A list of DataItems that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataItem

getDataItemsCount()

public int getDataItemsCount()

A list of DataItems that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;

Returns
TypeDescription
int

getDataItemsList()

public List<DataItem> getDataItemsList()

A list of DataItems that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;

Returns
TypeDescription
List<DataItem>

getDataItemsOrBuilder(int index)

public DataItemOrBuilder getDataItemsOrBuilder(int index)

A list of DataItems that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataItemOrBuilder

getDataItemsOrBuilderList()

public List<? extends DataItemOrBuilder> getDataItemsOrBuilderList()

A list of DataItems that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;

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

getDefaultInstanceForType()

public ListDataItemsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDataItemsResponse

getNextPageToken()

public String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListDataItemsResponse> getParserForType()
Returns
TypeDescription
Parser<ListDataItemsResponse>
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 ListDataItemsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListDataItemsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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