Package animeshon.product.v1alpha1
Index
- ChapterService
- Chapter
- CreateChapterRequest
- DeleteChapterRequest
- GetChapterRequest
- ListChaptersRequest
- ListChaptersResponse
- UpdateChapterRequest
ChapterService
GetChapter |
---|
rpc GetChapter(GetChapterRequest) Chapter |
ListChapters |
---|
rpc ListChapters(ListChaptersRequest) ListChaptersResponse |
CreateChapter |
---|
rpc CreateChapter(CreateChapterRequest) Chapter |
UpdateChapter |
---|
rpc UpdateChapter(UpdateChapterRequest) Chapter |
DeleteChapter |
---|
rpc DeleteChapter(DeleteChapterRequest) .google.protobuf.Empty |
Chapter
Field | Description |
---|---|
name | string The name of the chapter. |
language_code | string The language code of the chapter pages. |
album | string The album that contains all images associated to this chapter. |
pages | repeated int64 The ordered list of all pages represented as ids of images. |
CreateChapterRequest
Field | Description |
---|---|
parent | string The parent this chapter belongs to. |
chapter | Chapter The chapter to create. |
DeleteChapterRequest
Field | Description |
---|---|
name | string The name of the chapter to delete. |
GetChapterRequest
Field | Description |
---|---|
name | string The name of the chapter to retrieve. |
ListChaptersRequest
Field | Description |
---|---|
parent | string The parent this chapter belongs to. |
page_size | int32 If unspecified, server will pick an appropriate default. |
page_token | string The value returned from the previous call. |
filter | string A filter to be applied to results. |
ListChaptersResponse
Field | Description |
---|---|
chapters | repeated Chapter The list of chapters. |
next_page_token | string A token to retrieve next page of results. |
UpdateChapterRequest
Field | Description |
---|---|
chapter | Chapter The chapter to update. |
update_mask | google.protobuf.FieldMask The field mask to determine which fields are to be updated. If empty, the server will assume all fields are to be updated. |