Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VolumesMybooksListOptions

import type { VolumesMybooksListOptions } from "https://googleapis.deno.dev/v1/books:v1.ts";

Additional options for Books#volumesMybooksList.

interface VolumesMybooksListOptions {
acquireMethod?:
| "ACQUIRE_METHOD_UNDEFINED"
| "FAMILY_SHARED"
| "PREORDERED"
| "PREVIOUSLY_RENTED"
| "PUBLIC_DOMAIN"
| "PURCHASED"
| "RENTED"
| "SAMPLE"
| "UPLOADED";
country?: string;
locale?: string;
maxResults?: number;
processingState?:
| "PROCESSING_STATE_UNDEFINED"
| "COMPLETED_FAILED"
| "COMPLETED_SUCCESS"
| "RUNNING";
source?: string;
startIndex?: number;
}

§Properties

§
acquireMethod?: "ACQUIRE_METHOD_UNDEFINED" | "FAMILY_SHARED" | "PREORDERED" | "PREVIOUSLY_RENTED" | "PUBLIC_DOMAIN" | "PURCHASED" | "RENTED" | "SAMPLE" | "UPLOADED"
[src]

How the book was acquired

§
country?: string
[src]

ISO-3166-1 code to override the IP-based location.

§
locale?: string
[src]

ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.

§
maxResults?: number
[src]

Maximum number of results to return.

§
processingState?: "PROCESSING_STATE_UNDEFINED" | "COMPLETED_FAILED" | "COMPLETED_SUCCESS" | "RUNNING"
[src]

The processing state of the user uploaded volumes to be returned. Applicable only if the UPLOADED is specified in the acquireMethod.

§
source?: string
[src]

String to identify the originator of this request.

§
startIndex?: number
[src]

Index of the first result to return (starts at 0)