Cloud AI Platform v1beta1 API - Class ListCachedContentsRequest (1.0.0-beta02)

public sealed class ListCachedContentsRequest : IMessage<ListCachedContentsRequest>, IEquatable<ListCachedContentsRequest>, IDeepCloneable<ListCachedContentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListCachedContentsRequest.

Request to list CachedContents.

Inheritance

object > ListCachedContentsRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListCachedContentsRequest()

public ListCachedContentsRequest()

ListCachedContentsRequest(ListCachedContentsRequest)

public ListCachedContentsRequest(ListCachedContentsRequest other)
Parameter
Name Description
other ListCachedContentsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of cached contents to return. The service may return fewer than this value. If unspecified, some default (under maximum) number of items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListCachedContents call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListCachedContents must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of cached contents.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName