package documentation

Undocumented

Module error_pb2 Generated protocol buffer code.
Module error_pb2_grpc Client and server classes corresponding to protobuf-defined services.
Module metadata_pb2 Generated protocol buffer code.
Module metadata_pb2_grpc Client and server classes corresponding to protobuf-defined services.
Module operation_pb2 Generated protocol buffer code.
Module operation_pb2_grpc Client and server classes corresponding to protobuf-defined services.
Module operation_service_pb2 Generated protocol buffer code.
Module operation_service_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 GetByNameRequest if service supports uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id> it also must have grpc method GetByName
Class GetOperationRequest Undocumented
Class InternalError Generic internal error.
Class ListOperationsRequest No class docstring; 3/3 properties, 0/1 class variable, 0/2 constant, 0/5 method documented
Class ListOperationsResponse Undocumented
Class NotEnoughResources Indicates that there are not enough resources available to perform the requested action.
Class Operation No class docstring; 10/10 properties, 0/1 class variable, 0/2 constant, 0/12 method, 1/2 class documented
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 ResourceMetadata Common resource metadata.
Class ResourceNotFound Resource we are trying to interact with does not exist.
Class ServiceError No class docstring; 4/16 properties, 0/1 class variable, 0/2 constant, 0/17 method, 0/14 class documented
Class TooManyRequests You initiated too many requests to the service at once. Enhance your calm.
Class OperationServiceClient Undocumented