Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetRequest

Get the complete list of CMLE capabilities in a location, along with their location-specific properties.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the location.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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