Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.ListRequest

Lists DataItems in a Dataset.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>.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.DatasetsResource.DataItemsResource.ListRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ListDataItemsResponse>, 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

Filter

The standard list filter.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

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

PageSize

The standard list page size.

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

PageToken

The standard list page token.

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

Parent

Required. The resource name of the Dataset to list DataItems from. Format: projects/{project}/locations/{location}/datasets/{dataset}

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

ReadMask

Mask specifying which fields to read.

Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type Description
object

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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