package documentation

Undocumented

Module common_errors_pb2 Generated protocol buffer code.
Module common_errors_pb2_grpc Client and server classes corresponding to protobuf-defined services.
Module error_pb2 Generated protocol buffer code.
Module error_pb2_grpc Client and server classes corresponding to protobuf-defined services.

From __init__.py:

Class BadRequest The request is invalid.
Class BadResourceState The resource we are trying to use, create, change or delete is in a bad state and cannot be used.
Class InternalError Generic internal error.
Class OperationAborted Operation on the resource has been aborted by a subsequent operation.
Class OutOfRange Indicates that element with requested parameters is exceeding the particular range.
Class PermissionDenied Indicates that the action cannot be performed because there are insufficient access rights to a resource.
Class QuotaFailure Indicates a failure due to exceeding specified limits or allocations in a system or service
Class ResourceAlreadyExists Resource we are trying to create already exists.
Class ResourceConflict There is a difference between the actual resource state and the expected one.
Class ResourceNotFound Resource we are trying to interact with does not exist.
Class ServiceError No class docstring; 4/15 properties, 0/1 class variable, 0/2 constant, 0/16 method, 0/13 class documented
Class TooManyRequests You initiated too many requests to the service at once. Enhance your calm.