Class ShelvesResource
The "shelves" collection of methods.
Inherited Members
Namespace: Google.Apis.Libraryagent.v1
Assembly: Google.Apis.Libraryagent.v1.dll
Syntax
public class ShelvesResource
Constructors
ShelvesResource(IClientService)
Constructs a new resource.
Declaration
public ShelvesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Books
Gets the Books resource.
Declaration
public virtual ShelvesResource.BooksResource Books { get; }
Property Value
Type | Description |
---|---|
ShelvesResource.BooksResource |
Methods
Get(string)
Gets a shelf. Returns NOT_FOUND if the shelf does not exist.
Declaration
public virtual ShelvesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the shelf to retrieve. |
Returns
Type | Description |
---|---|
ShelvesResource.GetRequest |
List()
Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.
Declaration
public virtual ShelvesResource.ListRequest List()
Returns
Type | Description |
---|---|
ShelvesResource.ListRequest |