public interface ListMemoriesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Memory |
getMemories(int index)
List of Memories in the requested page.
|
int |
getMemoriesCount()
List of Memories in the requested page.
|
List<Memory> |
getMemoriesList()
List of Memories in the requested page.
|
MemoryOrBuilder |
getMemoriesOrBuilder(int index)
List of Memories in the requested page.
|
List<? extends MemoryOrBuilder> |
getMemoriesOrBuilderList()
List of Memories in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Memory> getMemoriesList()
List of Memories in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Memory memories = 1;Memory getMemories(int index)
List of Memories in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Memory memories = 1;int getMemoriesCount()
List of Memories in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Memory memories = 1;List<? extends MemoryOrBuilder> getMemoriesOrBuilderList()
List of Memories in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Memory memories = 1;MemoryOrBuilder getMemoriesOrBuilder(int index)
List of Memories in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Memory memories = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListMemoriesRequest.page_token][google.cloud.aiplatform.v1beta1.ListMemoriesRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListMemoriesRequest.page_token][google.cloud.aiplatform.v1beta1.ListMemoriesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.