Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ListRequest

List all locations that provides at least one type of CMLE capability.

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

MethodName

Gets the method name.

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

PageSize

Optional. The number of locations to retrieve per "page" of results. If there are more remaining results than this number, the response message will contain a valid value in the next_page_token field. The default value is 20, and the maximum page size is 100.

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. You get the token from the next_page_token field of the response from the previous call.

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

Parent

Required. The name of the project for which available locations are to be listed (since some locations might be whitelisted for specific projects).

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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