public sealed class ListCachedContentsResponse : IMessage<ListCachedContentsResponse>, IEquatable<ListCachedContentsResponse>, IDeepCloneable<ListCachedContentsResponse>, IBufferMessage, IMessage, IPageResponse<CachedContent>, IEnumerable<CachedContent>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListCachedContentsResponse.
Response with a list of CachedContents.
Implements
IMessageListCachedContentsResponse, IEquatableListCachedContentsResponse, IDeepCloneableListCachedContentsResponse, IBufferMessage, IMessage, IPageResponseCachedContent, IEnumerableCachedContent, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListCachedContentsResponse()
public ListCachedContentsResponse()ListCachedContentsResponse(ListCachedContentsResponse)
public ListCachedContentsResponse(ListCachedContentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCachedContentsResponse |
Properties
CachedContents
public RepeatedField<CachedContent> CachedContents { get; }List of cached contents.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCachedContent |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<CachedContent> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCachedContent |
|