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<GoogleCloudMlV1ListStudiesResponse>
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>
ProjectsResource.LocationsResource.StudiesResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>
IClientServiceRequest
Inherited Members
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Xgafv
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.AccessToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Alt
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Callback
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Fields
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Key
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.OauthToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.PrettyPrint
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.QuotaUser
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.UploadType
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.Execute()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.GetBody()
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ETagAction
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>.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.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource.ListRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>, IClientServiceRequest<GoogleCloudMlV1ListStudiesResponse>, 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<GoogleCloudMlV1ListStudiesResponse>.HttpMethod

MethodName

Gets the method name.

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

Parent

Required. The project and location that the study belongs to. 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<GoogleCloudMlV1ListStudiesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1ListStudiesResponse>.InitParameters()

Implements

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