Show / Hide Table of Contents

Class UrlMapsResource.ValidateRequest

Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<UrlMapsValidateResponse>
ComputeBaseServiceRequest<UrlMapsValidateResponse>
UrlMapsResource.ValidateRequest
Implements
Google.Apis.Requests.IClientServiceRequest<UrlMapsValidateResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ComputeBaseServiceRequest<UrlMapsValidateResponse>.Xgafv
ComputeBaseServiceRequest<UrlMapsValidateResponse>.AccessToken
ComputeBaseServiceRequest<UrlMapsValidateResponse>.Alt
ComputeBaseServiceRequest<UrlMapsValidateResponse>.Callback
ComputeBaseServiceRequest<UrlMapsValidateResponse>.Fields
ComputeBaseServiceRequest<UrlMapsValidateResponse>.Key
ComputeBaseServiceRequest<UrlMapsValidateResponse>.OauthToken
ComputeBaseServiceRequest<UrlMapsValidateResponse>.PrettyPrint
ComputeBaseServiceRequest<UrlMapsValidateResponse>.QuotaUser
ComputeBaseServiceRequest<UrlMapsValidateResponse>.UploadType
ComputeBaseServiceRequest<UrlMapsValidateResponse>.UploadProtocol
ComputeBaseServiceRequest<UrlMapsValidateResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ValidateRequest : ComputeBaseServiceRequest<UrlMapsValidateResponse>, IClientServiceRequest<UrlMapsValidateResponse>, IClientServiceRequest

Constructors

ValidateRequest(IClientService, UrlMapsValidateRequest, String, String)

Constructs a new Validate request.

Declaration
public ValidateRequest(IClientService service, UrlMapsValidateRequest body, string project, string urlMap)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
UrlMapsValidateRequest body
System.String project
System.String urlMap

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.MethodName

Project

Project ID for this request.

Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.RestPath

UrlMap

Name of the UrlMap resource to be validated as.

Declaration
[RequestParameter("urlMap", RequestParameterType.Path)]
public virtual string UrlMap { get; }
Property Value
Type Description
System.String

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.GetBody()

InitParameters()

Initializes Validate parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.v1.ComputeBaseServiceRequest<Google.Apis.Compute.v1.Data.UrlMapsValidateResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top