Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StudiesResource.CreateRequest

Creates a study.

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

Constructors

CreateRequest(IClientService, GoogleCloudMlV1Study, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudMlV1Study body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudMlV1Study body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudMlV1Study>.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<GoogleCloudMlV1Study>.RestPath

StudyId

Required. The ID to use for the study, which will become the final component of the study's resource name.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudMlV1Study>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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