proto

package
v0.0.0-...-d941976 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_book_apiv1_proto protoreflect.FileDescriptor

Functions

func RegisterBookServiceServer

func RegisterBookServiceServer(s grpc.ServiceRegistrar, srv BookServiceServer)

Types

type BookListResponse

type BookListResponse struct {
	Books  []*BookListResponse_Book `protobuf:"bytes,1,rep,name=books,proto3" json:"books,omitempty"`
	Limit  int64                    `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64                    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total  int64                    `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*BookListResponse) Descriptor deprecated

func (*BookListResponse) Descriptor() ([]byte, []int)

Deprecated: Use BookListResponse.ProtoReflect.Descriptor instead.

func (*BookListResponse) GetBooks

func (x *BookListResponse) GetBooks() []*BookListResponse_Book

func (*BookListResponse) GetLimit

func (x *BookListResponse) GetLimit() int64

func (*BookListResponse) GetOffset

func (x *BookListResponse) GetOffset() int64

func (*BookListResponse) GetTotal

func (x *BookListResponse) GetTotal() int64

func (*BookListResponse) ProtoMessage

func (*BookListResponse) ProtoMessage()

func (*BookListResponse) ProtoReflect

func (x *BookListResponse) ProtoReflect() protoreflect.Message

func (*BookListResponse) Reset

func (x *BookListResponse) Reset()

func (*BookListResponse) String

func (x *BookListResponse) String() string

type BookListResponse_Author

type BookListResponse_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*BookListResponse_Author) Descriptor deprecated

func (*BookListResponse_Author) Descriptor() ([]byte, []int)

Deprecated: Use BookListResponse_Author.ProtoReflect.Descriptor instead.

func (*BookListResponse_Author) GetName

func (x *BookListResponse_Author) GetName() string

func (*BookListResponse_Author) GetNameKana

func (x *BookListResponse_Author) GetNameKana() string

func (*BookListResponse_Author) ProtoMessage

func (*BookListResponse_Author) ProtoMessage()

func (*BookListResponse_Author) ProtoReflect

func (x *BookListResponse_Author) ProtoReflect() protoreflect.Message

func (*BookListResponse_Author) Reset

func (x *BookListResponse_Author) Reset()

func (*BookListResponse_Author) String

func (x *BookListResponse_Author) String() string

type BookListResponse_Book

type BookListResponse_Book struct {
	Id             int64                      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title          string                     `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                     `protobuf:"bytes,3,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                     `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                     `protobuf:"bytes,5,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                     `protobuf:"bytes,6,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                     `protobuf:"bytes,7,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                     `protobuf:"bytes,8,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                     `protobuf:"bytes,9,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                     `protobuf:"bytes,10,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	CreatedAt      string                     `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      string                     `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Authors        []*BookListResponse_Author `protobuf:"bytes,13,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*BookListResponse_Book) Descriptor deprecated

func (*BookListResponse_Book) Descriptor() ([]byte, []int)

Deprecated: Use BookListResponse_Book.ProtoReflect.Descriptor instead.

func (*BookListResponse_Book) GetAuthors

func (*BookListResponse_Book) GetCreatedAt

func (x *BookListResponse_Book) GetCreatedAt() string

func (*BookListResponse_Book) GetDescription

func (x *BookListResponse_Book) GetDescription() string

func (*BookListResponse_Book) GetId

func (x *BookListResponse_Book) GetId() int64

func (*BookListResponse_Book) GetIsbn

func (x *BookListResponse_Book) GetIsbn() string

func (*BookListResponse_Book) GetPublishedOn

func (x *BookListResponse_Book) GetPublishedOn() string

func (*BookListResponse_Book) GetPublisher

func (x *BookListResponse_Book) GetPublisher() string

func (*BookListResponse_Book) GetRakutenGenreId

func (x *BookListResponse_Book) GetRakutenGenreId() string

func (*BookListResponse_Book) GetRakutenUrl

func (x *BookListResponse_Book) GetRakutenUrl() string

func (*BookListResponse_Book) GetThumbnailUrl

func (x *BookListResponse_Book) GetThumbnailUrl() string

func (*BookListResponse_Book) GetTitle

func (x *BookListResponse_Book) GetTitle() string

func (*BookListResponse_Book) GetTitleKana

func (x *BookListResponse_Book) GetTitleKana() string

func (*BookListResponse_Book) GetUpdatedAt

func (x *BookListResponse_Book) GetUpdatedAt() string

func (*BookListResponse_Book) ProtoMessage

func (*BookListResponse_Book) ProtoMessage()

func (*BookListResponse_Book) ProtoReflect

func (x *BookListResponse_Book) ProtoReflect() protoreflect.Message

func (*BookListResponse_Book) Reset

func (x *BookListResponse_Book) Reset()

func (*BookListResponse_Book) String

func (x *BookListResponse_Book) String() string

type BookResponse

type BookResponse struct {
	Id             int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title          string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                 `protobuf:"bytes,3,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                 `protobuf:"bytes,5,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                 `protobuf:"bytes,6,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                 `protobuf:"bytes,7,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                 `protobuf:"bytes,8,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                 `protobuf:"bytes,9,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                 `protobuf:"bytes,10,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	CreatedAt      string                 `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      string                 `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Authors        []*BookResponse_Author `protobuf:"bytes,13,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*BookResponse) Descriptor deprecated

func (*BookResponse) Descriptor() ([]byte, []int)

Deprecated: Use BookResponse.ProtoReflect.Descriptor instead.

func (*BookResponse) GetAuthors

func (x *BookResponse) GetAuthors() []*BookResponse_Author

func (*BookResponse) GetCreatedAt

func (x *BookResponse) GetCreatedAt() string

func (*BookResponse) GetDescription

func (x *BookResponse) GetDescription() string

func (*BookResponse) GetId

func (x *BookResponse) GetId() int64

func (*BookResponse) GetIsbn

func (x *BookResponse) GetIsbn() string

func (*BookResponse) GetPublishedOn

func (x *BookResponse) GetPublishedOn() string

func (*BookResponse) GetPublisher

func (x *BookResponse) GetPublisher() string

func (*BookResponse) GetRakutenGenreId

func (x *BookResponse) GetRakutenGenreId() string

func (*BookResponse) GetRakutenUrl

func (x *BookResponse) GetRakutenUrl() string

func (*BookResponse) GetThumbnailUrl

func (x *BookResponse) GetThumbnailUrl() string

func (*BookResponse) GetTitle

func (x *BookResponse) GetTitle() string

func (*BookResponse) GetTitleKana

func (x *BookResponse) GetTitleKana() string

func (*BookResponse) GetUpdatedAt

func (x *BookResponse) GetUpdatedAt() string

func (*BookResponse) ProtoMessage

func (*BookResponse) ProtoMessage()

func (*BookResponse) ProtoReflect

func (x *BookResponse) ProtoReflect() protoreflect.Message

func (*BookResponse) Reset

func (x *BookResponse) Reset()

func (*BookResponse) String

func (x *BookResponse) String() string

type BookResponse_Author

type BookResponse_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*BookResponse_Author) Descriptor deprecated

func (*BookResponse_Author) Descriptor() ([]byte, []int)

Deprecated: Use BookResponse_Author.ProtoReflect.Descriptor instead.

func (*BookResponse_Author) GetName

func (x *BookResponse_Author) GetName() string

func (*BookResponse_Author) GetNameKana

func (x *BookResponse_Author) GetNameKana() string

func (*BookResponse_Author) ProtoMessage

func (*BookResponse_Author) ProtoMessage()

func (*BookResponse_Author) ProtoReflect

func (x *BookResponse_Author) ProtoReflect() protoreflect.Message

func (*BookResponse_Author) Reset

func (x *BookResponse_Author) Reset()

func (*BookResponse_Author) String

func (x *BookResponse_Author) String() string

type BookServiceClient

type BookServiceClient interface {
	ListBookByBookIds(ctx context.Context, in *ListBookByBookIdsRequest, opts ...grpc.CallOption) (*BookListResponse, error)
	ListBookshelf(ctx context.Context, in *ListBookshelfRequest, opts ...grpc.CallOption) (*BookshelfListResponse, error)
	ListBookReview(ctx context.Context, in *ListBookReviewRequest, opts ...grpc.CallOption) (*ReviewListResponse, error)
	ListUserReview(ctx context.Context, in *ListUserReviewRequest, opts ...grpc.CallOption) (*ReviewListResponse, error)
	GetBook(ctx context.Context, in *GetBookRequest, opts ...grpc.CallOption) (*BookResponse, error)
	GetBookByIsbn(ctx context.Context, in *GetBookByIsbnRequest, opts ...grpc.CallOption) (*BookResponse, error)
	GetBookshelf(ctx context.Context, in *GetBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	GetReview(ctx context.Context, in *GetReviewRequest, opts ...grpc.CallOption) (*ReviewResponse, error)
	CreateBook(ctx context.Context, in *CreateBookRequest, opts ...grpc.CallOption) (*BookResponse, error)
	UpdateBook(ctx context.Context, in *UpdateBookRequest, opts ...grpc.CallOption) (*BookResponse, error)
	ReadBookshelf(ctx context.Context, in *ReadBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	ReadingBookshelf(ctx context.Context, in *ReadingBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	StackBookshelf(ctx context.Context, in *StackBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	WantBookshelf(ctx context.Context, in *WantBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	ReleaseBookshelf(ctx context.Context, in *ReleaseBookshelfRequest, opts ...grpc.CallOption) (*BookshelfResponse, error)
	DeleteBook(ctx context.Context, in *DeleteBookRequest, opts ...grpc.CallOption) (*EmptyBook, error)
	DeleteBookshelf(ctx context.Context, in *DeleteBookshelfRequest, opts ...grpc.CallOption) (*EmptyBook, error)
}

BookServiceClient is the client API for BookService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BookServiceServer

BookServiceServer is the server API for BookService service. All implementations must embed UnimplementedBookServiceServer for forward compatibility

type BookshelfListResponse

type BookshelfListResponse struct {
	Bookshelves []*BookshelfListResponse_Bookshelf `protobuf:"bytes,1,rep,name=bookshelves,proto3" json:"bookshelves,omitempty"`
	Limit       int64                              `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset      int64                              `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total       int64                              `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfListResponse) Descriptor deprecated

func (*BookshelfListResponse) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfListResponse.ProtoReflect.Descriptor instead.

func (*BookshelfListResponse) GetBookshelves

func (*BookshelfListResponse) GetLimit

func (x *BookshelfListResponse) GetLimit() int64

func (*BookshelfListResponse) GetOffset

func (x *BookshelfListResponse) GetOffset() int64

func (*BookshelfListResponse) GetTotal

func (x *BookshelfListResponse) GetTotal() int64

func (*BookshelfListResponse) ProtoMessage

func (*BookshelfListResponse) ProtoMessage()

func (*BookshelfListResponse) ProtoReflect

func (x *BookshelfListResponse) ProtoReflect() protoreflect.Message

func (*BookshelfListResponse) Reset

func (x *BookshelfListResponse) Reset()

func (*BookshelfListResponse) String

func (x *BookshelfListResponse) String() string

type BookshelfListResponse_Author

type BookshelfListResponse_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfListResponse_Author) Descriptor deprecated

func (*BookshelfListResponse_Author) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfListResponse_Author.ProtoReflect.Descriptor instead.

func (*BookshelfListResponse_Author) GetName

func (x *BookshelfListResponse_Author) GetName() string

func (*BookshelfListResponse_Author) GetNameKana

func (x *BookshelfListResponse_Author) GetNameKana() string

func (*BookshelfListResponse_Author) ProtoMessage

func (*BookshelfListResponse_Author) ProtoMessage()

func (*BookshelfListResponse_Author) ProtoReflect

func (*BookshelfListResponse_Author) Reset

func (x *BookshelfListResponse_Author) Reset()

func (*BookshelfListResponse_Author) String

type BookshelfListResponse_Book

type BookshelfListResponse_Book struct {
	Id             int64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title          string                          `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                          `protobuf:"bytes,3,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                          `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                          `protobuf:"bytes,5,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                          `protobuf:"bytes,6,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                          `protobuf:"bytes,7,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                          `protobuf:"bytes,8,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                          `protobuf:"bytes,9,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                          `protobuf:"bytes,10,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	CreatedAt      string                          `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      string                          `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Authors        []*BookshelfListResponse_Author `protobuf:"bytes,13,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfListResponse_Book) Descriptor deprecated

func (*BookshelfListResponse_Book) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfListResponse_Book.ProtoReflect.Descriptor instead.

func (*BookshelfListResponse_Book) GetAuthors

func (*BookshelfListResponse_Book) GetCreatedAt

func (x *BookshelfListResponse_Book) GetCreatedAt() string

func (*BookshelfListResponse_Book) GetDescription

func (x *BookshelfListResponse_Book) GetDescription() string

func (*BookshelfListResponse_Book) GetId

func (x *BookshelfListResponse_Book) GetId() int64

func (*BookshelfListResponse_Book) GetIsbn

func (x *BookshelfListResponse_Book) GetIsbn() string

func (*BookshelfListResponse_Book) GetPublishedOn

func (x *BookshelfListResponse_Book) GetPublishedOn() string

func (*BookshelfListResponse_Book) GetPublisher

func (x *BookshelfListResponse_Book) GetPublisher() string

func (*BookshelfListResponse_Book) GetRakutenGenreId

func (x *BookshelfListResponse_Book) GetRakutenGenreId() string

func (*BookshelfListResponse_Book) GetRakutenUrl

func (x *BookshelfListResponse_Book) GetRakutenUrl() string

func (*BookshelfListResponse_Book) GetThumbnailUrl

func (x *BookshelfListResponse_Book) GetThumbnailUrl() string

func (*BookshelfListResponse_Book) GetTitle

func (x *BookshelfListResponse_Book) GetTitle() string

func (*BookshelfListResponse_Book) GetTitleKana

func (x *BookshelfListResponse_Book) GetTitleKana() string

func (*BookshelfListResponse_Book) GetUpdatedAt

func (x *BookshelfListResponse_Book) GetUpdatedAt() string

func (*BookshelfListResponse_Book) ProtoMessage

func (*BookshelfListResponse_Book) ProtoMessage()

func (*BookshelfListResponse_Book) ProtoReflect

func (*BookshelfListResponse_Book) Reset

func (x *BookshelfListResponse_Book) Reset()

func (*BookshelfListResponse_Book) String

func (x *BookshelfListResponse_Book) String() string

type BookshelfListResponse_Bookshelf

type BookshelfListResponse_Bookshelf struct {
	Id        int64                       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	BookId    int64                       `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	UserId    string                      `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Status    int32                       `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	ReadOn    string                      `protobuf:"bytes,5,opt,name=read_on,json=readOn,proto3" json:"read_on,omitempty"`
	CreatedAt string                      `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt string                      `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Book      *BookshelfListResponse_Book `protobuf:"bytes,8,opt,name=book,proto3" json:"book,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfListResponse_Bookshelf) Descriptor deprecated

func (*BookshelfListResponse_Bookshelf) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfListResponse_Bookshelf.ProtoReflect.Descriptor instead.

func (*BookshelfListResponse_Bookshelf) GetBook

func (*BookshelfListResponse_Bookshelf) GetBookId

func (x *BookshelfListResponse_Bookshelf) GetBookId() int64

func (*BookshelfListResponse_Bookshelf) GetCreatedAt

func (x *BookshelfListResponse_Bookshelf) GetCreatedAt() string

func (*BookshelfListResponse_Bookshelf) GetId

func (*BookshelfListResponse_Bookshelf) GetReadOn

func (x *BookshelfListResponse_Bookshelf) GetReadOn() string

func (*BookshelfListResponse_Bookshelf) GetStatus

func (x *BookshelfListResponse_Bookshelf) GetStatus() int32

func (*BookshelfListResponse_Bookshelf) GetUpdatedAt

func (x *BookshelfListResponse_Bookshelf) GetUpdatedAt() string

func (*BookshelfListResponse_Bookshelf) GetUserId

func (x *BookshelfListResponse_Bookshelf) GetUserId() string

func (*BookshelfListResponse_Bookshelf) ProtoMessage

func (*BookshelfListResponse_Bookshelf) ProtoMessage()

func (*BookshelfListResponse_Bookshelf) ProtoReflect

func (*BookshelfListResponse_Bookshelf) Reset

func (*BookshelfListResponse_Bookshelf) String

type BookshelfResponse

type BookshelfResponse struct {
	Id        int64                     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	BookId    int64                     `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	UserId    string                    `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Status    int32                     `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	ReadOn    string                    `protobuf:"bytes,5,opt,name=read_on,json=readOn,proto3" json:"read_on,omitempty"`
	CreatedAt string                    `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt string                    `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Book      *BookshelfResponse_Book   `protobuf:"bytes,10,opt,name=book,proto3" json:"book,omitempty"`
	Review    *BookshelfResponse_Review `protobuf:"bytes,11,opt,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfResponse) Descriptor deprecated

func (*BookshelfResponse) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfResponse.ProtoReflect.Descriptor instead.

func (*BookshelfResponse) GetBook

func (*BookshelfResponse) GetBookId

func (x *BookshelfResponse) GetBookId() int64

func (*BookshelfResponse) GetCreatedAt

func (x *BookshelfResponse) GetCreatedAt() string

func (*BookshelfResponse) GetId

func (x *BookshelfResponse) GetId() int64

func (*BookshelfResponse) GetReadOn

func (x *BookshelfResponse) GetReadOn() string

func (*BookshelfResponse) GetReview

func (*BookshelfResponse) GetStatus

func (x *BookshelfResponse) GetStatus() int32

func (*BookshelfResponse) GetUpdatedAt

func (x *BookshelfResponse) GetUpdatedAt() string

func (*BookshelfResponse) GetUserId

func (x *BookshelfResponse) GetUserId() string

func (*BookshelfResponse) ProtoMessage

func (*BookshelfResponse) ProtoMessage()

func (*BookshelfResponse) ProtoReflect

func (x *BookshelfResponse) ProtoReflect() protoreflect.Message

func (*BookshelfResponse) Reset

func (x *BookshelfResponse) Reset()

func (*BookshelfResponse) String

func (x *BookshelfResponse) String() string

type BookshelfResponse_Author

type BookshelfResponse_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfResponse_Author) Descriptor deprecated

func (*BookshelfResponse_Author) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfResponse_Author.ProtoReflect.Descriptor instead.

func (*BookshelfResponse_Author) GetName

func (x *BookshelfResponse_Author) GetName() string

func (*BookshelfResponse_Author) GetNameKana

func (x *BookshelfResponse_Author) GetNameKana() string

func (*BookshelfResponse_Author) ProtoMessage

func (*BookshelfResponse_Author) ProtoMessage()

func (*BookshelfResponse_Author) ProtoReflect

func (x *BookshelfResponse_Author) ProtoReflect() protoreflect.Message

func (*BookshelfResponse_Author) Reset

func (x *BookshelfResponse_Author) Reset()

func (*BookshelfResponse_Author) String

func (x *BookshelfResponse_Author) String() string

type BookshelfResponse_Book

type BookshelfResponse_Book struct {
	Id             int64                       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title          string                      `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                      `protobuf:"bytes,3,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                      `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                      `protobuf:"bytes,5,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                      `protobuf:"bytes,6,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                      `protobuf:"bytes,7,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                      `protobuf:"bytes,8,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                      `protobuf:"bytes,9,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                      `protobuf:"bytes,10,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	CreatedAt      string                      `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      string                      `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Authors        []*BookshelfResponse_Author `protobuf:"bytes,13,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfResponse_Book) Descriptor deprecated

func (*BookshelfResponse_Book) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfResponse_Book.ProtoReflect.Descriptor instead.

func (*BookshelfResponse_Book) GetAuthors

func (*BookshelfResponse_Book) GetCreatedAt

func (x *BookshelfResponse_Book) GetCreatedAt() string

func (*BookshelfResponse_Book) GetDescription

func (x *BookshelfResponse_Book) GetDescription() string

func (*BookshelfResponse_Book) GetId

func (x *BookshelfResponse_Book) GetId() int64

func (*BookshelfResponse_Book) GetIsbn

func (x *BookshelfResponse_Book) GetIsbn() string

func (*BookshelfResponse_Book) GetPublishedOn

func (x *BookshelfResponse_Book) GetPublishedOn() string

func (*BookshelfResponse_Book) GetPublisher

func (x *BookshelfResponse_Book) GetPublisher() string

func (*BookshelfResponse_Book) GetRakutenGenreId

func (x *BookshelfResponse_Book) GetRakutenGenreId() string

func (*BookshelfResponse_Book) GetRakutenUrl

func (x *BookshelfResponse_Book) GetRakutenUrl() string

func (*BookshelfResponse_Book) GetThumbnailUrl

func (x *BookshelfResponse_Book) GetThumbnailUrl() string

func (*BookshelfResponse_Book) GetTitle

func (x *BookshelfResponse_Book) GetTitle() string

func (*BookshelfResponse_Book) GetTitleKana

func (x *BookshelfResponse_Book) GetTitleKana() string

func (*BookshelfResponse_Book) GetUpdatedAt

func (x *BookshelfResponse_Book) GetUpdatedAt() string

func (*BookshelfResponse_Book) ProtoMessage

func (*BookshelfResponse_Book) ProtoMessage()

func (*BookshelfResponse_Book) ProtoReflect

func (x *BookshelfResponse_Book) ProtoReflect() protoreflect.Message

func (*BookshelfResponse_Book) Reset

func (x *BookshelfResponse_Book) Reset()

func (*BookshelfResponse_Book) String

func (x *BookshelfResponse_Book) String() string

type BookshelfResponse_Review

type BookshelfResponse_Review struct {
	Score      int32  `protobuf:"varint,1,opt,name=score,proto3" json:"score,omitempty"`
	Impression string `protobuf:"bytes,2,opt,name=impression,proto3" json:"impression,omitempty"`
	// contains filtered or unexported fields
}

func (*BookshelfResponse_Review) Descriptor deprecated

func (*BookshelfResponse_Review) Descriptor() ([]byte, []int)

Deprecated: Use BookshelfResponse_Review.ProtoReflect.Descriptor instead.

func (*BookshelfResponse_Review) GetImpression

func (x *BookshelfResponse_Review) GetImpression() string

func (*BookshelfResponse_Review) GetScore

func (x *BookshelfResponse_Review) GetScore() int32

func (*BookshelfResponse_Review) ProtoMessage

func (*BookshelfResponse_Review) ProtoMessage()

func (*BookshelfResponse_Review) ProtoReflect

func (x *BookshelfResponse_Review) ProtoReflect() protoreflect.Message

func (*BookshelfResponse_Review) Reset

func (x *BookshelfResponse_Review) Reset()

func (*BookshelfResponse_Review) String

func (x *BookshelfResponse_Review) String() string

type CreateBookRequest

type CreateBookRequest struct {
	Title          string                      `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                      `protobuf:"bytes,2,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                      `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                      `protobuf:"bytes,4,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                      `protobuf:"bytes,5,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                      `protobuf:"bytes,6,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                      `protobuf:"bytes,7,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                      `protobuf:"bytes,8,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                      `protobuf:"bytes,9,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	Authors        []*CreateBookRequest_Author `protobuf:"bytes,10,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookRequest) Descriptor deprecated

func (*CreateBookRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBookRequest.ProtoReflect.Descriptor instead.

func (*CreateBookRequest) GetAuthors

func (x *CreateBookRequest) GetAuthors() []*CreateBookRequest_Author

func (*CreateBookRequest) GetDescription

func (x *CreateBookRequest) GetDescription() string

func (*CreateBookRequest) GetIsbn

func (x *CreateBookRequest) GetIsbn() string

func (*CreateBookRequest) GetPublishedOn

func (x *CreateBookRequest) GetPublishedOn() string

func (*CreateBookRequest) GetPublisher

func (x *CreateBookRequest) GetPublisher() string

func (*CreateBookRequest) GetRakutenGenreId

func (x *CreateBookRequest) GetRakutenGenreId() string

func (*CreateBookRequest) GetRakutenUrl

func (x *CreateBookRequest) GetRakutenUrl() string

func (*CreateBookRequest) GetThumbnailUrl

func (x *CreateBookRequest) GetThumbnailUrl() string

func (*CreateBookRequest) GetTitle

func (x *CreateBookRequest) GetTitle() string

func (*CreateBookRequest) GetTitleKana

func (x *CreateBookRequest) GetTitleKana() string

func (*CreateBookRequest) ProtoMessage

func (*CreateBookRequest) ProtoMessage()

func (*CreateBookRequest) ProtoReflect

func (x *CreateBookRequest) ProtoReflect() protoreflect.Message

func (*CreateBookRequest) Reset

func (x *CreateBookRequest) Reset()

func (*CreateBookRequest) String

func (x *CreateBookRequest) String() string

type CreateBookRequest_Author

type CreateBookRequest_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookRequest_Author) Descriptor deprecated

func (*CreateBookRequest_Author) Descriptor() ([]byte, []int)

Deprecated: Use CreateBookRequest_Author.ProtoReflect.Descriptor instead.

func (*CreateBookRequest_Author) GetName

func (x *CreateBookRequest_Author) GetName() string

func (*CreateBookRequest_Author) GetNameKana

func (x *CreateBookRequest_Author) GetNameKana() string

func (*CreateBookRequest_Author) ProtoMessage

func (*CreateBookRequest_Author) ProtoMessage()

func (*CreateBookRequest_Author) ProtoReflect

func (x *CreateBookRequest_Author) ProtoReflect() protoreflect.Message

func (*CreateBookRequest_Author) Reset

func (x *CreateBookRequest_Author) Reset()

func (*CreateBookRequest_Author) String

func (x *CreateBookRequest_Author) String() string

type DeleteBookRequest

type DeleteBookRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBookRequest) Descriptor deprecated

func (*DeleteBookRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBookRequest.ProtoReflect.Descriptor instead.

func (*DeleteBookRequest) GetBookId

func (x *DeleteBookRequest) GetBookId() int64

func (*DeleteBookRequest) GetUserId

func (x *DeleteBookRequest) GetUserId() string

func (*DeleteBookRequest) ProtoMessage

func (*DeleteBookRequest) ProtoMessage()

func (*DeleteBookRequest) ProtoReflect

func (x *DeleteBookRequest) ProtoReflect() protoreflect.Message

func (*DeleteBookRequest) Reset

func (x *DeleteBookRequest) Reset()

func (*DeleteBookRequest) String

func (x *DeleteBookRequest) String() string

type DeleteBookshelfRequest

type DeleteBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBookshelfRequest) Descriptor deprecated

func (*DeleteBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBookshelfRequest.ProtoReflect.Descriptor instead.

func (*DeleteBookshelfRequest) GetBookId

func (x *DeleteBookshelfRequest) GetBookId() int64

func (*DeleteBookshelfRequest) GetUserId

func (x *DeleteBookshelfRequest) GetUserId() string

func (*DeleteBookshelfRequest) ProtoMessage

func (*DeleteBookshelfRequest) ProtoMessage()

func (*DeleteBookshelfRequest) ProtoReflect

func (x *DeleteBookshelfRequest) ProtoReflect() protoreflect.Message

func (*DeleteBookshelfRequest) Reset

func (x *DeleteBookshelfRequest) Reset()

func (*DeleteBookshelfRequest) String

func (x *DeleteBookshelfRequest) String() string

type EmptyBook

type EmptyBook struct {
	// contains filtered or unexported fields
}

func (*EmptyBook) Descriptor deprecated

func (*EmptyBook) Descriptor() ([]byte, []int)

Deprecated: Use EmptyBook.ProtoReflect.Descriptor instead.

func (*EmptyBook) ProtoMessage

func (*EmptyBook) ProtoMessage()

func (*EmptyBook) ProtoReflect

func (x *EmptyBook) ProtoReflect() protoreflect.Message

func (*EmptyBook) Reset

func (x *EmptyBook) Reset()

func (*EmptyBook) String

func (x *EmptyBook) String() string

type GetBookByIsbnRequest

type GetBookByIsbnRequest struct {
	Isbn string `protobuf:"bytes,1,opt,name=isbn,proto3" json:"isbn,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookByIsbnRequest) Descriptor deprecated

func (*GetBookByIsbnRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBookByIsbnRequest.ProtoReflect.Descriptor instead.

func (*GetBookByIsbnRequest) GetIsbn

func (x *GetBookByIsbnRequest) GetIsbn() string

func (*GetBookByIsbnRequest) ProtoMessage

func (*GetBookByIsbnRequest) ProtoMessage()

func (*GetBookByIsbnRequest) ProtoReflect

func (x *GetBookByIsbnRequest) ProtoReflect() protoreflect.Message

func (*GetBookByIsbnRequest) Reset

func (x *GetBookByIsbnRequest) Reset()

func (*GetBookByIsbnRequest) String

func (x *GetBookByIsbnRequest) String() string

type GetBookRequest

type GetBookRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookRequest) Descriptor deprecated

func (*GetBookRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBookRequest.ProtoReflect.Descriptor instead.

func (*GetBookRequest) GetId

func (x *GetBookRequest) GetId() int64

func (*GetBookRequest) ProtoMessage

func (*GetBookRequest) ProtoMessage()

func (*GetBookRequest) ProtoReflect

func (x *GetBookRequest) ProtoReflect() protoreflect.Message

func (*GetBookRequest) Reset

func (x *GetBookRequest) Reset()

func (*GetBookRequest) String

func (x *GetBookRequest) String() string

type GetBookshelfRequest

type GetBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookshelfRequest) Descriptor deprecated

func (*GetBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBookshelfRequest.ProtoReflect.Descriptor instead.

func (*GetBookshelfRequest) GetBookId

func (x *GetBookshelfRequest) GetBookId() int64

func (*GetBookshelfRequest) GetUserId

func (x *GetBookshelfRequest) GetUserId() string

func (*GetBookshelfRequest) ProtoMessage

func (*GetBookshelfRequest) ProtoMessage()

func (*GetBookshelfRequest) ProtoReflect

func (x *GetBookshelfRequest) ProtoReflect() protoreflect.Message

func (*GetBookshelfRequest) Reset

func (x *GetBookshelfRequest) Reset()

func (*GetBookshelfRequest) String

func (x *GetBookshelfRequest) String() string

type GetReviewRequest

type GetReviewRequest struct {
	ReviewId int64 `protobuf:"varint,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReviewRequest) Descriptor deprecated

func (*GetReviewRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetReviewRequest.ProtoReflect.Descriptor instead.

func (*GetReviewRequest) GetReviewId

func (x *GetReviewRequest) GetReviewId() int64

func (*GetReviewRequest) ProtoMessage

func (*GetReviewRequest) ProtoMessage()

func (*GetReviewRequest) ProtoReflect

func (x *GetReviewRequest) ProtoReflect() protoreflect.Message

func (*GetReviewRequest) Reset

func (x *GetReviewRequest) Reset()

func (*GetReviewRequest) String

func (x *GetReviewRequest) String() string

type ListBookByBookIdsRequest

type ListBookByBookIdsRequest struct {
	BookIds []int64 `protobuf:"varint,1,rep,packed,name=book_ids,json=bookIds,proto3" json:"book_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookByBookIdsRequest) Descriptor deprecated

func (*ListBookByBookIdsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBookByBookIdsRequest.ProtoReflect.Descriptor instead.

func (*ListBookByBookIdsRequest) GetBookIds

func (x *ListBookByBookIdsRequest) GetBookIds() []int64

func (*ListBookByBookIdsRequest) ProtoMessage

func (*ListBookByBookIdsRequest) ProtoMessage()

func (*ListBookByBookIdsRequest) ProtoReflect

func (x *ListBookByBookIdsRequest) ProtoReflect() protoreflect.Message

func (*ListBookByBookIdsRequest) Reset

func (x *ListBookByBookIdsRequest) Reset()

func (*ListBookByBookIdsRequest) String

func (x *ListBookByBookIdsRequest) String() string

type ListBookReviewRequest

type ListBookReviewRequest struct {
	BookId int64                        `protobuf:"varint,1,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	Limit  int64                        `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64                        `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Order  *ListBookReviewRequest_Order `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookReviewRequest) Descriptor deprecated

func (*ListBookReviewRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBookReviewRequest.ProtoReflect.Descriptor instead.

func (*ListBookReviewRequest) GetBookId

func (x *ListBookReviewRequest) GetBookId() int64

func (*ListBookReviewRequest) GetLimit

func (x *ListBookReviewRequest) GetLimit() int64

func (*ListBookReviewRequest) GetOffset

func (x *ListBookReviewRequest) GetOffset() int64

func (*ListBookReviewRequest) GetOrder

func (*ListBookReviewRequest) ProtoMessage

func (*ListBookReviewRequest) ProtoMessage()

func (*ListBookReviewRequest) ProtoReflect

func (x *ListBookReviewRequest) ProtoReflect() protoreflect.Message

func (*ListBookReviewRequest) Reset

func (x *ListBookReviewRequest) Reset()

func (*ListBookReviewRequest) String

func (x *ListBookReviewRequest) String() string

type ListBookReviewRequest_Order

type ListBookReviewRequest_Order struct {
	By        string `protobuf:"bytes,1,opt,name=by,proto3" json:"by,omitempty"`
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookReviewRequest_Order) Descriptor deprecated

func (*ListBookReviewRequest_Order) Descriptor() ([]byte, []int)

Deprecated: Use ListBookReviewRequest_Order.ProtoReflect.Descriptor instead.

func (*ListBookReviewRequest_Order) GetBy

func (*ListBookReviewRequest_Order) GetDirection

func (x *ListBookReviewRequest_Order) GetDirection() string

func (*ListBookReviewRequest_Order) ProtoMessage

func (*ListBookReviewRequest_Order) ProtoMessage()

func (*ListBookReviewRequest_Order) ProtoReflect

func (*ListBookReviewRequest_Order) Reset

func (x *ListBookReviewRequest_Order) Reset()

func (*ListBookReviewRequest_Order) String

func (x *ListBookReviewRequest_Order) String() string

type ListBookshelfRequest

type ListBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Limit  int64  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64  `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookshelfRequest) Descriptor deprecated

func (*ListBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBookshelfRequest.ProtoReflect.Descriptor instead.

func (*ListBookshelfRequest) GetLimit

func (x *ListBookshelfRequest) GetLimit() int64

func (*ListBookshelfRequest) GetOffset

func (x *ListBookshelfRequest) GetOffset() int64

func (*ListBookshelfRequest) GetUserId

func (x *ListBookshelfRequest) GetUserId() string

func (*ListBookshelfRequest) ProtoMessage

func (*ListBookshelfRequest) ProtoMessage()

func (*ListBookshelfRequest) ProtoReflect

func (x *ListBookshelfRequest) ProtoReflect() protoreflect.Message

func (*ListBookshelfRequest) Reset

func (x *ListBookshelfRequest) Reset()

func (*ListBookshelfRequest) String

func (x *ListBookshelfRequest) String() string

type ListUserReviewRequest

type ListUserReviewRequest struct {
	UserId string                       `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Limit  int64                        `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset int64                        `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Order  *ListUserReviewRequest_Order `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserReviewRequest) Descriptor deprecated

func (*ListUserReviewRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserReviewRequest.ProtoReflect.Descriptor instead.

func (*ListUserReviewRequest) GetLimit

func (x *ListUserReviewRequest) GetLimit() int64

func (*ListUserReviewRequest) GetOffset

func (x *ListUserReviewRequest) GetOffset() int64

func (*ListUserReviewRequest) GetOrder

func (*ListUserReviewRequest) GetUserId

func (x *ListUserReviewRequest) GetUserId() string

func (*ListUserReviewRequest) ProtoMessage

func (*ListUserReviewRequest) ProtoMessage()

func (*ListUserReviewRequest) ProtoReflect

func (x *ListUserReviewRequest) ProtoReflect() protoreflect.Message

func (*ListUserReviewRequest) Reset

func (x *ListUserReviewRequest) Reset()

func (*ListUserReviewRequest) String

func (x *ListUserReviewRequest) String() string

type ListUserReviewRequest_Order

type ListUserReviewRequest_Order struct {
	By        string `protobuf:"bytes,1,opt,name=by,proto3" json:"by,omitempty"`
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserReviewRequest_Order) Descriptor deprecated

func (*ListUserReviewRequest_Order) Descriptor() ([]byte, []int)

Deprecated: Use ListUserReviewRequest_Order.ProtoReflect.Descriptor instead.

func (*ListUserReviewRequest_Order) GetBy

func (*ListUserReviewRequest_Order) GetDirection

func (x *ListUserReviewRequest_Order) GetDirection() string

func (*ListUserReviewRequest_Order) ProtoMessage

func (*ListUserReviewRequest_Order) ProtoMessage()

func (*ListUserReviewRequest_Order) ProtoReflect

func (*ListUserReviewRequest_Order) Reset

func (x *ListUserReviewRequest_Order) Reset()

func (*ListUserReviewRequest_Order) String

func (x *ListUserReviewRequest_Order) String() string

type ReadBookshelfRequest

type ReadBookshelfRequest struct {
	UserId     string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId     int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	Impression string `protobuf:"bytes,3,opt,name=impression,proto3" json:"impression,omitempty"`
	ReadOn     string `protobuf:"bytes,4,opt,name=read_on,json=readOn,proto3" json:"read_on,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadBookshelfRequest) Descriptor deprecated

func (*ReadBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadBookshelfRequest.ProtoReflect.Descriptor instead.

func (*ReadBookshelfRequest) GetBookId

func (x *ReadBookshelfRequest) GetBookId() int64

func (*ReadBookshelfRequest) GetImpression

func (x *ReadBookshelfRequest) GetImpression() string

func (*ReadBookshelfRequest) GetReadOn

func (x *ReadBookshelfRequest) GetReadOn() string

func (*ReadBookshelfRequest) GetUserId

func (x *ReadBookshelfRequest) GetUserId() string

func (*ReadBookshelfRequest) ProtoMessage

func (*ReadBookshelfRequest) ProtoMessage()

func (*ReadBookshelfRequest) ProtoReflect

func (x *ReadBookshelfRequest) ProtoReflect() protoreflect.Message

func (*ReadBookshelfRequest) Reset

func (x *ReadBookshelfRequest) Reset()

func (*ReadBookshelfRequest) String

func (x *ReadBookshelfRequest) String() string

type ReadingBookshelfRequest

type ReadingBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadingBookshelfRequest) Descriptor deprecated

func (*ReadingBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadingBookshelfRequest.ProtoReflect.Descriptor instead.

func (*ReadingBookshelfRequest) GetBookId

func (x *ReadingBookshelfRequest) GetBookId() int64

func (*ReadingBookshelfRequest) GetUserId

func (x *ReadingBookshelfRequest) GetUserId() string

func (*ReadingBookshelfRequest) ProtoMessage

func (*ReadingBookshelfRequest) ProtoMessage()

func (*ReadingBookshelfRequest) ProtoReflect

func (x *ReadingBookshelfRequest) ProtoReflect() protoreflect.Message

func (*ReadingBookshelfRequest) Reset

func (x *ReadingBookshelfRequest) Reset()

func (*ReadingBookshelfRequest) String

func (x *ReadingBookshelfRequest) String() string

type ReleaseBookshelfRequest

type ReleaseBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReleaseBookshelfRequest) Descriptor deprecated

func (*ReleaseBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseBookshelfRequest.ProtoReflect.Descriptor instead.

func (*ReleaseBookshelfRequest) GetBookId

func (x *ReleaseBookshelfRequest) GetBookId() int64

func (*ReleaseBookshelfRequest) GetUserId

func (x *ReleaseBookshelfRequest) GetUserId() string

func (*ReleaseBookshelfRequest) ProtoMessage

func (*ReleaseBookshelfRequest) ProtoMessage()

func (*ReleaseBookshelfRequest) ProtoReflect

func (x *ReleaseBookshelfRequest) ProtoReflect() protoreflect.Message

func (*ReleaseBookshelfRequest) Reset

func (x *ReleaseBookshelfRequest) Reset()

func (*ReleaseBookshelfRequest) String

func (x *ReleaseBookshelfRequest) String() string

type ReviewListResponse

type ReviewListResponse struct {
	Reviews []*ReviewListResponse_Review `protobuf:"bytes,1,rep,name=reviews,proto3" json:"reviews,omitempty"`
	Limit   int64                        `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset  int64                        `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total   int64                        `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	Order   *ReviewListResponse_Order    `protobuf:"bytes,5,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ReviewListResponse) Descriptor deprecated

func (*ReviewListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReviewListResponse.ProtoReflect.Descriptor instead.

func (*ReviewListResponse) GetLimit

func (x *ReviewListResponse) GetLimit() int64

func (*ReviewListResponse) GetOffset

func (x *ReviewListResponse) GetOffset() int64

func (*ReviewListResponse) GetOrder

func (*ReviewListResponse) GetReviews

func (x *ReviewListResponse) GetReviews() []*ReviewListResponse_Review

func (*ReviewListResponse) GetTotal

func (x *ReviewListResponse) GetTotal() int64

func (*ReviewListResponse) ProtoMessage

func (*ReviewListResponse) ProtoMessage()

func (*ReviewListResponse) ProtoReflect

func (x *ReviewListResponse) ProtoReflect() protoreflect.Message

func (*ReviewListResponse) Reset

func (x *ReviewListResponse) Reset()

func (*ReviewListResponse) String

func (x *ReviewListResponse) String() string

type ReviewListResponse_Order

type ReviewListResponse_Order struct {
	By        string `protobuf:"bytes,1,opt,name=by,proto3" json:"by,omitempty"`
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*ReviewListResponse_Order) Descriptor deprecated

func (*ReviewListResponse_Order) Descriptor() ([]byte, []int)

Deprecated: Use ReviewListResponse_Order.ProtoReflect.Descriptor instead.

func (*ReviewListResponse_Order) GetBy

func (x *ReviewListResponse_Order) GetBy() string

func (*ReviewListResponse_Order) GetDirection

func (x *ReviewListResponse_Order) GetDirection() string

func (*ReviewListResponse_Order) ProtoMessage

func (*ReviewListResponse_Order) ProtoMessage()

func (*ReviewListResponse_Order) ProtoReflect

func (x *ReviewListResponse_Order) ProtoReflect() protoreflect.Message

func (*ReviewListResponse_Order) Reset

func (x *ReviewListResponse_Order) Reset()

func (*ReviewListResponse_Order) String

func (x *ReviewListResponse_Order) String() string

type ReviewListResponse_Review

type ReviewListResponse_Review struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	BookId     int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	UserId     string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Score      int32  `protobuf:"varint,4,opt,name=score,proto3" json:"score,omitempty"`
	Impression string `protobuf:"bytes,5,opt,name=impression,proto3" json:"impression,omitempty"`
	CreatedAt  string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt  string `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ReviewListResponse_Review) Descriptor deprecated

func (*ReviewListResponse_Review) Descriptor() ([]byte, []int)

Deprecated: Use ReviewListResponse_Review.ProtoReflect.Descriptor instead.

func (*ReviewListResponse_Review) GetBookId

func (x *ReviewListResponse_Review) GetBookId() int64

func (*ReviewListResponse_Review) GetCreatedAt

func (x *ReviewListResponse_Review) GetCreatedAt() string

func (*ReviewListResponse_Review) GetId

func (x *ReviewListResponse_Review) GetId() int64

func (*ReviewListResponse_Review) GetImpression

func (x *ReviewListResponse_Review) GetImpression() string

func (*ReviewListResponse_Review) GetScore

func (x *ReviewListResponse_Review) GetScore() int32

func (*ReviewListResponse_Review) GetUpdatedAt

func (x *ReviewListResponse_Review) GetUpdatedAt() string

func (*ReviewListResponse_Review) GetUserId

func (x *ReviewListResponse_Review) GetUserId() string

func (*ReviewListResponse_Review) ProtoMessage

func (*ReviewListResponse_Review) ProtoMessage()

func (*ReviewListResponse_Review) ProtoReflect

func (*ReviewListResponse_Review) Reset

func (x *ReviewListResponse_Review) Reset()

func (*ReviewListResponse_Review) String

func (x *ReviewListResponse_Review) String() string

type ReviewResponse

type ReviewResponse struct {
	Id         int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	BookId     int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	UserId     string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Score      int32  `protobuf:"varint,4,opt,name=score,proto3" json:"score,omitempty"`
	Impression string `protobuf:"bytes,5,opt,name=impression,proto3" json:"impression,omitempty"`
	CreatedAt  string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt  string `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ReviewResponse) Descriptor deprecated

func (*ReviewResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReviewResponse.ProtoReflect.Descriptor instead.

func (*ReviewResponse) GetBookId

func (x *ReviewResponse) GetBookId() int64

func (*ReviewResponse) GetCreatedAt

func (x *ReviewResponse) GetCreatedAt() string

func (*ReviewResponse) GetId

func (x *ReviewResponse) GetId() int64

func (*ReviewResponse) GetImpression

func (x *ReviewResponse) GetImpression() string

func (*ReviewResponse) GetScore

func (x *ReviewResponse) GetScore() int32

func (*ReviewResponse) GetUpdatedAt

func (x *ReviewResponse) GetUpdatedAt() string

func (*ReviewResponse) GetUserId

func (x *ReviewResponse) GetUserId() string

func (*ReviewResponse) ProtoMessage

func (*ReviewResponse) ProtoMessage()

func (*ReviewResponse) ProtoReflect

func (x *ReviewResponse) ProtoReflect() protoreflect.Message

func (*ReviewResponse) Reset

func (x *ReviewResponse) Reset()

func (*ReviewResponse) String

func (x *ReviewResponse) String() string

type StackBookshelfRequest

type StackBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StackBookshelfRequest) Descriptor deprecated

func (*StackBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use StackBookshelfRequest.ProtoReflect.Descriptor instead.

func (*StackBookshelfRequest) GetBookId

func (x *StackBookshelfRequest) GetBookId() int64

func (*StackBookshelfRequest) GetUserId

func (x *StackBookshelfRequest) GetUserId() string

func (*StackBookshelfRequest) ProtoMessage

func (*StackBookshelfRequest) ProtoMessage()

func (*StackBookshelfRequest) ProtoReflect

func (x *StackBookshelfRequest) ProtoReflect() protoreflect.Message

func (*StackBookshelfRequest) Reset

func (x *StackBookshelfRequest) Reset()

func (*StackBookshelfRequest) String

func (x *StackBookshelfRequest) String() string

type UnimplementedBookServiceServer

type UnimplementedBookServiceServer struct {
}

UnimplementedBookServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBookServiceServer) CreateBook

func (UnimplementedBookServiceServer) DeleteBook

func (UnimplementedBookServiceServer) DeleteBookshelf

func (UnimplementedBookServiceServer) GetBook

func (UnimplementedBookServiceServer) GetBookByIsbn

func (UnimplementedBookServiceServer) GetBookshelf

func (UnimplementedBookServiceServer) GetReview

func (UnimplementedBookServiceServer) ListBookByBookIds

func (UnimplementedBookServiceServer) ListBookReview

func (UnimplementedBookServiceServer) ListBookshelf

func (UnimplementedBookServiceServer) ListUserReview

func (UnimplementedBookServiceServer) ReadBookshelf

func (UnimplementedBookServiceServer) ReadingBookshelf

func (UnimplementedBookServiceServer) ReleaseBookshelf

func (UnimplementedBookServiceServer) StackBookshelf

func (UnimplementedBookServiceServer) UpdateBook

func (UnimplementedBookServiceServer) WantBookshelf

type UnsafeBookServiceServer

type UnsafeBookServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBookServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BookServiceServer will result in compilation errors.

type UpdateBookRequest

type UpdateBookRequest struct {
	Title          string                      `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	TitleKana      string                      `protobuf:"bytes,2,opt,name=title_kana,json=titleKana,proto3" json:"title_kana,omitempty"`
	Description    string                      `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Isbn           string                      `protobuf:"bytes,4,opt,name=isbn,proto3" json:"isbn,omitempty"`
	Publisher      string                      `protobuf:"bytes,5,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublishedOn    string                      `protobuf:"bytes,6,opt,name=published_on,json=publishedOn,proto3" json:"published_on,omitempty"`
	ThumbnailUrl   string                      `protobuf:"bytes,7,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	RakutenUrl     string                      `protobuf:"bytes,8,opt,name=rakuten_url,json=rakutenUrl,proto3" json:"rakuten_url,omitempty"`
	RakutenGenreId string                      `protobuf:"bytes,9,opt,name=rakuten_genre_id,json=rakutenGenreId,proto3" json:"rakuten_genre_id,omitempty"`
	Authors        []*UpdateBookRequest_Author `protobuf:"bytes,10,rep,name=authors,proto3" json:"authors,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBookRequest) Descriptor deprecated

func (*UpdateBookRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBookRequest.ProtoReflect.Descriptor instead.

func (*UpdateBookRequest) GetAuthors

func (x *UpdateBookRequest) GetAuthors() []*UpdateBookRequest_Author

func (*UpdateBookRequest) GetDescription

func (x *UpdateBookRequest) GetDescription() string

func (*UpdateBookRequest) GetIsbn

func (x *UpdateBookRequest) GetIsbn() string

func (*UpdateBookRequest) GetPublishedOn

func (x *UpdateBookRequest) GetPublishedOn() string

func (*UpdateBookRequest) GetPublisher

func (x *UpdateBookRequest) GetPublisher() string

func (*UpdateBookRequest) GetRakutenGenreId

func (x *UpdateBookRequest) GetRakutenGenreId() string

func (*UpdateBookRequest) GetRakutenUrl

func (x *UpdateBookRequest) GetRakutenUrl() string

func (*UpdateBookRequest) GetThumbnailUrl

func (x *UpdateBookRequest) GetThumbnailUrl() string

func (*UpdateBookRequest) GetTitle

func (x *UpdateBookRequest) GetTitle() string

func (*UpdateBookRequest) GetTitleKana

func (x *UpdateBookRequest) GetTitleKana() string

func (*UpdateBookRequest) ProtoMessage

func (*UpdateBookRequest) ProtoMessage()

func (*UpdateBookRequest) ProtoReflect

func (x *UpdateBookRequest) ProtoReflect() protoreflect.Message

func (*UpdateBookRequest) Reset

func (x *UpdateBookRequest) Reset()

func (*UpdateBookRequest) String

func (x *UpdateBookRequest) String() string

type UpdateBookRequest_Author

type UpdateBookRequest_Author struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	NameKana string `protobuf:"bytes,2,opt,name=name_kana,json=nameKana,proto3" json:"name_kana,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBookRequest_Author) Descriptor deprecated

func (*UpdateBookRequest_Author) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBookRequest_Author.ProtoReflect.Descriptor instead.

func (*UpdateBookRequest_Author) GetName

func (x *UpdateBookRequest_Author) GetName() string

func (*UpdateBookRequest_Author) GetNameKana

func (x *UpdateBookRequest_Author) GetNameKana() string

func (*UpdateBookRequest_Author) ProtoMessage

func (*UpdateBookRequest_Author) ProtoMessage()

func (*UpdateBookRequest_Author) ProtoReflect

func (x *UpdateBookRequest_Author) ProtoReflect() protoreflect.Message

func (*UpdateBookRequest_Author) Reset

func (x *UpdateBookRequest_Author) Reset()

func (*UpdateBookRequest_Author) String

func (x *UpdateBookRequest_Author) String() string

type WantBookshelfRequest

type WantBookshelfRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BookId int64  `protobuf:"varint,2,opt,name=book_id,json=bookId,proto3" json:"book_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WantBookshelfRequest) Descriptor deprecated

func (*WantBookshelfRequest) Descriptor() ([]byte, []int)

Deprecated: Use WantBookshelfRequest.ProtoReflect.Descriptor instead.

func (*WantBookshelfRequest) GetBookId

func (x *WantBookshelfRequest) GetBookId() int64

func (*WantBookshelfRequest) GetUserId

func (x *WantBookshelfRequest) GetUserId() string

func (*WantBookshelfRequest) ProtoMessage

func (*WantBookshelfRequest) ProtoMessage()

func (*WantBookshelfRequest) ProtoReflect

func (x *WantBookshelfRequest) ProtoReflect() protoreflect.Message

func (*WantBookshelfRequest) Reset

func (x *WantBookshelfRequest) Reset()

func (*WantBookshelfRequest) String

func (x *WantBookshelfRequest) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL