Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new result type for component cache miss
Fixed typo
Renamed result type
Added SyntaxFailure
Added return type to support cache utilization (Potential change to code generation strategy #1)
Added new result type for component cache miss
Fixed typo
Renamed result type
Initial API protobuf setup
Add api message types
Add CreateUser
Add delete user message type
Add initial api endpoints
Update-user endpoint and message
Move CreateUser to non-auth endpoints
Remove response type from CreateUser
Add refresh token to GetAuthTokenResponse
Refactor GetAuthTokenRequest to accept user_credentials or refresh_token
Remove token from message types
Remove token from UpdateUserRequest
added DeleteQuery service
Added create query rpc and message
Added query endpoint
added create query request
Added update access to protobuf
Edited input parameter for DeleteAccessRequest
added to wrong branch
Reordered rps'c
Refined request objects
Add DeleteModelRequest
Add CreateModel
changes names and setup ListAccessInfoResponse
namechange
get model protobufs
in_use model
Add UpdateModelRequest
ListModelInfo
Remove owner_id from create model req
name change
GetAccessList protobuf
Send query protobuffers
CreateAccessRequest now takes oneof email, uid and username
change ordering
correct casing
Add GetUsers rpc
Add DeleteSession endpoint and comments
Changed model to project in protobuffers
Rearranged (Add the full state to step response #14)
Added an endpoint endpoint to EcdarApiAuth
Added deprecation note