public interface ListCachedContentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CachedContent |
getCachedContents(int index)
List of cached contents.
|
int |
getCachedContentsCount()
List of cached contents.
|
List<CachedContent> |
getCachedContentsList()
List of cached contents.
|
CachedContentOrBuilder |
getCachedContentsOrBuilder(int index)
List of cached contents.
|
List<? extends CachedContentOrBuilder> |
getCachedContentsOrBuilderList()
List of cached contents.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CachedContent> getCachedContentsList()
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1;CachedContent getCachedContents(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1;int getCachedContentsCount()
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1;List<? extends CachedContentOrBuilder> getCachedContentsOrBuilderList()
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1;CachedContentOrBuilder getCachedContentsOrBuilder(int index)
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.