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
PresentationsResource.PagesResource.GetThumbnailRequest
Inherited Members
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 |
|---|---|---|
| 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 default mime type will be 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()