public interface ListDatasetsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDatasets(int index)
A list of Datasets that matches the specified filter in the request.
|
int |
getDatasetsCount()
A list of Datasets that matches the specified filter in the request.
|
List<Dataset> |
getDatasetsList()
A list of Datasets that matches the specified filter in the request.
|
DatasetOrBuilder |
getDatasetsOrBuilder(int index)
A list of Datasets that matches the specified filter in the request.
|
List<? extends DatasetOrBuilder> |
getDatasetsOrBuilderList()
A list of Datasets that matches the specified filter in the request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Dataset> getDatasetsList()
A list of Datasets that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;Dataset getDatasets(int index)
A list of Datasets that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;int getDatasetsCount()
A list of Datasets that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;List<? extends DatasetOrBuilder> getDatasetsOrBuilderList()
A list of Datasets that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;DatasetOrBuilder getDatasetsOrBuilder(int index)
A list of Datasets that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Dataset datasets = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.