Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CachedContentsResource.ListRequest

Lists cached contents in a project

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>
ProjectsResource.LocationsResource.CachedContentsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CachedContentsResource.ListRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.MethodName

PageSize

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.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListCachedContentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX