Show / Hide Table of Contents

Class PagesResource.ListRequest

List the ClaimReview markup pages for a specific URL or for an organization.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Offset

An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if page_token is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result.

Declaration
[RequestParameter("offset", RequestParameterType.Query)]
public virtual int? Offset { get; set; }
Property Value
Type Description
int?

Organization

The organization for which we want to fetch markups for. For instance, "site.com". Cannot be specified along with an URL.

Declaration
[RequestParameter("organization", RequestParameterType.Query)]
public virtual string Organization { get; set; }
Property Value
Type Description
string

PageSize

The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The pagination token. You may provide the next_page_token returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Url

The URL from which to get ClaimReview markup. There will be at most one result. If markup is associated with a more canonical version of the URL provided, we will return that URL instead. Cannot be specified along with an organization.

Declaration
[RequestParameter("url", RequestParameterType.Query)]
public virtual string Url { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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