Skip to main content

Package animeshon.product.v1alpha1

Index

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

FieldDescription
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.
pagesrepeated int64
The ordered list of all pages represented as ids of images.

CreateChapterRequest

FieldDescription
parent string
The parent this chapter belongs to.
chapter Chapter
The chapter to create.

DeleteChapterRequest

FieldDescription
name string
The name of the chapter to delete.

GetChapterRequest

FieldDescription
name string
The name of the chapter to retrieve.

ListChaptersRequest

FieldDescription
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

FieldDescription
chaptersrepeated Chapter
The list of chapters.
next_page_token string
A token to retrieve next page of results.

UpdateChapterRequest

FieldDescription
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.