Package com.google.cloud.aiplatform.v1
Interface ListCachedContentsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCachedContentsResponse,ListCachedContentsResponse.Builder
@Generated
public interface ListCachedContentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCachedContents(int index) List of cached contents.intList of cached contents.List of cached contents.getCachedContentsOrBuilder(int index) List of cached contents.List<? extends CachedContentOrBuilder>List of cached contents.A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCachedContentsList
List<CachedContent> getCachedContentsList()List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1; -
getCachedContents
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1; -
getCachedContentsCount
int getCachedContentsCount()List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1; -
getCachedContentsOrBuilderList
List<? extends CachedContentOrBuilder> getCachedContentsOrBuilderList()List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1; -
getCachedContentsOrBuilder
List of cached contents.
repeated .google.cloud.aiplatform.v1.CachedContent cached_contents = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-