My Project
|
Classes | |
class | AbortFileUploadsRequest |
Aborts the pending upload of the requested files. More... | |
class | AbortFileUploadsResponse |
class | DeleteFilesRequest |
Deletes the requested files from the entity's profile. More... | |
class | DeleteFilesResponse |
class | EntityKey |
Combined entity type and ID structure which uniquely identifies a single entity. More... | |
class | FinalizeFileUploadsRequest |
Finalizes the upload of the requested files. Verifies that the files have been successfully uploaded and moves the file pointers from pending to live. More... | |
class | FinalizeFileUploadsResponse |
class | GetFileMetadata |
class | GetFilesRequest |
Returns URLs that may be used to download the files for a profile for a limited length of time. Only returns files that have been successfully uploaded, files that are still pending will either return the old value, if it exists, or nothing. More... | |
class | GetFilesResponse |
class | GetObjectsRequest |
Gets JSON objects from an entity profile and returns it. More... | |
class | GetObjectsResponse |
class | InitiateFileUploadMetadata |
class | InitiateFileUploadsRequest |
Returns URLs that may be used to upload the files for a profile 5 minutes. After using the upload calls FinalizeFileUploads must be called to move the file status from pending to live. More... | |
class | InitiateFileUploadsResponse |
class | ObjectResult |
class | SetObject |
class | SetObjectInfo |
class | SetObjectsRequest |
Sets JSON objects on the requested entity profile. May include a version number to be used to perform optimistic concurrency operations during update. If the current version differs from the version in the request the request will be ignored. If no version is set on the request then the value will always be updated if the values differ. Using the version value does not guarantee a write though, ConcurrentEditError may still occur if multiple clients are attempting to update the same profile. More... | |
class | SetObjectsResponse |
Enumerations | |
enum | OperationTypes { Created , Updated , Deleted , None } |