Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paths:
shelves will not necessarily be added to the end of this list.
operationId: LibraryService_ListShelves
parameters:
- name: pageSize
- name: page_size
in: query
description: |-
Requested page size. Server may return fewer shelves than requested.
Expand All @@ -38,7 +38,7 @@ paths:
x-fern-encoding:
proto:
type: google.protobuf.Int64Value
- name: pageToken
- name: page_token
in: query
description: |-
A token identifying a page of results the server should return.
Expand Down Expand Up @@ -151,7 +151,7 @@ paths:
required: true
schema:
type: string
- name: pageSize
- name: page_size
in: query
description: |-
Requested page size. Server may return fewer books than requested.
Expand All @@ -162,7 +162,7 @@ paths:
x-fern-encoding:
proto:
type: google.protobuf.Int64Value
- name: pageToken
- name: page_token
in: query
description: |-
A token identifying a page of results the server should return.
Expand Down Expand Up @@ -438,20 +438,20 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.BoolValue
borrowTime:
borrow_time:
readOnly: true
type: string
description: The previous borrowing timestamp.
format: date-time
x-fern-encoding:
proto:
type: google.protobuf.Timestamp
createdAt:
created_at:
readOnly: true
type: string
description: The creation date and time.
format: date-time
updatedAt:
updated_at:
readOnly: true
type: string
description: The last update date and time.
Expand Down Expand Up @@ -490,7 +490,7 @@ components:
items:
$ref: '#/components/schemas/Book'
description: The list of books.
nextPageToken:
next_page_token:
type: string
description: |-
A token to retrieve next page of results.
Expand All @@ -512,7 +512,7 @@ components:
items:
$ref: '#/components/schemas/Shelf'
description: The list of shelves.
nextPageToken:
next_page_token:
type: string
description: |-
A token to retrieve next page of results.
Expand All @@ -529,7 +529,7 @@ components:
MergeShelvesRequest:
required:
- name
- otherShelfName
- other_shelf_name
type: object
properties:
name:
Expand All @@ -538,7 +538,7 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
otherShelfName:
other_shelf_name:
type: string
description: The name of the shelf we're removing books from and deleting.
x-fern-encoding:
Expand All @@ -552,7 +552,7 @@ components:
MoveBookRequest:
required:
- name
- otherShelfName
- other_shelf_name
type: object
properties:
name:
Expand All @@ -561,7 +561,7 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
otherShelfName:
other_shelf_name:
type: string
description: The name of the destination shelf.
x-fern-encoding:
Expand Down Expand Up @@ -592,17 +592,17 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
nextSortAt:
next_sort_at:
readOnly: true
type: string
description: The next sorting date.
format: date
createdAt:
created_at:
readOnly: true
type: string
description: The creation date and time.
format: date-time
updatedAt:
updated_at:
readOnly: true
type: string
description: The last update date and time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paths:
shelves will not necessarily be added to the end of this list.
operationId: LibraryService_ListShelves
parameters:
- name: pageSize
- name: page_size
in: query
description: |-
Requested page size. Server may return fewer shelves than requested.
Expand All @@ -38,7 +38,7 @@ paths:
x-fern-encoding:
proto:
type: google.protobuf.Int64Value
- name: pageToken
- name: page_token
in: query
description: |-
A token identifying a page of results the server should return.
Expand Down Expand Up @@ -151,7 +151,7 @@ paths:
required: true
schema:
type: string
- name: pageSize
- name: page_size
in: query
description: |-
Requested page size. Server may return fewer books than requested.
Expand All @@ -162,7 +162,7 @@ paths:
x-fern-encoding:
proto:
type: google.protobuf.Int64Value
- name: pageToken
- name: page_token
in: query
description: |-
A token identifying a page of results the server should return.
Expand Down Expand Up @@ -459,20 +459,20 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.BoolValue
borrowTime:
borrow_time:
readOnly: true
type: string
description: The previous borrowing timestamp.
format: date-time
x-fern-encoding:
proto:
type: google.protobuf.Timestamp
createdAt:
created_at:
readOnly: true
type: string
description: The creation date and time.
format: date-time
updatedAt:
updated_at:
readOnly: true
type: string
description: The last update date and time.
Expand All @@ -488,7 +488,7 @@ components:
items:
$ref: '#/components/schemas/google.example.library.v1.Book'
description: The list of books.
nextPageToken:
next_page_token:
type: string
description: |-
A token to retrieve next page of results.
Expand All @@ -510,7 +510,7 @@ components:
items:
$ref: '#/components/schemas/google.example.library.v1.Shelf'
description: The list of shelves.
nextPageToken:
next_page_token:
type: string
description: |-
A token to retrieve next page of results.
Expand All @@ -527,7 +527,7 @@ components:
google.example.library.v1.MergeShelvesRequest:
required:
- name
- otherShelfName
- other_shelf_name
type: object
properties:
name:
Expand All @@ -536,7 +536,7 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
otherShelfName:
other_shelf_name:
type: string
description: The name of the shelf we're removing books from and deleting.
x-fern-encoding:
Expand All @@ -550,7 +550,7 @@ components:
google.example.library.v1.MoveBookRequest:
required:
- name
- otherShelfName
- other_shelf_name
type: object
properties:
name:
Expand All @@ -559,7 +559,7 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
otherShelfName:
other_shelf_name:
type: string
description: The name of the destination shelf.
x-fern-encoding:
Expand Down Expand Up @@ -590,17 +590,17 @@ components:
x-fern-encoding:
proto:
type: google.protobuf.StringValue
nextSortAt:
next_sort_at:
readOnly: true
type: string
description: The next sorting date.
format: date
createdAt:
created_at:
readOnly: true
type: string
description: The creation date and time.
format: date-time
updatedAt:
updated_at:
readOnly: true
type: string
description: The last update date and time.
Expand Down
Loading