public interface ListDatasetVersionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatasetVersion |
getDatasetVersions(int index)
A list of DatasetVersions that matches the specified filter in the request.
|
int |
getDatasetVersionsCount()
A list of DatasetVersions that matches the specified filter in the request.
|
List<DatasetVersion> |
getDatasetVersionsList()
A list of DatasetVersions that matches the specified filter in the request.
|
DatasetVersionOrBuilder |
getDatasetVersionsOrBuilder(int index)
A list of DatasetVersions that matches the specified filter in the request.
|
List<? extends DatasetVersionOrBuilder> |
getDatasetVersionsOrBuilderList()
A list of DatasetVersions 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<DatasetVersion> getDatasetVersionsList()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;DatasetVersion getDatasetVersions(int index)
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;int getDatasetVersionsCount()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;List<? extends DatasetVersionOrBuilder> getDatasetVersionsOrBuilderList()
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 1;DatasetVersionOrBuilder getDatasetVersionsOrBuilder(int index)
A list of DatasetVersions that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DatasetVersion dataset_versions = 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.