protodoc.io
Project xmlking/micro-apps
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
google.protobuf
micro.apps.proto.account.v1
micro.apps.proto.address.v1
micro.apps.proto.common.v1
micro.apps.proto.echo.v1
micro.apps.proto.keying.v1
micro.apps.proto.linking.v1
micro.apps.proto.order.v1
validate
micro.apps.proto.account.v1
AccountService
Count
Create
Delete
Get
List
Search
Update
CreateRequest
DeleteRequest
GetRequest
GetResponse
ListRequest
ListResponse
SearchRequest
SearchResponse
UpdateRequest
package
micro.apps.proto.account.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
AccountService
account.proto:17
Account Service
rpc
Count
(
google.protobuf.Empty
,
google.protobuf.UInt32Value
)
account.proto:20
rpc
Create
(
CreateRequest
,
google.protobuf.StringValue
)
account.proto:22
message
CreateRequest
account.proto:59
optional
common.v1.Person
account
= 1
rpc
Delete
(
DeleteRequest
,
google.protobuf.Empty
)
account.proto:24
message
DeleteRequest
account.proto:68
optional
google.protobuf.StringValue
id
= 1
rpc
Get
(
GetRequest
,
GetResponse
)
account.proto:18
message
GetRequest
account.proto:28
optional
google.protobuf.StringValue
id
= 1
message
GetResponse
account.proto:33
optional
common.v1.Person
account
= 1
rpc
List
(
ListRequest
,
ListResponse
)
account.proto:19
message
ListRequest
account.proto:37
int32
page
= 1
int32
page_size
= 2
optional
google.protobuf.Any
filter
= 3
repeated
string
sort_param
= 4
message
ListResponse
account.proto:44
map
<
string
,
common.v1.Person
> results
= 1
optional
google.protobuf.Int64Value
count
= 2
rpc
Search
(
SearchRequest
,
stream
SearchResponse
)
account.proto:21
message
SearchRequest
account.proto:49
optional
google.protobuf.Any
filter
= 3
optional
google.protobuf.FieldMask
field_mask
= 2
message
SearchResponse
account.proto:54
optional
google.protobuf.StringValue
id
= 1
optional
common.v1.Person
account
= 2
rpc
Update
(
UpdateRequest
,
google.protobuf.Empty
)
account.proto:23
message
UpdateRequest
account.proto:63
optional
google.protobuf.StringValue
id
= 1
optional
common.v1.Person
account
= 2