Show / Hide Table of Contents

Class ShelvesResource.BooksResource.LibraryagentReturnRequest

Return a book to the library. Returns the book if it is returned to the library successfully. Returns error if the book does not belong to the library or the users didn't borrow before.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleExampleLibraryagentV1Book>
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>
ShelvesResource.BooksResource.LibraryagentReturnRequest
Implements
IClientServiceRequest<GoogleExampleLibraryagentV1Book>
IClientServiceRequest
Inherited Members
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.Xgafv
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.AccessToken
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.Alt
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.Callback
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.Fields
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.Key
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.OauthToken
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.PrettyPrint
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.QuotaUser
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.UploadType
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.UploadProtocol
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.Execute()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ExecuteAsStream()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ExecuteAsync()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.CreateRequest(bool?)
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.GenerateRequestUri()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.GetBody()
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ETagAction
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ModifyRequest
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ValidateParameters
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.ApiVersion
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.RequestParameters
ClientServiceRequest<GoogleExampleLibraryagentV1Book>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Libraryagent.v1
Assembly: Google.Apis.Libraryagent.v1.dll
Syntax
public class ShelvesResource.BooksResource.LibraryagentReturnRequest : LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>, IClientServiceRequest<GoogleExampleLibraryagentV1Book>, IClientServiceRequest

Constructors

LibraryagentReturnRequest(IClientService, string)

Constructs a new LibraryagentReturn request.

Declaration
public LibraryagentReturnRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Libraryagent.v1.Data.GoogleExampleLibraryagentV1Book>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Libraryagent.v1.Data.GoogleExampleLibraryagentV1Book>.MethodName

Name

Required. The name of the book to return.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Libraryagent.v1.Data.GoogleExampleLibraryagentV1Book>.RestPath

Methods

InitParameters()

Initializes LibraryagentReturn parameter list.

Declaration
protected override void InitParameters()
Overrides
LibraryagentBaseServiceRequest<GoogleExampleLibraryagentV1Book>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX