Show / Hide Table of Contents

Class PresentationsResource.PagesResource.GetRequest

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

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<Page>.GenerateRequestUri()
ClientServiceRequest<Page>.GetBody()
ClientServiceRequest<Page>.GetDefaultETagAction(String)
ClientServiceRequest<Page>.ETagAction
ClientServiceRequest<Page>.ModifyRequest
ClientServiceRequest<Page>.RequestParameters
ClientServiceRequest<Page>.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.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class 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
System.String presentationId
System.String pageObjectId

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.Slides.v1.Data.Page>.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.Slides.v1.Data.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
System.String

PresentationId

The ID of the presentation to retrieve.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Slides.v1.SlidesBaseServiceRequest<Google.Apis.Slides.v1.Data.Page>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top