public interface ListPersistentResourcesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
PersistentResource |
getPersistentResources(int index)
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1; |
int |
getPersistentResourcesCount()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1; |
List<PersistentResource> |
getPersistentResourcesList()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1; |
PersistentResourceOrBuilder |
getPersistentResourcesOrBuilder(int index)
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1; |
List<? extends PersistentResourceOrBuilder> |
getPersistentResourcesOrBuilderList()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PersistentResource> getPersistentResourcesList()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1;PersistentResource getPersistentResources(int index)
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1;int getPersistentResourcesCount()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1;List<? extends PersistentResourceOrBuilder> getPersistentResourcesOrBuilderList()
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1;PersistentResourceOrBuilder getPersistentResourcesOrBuilder(int index)
repeated .google.cloud.aiplatform.v1.PersistentResource persistent_resources = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListPersistentResourcesRequest.page_token][google.cloud.aiplatform.v1.ListPersistentResourcesRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to [ListPersistentResourcesRequest.page_token][google.cloud.aiplatform.v1.ListPersistentResourcesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.