books  v1
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest Class Reference

Return a list of recommended books for the current user. More...

Inheritance diagram for Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest:
Google.Apis.Books.v1.BooksBaseServiceRequest< Google.Apis.Books.v1.Data.Volumes >

Public Types

enum  MaxAllowedMaturityRatingEnum { MaxAllowedMaturityRatingEnum.Mature, MaxAllowedMaturityRatingEnum.NotMature }
 The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out. More...
 

Public Member Functions

 ListRequest (Google.Apis.Services.IClientService service)
 Constructs a new List request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes List parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Books.v1.BooksBaseServiceRequest< Google.Apis.Books.v1.Data.Volumes >
 BooksBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new BooksBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Books parameter list. More...
 

Properties

virtual string Locale [get, set]
 ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations. More...
 
virtual System.Nullable< MaxAllowedMaturityRatingEnumMaxAllowedMaturityRating [get, set]
 The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out. More...
 
virtual string Source [get, set]
 String to identify the originator of this request. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Books.v1.BooksBaseServiceRequest< Google.Apis.Books.v1.Data.Volumes >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

Return a list of recommended books for the current user.

Member Enumeration Documentation

◆ MaxAllowedMaturityRatingEnum

The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.

Enumerator
Mature 

Show books which are rated mature or lower.

NotMature 

Show books which are rated not mature.

Constructor & Destructor Documentation

◆ ListRequest()

Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.ListRequest ( Google.Apis.Services.IClientService  service)
inline

Constructs a new List request.

Member Function Documentation

◆ InitParameters()

override void Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.InitParameters ( )
inlineprotected

Initializes List parameter list.

Property Documentation

◆ HttpMethod

override string Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.HttpMethod
get

summary>Gets the REST path.

◆ Locale

virtual string Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.Locale
getset

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

◆ MaxAllowedMaturityRating

virtual System.Nullable<MaxAllowedMaturityRatingEnum> Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.MaxAllowedMaturityRating
getset

The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.

◆ MethodName

override string Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.MethodName
get

summary>Gets the HTTP method.

◆ Source

virtual string Google.Apis.Books.v1.VolumesResource.RecommendedResource.ListRequest.Source
getset

String to identify the originator of this request.

summary>Gets the method name.


The documentation for this class was generated from the following file: