Show / Hide Table of Contents

Class PresentationsResource.PagesResource.GetRequest

Gets the latest version of the specified page in the presentation.

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

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string presentationId, string pageObjectId)
Parameters
Type Name Description
IClientService service
string presentationId
string pageObjectId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageObjectId

The object ID of the page to retrieve.

Declaration
[RequestParameter("pageObjectId", RequestParameterType.Path)]
public virtual string PageObjectId { get; }
Property Value
Type Description
string

PresentationId

The ID of the presentation to retrieve.

Declaration
[RequestParameter("presentationId", RequestParameterType.Path)]
public virtual string PresentationId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SlidesBaseServiceRequest<Page>.InitParameters()

Implements

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