Interface ListCachedContentsResponseOrBuilder (3.46.0)

public interface ListCachedContentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCachedContents(int index)

public abstract CachedContent getCachedContents(int index)

List of cached contents.

repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;

Parameter
Name Description
index int
Returns
Type Description
CachedContent

getCachedContentsCount()

public abstract int getCachedContentsCount()

List of cached contents.

repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;

Returns
Type Description
int

getCachedContentsList()

public abstract List<CachedContent> getCachedContentsList()

List of cached contents.

repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;

Returns
Type Description
List<CachedContent>

getCachedContentsOrBuilder(int index)

public abstract CachedContentOrBuilder getCachedContentsOrBuilder(int index)

List of cached contents.

repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;

Parameter
Name Description
index int
Returns
Type Description
CachedContentOrBuilder

getCachedContentsOrBuilderList()

public abstract List<? extends CachedContentOrBuilder> getCachedContentsOrBuilderList()

List of cached contents.

repeated .google.cloud.aiplatform.v1beta1.CachedContent cached_contents = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.CachedContentOrBuilder>

getNextPageToken()

public abstract 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
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
Type Description
ByteString

The bytes for nextPageToken.