Show / Hide Table of Contents

Class UrlInspectionResource.IndexResource.InspectRequest

Index inspection.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<InspectUrlIndexResponse>
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>
UrlInspectionResource.IndexResource.InspectRequest
Implements
IClientServiceRequest<InspectUrlIndexResponse>
IClientServiceRequest
Inherited Members
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.Xgafv
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.AccessToken
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.Alt
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.Callback
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.Fields
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.Key
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.OauthToken
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.PrettyPrint
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.QuotaUser
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.UploadType
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.UploadProtocol
ClientServiceRequest<InspectUrlIndexResponse>.Execute()
ClientServiceRequest<InspectUrlIndexResponse>.ExecuteAsStream()
ClientServiceRequest<InspectUrlIndexResponse>.ExecuteAsync()
ClientServiceRequest<InspectUrlIndexResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InspectUrlIndexResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<InspectUrlIndexResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InspectUrlIndexResponse>.CreateRequest(bool?)
ClientServiceRequest<InspectUrlIndexResponse>.GenerateRequestUri()
ClientServiceRequest<InspectUrlIndexResponse>.GetDefaultETagAction(string)
ClientServiceRequest<InspectUrlIndexResponse>.ETagAction
ClientServiceRequest<InspectUrlIndexResponse>.ModifyRequest
ClientServiceRequest<InspectUrlIndexResponse>.ValidateParameters
ClientServiceRequest<InspectUrlIndexResponse>.ApiVersion
ClientServiceRequest<InspectUrlIndexResponse>.RequestParameters
ClientServiceRequest<InspectUrlIndexResponse>.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.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class UrlInspectionResource.IndexResource.InspectRequest : SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>, IClientServiceRequest<InspectUrlIndexResponse>, IClientServiceRequest

Constructors

InspectRequest(IClientService, InspectUrlIndexRequest)

Constructs a new Inspect request.

Declaration
public InspectRequest(IClientService service, InspectUrlIndexRequest body)
Parameters
Type Name Description
IClientService service
InspectUrlIndexRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<InspectUrlIndexResponse>.GetBody()

InitParameters()

Initializes Inspect parameter list.

Declaration
protected override void InitParameters()
Overrides
SearchConsoleBaseServiceRequest<InspectUrlIndexResponse>.InitParameters()

Implements

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