Show / Hide Table of Contents

Class PagesResource.GetRequest

Get all ClaimReview markup on a page.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
PagesResource.GetRequest
Implements
IClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>
IClientServiceRequest
Inherited Members
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Xgafv
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.AccessToken
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Alt
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Callback
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Fields
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Key
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.OauthToken
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.PrettyPrint
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.QuotaUser
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.UploadType
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.UploadProtocol
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.Execute()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ExecuteAsStream()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ExecuteAsync()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.CreateRequest(bool?)
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.GenerateRequestUri()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.GetBody()
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ETagAction
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ModifyRequest
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ValidateParameters
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.ApiVersion
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.RequestParameters
ClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.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.FactCheckTools.v1alpha1
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class PagesResource.GetRequest : FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>, IClientServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>, 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<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.HttpMethod

MethodName

Gets the method name.

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

Name

The name of the resource to get, in the form of pages/{page_id}.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
FactCheckToolsBaseServiceRequest<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>.InitParameters()

Implements

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