Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var BlobstoreServiceError_ErrorCode_name = map[int32]string + var BlobstoreServiceError_ErrorCode_value = map[string]int32 + type BlobstoreServiceError struct + XXX_unrecognized []byte + func (*BlobstoreServiceError) ProtoMessage() + func (m *BlobstoreServiceError) Reset() + func (m *BlobstoreServiceError) String() string + type BlobstoreServiceError_ErrorCode int32 + const BlobstoreServiceError_ARGUMENT_OUT_OF_RANGE + const BlobstoreServiceError_BLOB_FETCH_SIZE_TOO_LARGE + const BlobstoreServiceError_BLOB_NOT_FOUND + const BlobstoreServiceError_DATA_INDEX_OUT_OF_RANGE + const BlobstoreServiceError_INTERNAL_ERROR + const BlobstoreServiceError_INVALID_BLOB_KEY + const BlobstoreServiceError_OK + const BlobstoreServiceError_PERMISSION_DENIED + const BlobstoreServiceError_URL_TOO_LONG + func (x *BlobstoreServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x BlobstoreServiceError_ErrorCode) Enum() *BlobstoreServiceError_ErrorCode + func (x BlobstoreServiceError_ErrorCode) String() string + type CloneBlobRequest struct + BlobKey []byte + MimeType []byte + TargetAppId []byte + XXX_unrecognized []byte + func (*CloneBlobRequest) ProtoMessage() + func (m *CloneBlobRequest) GetBlobKey() []byte + func (m *CloneBlobRequest) GetMimeType() []byte + func (m *CloneBlobRequest) GetTargetAppId() []byte + func (m *CloneBlobRequest) Reset() + func (m *CloneBlobRequest) String() string + type CloneBlobResponse struct + BlobKey []byte + XXX_unrecognized []byte + func (*CloneBlobResponse) ProtoMessage() + func (m *CloneBlobResponse) GetBlobKey() []byte + func (m *CloneBlobResponse) Reset() + func (m *CloneBlobResponse) String() string + type CreateEncodedGoogleStorageKeyRequest struct + Filename *string + XXX_unrecognized []byte + func (*CreateEncodedGoogleStorageKeyRequest) ProtoMessage() + func (m *CreateEncodedGoogleStorageKeyRequest) GetFilename() string + func (m *CreateEncodedGoogleStorageKeyRequest) Reset() + func (m *CreateEncodedGoogleStorageKeyRequest) String() string + type CreateEncodedGoogleStorageKeyResponse struct + BlobKey *string + XXX_unrecognized []byte + func (*CreateEncodedGoogleStorageKeyResponse) ProtoMessage() + func (m *CreateEncodedGoogleStorageKeyResponse) GetBlobKey() string + func (m *CreateEncodedGoogleStorageKeyResponse) Reset() + func (m *CreateEncodedGoogleStorageKeyResponse) String() string + type CreateUploadURLRequest struct + GsBucketName *string + MaxUploadSizeBytes *int64 + MaxUploadSizePerBlobBytes *int64 + SuccessPath *string + UrlExpiryTimeSeconds *int32 + XXX_unrecognized []byte + func (*CreateUploadURLRequest) ProtoMessage() + func (m *CreateUploadURLRequest) GetGsBucketName() string + func (m *CreateUploadURLRequest) GetMaxUploadSizeBytes() int64 + func (m *CreateUploadURLRequest) GetMaxUploadSizePerBlobBytes() int64 + func (m *CreateUploadURLRequest) GetSuccessPath() string + func (m *CreateUploadURLRequest) GetUrlExpiryTimeSeconds() int32 + func (m *CreateUploadURLRequest) Reset() + func (m *CreateUploadURLRequest) String() string + type CreateUploadURLResponse struct + Url *string + XXX_unrecognized []byte + func (*CreateUploadURLResponse) ProtoMessage() + func (m *CreateUploadURLResponse) GetUrl() string + func (m *CreateUploadURLResponse) Reset() + func (m *CreateUploadURLResponse) String() string + type DecodeBlobKeyRequest struct + BlobKey []string + XXX_unrecognized []byte + func (*DecodeBlobKeyRequest) ProtoMessage() + func (m *DecodeBlobKeyRequest) GetBlobKey() []string + func (m *DecodeBlobKeyRequest) Reset() + func (m *DecodeBlobKeyRequest) String() string + type DecodeBlobKeyResponse struct + Decoded []string + XXX_unrecognized []byte + func (*DecodeBlobKeyResponse) ProtoMessage() + func (m *DecodeBlobKeyResponse) GetDecoded() []string + func (m *DecodeBlobKeyResponse) Reset() + func (m *DecodeBlobKeyResponse) String() string + type DeleteBlobRequest struct + BlobKey []string + Token *string + XXX_unrecognized []byte + func (*DeleteBlobRequest) ProtoMessage() + func (m *DeleteBlobRequest) GetBlobKey() []string + func (m *DeleteBlobRequest) GetToken() string + func (m *DeleteBlobRequest) Reset() + func (m *DeleteBlobRequest) String() string + type FetchDataRequest struct + BlobKey *string + EndIndex *int64 + StartIndex *int64 + XXX_unrecognized []byte + func (*FetchDataRequest) ProtoMessage() + func (m *FetchDataRequest) GetBlobKey() string + func (m *FetchDataRequest) GetEndIndex() int64 + func (m *FetchDataRequest) GetStartIndex() int64 + func (m *FetchDataRequest) Reset() + func (m *FetchDataRequest) String() string + type FetchDataResponse struct + Data []byte + XXX_unrecognized []byte + func (*FetchDataResponse) ProtoMessage() + func (m *FetchDataResponse) GetData() []byte + func (m *FetchDataResponse) Reset() + func (m *FetchDataResponse) String() string