Class PresentationsResource.PagesResource.GetThumbnailRequest
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Thumbnail>
PresentationsResource.PagesResource.GetThumbnailRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Thumbnail>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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 GetThumbnailRequest : SlidesBaseServiceRequest<Thumbnail>, IClientServiceRequest<Thumbnail>, IClientServiceRequest
Constructors
GetThumbnailRequest(IClientService, String, String)
Constructs a new GetThumbnail request.
Declaration
public GetThumbnailRequest(IClientService service, string presentationId, string pageObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.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.Thumbnail>.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.Thumbnail>.MethodName
PageObjectId
The object ID of the page whose thumbnail 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.Thumbnail>.RestPath
ThumbnailPropertiesMimeType
The optional mime type of the thumbnail image. If you don't specify the mime type, the mime type defaults to PNG.
Declaration
[RequestParameter("thumbnailProperties.mimeType", RequestParameterType.Query)]
public virtual PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesMimeTypeEnum? ThumbnailPropertiesMimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesMimeTypeEnum> |
ThumbnailPropertiesThumbnailSize
The optional thumbnail image size. If you don't specify the size, the server chooses a default size of the image.
Declaration
[RequestParameter("thumbnailProperties.thumbnailSize", RequestParameterType.Query)]
public virtual PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesThumbnailSizeEnum? ThumbnailPropertiesThumbnailSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<PresentationsResource.PagesResource.GetThumbnailRequest.ThumbnailPropertiesThumbnailSizeEnum> |
Methods
InitParameters()
Initializes GetThumbnail parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Slides.v1.SlidesBaseServiceRequest<Google.Apis.Slides.v1.Data.Thumbnail>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest