Show / Hide Table of Contents

Class UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest

Runs Mobile-Friendly Test for a given URL.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<RunMobileFriendlyTestResponse>
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>
UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest
Implements
IClientServiceRequest<RunMobileFriendlyTestResponse>
IClientServiceRequest
Inherited Members
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.Xgafv
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.AccessToken
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.Alt
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.Callback
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.Fields
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.Key
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.OauthToken
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.PrettyPrint
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.QuotaUser
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.UploadType
SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>.UploadProtocol
ClientServiceRequest<RunMobileFriendlyTestResponse>.Execute()
ClientServiceRequest<RunMobileFriendlyTestResponse>.ExecuteAsStream()
ClientServiceRequest<RunMobileFriendlyTestResponse>.ExecuteAsync()
ClientServiceRequest<RunMobileFriendlyTestResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RunMobileFriendlyTestResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<RunMobileFriendlyTestResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RunMobileFriendlyTestResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<RunMobileFriendlyTestResponse>.GenerateRequestUri()
ClientServiceRequest<RunMobileFriendlyTestResponse>.GetDefaultETagAction(String)
ClientServiceRequest<RunMobileFriendlyTestResponse>.ETagAction
ClientServiceRequest<RunMobileFriendlyTestResponse>.ModifyRequest
ClientServiceRequest<RunMobileFriendlyTestResponse>.RequestParameters
ClientServiceRequest<RunMobileFriendlyTestResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class RunRequest : SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>, IClientServiceRequest<RunMobileFriendlyTestResponse>, IClientServiceRequest

Constructors

RunRequest(IClientService, RunMobileFriendlyTestRequest)

Constructs a new Run request.

Declaration
public RunRequest(IClientService service, RunMobileFriendlyTestRequest body)
Parameters
Type Name Description
IClientService service
RunMobileFriendlyTestRequest body

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.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.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.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.MethodName

RestPath

Gets the REST path.

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

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.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.GetBody()

InitParameters()

Initializes Run parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.SearchConsole.v1.SearchConsoleBaseServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top