Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StudiesResource.ListRequest

Lists all the studies in a region for an associated project.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.

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

PageToken

Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.

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

Parent

Required. The resource name of the Location to list the Study from. Format: projects/{project}/locations/{location}

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<GoogleCloudAiplatformV1ListStudiesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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