![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | validate_begin_transaction_req |
def | validate_rollback_req |
def | validate_commit_req |
def | validate_run_query_req |
def | validate_continue_query_req |
def | validate_lookup_req |
def | validate_allocate_ids_req |
def | validate_read_options |
Validator for request/response protos.
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_allocate_ids_req | ( | self, | |
req | |||
) |
Validates an AllocateIdsRequest. Args: req: a datastore_v4_pb.AllocateIdsRequest Raises: ValidationError: if the request is invalid
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_begin_transaction_req | ( | self, | |
req | |||
) |
Validates a normalized BeginTransactionRequest. Args: req: a datastore_v4_pb.BeginTransactionRequest Raises: ValidationError: if the request is invalid
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_commit_req | ( | self, | |
req | |||
) |
Validates a normalized CommitRequest. Args: req: a datastore_v4_pb.CommitRequest Raises: ValidationError: if the request is invalid
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_lookup_req | ( | self, | |
req | |||
) |
Validates a LookupRequest. Args: req: a datastore_v4_pb.LookupRequest Raises: ValidationError: if the request is invalid
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_rollback_req | ( | self, | |
req | |||
) |
Validates a normalized RunQueryRequest. Args: req: a datastore_v4_pb.RunQueryRequest Raises: ValidationError: if the request is invalid
def google.appengine.datastore.datastore_v4_validator._ServiceValidator.validate_run_query_req | ( | self, | |
req | |||
) |
Validates a normalized RunQueryRequest. Args: req: a normalized datastore_v4_pb.RunQueryRequest Raises: ValidationError: if the request is invalid