Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListRequest

Lists the trials associated with a study.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListTrialsResponse>.MethodName

Parent

Required. The name of the study that the trial belongs to.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1ListTrialsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX