Documentation ¶
Overview ¶
Package drive provides access to the Drive API.
See https://developers.google.com/drive/
Usage example:
import "google.golang.org/api/drive/v2" ... driveService, err := drive.New(oauthHttpClient)
Index ¶
- Constants
- type About
- type AboutAdditionalRoleInfo
- type AboutAdditionalRoleInfoRoleSets
- type AboutExportFormats
- type AboutFeatures
- type AboutGetCall
- func (c *AboutGetCall) Context(ctx context.Context) *AboutGetCall
- func (c *AboutGetCall) Do(opts ...googleapi.CallOption) (*About, error)
- func (c *AboutGetCall) Fields(s ...googleapi.Field) *AboutGetCall
- func (c *AboutGetCall) Header() http.Header
- func (c *AboutGetCall) IfNoneMatch(entityTag string) *AboutGetCall
- func (c *AboutGetCall) IncludeSubscribed(includeSubscribed bool) *AboutGetCall
- func (c *AboutGetCall) MaxChangeIdCount(maxChangeIdCount int64) *AboutGetCall
- func (c *AboutGetCall) StartChangeId(startChangeId int64) *AboutGetCall
- type AboutImportFormats
- type AboutMaxUploadSizes
- type AboutQuotaBytesByService
- type AboutService
- type AboutTeamDriveThemes
- type App
- type AppIcons
- type AppList
- type AppsGetCall
- func (c *AppsGetCall) Context(ctx context.Context) *AppsGetCall
- func (c *AppsGetCall) Do(opts ...googleapi.CallOption) (*App, error)
- func (c *AppsGetCall) Fields(s ...googleapi.Field) *AppsGetCall
- func (c *AppsGetCall) Header() http.Header
- func (c *AppsGetCall) IfNoneMatch(entityTag string) *AppsGetCall
- type AppsListCall
- func (c *AppsListCall) AppFilterExtensions(appFilterExtensions string) *AppsListCall
- func (c *AppsListCall) AppFilterMimeTypes(appFilterMimeTypes string) *AppsListCall
- func (c *AppsListCall) Context(ctx context.Context) *AppsListCall
- func (c *AppsListCall) Do(opts ...googleapi.CallOption) (*AppList, error)
- func (c *AppsListCall) Fields(s ...googleapi.Field) *AppsListCall
- func (c *AppsListCall) Header() http.Header
- func (c *AppsListCall) IfNoneMatch(entityTag string) *AppsListCall
- func (c *AppsListCall) LanguageCode(languageCode string) *AppsListCall
- type AppsService
- type Change
- type ChangeList
- type ChangesGetCall
- func (c *ChangesGetCall) Context(ctx context.Context) *ChangesGetCall
- func (c *ChangesGetCall) Do(opts ...googleapi.CallOption) (*Change, error)
- func (c *ChangesGetCall) Fields(s ...googleapi.Field) *ChangesGetCall
- func (c *ChangesGetCall) Header() http.Header
- func (c *ChangesGetCall) IfNoneMatch(entityTag string) *ChangesGetCall
- func (c *ChangesGetCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesGetCall
- func (c *ChangesGetCall) TeamDriveId(teamDriveId string) *ChangesGetCall
- type ChangesGetStartPageTokenCall
- func (c *ChangesGetStartPageTokenCall) Context(ctx context.Context) *ChangesGetStartPageTokenCall
- func (c *ChangesGetStartPageTokenCall) Do(opts ...googleapi.CallOption) (*StartPageToken, error)
- func (c *ChangesGetStartPageTokenCall) Fields(s ...googleapi.Field) *ChangesGetStartPageTokenCall
- func (c *ChangesGetStartPageTokenCall) Header() http.Header
- func (c *ChangesGetStartPageTokenCall) IfNoneMatch(entityTag string) *ChangesGetStartPageTokenCall
- func (c *ChangesGetStartPageTokenCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesGetStartPageTokenCall
- func (c *ChangesGetStartPageTokenCall) TeamDriveId(teamDriveId string) *ChangesGetStartPageTokenCall
- type ChangesListCall
- func (c *ChangesListCall) Context(ctx context.Context) *ChangesListCall
- func (c *ChangesListCall) Do(opts ...googleapi.CallOption) (*ChangeList, error)
- func (c *ChangesListCall) Fields(s ...googleapi.Field) *ChangesListCall
- func (c *ChangesListCall) Header() http.Header
- func (c *ChangesListCall) IfNoneMatch(entityTag string) *ChangesListCall
- func (c *ChangesListCall) IncludeCorpusRemovals(includeCorpusRemovals bool) *ChangesListCall
- func (c *ChangesListCall) IncludeDeleted(includeDeleted bool) *ChangesListCall
- func (c *ChangesListCall) IncludeSubscribed(includeSubscribed bool) *ChangesListCall
- func (c *ChangesListCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *ChangesListCall
- func (c *ChangesListCall) MaxResults(maxResults int64) *ChangesListCall
- func (c *ChangesListCall) PageToken(pageToken string) *ChangesListCall
- func (c *ChangesListCall) Pages(ctx context.Context, f func(*ChangeList) error) error
- func (c *ChangesListCall) Spaces(spaces string) *ChangesListCall
- func (c *ChangesListCall) StartChangeId(startChangeId int64) *ChangesListCall
- func (c *ChangesListCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesListCall
- func (c *ChangesListCall) TeamDriveId(teamDriveId string) *ChangesListCall
- type ChangesService
- type ChangesWatchCall
- func (c *ChangesWatchCall) Context(ctx context.Context) *ChangesWatchCall
- func (c *ChangesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error)
- func (c *ChangesWatchCall) Fields(s ...googleapi.Field) *ChangesWatchCall
- func (c *ChangesWatchCall) Header() http.Header
- func (c *ChangesWatchCall) IncludeCorpusRemovals(includeCorpusRemovals bool) *ChangesWatchCall
- func (c *ChangesWatchCall) IncludeDeleted(includeDeleted bool) *ChangesWatchCall
- func (c *ChangesWatchCall) IncludeSubscribed(includeSubscribed bool) *ChangesWatchCall
- func (c *ChangesWatchCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *ChangesWatchCall
- func (c *ChangesWatchCall) MaxResults(maxResults int64) *ChangesWatchCall
- func (c *ChangesWatchCall) PageToken(pageToken string) *ChangesWatchCall
- func (c *ChangesWatchCall) Spaces(spaces string) *ChangesWatchCall
- func (c *ChangesWatchCall) StartChangeId(startChangeId int64) *ChangesWatchCall
- func (c *ChangesWatchCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesWatchCall
- func (c *ChangesWatchCall) TeamDriveId(teamDriveId string) *ChangesWatchCall
- type Channel
- type ChannelsService
- type ChannelsStopCall
- type ChildList
- type ChildReference
- type ChildrenDeleteCall
- type ChildrenGetCall
- func (c *ChildrenGetCall) Context(ctx context.Context) *ChildrenGetCall
- func (c *ChildrenGetCall) Do(opts ...googleapi.CallOption) (*ChildReference, error)
- func (c *ChildrenGetCall) Fields(s ...googleapi.Field) *ChildrenGetCall
- func (c *ChildrenGetCall) Header() http.Header
- func (c *ChildrenGetCall) IfNoneMatch(entityTag string) *ChildrenGetCall
- type ChildrenInsertCall
- func (c *ChildrenInsertCall) Context(ctx context.Context) *ChildrenInsertCall
- func (c *ChildrenInsertCall) Do(opts ...googleapi.CallOption) (*ChildReference, error)
- func (c *ChildrenInsertCall) Fields(s ...googleapi.Field) *ChildrenInsertCall
- func (c *ChildrenInsertCall) Header() http.Header
- func (c *ChildrenInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *ChildrenInsertCall
- type ChildrenListCall
- func (c *ChildrenListCall) Context(ctx context.Context) *ChildrenListCall
- func (c *ChildrenListCall) Do(opts ...googleapi.CallOption) (*ChildList, error)
- func (c *ChildrenListCall) Fields(s ...googleapi.Field) *ChildrenListCall
- func (c *ChildrenListCall) Header() http.Header
- func (c *ChildrenListCall) IfNoneMatch(entityTag string) *ChildrenListCall
- func (c *ChildrenListCall) MaxResults(maxResults int64) *ChildrenListCall
- func (c *ChildrenListCall) OrderBy(orderBy string) *ChildrenListCall
- func (c *ChildrenListCall) PageToken(pageToken string) *ChildrenListCall
- func (c *ChildrenListCall) Pages(ctx context.Context, f func(*ChildList) error) error
- func (c *ChildrenListCall) Q(q string) *ChildrenListCall
- type ChildrenService
- func (r *ChildrenService) Delete(folderId string, childId string) *ChildrenDeleteCall
- func (r *ChildrenService) Get(folderId string, childId string) *ChildrenGetCall
- func (r *ChildrenService) Insert(folderId string, childreference *ChildReference) *ChildrenInsertCall
- func (r *ChildrenService) List(folderId string) *ChildrenListCall
- type Comment
- type CommentContext
- type CommentList
- type CommentReply
- type CommentReplyList
- type CommentsDeleteCall
- type CommentsGetCall
- func (c *CommentsGetCall) Context(ctx context.Context) *CommentsGetCall
- func (c *CommentsGetCall) Do(opts ...googleapi.CallOption) (*Comment, error)
- func (c *CommentsGetCall) Fields(s ...googleapi.Field) *CommentsGetCall
- func (c *CommentsGetCall) Header() http.Header
- func (c *CommentsGetCall) IfNoneMatch(entityTag string) *CommentsGetCall
- func (c *CommentsGetCall) IncludeDeleted(includeDeleted bool) *CommentsGetCall
- type CommentsInsertCall
- type CommentsListCall
- func (c *CommentsListCall) Context(ctx context.Context) *CommentsListCall
- func (c *CommentsListCall) Do(opts ...googleapi.CallOption) (*CommentList, error)
- func (c *CommentsListCall) Fields(s ...googleapi.Field) *CommentsListCall
- func (c *CommentsListCall) Header() http.Header
- func (c *CommentsListCall) IfNoneMatch(entityTag string) *CommentsListCall
- func (c *CommentsListCall) IncludeDeleted(includeDeleted bool) *CommentsListCall
- func (c *CommentsListCall) MaxResults(maxResults int64) *CommentsListCall
- func (c *CommentsListCall) PageToken(pageToken string) *CommentsListCall
- func (c *CommentsListCall) Pages(ctx context.Context, f func(*CommentList) error) error
- func (c *CommentsListCall) UpdatedMin(updatedMin string) *CommentsListCall
- type CommentsPatchCall
- type CommentsService
- func (r *CommentsService) Delete(fileId string, commentId string) *CommentsDeleteCall
- func (r *CommentsService) Get(fileId string, commentId string) *CommentsGetCall
- func (r *CommentsService) Insert(fileId string, comment *Comment) *CommentsInsertCall
- func (r *CommentsService) List(fileId string) *CommentsListCall
- func (r *CommentsService) Patch(fileId string, commentId string, comment *Comment) *CommentsPatchCall
- func (r *CommentsService) Update(fileId string, commentId string, comment *Comment) *CommentsUpdateCall
- type CommentsUpdateCall
- type File
- type FileCapabilities
- type FileImageMediaMetadata
- type FileImageMediaMetadataLocation
- type FileIndexableText
- type FileLabels
- type FileList
- type FileThumbnail
- type FileVideoMediaMetadata
- type FilesCopyCall
- func (c *FilesCopyCall) Context(ctx context.Context) *FilesCopyCall
- func (c *FilesCopyCall) Convert(convert bool) *FilesCopyCall
- func (c *FilesCopyCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesCopyCall) Fields(s ...googleapi.Field) *FilesCopyCall
- func (c *FilesCopyCall) Header() http.Header
- func (c *FilesCopyCall) Ocr(ocr bool) *FilesCopyCall
- func (c *FilesCopyCall) OcrLanguage(ocrLanguage string) *FilesCopyCall
- func (c *FilesCopyCall) Pinned(pinned bool) *FilesCopyCall
- func (c *FilesCopyCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesCopyCall
- func (c *FilesCopyCall) TimedTextLanguage(timedTextLanguage string) *FilesCopyCall
- func (c *FilesCopyCall) TimedTextTrackName(timedTextTrackName string) *FilesCopyCall
- func (c *FilesCopyCall) Visibility(visibility string) *FilesCopyCall
- type FilesDeleteCall
- func (c *FilesDeleteCall) Context(ctx context.Context) *FilesDeleteCall
- func (c *FilesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *FilesDeleteCall) Fields(s ...googleapi.Field) *FilesDeleteCall
- func (c *FilesDeleteCall) Header() http.Header
- func (c *FilesDeleteCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesDeleteCall
- type FilesEmptyTrashCall
- type FilesExportCall
- func (c *FilesExportCall) Context(ctx context.Context) *FilesExportCall
- func (c *FilesExportCall) Do(opts ...googleapi.CallOption) error
- func (c *FilesExportCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *FilesExportCall) Fields(s ...googleapi.Field) *FilesExportCall
- func (c *FilesExportCall) Header() http.Header
- func (c *FilesExportCall) IfNoneMatch(entityTag string) *FilesExportCall
- type FilesGenerateIdsCall
- func (c *FilesGenerateIdsCall) Context(ctx context.Context) *FilesGenerateIdsCall
- func (c *FilesGenerateIdsCall) Do(opts ...googleapi.CallOption) (*GeneratedIds, error)
- func (c *FilesGenerateIdsCall) Fields(s ...googleapi.Field) *FilesGenerateIdsCall
- func (c *FilesGenerateIdsCall) Header() http.Header
- func (c *FilesGenerateIdsCall) IfNoneMatch(entityTag string) *FilesGenerateIdsCall
- func (c *FilesGenerateIdsCall) MaxResults(maxResults int64) *FilesGenerateIdsCall
- func (c *FilesGenerateIdsCall) Space(space string) *FilesGenerateIdsCall
- type FilesGetCall
- func (c *FilesGetCall) AcknowledgeAbuse(acknowledgeAbuse bool) *FilesGetCall
- func (c *FilesGetCall) Context(ctx context.Context) *FilesGetCall
- func (c *FilesGetCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *FilesGetCall) Fields(s ...googleapi.Field) *FilesGetCall
- func (c *FilesGetCall) Header() http.Header
- func (c *FilesGetCall) IfNoneMatch(entityTag string) *FilesGetCall
- func (c *FilesGetCall) Projection(projection string) *FilesGetCall
- func (c *FilesGetCall) RevisionId(revisionId string) *FilesGetCall
- func (c *FilesGetCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesGetCall
- func (c *FilesGetCall) UpdateViewedDate(updateViewedDate bool) *FilesGetCall
- type FilesInsertCall
- func (c *FilesInsertCall) Context(ctx context.Context) *FilesInsertCall
- func (c *FilesInsertCall) Convert(convert bool) *FilesInsertCall
- func (c *FilesInsertCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesInsertCall) Fields(s ...googleapi.Field) *FilesInsertCall
- func (c *FilesInsertCall) Header() http.Header
- func (c *FilesInsertCall) Media(r io.Reader, options ...googleapi.MediaOption) *FilesInsertCall
- func (c *FilesInsertCall) Ocr(ocr bool) *FilesInsertCall
- func (c *FilesInsertCall) OcrLanguage(ocrLanguage string) *FilesInsertCall
- func (c *FilesInsertCall) Pinned(pinned bool) *FilesInsertCall
- func (c *FilesInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *FilesInsertCall
- func (c *FilesInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *FilesInsertCalldeprecated
- func (c *FilesInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesInsertCall
- func (c *FilesInsertCall) TimedTextLanguage(timedTextLanguage string) *FilesInsertCall
- func (c *FilesInsertCall) TimedTextTrackName(timedTextTrackName string) *FilesInsertCall
- func (c *FilesInsertCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesInsertCall
- func (c *FilesInsertCall) Visibility(visibility string) *FilesInsertCall
- type FilesListCall
- func (c *FilesListCall) Context(ctx context.Context) *FilesListCall
- func (c *FilesListCall) Corpora(corpora string) *FilesListCall
- func (c *FilesListCall) Corpus(corpus string) *FilesListCall
- func (c *FilesListCall) Do(opts ...googleapi.CallOption) (*FileList, error)
- func (c *FilesListCall) Fields(s ...googleapi.Field) *FilesListCall
- func (c *FilesListCall) Header() http.Header
- func (c *FilesListCall) IfNoneMatch(entityTag string) *FilesListCall
- func (c *FilesListCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *FilesListCall
- func (c *FilesListCall) MaxResults(maxResults int64) *FilesListCall
- func (c *FilesListCall) OrderBy(orderBy string) *FilesListCall
- func (c *FilesListCall) PageToken(pageToken string) *FilesListCall
- func (c *FilesListCall) Pages(ctx context.Context, f func(*FileList) error) error
- func (c *FilesListCall) Projection(projection string) *FilesListCall
- func (c *FilesListCall) Q(q string) *FilesListCall
- func (c *FilesListCall) Spaces(spaces string) *FilesListCall
- func (c *FilesListCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesListCall
- func (c *FilesListCall) TeamDriveId(teamDriveId string) *FilesListCall
- type FilesPatchCall
- func (c *FilesPatchCall) AddParents(addParents string) *FilesPatchCall
- func (c *FilesPatchCall) Context(ctx context.Context) *FilesPatchCall
- func (c *FilesPatchCall) Convert(convert bool) *FilesPatchCall
- func (c *FilesPatchCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesPatchCall) Fields(s ...googleapi.Field) *FilesPatchCall
- func (c *FilesPatchCall) Header() http.Header
- func (c *FilesPatchCall) ModifiedDateBehavior(modifiedDateBehavior string) *FilesPatchCall
- func (c *FilesPatchCall) NewRevision(newRevision bool) *FilesPatchCall
- func (c *FilesPatchCall) Ocr(ocr bool) *FilesPatchCall
- func (c *FilesPatchCall) OcrLanguage(ocrLanguage string) *FilesPatchCall
- func (c *FilesPatchCall) Pinned(pinned bool) *FilesPatchCall
- func (c *FilesPatchCall) RemoveParents(removeParents string) *FilesPatchCall
- func (c *FilesPatchCall) SetModifiedDate(setModifiedDate bool) *FilesPatchCall
- func (c *FilesPatchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesPatchCall
- func (c *FilesPatchCall) TimedTextLanguage(timedTextLanguage string) *FilesPatchCall
- func (c *FilesPatchCall) TimedTextTrackName(timedTextTrackName string) *FilesPatchCall
- func (c *FilesPatchCall) UpdateViewedDate(updateViewedDate bool) *FilesPatchCall
- func (c *FilesPatchCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesPatchCall
- type FilesService
- func (r *FilesService) Copy(fileId string, file *File) *FilesCopyCall
- func (r *FilesService) Delete(fileId string) *FilesDeleteCall
- func (r *FilesService) EmptyTrash() *FilesEmptyTrashCall
- func (r *FilesService) Export(fileId string, mimeType string) *FilesExportCall
- func (r *FilesService) GenerateIds() *FilesGenerateIdsCall
- func (r *FilesService) Get(fileId string) *FilesGetCall
- func (r *FilesService) Insert(file *File) *FilesInsertCall
- func (r *FilesService) List() *FilesListCall
- func (r *FilesService) Patch(fileId string, file *File) *FilesPatchCall
- func (r *FilesService) Touch(fileId string) *FilesTouchCall
- func (r *FilesService) Trash(fileId string) *FilesTrashCall
- func (r *FilesService) Untrash(fileId string) *FilesUntrashCall
- func (r *FilesService) Update(fileId string, file *File) *FilesUpdateCall
- func (r *FilesService) Watch(fileId string, channel *Channel) *FilesWatchCall
- type FilesTouchCall
- func (c *FilesTouchCall) Context(ctx context.Context) *FilesTouchCall
- func (c *FilesTouchCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesTouchCall) Fields(s ...googleapi.Field) *FilesTouchCall
- func (c *FilesTouchCall) Header() http.Header
- func (c *FilesTouchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesTouchCall
- type FilesTrashCall
- func (c *FilesTrashCall) Context(ctx context.Context) *FilesTrashCall
- func (c *FilesTrashCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesTrashCall) Fields(s ...googleapi.Field) *FilesTrashCall
- func (c *FilesTrashCall) Header() http.Header
- func (c *FilesTrashCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesTrashCall
- type FilesUntrashCall
- func (c *FilesUntrashCall) Context(ctx context.Context) *FilesUntrashCall
- func (c *FilesUntrashCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesUntrashCall) Fields(s ...googleapi.Field) *FilesUntrashCall
- func (c *FilesUntrashCall) Header() http.Header
- func (c *FilesUntrashCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesUntrashCall
- type FilesUpdateCall
- func (c *FilesUpdateCall) AddParents(addParents string) *FilesUpdateCall
- func (c *FilesUpdateCall) Context(ctx context.Context) *FilesUpdateCall
- func (c *FilesUpdateCall) Convert(convert bool) *FilesUpdateCall
- func (c *FilesUpdateCall) Do(opts ...googleapi.CallOption) (*File, error)
- func (c *FilesUpdateCall) Fields(s ...googleapi.Field) *FilesUpdateCall
- func (c *FilesUpdateCall) Header() http.Header
- func (c *FilesUpdateCall) Media(r io.Reader, options ...googleapi.MediaOption) *FilesUpdateCall
- func (c *FilesUpdateCall) ModifiedDateBehavior(modifiedDateBehavior string) *FilesUpdateCall
- func (c *FilesUpdateCall) NewRevision(newRevision bool) *FilesUpdateCall
- func (c *FilesUpdateCall) Ocr(ocr bool) *FilesUpdateCall
- func (c *FilesUpdateCall) OcrLanguage(ocrLanguage string) *FilesUpdateCall
- func (c *FilesUpdateCall) Pinned(pinned bool) *FilesUpdateCall
- func (c *FilesUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *FilesUpdateCall
- func (c *FilesUpdateCall) RemoveParents(removeParents string) *FilesUpdateCall
- func (c *FilesUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *FilesUpdateCalldeprecated
- func (c *FilesUpdateCall) SetModifiedDate(setModifiedDate bool) *FilesUpdateCall
- func (c *FilesUpdateCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesUpdateCall
- func (c *FilesUpdateCall) TimedTextLanguage(timedTextLanguage string) *FilesUpdateCall
- func (c *FilesUpdateCall) TimedTextTrackName(timedTextTrackName string) *FilesUpdateCall
- func (c *FilesUpdateCall) UpdateViewedDate(updateViewedDate bool) *FilesUpdateCall
- func (c *FilesUpdateCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesUpdateCall
- type FilesWatchCall
- func (c *FilesWatchCall) AcknowledgeAbuse(acknowledgeAbuse bool) *FilesWatchCall
- func (c *FilesWatchCall) Context(ctx context.Context) *FilesWatchCall
- func (c *FilesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error)
- func (c *FilesWatchCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *FilesWatchCall) Fields(s ...googleapi.Field) *FilesWatchCall
- func (c *FilesWatchCall) Header() http.Header
- func (c *FilesWatchCall) Projection(projection string) *FilesWatchCall
- func (c *FilesWatchCall) RevisionId(revisionId string) *FilesWatchCall
- func (c *FilesWatchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesWatchCall
- func (c *FilesWatchCall) UpdateViewedDate(updateViewedDate bool) *FilesWatchCall
- type GeneratedIds
- type ParentList
- type ParentReference
- type ParentsDeleteCall
- type ParentsGetCall
- func (c *ParentsGetCall) Context(ctx context.Context) *ParentsGetCall
- func (c *ParentsGetCall) Do(opts ...googleapi.CallOption) (*ParentReference, error)
- func (c *ParentsGetCall) Fields(s ...googleapi.Field) *ParentsGetCall
- func (c *ParentsGetCall) Header() http.Header
- func (c *ParentsGetCall) IfNoneMatch(entityTag string) *ParentsGetCall
- type ParentsInsertCall
- func (c *ParentsInsertCall) Context(ctx context.Context) *ParentsInsertCall
- func (c *ParentsInsertCall) Do(opts ...googleapi.CallOption) (*ParentReference, error)
- func (c *ParentsInsertCall) Fields(s ...googleapi.Field) *ParentsInsertCall
- func (c *ParentsInsertCall) Header() http.Header
- func (c *ParentsInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *ParentsInsertCall
- type ParentsListCall
- func (c *ParentsListCall) Context(ctx context.Context) *ParentsListCall
- func (c *ParentsListCall) Do(opts ...googleapi.CallOption) (*ParentList, error)
- func (c *ParentsListCall) Fields(s ...googleapi.Field) *ParentsListCall
- func (c *ParentsListCall) Header() http.Header
- func (c *ParentsListCall) IfNoneMatch(entityTag string) *ParentsListCall
- type ParentsService
- func (r *ParentsService) Delete(fileId string, parentId string) *ParentsDeleteCall
- func (r *ParentsService) Get(fileId string, parentId string) *ParentsGetCall
- func (r *ParentsService) Insert(fileId string, parentreference *ParentReference) *ParentsInsertCall
- func (r *ParentsService) List(fileId string) *ParentsListCall
- type Permission
- type PermissionId
- type PermissionList
- type PermissionTeamDrivePermissionDetails
- type PermissionsDeleteCall
- func (c *PermissionsDeleteCall) Context(ctx context.Context) *PermissionsDeleteCall
- func (c *PermissionsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *PermissionsDeleteCall) Fields(s ...googleapi.Field) *PermissionsDeleteCall
- func (c *PermissionsDeleteCall) Header() http.Header
- func (c *PermissionsDeleteCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsDeleteCall
- func (c *PermissionsDeleteCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsDeleteCall
- type PermissionsGetCall
- func (c *PermissionsGetCall) Context(ctx context.Context) *PermissionsGetCall
- func (c *PermissionsGetCall) Do(opts ...googleapi.CallOption) (*Permission, error)
- func (c *PermissionsGetCall) Fields(s ...googleapi.Field) *PermissionsGetCall
- func (c *PermissionsGetCall) Header() http.Header
- func (c *PermissionsGetCall) IfNoneMatch(entityTag string) *PermissionsGetCall
- func (c *PermissionsGetCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsGetCall
- func (c *PermissionsGetCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsGetCall
- type PermissionsGetIdForEmailCall
- func (c *PermissionsGetIdForEmailCall) Context(ctx context.Context) *PermissionsGetIdForEmailCall
- func (c *PermissionsGetIdForEmailCall) Do(opts ...googleapi.CallOption) (*PermissionId, error)
- func (c *PermissionsGetIdForEmailCall) Fields(s ...googleapi.Field) *PermissionsGetIdForEmailCall
- func (c *PermissionsGetIdForEmailCall) Header() http.Header
- func (c *PermissionsGetIdForEmailCall) IfNoneMatch(entityTag string) *PermissionsGetIdForEmailCall
- type PermissionsInsertCall
- func (c *PermissionsInsertCall) Context(ctx context.Context) *PermissionsInsertCall
- func (c *PermissionsInsertCall) Do(opts ...googleapi.CallOption) (*Permission, error)
- func (c *PermissionsInsertCall) EmailMessage(emailMessage string) *PermissionsInsertCall
- func (c *PermissionsInsertCall) Fields(s ...googleapi.Field) *PermissionsInsertCall
- func (c *PermissionsInsertCall) Header() http.Header
- func (c *PermissionsInsertCall) SendNotificationEmails(sendNotificationEmails bool) *PermissionsInsertCall
- func (c *PermissionsInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsInsertCall
- func (c *PermissionsInsertCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsInsertCall
- type PermissionsListCall
- func (c *PermissionsListCall) Context(ctx context.Context) *PermissionsListCall
- func (c *PermissionsListCall) Do(opts ...googleapi.CallOption) (*PermissionList, error)
- func (c *PermissionsListCall) Fields(s ...googleapi.Field) *PermissionsListCall
- func (c *PermissionsListCall) Header() http.Header
- func (c *PermissionsListCall) IfNoneMatch(entityTag string) *PermissionsListCall
- func (c *PermissionsListCall) MaxResults(maxResults int64) *PermissionsListCall
- func (c *PermissionsListCall) PageToken(pageToken string) *PermissionsListCall
- func (c *PermissionsListCall) Pages(ctx context.Context, f func(*PermissionList) error) error
- func (c *PermissionsListCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsListCall
- func (c *PermissionsListCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsListCall
- type PermissionsPatchCall
- func (c *PermissionsPatchCall) Context(ctx context.Context) *PermissionsPatchCall
- func (c *PermissionsPatchCall) Do(opts ...googleapi.CallOption) (*Permission, error)
- func (c *PermissionsPatchCall) Fields(s ...googleapi.Field) *PermissionsPatchCall
- func (c *PermissionsPatchCall) Header() http.Header
- func (c *PermissionsPatchCall) RemoveExpiration(removeExpiration bool) *PermissionsPatchCall
- func (c *PermissionsPatchCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsPatchCall
- func (c *PermissionsPatchCall) TransferOwnership(transferOwnership bool) *PermissionsPatchCall
- func (c *PermissionsPatchCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsPatchCall
- type PermissionsService
- func (r *PermissionsService) Delete(fileId string, permissionId string) *PermissionsDeleteCall
- func (r *PermissionsService) Get(fileId string, permissionId string) *PermissionsGetCall
- func (r *PermissionsService) GetIdForEmail(email string) *PermissionsGetIdForEmailCall
- func (r *PermissionsService) Insert(fileId string, permission *Permission) *PermissionsInsertCall
- func (r *PermissionsService) List(fileId string) *PermissionsListCall
- func (r *PermissionsService) Patch(fileId string, permissionId string, permission *Permission) *PermissionsPatchCall
- func (r *PermissionsService) Update(fileId string, permissionId string, permission *Permission) *PermissionsUpdateCall
- type PermissionsUpdateCall
- func (c *PermissionsUpdateCall) Context(ctx context.Context) *PermissionsUpdateCall
- func (c *PermissionsUpdateCall) Do(opts ...googleapi.CallOption) (*Permission, error)
- func (c *PermissionsUpdateCall) Fields(s ...googleapi.Field) *PermissionsUpdateCall
- func (c *PermissionsUpdateCall) Header() http.Header
- func (c *PermissionsUpdateCall) RemoveExpiration(removeExpiration bool) *PermissionsUpdateCall
- func (c *PermissionsUpdateCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsUpdateCall
- func (c *PermissionsUpdateCall) TransferOwnership(transferOwnership bool) *PermissionsUpdateCall
- func (c *PermissionsUpdateCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsUpdateCall
- type PropertiesDeleteCall
- func (c *PropertiesDeleteCall) Context(ctx context.Context) *PropertiesDeleteCall
- func (c *PropertiesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *PropertiesDeleteCall) Fields(s ...googleapi.Field) *PropertiesDeleteCall
- func (c *PropertiesDeleteCall) Header() http.Header
- func (c *PropertiesDeleteCall) Visibility(visibility string) *PropertiesDeleteCall
- type PropertiesGetCall
- func (c *PropertiesGetCall) Context(ctx context.Context) *PropertiesGetCall
- func (c *PropertiesGetCall) Do(opts ...googleapi.CallOption) (*Property, error)
- func (c *PropertiesGetCall) Fields(s ...googleapi.Field) *PropertiesGetCall
- func (c *PropertiesGetCall) Header() http.Header
- func (c *PropertiesGetCall) IfNoneMatch(entityTag string) *PropertiesGetCall
- func (c *PropertiesGetCall) Visibility(visibility string) *PropertiesGetCall
- type PropertiesInsertCall
- type PropertiesListCall
- func (c *PropertiesListCall) Context(ctx context.Context) *PropertiesListCall
- func (c *PropertiesListCall) Do(opts ...googleapi.CallOption) (*PropertyList, error)
- func (c *PropertiesListCall) Fields(s ...googleapi.Field) *PropertiesListCall
- func (c *PropertiesListCall) Header() http.Header
- func (c *PropertiesListCall) IfNoneMatch(entityTag string) *PropertiesListCall
- type PropertiesPatchCall
- func (c *PropertiesPatchCall) Context(ctx context.Context) *PropertiesPatchCall
- func (c *PropertiesPatchCall) Do(opts ...googleapi.CallOption) (*Property, error)
- func (c *PropertiesPatchCall) Fields(s ...googleapi.Field) *PropertiesPatchCall
- func (c *PropertiesPatchCall) Header() http.Header
- func (c *PropertiesPatchCall) Visibility(visibility string) *PropertiesPatchCall
- type PropertiesService
- func (r *PropertiesService) Delete(fileId string, propertyKey string) *PropertiesDeleteCall
- func (r *PropertiesService) Get(fileId string, propertyKey string) *PropertiesGetCall
- func (r *PropertiesService) Insert(fileId string, property *Property) *PropertiesInsertCall
- func (r *PropertiesService) List(fileId string) *PropertiesListCall
- func (r *PropertiesService) Patch(fileId string, propertyKey string, property *Property) *PropertiesPatchCall
- func (r *PropertiesService) Update(fileId string, propertyKey string, property *Property) *PropertiesUpdateCall
- type PropertiesUpdateCall
- func (c *PropertiesUpdateCall) Context(ctx context.Context) *PropertiesUpdateCall
- func (c *PropertiesUpdateCall) Do(opts ...googleapi.CallOption) (*Property, error)
- func (c *PropertiesUpdateCall) Fields(s ...googleapi.Field) *PropertiesUpdateCall
- func (c *PropertiesUpdateCall) Header() http.Header
- func (c *PropertiesUpdateCall) Visibility(visibility string) *PropertiesUpdateCall
- type Property
- type PropertyList
- type RealtimeGetCall
- func (c *RealtimeGetCall) Context(ctx context.Context) *RealtimeGetCall
- func (c *RealtimeGetCall) Do(opts ...googleapi.CallOption) error
- func (c *RealtimeGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
- func (c *RealtimeGetCall) Fields(s ...googleapi.Field) *RealtimeGetCall
- func (c *RealtimeGetCall) Header() http.Header
- func (c *RealtimeGetCall) IfNoneMatch(entityTag string) *RealtimeGetCall
- func (c *RealtimeGetCall) Revision(revision int64) *RealtimeGetCall
- type RealtimeService
- type RealtimeUpdateCall
- func (c *RealtimeUpdateCall) BaseRevision(baseRevision string) *RealtimeUpdateCall
- func (c *RealtimeUpdateCall) Context(ctx context.Context) *RealtimeUpdateCall
- func (c *RealtimeUpdateCall) Do(opts ...googleapi.CallOption) error
- func (c *RealtimeUpdateCall) Fields(s ...googleapi.Field) *RealtimeUpdateCall
- func (c *RealtimeUpdateCall) Header() http.Header
- func (c *RealtimeUpdateCall) Media(r io.Reader, options ...googleapi.MediaOption) *RealtimeUpdateCall
- func (c *RealtimeUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *RealtimeUpdateCall
- func (c *RealtimeUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *RealtimeUpdateCalldeprecated
- type RepliesDeleteCall
- type RepliesGetCall
- func (c *RepliesGetCall) Context(ctx context.Context) *RepliesGetCall
- func (c *RepliesGetCall) Do(opts ...googleapi.CallOption) (*CommentReply, error)
- func (c *RepliesGetCall) Fields(s ...googleapi.Field) *RepliesGetCall
- func (c *RepliesGetCall) Header() http.Header
- func (c *RepliesGetCall) IfNoneMatch(entityTag string) *RepliesGetCall
- func (c *RepliesGetCall) IncludeDeleted(includeDeleted bool) *RepliesGetCall
- type RepliesInsertCall
- type RepliesListCall
- func (c *RepliesListCall) Context(ctx context.Context) *RepliesListCall
- func (c *RepliesListCall) Do(opts ...googleapi.CallOption) (*CommentReplyList, error)
- func (c *RepliesListCall) Fields(s ...googleapi.Field) *RepliesListCall
- func (c *RepliesListCall) Header() http.Header
- func (c *RepliesListCall) IfNoneMatch(entityTag string) *RepliesListCall
- func (c *RepliesListCall) IncludeDeleted(includeDeleted bool) *RepliesListCall
- func (c *RepliesListCall) MaxResults(maxResults int64) *RepliesListCall
- func (c *RepliesListCall) PageToken(pageToken string) *RepliesListCall
- func (c *RepliesListCall) Pages(ctx context.Context, f func(*CommentReplyList) error) error
- type RepliesPatchCall
- type RepliesService
- func (r *RepliesService) Delete(fileId string, commentId string, replyId string) *RepliesDeleteCall
- func (r *RepliesService) Get(fileId string, commentId string, replyId string) *RepliesGetCall
- func (r *RepliesService) Insert(fileId string, commentId string, commentreply *CommentReply) *RepliesInsertCall
- func (r *RepliesService) List(fileId string, commentId string) *RepliesListCall
- func (r *RepliesService) Patch(fileId string, commentId string, replyId string, commentreply *CommentReply) *RepliesPatchCall
- func (r *RepliesService) Update(fileId string, commentId string, replyId string, commentreply *CommentReply) *RepliesUpdateCall
- type RepliesUpdateCall
- type Revision
- type RevisionList
- type RevisionsDeleteCall
- type RevisionsGetCall
- func (c *RevisionsGetCall) Context(ctx context.Context) *RevisionsGetCall
- func (c *RevisionsGetCall) Do(opts ...googleapi.CallOption) (*Revision, error)
- func (c *RevisionsGetCall) Fields(s ...googleapi.Field) *RevisionsGetCall
- func (c *RevisionsGetCall) Header() http.Header
- func (c *RevisionsGetCall) IfNoneMatch(entityTag string) *RevisionsGetCall
- type RevisionsListCall
- func (c *RevisionsListCall) Context(ctx context.Context) *RevisionsListCall
- func (c *RevisionsListCall) Do(opts ...googleapi.CallOption) (*RevisionList, error)
- func (c *RevisionsListCall) Fields(s ...googleapi.Field) *RevisionsListCall
- func (c *RevisionsListCall) Header() http.Header
- func (c *RevisionsListCall) IfNoneMatch(entityTag string) *RevisionsListCall
- func (c *RevisionsListCall) MaxResults(maxResults int64) *RevisionsListCall
- func (c *RevisionsListCall) PageToken(pageToken string) *RevisionsListCall
- func (c *RevisionsListCall) Pages(ctx context.Context, f func(*RevisionList) error) error
- type RevisionsPatchCall
- type RevisionsService
- func (r *RevisionsService) Delete(fileId string, revisionId string) *RevisionsDeleteCall
- func (r *RevisionsService) Get(fileId string, revisionId string) *RevisionsGetCall
- func (r *RevisionsService) List(fileId string) *RevisionsListCall
- func (r *RevisionsService) Patch(fileId string, revisionId string, revision *Revision) *RevisionsPatchCall
- func (r *RevisionsService) Update(fileId string, revisionId string, revision *Revision) *RevisionsUpdateCall
- type RevisionsUpdateCall
- type Service
- type StartPageToken
- type TeamDrive
- type TeamDriveBackgroundImageFile
- type TeamDriveCapabilities
- type TeamDriveList
- type TeamDriveRestrictions
- type TeamdrivesDeleteCall
- type TeamdrivesGetCall
- func (c *TeamdrivesGetCall) Context(ctx context.Context) *TeamdrivesGetCall
- func (c *TeamdrivesGetCall) Do(opts ...googleapi.CallOption) (*TeamDrive, error)
- func (c *TeamdrivesGetCall) Fields(s ...googleapi.Field) *TeamdrivesGetCall
- func (c *TeamdrivesGetCall) Header() http.Header
- func (c *TeamdrivesGetCall) IfNoneMatch(entityTag string) *TeamdrivesGetCall
- func (c *TeamdrivesGetCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesGetCall
- type TeamdrivesInsertCall
- type TeamdrivesListCall
- func (c *TeamdrivesListCall) Context(ctx context.Context) *TeamdrivesListCall
- func (c *TeamdrivesListCall) Do(opts ...googleapi.CallOption) (*TeamDriveList, error)
- func (c *TeamdrivesListCall) Fields(s ...googleapi.Field) *TeamdrivesListCall
- func (c *TeamdrivesListCall) Header() http.Header
- func (c *TeamdrivesListCall) IfNoneMatch(entityTag string) *TeamdrivesListCall
- func (c *TeamdrivesListCall) MaxResults(maxResults int64) *TeamdrivesListCall
- func (c *TeamdrivesListCall) PageToken(pageToken string) *TeamdrivesListCall
- func (c *TeamdrivesListCall) Pages(ctx context.Context, f func(*TeamDriveList) error) error
- func (c *TeamdrivesListCall) Q(q string) *TeamdrivesListCall
- func (c *TeamdrivesListCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesListCall
- type TeamdrivesService
- func (r *TeamdrivesService) Delete(teamDriveId string) *TeamdrivesDeleteCall
- func (r *TeamdrivesService) Get(teamDriveId string) *TeamdrivesGetCall
- func (r *TeamdrivesService) Insert(requestId string, teamdrive *TeamDrive) *TeamdrivesInsertCall
- func (r *TeamdrivesService) List() *TeamdrivesListCall
- func (r *TeamdrivesService) Update(teamDriveId string, teamdrive *TeamDrive) *TeamdrivesUpdateCall
- type TeamdrivesUpdateCall
- func (c *TeamdrivesUpdateCall) Context(ctx context.Context) *TeamdrivesUpdateCall
- func (c *TeamdrivesUpdateCall) Do(opts ...googleapi.CallOption) (*TeamDrive, error)
- func (c *TeamdrivesUpdateCall) Fields(s ...googleapi.Field) *TeamdrivesUpdateCall
- func (c *TeamdrivesUpdateCall) Header() http.Header
- func (c *TeamdrivesUpdateCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesUpdateCall
- type User
- type UserPicture
Constants ¶
const ( // View and manage the files in your Google Drive DriveScope = "https://www.googleapis.com/auth/drive" // View and manage its own configuration data in your Google Drive DriveAppdataScope = "https://www.googleapis.com/auth/drive.appdata" // View your Google Drive apps DriveAppsReadonlyScope = "https://www.googleapis.com/auth/drive.apps.readonly" // View and manage Google Drive files and folders that you have opened // or created with this app DriveFileScope = "https://www.googleapis.com/auth/drive.file" // View and manage metadata of files in your Google Drive DriveMetadataScope = "https://www.googleapis.com/auth/drive.metadata" // View metadata for files in your Google Drive DriveMetadataReadonlyScope = "https://www.googleapis.com/auth/drive.metadata.readonly" // View the photos, videos and albums in your Google Photos DrivePhotosReadonlyScope = "https://www.googleapis.com/auth/drive.photos.readonly" // View the files in your Google Drive DriveReadonlyScope = "https://www.googleapis.com/auth/drive.readonly" // Modify your Google Apps Script scripts' behavior DriveScriptsScope = "https://www.googleapis.com/auth/drive.scripts" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type About ¶
type About struct { // AdditionalRoleInfo: Information about supported additional roles per // file type. The most specific type takes precedence. AdditionalRoleInfo []*AboutAdditionalRoleInfo `json:"additionalRoleInfo,omitempty"` // CanCreateTeamDrives: Whether the user can create Team Drives. CanCreateTeamDrives bool `json:"canCreateTeamDrives,omitempty"` // DomainSharingPolicy: The domain sharing policy for the current user. // Possible values are: // - allowed // - allowedWithWarning // - incomingOnly // - disallowed DomainSharingPolicy string `json:"domainSharingPolicy,omitempty"` // Etag: The ETag of the item. Etag string `json:"etag,omitempty"` // ExportFormats: The allowable export formats. ExportFormats []*AboutExportFormats `json:"exportFormats,omitempty"` // Features: List of additional features enabled on this account. Features []*AboutFeatures `json:"features,omitempty"` // FolderColorPalette: The palette of allowable folder colors as RGB hex // strings. FolderColorPalette []string `json:"folderColorPalette,omitempty"` // ImportFormats: The allowable import formats. ImportFormats []*AboutImportFormats `json:"importFormats,omitempty"` // IsCurrentAppInstalled: A boolean indicating whether the authenticated // app is installed by the authenticated user. IsCurrentAppInstalled bool `json:"isCurrentAppInstalled,omitempty"` // Kind: This is always drive#about. Kind string `json:"kind,omitempty"` // LanguageCode: The user's language or locale code, as defined by BCP // 47, with some extensions from Unicode's LDML format // (http://www.unicode.org/reports/tr35/). LanguageCode string `json:"languageCode,omitempty"` // LargestChangeId: The largest change id. LargestChangeId int64 `json:"largestChangeId,omitempty,string"` // MaxUploadSizes: List of max upload sizes for each file type. The most // specific type takes precedence. MaxUploadSizes []*AboutMaxUploadSizes `json:"maxUploadSizes,omitempty"` // Name: The name of the current user. Name string `json:"name,omitempty"` // PermissionId: The current user's ID as visible in the permissions // collection. PermissionId string `json:"permissionId,omitempty"` // QuotaBytesByService: The amount of storage quota used by different // Google services. QuotaBytesByService []*AboutQuotaBytesByService `json:"quotaBytesByService,omitempty"` // QuotaBytesTotal: The total number of quota bytes. QuotaBytesTotal int64 `json:"quotaBytesTotal,omitempty,string"` // QuotaBytesUsed: The number of quota bytes used by Google Drive. QuotaBytesUsed int64 `json:"quotaBytesUsed,omitempty,string"` // QuotaBytesUsedAggregate: The number of quota bytes used by all Google // apps (Drive, Picasa, etc.). QuotaBytesUsedAggregate int64 `json:"quotaBytesUsedAggregate,omitempty,string"` // QuotaBytesUsedInTrash: The number of quota bytes used by trashed // items. QuotaBytesUsedInTrash int64 `json:"quotaBytesUsedInTrash,omitempty,string"` // QuotaType: The type of the user's storage quota. Possible values are: // // - LIMITED // - UNLIMITED QuotaType string `json:"quotaType,omitempty"` // RemainingChangeIds: The number of remaining change ids, limited to no // more than 2500. RemainingChangeIds int64 `json:"remainingChangeIds,omitempty,string"` // RootFolderId: The id of the root folder. RootFolderId string `json:"rootFolderId,omitempty"` // SelfLink: A link back to this item. SelfLink string `json:"selfLink,omitempty"` // TeamDriveThemes: A list of themes that are supported for Team Drives. TeamDriveThemes []*AboutTeamDriveThemes `json:"teamDriveThemes,omitempty"` // User: The authenticated user. User *User `json:"user,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AdditionalRoleInfo") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalRoleInfo") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
About: An item with user information and settings.
func (*About) MarshalJSON ¶
type AboutAdditionalRoleInfo ¶
type AboutAdditionalRoleInfo struct { // RoleSets: The supported additional roles per primary role. RoleSets []*AboutAdditionalRoleInfoRoleSets `json:"roleSets,omitempty"` // Type: The content type that this additional role info applies to. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "RoleSets") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "RoleSets") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutAdditionalRoleInfo) MarshalJSON ¶
func (s *AboutAdditionalRoleInfo) MarshalJSON() ([]byte, error)
type AboutAdditionalRoleInfoRoleSets ¶
type AboutAdditionalRoleInfoRoleSets struct { // AdditionalRoles: The supported additional roles with the primary // role. AdditionalRoles []string `json:"additionalRoles,omitempty"` // PrimaryRole: A primary permission role. PrimaryRole string `json:"primaryRole,omitempty"` // ForceSendFields is a list of field names (e.g. "AdditionalRoles") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalRoles") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*AboutAdditionalRoleInfoRoleSets) MarshalJSON ¶
func (s *AboutAdditionalRoleInfoRoleSets) MarshalJSON() ([]byte, error)
type AboutExportFormats ¶
type AboutExportFormats struct { // Source: The content type to convert from. Source string `json:"source,omitempty"` // Targets: The possible content types to convert to. Targets []string `json:"targets,omitempty"` // ForceSendFields is a list of field names (e.g. "Source") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Source") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutExportFormats) MarshalJSON ¶
func (s *AboutExportFormats) MarshalJSON() ([]byte, error)
type AboutFeatures ¶
type AboutFeatures struct { // FeatureName: The name of the feature. FeatureName string `json:"featureName,omitempty"` // FeatureRate: The request limit rate for this feature, in queries per // second. FeatureRate float64 `json:"featureRate,omitempty"` // ForceSendFields is a list of field names (e.g. "FeatureName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FeatureName") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutFeatures) MarshalJSON ¶
func (s *AboutFeatures) MarshalJSON() ([]byte, error)
func (*AboutFeatures) UnmarshalJSON ¶
func (s *AboutFeatures) UnmarshalJSON(data []byte) error
type AboutGetCall ¶
type AboutGetCall struct {
// contains filtered or unexported fields
}
func (*AboutGetCall) Context ¶
func (c *AboutGetCall) Context(ctx context.Context) *AboutGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AboutGetCall) Do ¶
func (c *AboutGetCall) Do(opts ...googleapi.CallOption) (*About, error)
Do executes the "drive.about.get" call. Exactly one of *About or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *About.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AboutGetCall) Fields ¶
func (c *AboutGetCall) Fields(s ...googleapi.Field) *AboutGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AboutGetCall) Header ¶
func (c *AboutGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AboutGetCall) IfNoneMatch ¶
func (c *AboutGetCall) IfNoneMatch(entityTag string) *AboutGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AboutGetCall) IncludeSubscribed ¶
func (c *AboutGetCall) IncludeSubscribed(includeSubscribed bool) *AboutGetCall
IncludeSubscribed sets the optional parameter "includeSubscribed": Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.
func (*AboutGetCall) MaxChangeIdCount ¶
func (c *AboutGetCall) MaxChangeIdCount(maxChangeIdCount int64) *AboutGetCall
MaxChangeIdCount sets the optional parameter "maxChangeIdCount": Maximum number of remaining change IDs to count
func (*AboutGetCall) StartChangeId ¶
func (c *AboutGetCall) StartChangeId(startChangeId int64) *AboutGetCall
StartChangeId sets the optional parameter "startChangeId": Change ID to start counting from when calculating number of remaining change IDs
type AboutImportFormats ¶
type AboutImportFormats struct { // Source: The imported file's content type to convert from. Source string `json:"source,omitempty"` // Targets: The possible content types to convert to. Targets []string `json:"targets,omitempty"` // ForceSendFields is a list of field names (e.g. "Source") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Source") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutImportFormats) MarshalJSON ¶
func (s *AboutImportFormats) MarshalJSON() ([]byte, error)
type AboutMaxUploadSizes ¶
type AboutMaxUploadSizes struct { // Size: The max upload size for this type. Size int64 `json:"size,omitempty,string"` // Type: The file type. Type string `json:"type,omitempty"` // ForceSendFields is a list of field names (e.g. "Size") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Size") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutMaxUploadSizes) MarshalJSON ¶
func (s *AboutMaxUploadSizes) MarshalJSON() ([]byte, error)
type AboutQuotaBytesByService ¶
type AboutQuotaBytesByService struct { // BytesUsed: The storage quota bytes used by the service. BytesUsed int64 `json:"bytesUsed,omitempty,string"` // ServiceName: The service's name, e.g. DRIVE, GMAIL, or PHOTOS. ServiceName string `json:"serviceName,omitempty"` // ForceSendFields is a list of field names (e.g. "BytesUsed") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BytesUsed") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AboutQuotaBytesByService) MarshalJSON ¶
func (s *AboutQuotaBytesByService) MarshalJSON() ([]byte, error)
type AboutService ¶
type AboutService struct {
// contains filtered or unexported fields
}
func NewAboutService ¶
func NewAboutService(s *Service) *AboutService
func (*AboutService) Get ¶
func (r *AboutService) Get() *AboutGetCall
Get: Gets the information about the current user along with Drive API settings
type AboutTeamDriveThemes ¶
type AboutTeamDriveThemes struct { // BackgroundImageLink: A link to this Team Drive theme's background // image. BackgroundImageLink string `json:"backgroundImageLink,omitempty"` // ColorRgb: The color of this Team Drive theme as an RGB hex string. ColorRgb string `json:"colorRgb,omitempty"` // Id: The ID of the theme. Id string `json:"id,omitempty"` // ForceSendFields is a list of field names (e.g. "BackgroundImageLink") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BackgroundImageLink") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*AboutTeamDriveThemes) MarshalJSON ¶
func (s *AboutTeamDriveThemes) MarshalJSON() ([]byte, error)
type App ¶
type App struct { // Authorized: Whether the app is authorized to access data on the // user's Drive. Authorized bool `json:"authorized,omitempty"` // CreateInFolderTemplate: The template url to create a new file with // this app in a given folder. The template will contain {folderId} to // be replaced by the folder to create the new file in. CreateInFolderTemplate string `json:"createInFolderTemplate,omitempty"` // CreateUrl: The url to create a new file with this app. CreateUrl string `json:"createUrl,omitempty"` // HasDriveWideScope: Whether the app has drive-wide scope. An app with // drive-wide scope can access all files in the user's drive. HasDriveWideScope bool `json:"hasDriveWideScope,omitempty"` // Icons: The various icons for the app. Icons []*AppIcons `json:"icons,omitempty"` // Id: The ID of the app. Id string `json:"id,omitempty"` // Installed: Whether the app is installed. Installed bool `json:"installed,omitempty"` // Kind: This is always drive#app. Kind string `json:"kind,omitempty"` // LongDescription: A long description of the app. LongDescription string `json:"longDescription,omitempty"` // Name: The name of the app. Name string `json:"name,omitempty"` // ObjectType: The type of object this app creates (e.g. Chart). If // empty, the app name should be used instead. ObjectType string `json:"objectType,omitempty"` // OpenUrlTemplate: The template url for opening files with this app. // The template will contain {ids} and/or {exportIds} to be replaced by // the actual file ids. See Open Files for the full documentation. OpenUrlTemplate string `json:"openUrlTemplate,omitempty"` // PrimaryFileExtensions: The list of primary file extensions. PrimaryFileExtensions []string `json:"primaryFileExtensions,omitempty"` // PrimaryMimeTypes: The list of primary mime types. PrimaryMimeTypes []string `json:"primaryMimeTypes,omitempty"` // ProductId: The ID of the product listing for this app. ProductId string `json:"productId,omitempty"` // ProductUrl: A link to the product listing for this app. ProductUrl string `json:"productUrl,omitempty"` // SecondaryFileExtensions: The list of secondary file extensions. SecondaryFileExtensions []string `json:"secondaryFileExtensions,omitempty"` // SecondaryMimeTypes: The list of secondary mime types. SecondaryMimeTypes []string `json:"secondaryMimeTypes,omitempty"` // ShortDescription: A short description of the app. ShortDescription string `json:"shortDescription,omitempty"` // SupportsCreate: Whether this app supports creating new objects. SupportsCreate bool `json:"supportsCreate,omitempty"` // SupportsImport: Whether this app supports importing Google Docs. SupportsImport bool `json:"supportsImport,omitempty"` // SupportsMultiOpen: Whether this app supports opening more than one // file. SupportsMultiOpen bool `json:"supportsMultiOpen,omitempty"` // SupportsOfflineCreate: Whether this app supports creating new files // when offline. SupportsOfflineCreate bool `json:"supportsOfflineCreate,omitempty"` // UseByDefault: Whether the app is selected as the default handler for // the types it supports. UseByDefault bool `json:"useByDefault,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Authorized") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Authorized") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
App: The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.
func (*App) MarshalJSON ¶
type AppIcons ¶
type AppIcons struct { // Category: Category of the icon. Allowed values are: // - application - icon for the application // - document - icon for a file associated with the app // - documentShared - icon for a shared file associated with the app Category string `json:"category,omitempty"` // IconUrl: URL for the icon. IconUrl string `json:"iconUrl,omitempty"` // Size: Size of the icon. Represented as the maximum of the width and // height. Size int64 `json:"size,omitempty"` // ForceSendFields is a list of field names (e.g. "Category") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Category") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AppIcons) MarshalJSON ¶
type AppList ¶
type AppList struct { // DefaultAppIds: List of app IDs that the user has specified to use by // default. The list is in reverse-priority order (lowest to highest). DefaultAppIds []string `json:"defaultAppIds,omitempty"` // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of apps. Items []*App `json:"items,omitempty"` // Kind: This is always drive#appList. Kind string `json:"kind,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DefaultAppIds") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultAppIds") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AppList: A list of third-party applications which the user has installed or given access to Google Drive.
func (*AppList) MarshalJSON ¶
type AppsGetCall ¶
type AppsGetCall struct {
// contains filtered or unexported fields
}
func (*AppsGetCall) Context ¶
func (c *AppsGetCall) Context(ctx context.Context) *AppsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AppsGetCall) Do ¶
func (c *AppsGetCall) Do(opts ...googleapi.CallOption) (*App, error)
Do executes the "drive.apps.get" call. Exactly one of *App or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *App.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AppsGetCall) Fields ¶
func (c *AppsGetCall) Fields(s ...googleapi.Field) *AppsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AppsGetCall) Header ¶
func (c *AppsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AppsGetCall) IfNoneMatch ¶
func (c *AppsGetCall) IfNoneMatch(entityTag string) *AppsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AppsListCall ¶
type AppsListCall struct {
// contains filtered or unexported fields
}
func (*AppsListCall) AppFilterExtensions ¶
func (c *AppsListCall) AppFilterExtensions(appFilterExtensions string) *AppsListCall
AppFilterExtensions sets the optional parameter "appFilterExtensions": A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.
func (*AppsListCall) AppFilterMimeTypes ¶
func (c *AppsListCall) AppFilterMimeTypes(appFilterMimeTypes string) *AppsListCall
AppFilterMimeTypes sets the optional parameter "appFilterMimeTypes": A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.
func (*AppsListCall) Context ¶
func (c *AppsListCall) Context(ctx context.Context) *AppsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AppsListCall) Do ¶
func (c *AppsListCall) Do(opts ...googleapi.CallOption) (*AppList, error)
Do executes the "drive.apps.list" call. Exactly one of *AppList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AppsListCall) Fields ¶
func (c *AppsListCall) Fields(s ...googleapi.Field) *AppsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AppsListCall) Header ¶
func (c *AppsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AppsListCall) IfNoneMatch ¶
func (c *AppsListCall) IfNoneMatch(entityTag string) *AppsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AppsListCall) LanguageCode ¶
func (c *AppsListCall) LanguageCode(languageCode string) *AppsListCall
LanguageCode sets the optional parameter "languageCode": A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).
type AppsService ¶
type AppsService struct {
// contains filtered or unexported fields
}
func NewAppsService ¶
func NewAppsService(s *Service) *AppsService
func (*AppsService) Get ¶
func (r *AppsService) Get(appId string) *AppsGetCall
Get: Gets a specific app.
func (*AppsService) List ¶
func (r *AppsService) List() *AppsListCall
List: Lists a user's installed apps.
type Change ¶
type Change struct { // Deleted: Whether the file or Team Drive has been removed from this // list of changes, for example by deletion or loss of access. Deleted bool `json:"deleted,omitempty"` // File: The updated state of the file. Present if the type is file and // the file has not been removed from this list of changes. File *File `json:"file,omitempty"` // FileId: The ID of the file associated with this change. FileId string `json:"fileId,omitempty"` // Id: The ID of the change. Id int64 `json:"id,omitempty,string"` // Kind: This is always drive#change. Kind string `json:"kind,omitempty"` // ModificationDate: The time of this modification. ModificationDate string `json:"modificationDate,omitempty"` // SelfLink: A link back to this change. SelfLink string `json:"selfLink,omitempty"` // TeamDrive: The updated state of the Team Drive. Present if the type // is teamDrive, the user is still a member of the Team Drive, and the // Team Drive has not been deleted. TeamDrive *TeamDrive `json:"teamDrive,omitempty"` // TeamDriveId: The ID of the Team Drive associated with this change. TeamDriveId string `json:"teamDriveId,omitempty"` // Type: The type of the change. Possible values are file and teamDrive. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Deleted") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Deleted") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Change: Representation of a change to a file or Team Drive.
func (*Change) MarshalJSON ¶
type ChangeList ¶
type ChangeList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of changes. If nextPageToken is populated, then this // list may be incomplete and an additional page of results should be // fetched. Items []*Change `json:"items,omitempty"` // Kind: This is always drive#changeList. Kind string `json:"kind,omitempty"` // LargestChangeId: The current largest change ID. LargestChangeId int64 `json:"largestChangeId,omitempty,string"` // NewStartPageToken: The starting page token for future changes. This // will be present only if the end of the current changes list has been // reached. NewStartPageToken string `json:"newStartPageToken,omitempty"` // NextLink: A link to the next page of changes. NextLink string `json:"nextLink,omitempty"` // NextPageToken: The page token for the next page of changes. This will // be absent if the end of the changes list has been reached. If the // token is rejected for any reason, it should be discarded, and // pagination should be restarted from the first page of results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ChangeList: A list of changes for a user.
func (*ChangeList) MarshalJSON ¶
func (s *ChangeList) MarshalJSON() ([]byte, error)
type ChangesGetCall ¶
type ChangesGetCall struct {
// contains filtered or unexported fields
}
func (*ChangesGetCall) Context ¶
func (c *ChangesGetCall) Context(ctx context.Context) *ChangesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesGetCall) Do ¶
func (c *ChangesGetCall) Do(opts ...googleapi.CallOption) (*Change, error)
Do executes the "drive.changes.get" call. Exactly one of *Change or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Change.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesGetCall) Fields ¶
func (c *ChangesGetCall) Fields(s ...googleapi.Field) *ChangesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesGetCall) Header ¶
func (c *ChangesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesGetCall) IfNoneMatch ¶
func (c *ChangesGetCall) IfNoneMatch(entityTag string) *ChangesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ChangesGetCall) SupportsTeamDrives ¶
func (c *ChangesGetCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesGetCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*ChangesGetCall) TeamDriveId ¶
func (c *ChangesGetCall) TeamDriveId(teamDriveId string) *ChangesGetCall
TeamDriveId sets the optional parameter "teamDriveId": The Team Drive from which the change will be returned.
type ChangesGetStartPageTokenCall ¶
type ChangesGetStartPageTokenCall struct {
// contains filtered or unexported fields
}
func (*ChangesGetStartPageTokenCall) Context ¶
func (c *ChangesGetStartPageTokenCall) Context(ctx context.Context) *ChangesGetStartPageTokenCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesGetStartPageTokenCall) Do ¶
func (c *ChangesGetStartPageTokenCall) Do(opts ...googleapi.CallOption) (*StartPageToken, error)
Do executes the "drive.changes.getStartPageToken" call. Exactly one of *StartPageToken or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *StartPageToken.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesGetStartPageTokenCall) Fields ¶
func (c *ChangesGetStartPageTokenCall) Fields(s ...googleapi.Field) *ChangesGetStartPageTokenCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesGetStartPageTokenCall) Header ¶
func (c *ChangesGetStartPageTokenCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesGetStartPageTokenCall) IfNoneMatch ¶
func (c *ChangesGetStartPageTokenCall) IfNoneMatch(entityTag string) *ChangesGetStartPageTokenCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ChangesGetStartPageTokenCall) SupportsTeamDrives ¶
func (c *ChangesGetStartPageTokenCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesGetStartPageTokenCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*ChangesGetStartPageTokenCall) TeamDriveId ¶
func (c *ChangesGetStartPageTokenCall) TeamDriveId(teamDriveId string) *ChangesGetStartPageTokenCall
TeamDriveId sets the optional parameter "teamDriveId": The ID of the Team Drive for which the starting pageToken for listing future changes from that Team Drive will be returned.
type ChangesListCall ¶
type ChangesListCall struct {
// contains filtered or unexported fields
}
func (*ChangesListCall) Context ¶
func (c *ChangesListCall) Context(ctx context.Context) *ChangesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesListCall) Do ¶
func (c *ChangesListCall) Do(opts ...googleapi.CallOption) (*ChangeList, error)
Do executes the "drive.changes.list" call. Exactly one of *ChangeList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ChangeList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesListCall) Fields ¶
func (c *ChangesListCall) Fields(s ...googleapi.Field) *ChangesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesListCall) Header ¶
func (c *ChangesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesListCall) IfNoneMatch ¶
func (c *ChangesListCall) IfNoneMatch(entityTag string) *ChangesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ChangesListCall) IncludeCorpusRemovals ¶
func (c *ChangesListCall) IncludeCorpusRemovals(includeCorpusRemovals bool) *ChangesListCall
IncludeCorpusRemovals sets the optional parameter "includeCorpusRemovals": Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
func (*ChangesListCall) IncludeDeleted ¶
func (c *ChangesListCall) IncludeDeleted(includeDeleted bool) *ChangesListCall
IncludeDeleted sets the optional parameter "includeDeleted": Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
func (*ChangesListCall) IncludeSubscribed ¶
func (c *ChangesListCall) IncludeSubscribed(includeSubscribed bool) *ChangesListCall
IncludeSubscribed sets the optional parameter "includeSubscribed": Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
func (*ChangesListCall) IncludeTeamDriveItems ¶
func (c *ChangesListCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *ChangesListCall
IncludeTeamDriveItems sets the optional parameter "includeTeamDriveItems": Whether Team Drive files or changes should be included in results.
func (*ChangesListCall) MaxResults ¶
func (c *ChangesListCall) MaxResults(maxResults int64) *ChangesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of changes to return.
func (*ChangesListCall) PageToken ¶
func (c *ChangesListCall) PageToken(pageToken string) *ChangesListCall
PageToken sets the optional parameter "pageToken": The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
func (*ChangesListCall) Pages ¶
func (c *ChangesListCall) Pages(ctx context.Context, f func(*ChangeList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ChangesListCall) Spaces ¶
func (c *ChangesListCall) Spaces(spaces string) *ChangesListCall
Spaces sets the optional parameter "spaces": A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
func (*ChangesListCall) StartChangeId ¶
func (c *ChangesListCall) StartChangeId(startChangeId int64) *ChangesListCall
StartChangeId sets the optional parameter "startChangeId": Deprecated - use pageToken instead.
func (*ChangesListCall) SupportsTeamDrives ¶
func (c *ChangesListCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesListCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*ChangesListCall) TeamDriveId ¶
func (c *ChangesListCall) TeamDriveId(teamDriveId string) *ChangesListCall
TeamDriveId sets the optional parameter "teamDriveId": The Team Drive from which changes will be returned. If specified the change IDs will be reflective of the Team Drive; use the combined Team Drive ID and change ID as an identifier.
type ChangesService ¶
type ChangesService struct {
// contains filtered or unexported fields
}
func NewChangesService ¶
func NewChangesService(s *Service) *ChangesService
func (*ChangesService) Get ¶
func (r *ChangesService) Get(changeId string) *ChangesGetCall
Get: Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.
func (*ChangesService) GetStartPageToken ¶
func (r *ChangesService) GetStartPageToken() *ChangesGetStartPageTokenCall
GetStartPageToken: Gets the starting pageToken for listing future changes.
func (*ChangesService) List ¶
func (r *ChangesService) List() *ChangesListCall
List: Lists the changes for a user or Team Drive.
func (*ChangesService) Watch ¶
func (r *ChangesService) Watch(channel *Channel) *ChangesWatchCall
Watch: Subscribe to changes for a user.
type ChangesWatchCall ¶
type ChangesWatchCall struct {
// contains filtered or unexported fields
}
func (*ChangesWatchCall) Context ¶
func (c *ChangesWatchCall) Context(ctx context.Context) *ChangesWatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChangesWatchCall) Do ¶
func (c *ChangesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error)
Do executes the "drive.changes.watch" call. Exactly one of *Channel or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Channel.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChangesWatchCall) Fields ¶
func (c *ChangesWatchCall) Fields(s ...googleapi.Field) *ChangesWatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChangesWatchCall) Header ¶
func (c *ChangesWatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChangesWatchCall) IncludeCorpusRemovals ¶
func (c *ChangesWatchCall) IncludeCorpusRemovals(includeCorpusRemovals bool) *ChangesWatchCall
IncludeCorpusRemovals sets the optional parameter "includeCorpusRemovals": Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
func (*ChangesWatchCall) IncludeDeleted ¶
func (c *ChangesWatchCall) IncludeDeleted(includeDeleted bool) *ChangesWatchCall
IncludeDeleted sets the optional parameter "includeDeleted": Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
func (*ChangesWatchCall) IncludeSubscribed ¶
func (c *ChangesWatchCall) IncludeSubscribed(includeSubscribed bool) *ChangesWatchCall
IncludeSubscribed sets the optional parameter "includeSubscribed": Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
func (*ChangesWatchCall) IncludeTeamDriveItems ¶
func (c *ChangesWatchCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *ChangesWatchCall
IncludeTeamDriveItems sets the optional parameter "includeTeamDriveItems": Whether Team Drive files or changes should be included in results.
func (*ChangesWatchCall) MaxResults ¶
func (c *ChangesWatchCall) MaxResults(maxResults int64) *ChangesWatchCall
MaxResults sets the optional parameter "maxResults": Maximum number of changes to return.
func (*ChangesWatchCall) PageToken ¶
func (c *ChangesWatchCall) PageToken(pageToken string) *ChangesWatchCall
PageToken sets the optional parameter "pageToken": The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
func (*ChangesWatchCall) Spaces ¶
func (c *ChangesWatchCall) Spaces(spaces string) *ChangesWatchCall
Spaces sets the optional parameter "spaces": A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
func (*ChangesWatchCall) StartChangeId ¶
func (c *ChangesWatchCall) StartChangeId(startChangeId int64) *ChangesWatchCall
StartChangeId sets the optional parameter "startChangeId": Deprecated - use pageToken instead.
func (*ChangesWatchCall) SupportsTeamDrives ¶
func (c *ChangesWatchCall) SupportsTeamDrives(supportsTeamDrives bool) *ChangesWatchCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*ChangesWatchCall) TeamDriveId ¶
func (c *ChangesWatchCall) TeamDriveId(teamDriveId string) *ChangesWatchCall
TeamDriveId sets the optional parameter "teamDriveId": The Team Drive from which changes will be returned. If specified the change IDs will be reflective of the Team Drive; use the combined Team Drive ID and change ID as an identifier.
type Channel ¶
type Channel struct { // Address: The address where notifications are delivered for this // channel. Address string `json:"address,omitempty"` // Expiration: Date and time of notification channel expiration, // expressed as a Unix timestamp, in milliseconds. Optional. Expiration int64 `json:"expiration,omitempty,string"` // Id: A UUID or similar unique string that identifies this channel. Id string `json:"id,omitempty"` // Kind: Identifies this as a notification channel used to watch for // changes to a resource. Value: the fixed string "api#channel". Kind string `json:"kind,omitempty"` // Params: Additional parameters controlling delivery channel behavior. // Optional. Params map[string]string `json:"params,omitempty"` // Payload: A Boolean value to indicate whether payload is wanted. // Optional. Payload bool `json:"payload,omitempty"` // ResourceId: An opaque ID that identifies the resource being watched // on this channel. Stable across different API versions. ResourceId string `json:"resourceId,omitempty"` // ResourceUri: A version-specific identifier for the watched resource. ResourceUri string `json:"resourceUri,omitempty"` // Token: An arbitrary string delivered to the target address with each // notification delivered over this channel. Optional. Token string `json:"token,omitempty"` // Type: The type of delivery mechanism used for this channel. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Address") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Address") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Channel: An notification channel used to watch for resource changes.
func (*Channel) MarshalJSON ¶
type ChannelsService ¶
type ChannelsService struct {
// contains filtered or unexported fields
}
func NewChannelsService ¶
func NewChannelsService(s *Service) *ChannelsService
func (*ChannelsService) Stop ¶
func (r *ChannelsService) Stop(channel *Channel) *ChannelsStopCall
Stop: Stop watching resources through this channel
type ChannelsStopCall ¶
type ChannelsStopCall struct {
// contains filtered or unexported fields
}
func (*ChannelsStopCall) Context ¶
func (c *ChannelsStopCall) Context(ctx context.Context) *ChannelsStopCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChannelsStopCall) Do ¶
func (c *ChannelsStopCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.channels.stop" call.
func (*ChannelsStopCall) Fields ¶
func (c *ChannelsStopCall) Fields(s ...googleapi.Field) *ChannelsStopCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChannelsStopCall) Header ¶
func (c *ChannelsStopCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ChildList ¶
type ChildList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of children. If nextPageToken is populated, then this // list may be incomplete and an additional page of results should be // fetched. Items []*ChildReference `json:"items,omitempty"` // Kind: This is always drive#childList. Kind string `json:"kind,omitempty"` // NextLink: A link to the next page of children. NextLink string `json:"nextLink,omitempty"` // NextPageToken: The page token for the next page of children. This // will be absent if the end of the children list has been reached. If // the token is rejected for any reason, it should be discarded, and // pagination should be restarted from the first page of results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ChildList: A list of children of a file.
func (*ChildList) MarshalJSON ¶
type ChildReference ¶
type ChildReference struct { // ChildLink: A link to the child. ChildLink string `json:"childLink,omitempty"` // Id: The ID of the child. Id string `json:"id,omitempty"` // Kind: This is always drive#childReference. Kind string `json:"kind,omitempty"` // SelfLink: A link back to this reference. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ChildLink") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ChildLink") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ChildReference: A reference to a folder's child.
func (*ChildReference) MarshalJSON ¶
func (s *ChildReference) MarshalJSON() ([]byte, error)
type ChildrenDeleteCall ¶
type ChildrenDeleteCall struct {
// contains filtered or unexported fields
}
func (*ChildrenDeleteCall) Context ¶
func (c *ChildrenDeleteCall) Context(ctx context.Context) *ChildrenDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChildrenDeleteCall) Do ¶
func (c *ChildrenDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.children.delete" call.
func (*ChildrenDeleteCall) Fields ¶
func (c *ChildrenDeleteCall) Fields(s ...googleapi.Field) *ChildrenDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChildrenDeleteCall) Header ¶
func (c *ChildrenDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ChildrenGetCall ¶
type ChildrenGetCall struct {
// contains filtered or unexported fields
}
func (*ChildrenGetCall) Context ¶
func (c *ChildrenGetCall) Context(ctx context.Context) *ChildrenGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChildrenGetCall) Do ¶
func (c *ChildrenGetCall) Do(opts ...googleapi.CallOption) (*ChildReference, error)
Do executes the "drive.children.get" call. Exactly one of *ChildReference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ChildReference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChildrenGetCall) Fields ¶
func (c *ChildrenGetCall) Fields(s ...googleapi.Field) *ChildrenGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChildrenGetCall) Header ¶
func (c *ChildrenGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChildrenGetCall) IfNoneMatch ¶
func (c *ChildrenGetCall) IfNoneMatch(entityTag string) *ChildrenGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ChildrenInsertCall ¶
type ChildrenInsertCall struct {
// contains filtered or unexported fields
}
func (*ChildrenInsertCall) Context ¶
func (c *ChildrenInsertCall) Context(ctx context.Context) *ChildrenInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChildrenInsertCall) Do ¶
func (c *ChildrenInsertCall) Do(opts ...googleapi.CallOption) (*ChildReference, error)
Do executes the "drive.children.insert" call. Exactly one of *ChildReference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ChildReference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChildrenInsertCall) Fields ¶
func (c *ChildrenInsertCall) Fields(s ...googleapi.Field) *ChildrenInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChildrenInsertCall) Header ¶
func (c *ChildrenInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChildrenInsertCall) SupportsTeamDrives ¶
func (c *ChildrenInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *ChildrenInsertCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type ChildrenListCall ¶
type ChildrenListCall struct {
// contains filtered or unexported fields
}
func (*ChildrenListCall) Context ¶
func (c *ChildrenListCall) Context(ctx context.Context) *ChildrenListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ChildrenListCall) Do ¶
func (c *ChildrenListCall) Do(opts ...googleapi.CallOption) (*ChildList, error)
Do executes the "drive.children.list" call. Exactly one of *ChildList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ChildList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ChildrenListCall) Fields ¶
func (c *ChildrenListCall) Fields(s ...googleapi.Field) *ChildrenListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ChildrenListCall) Header ¶
func (c *ChildrenListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ChildrenListCall) IfNoneMatch ¶
func (c *ChildrenListCall) IfNoneMatch(entityTag string) *ChildrenListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ChildrenListCall) MaxResults ¶
func (c *ChildrenListCall) MaxResults(maxResults int64) *ChildrenListCall
MaxResults sets the optional parameter "maxResults": Maximum number of children to return.
func (*ChildrenListCall) OrderBy ¶
func (c *ChildrenListCall) OrderBy(orderBy string) *ChildrenListCall
OrderBy sets the optional parameter "orderBy": A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', and 'title'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
func (*ChildrenListCall) PageToken ¶
func (c *ChildrenListCall) PageToken(pageToken string) *ChildrenListCall
PageToken sets the optional parameter "pageToken": Page token for children.
func (*ChildrenListCall) Pages ¶
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ChildrenListCall) Q ¶
func (c *ChildrenListCall) Q(q string) *ChildrenListCall
Q sets the optional parameter "q": Query string for searching children.
type ChildrenService ¶
type ChildrenService struct {
// contains filtered or unexported fields
}
func NewChildrenService ¶
func NewChildrenService(s *Service) *ChildrenService
func (*ChildrenService) Delete ¶
func (r *ChildrenService) Delete(folderId string, childId string) *ChildrenDeleteCall
Delete: Removes a child from a folder.
func (*ChildrenService) Get ¶
func (r *ChildrenService) Get(folderId string, childId string) *ChildrenGetCall
Get: Gets a specific child reference.
func (*ChildrenService) Insert ¶
func (r *ChildrenService) Insert(folderId string, childreference *ChildReference) *ChildrenInsertCall
Insert: Inserts a file into a folder.
func (*ChildrenService) List ¶
func (r *ChildrenService) List(folderId string) *ChildrenListCall
List: Lists a folder's children.
type Comment ¶
type Comment struct { // Anchor: A region of the document represented as a JSON string. See // anchor documentation for details on how to define and interpret // anchor properties. Anchor string `json:"anchor,omitempty"` // Author: The user who wrote this comment. Author *User `json:"author,omitempty"` // CommentId: The ID of the comment. CommentId string `json:"commentId,omitempty"` // Content: The plain text content used to create this comment. This is // not HTML safe and should only be used as a starting point to make // edits to a comment's content. Content string `json:"content,omitempty"` // Context: The context of the file which is being commented on. Context *CommentContext `json:"context,omitempty"` // CreatedDate: The date when this comment was first created. CreatedDate string `json:"createdDate,omitempty"` // Deleted: Whether this comment has been deleted. If a comment has been // deleted the content will be cleared and this will only represent a // comment that once existed. Deleted bool `json:"deleted,omitempty"` // FileId: The file which this comment is addressing. FileId string `json:"fileId,omitempty"` // FileTitle: The title of the file which this comment is addressing. FileTitle string `json:"fileTitle,omitempty"` // HtmlContent: HTML formatted content for this comment. HtmlContent string `json:"htmlContent,omitempty"` // Kind: This is always drive#comment. Kind string `json:"kind,omitempty"` // ModifiedDate: The date when this comment or any of its replies were // last modified. ModifiedDate string `json:"modifiedDate,omitempty"` // Replies: Replies to this post. Replies []*CommentReply `json:"replies,omitempty"` // SelfLink: A link back to this comment. SelfLink string `json:"selfLink,omitempty"` // Status: The status of this comment. Status can be changed by posting // a reply to a comment with the desired status. // - "open" - The comment is still open. // - "resolved" - The comment has been resolved by one of its replies. Status string `json:"status,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Anchor") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Anchor") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Comment: A comment on a file in Google Drive.
func (*Comment) MarshalJSON ¶
type CommentContext ¶
type CommentContext struct { // Type: The MIME type of the context snippet. Type string `json:"type,omitempty"` // Value: Data representation of the segment of the file being commented // on. In the case of a text file for example, this would be the actual // text that the comment is about. Value string `json:"value,omitempty"` // ForceSendFields is a list of field names (e.g. "Type") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Type") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CommentContext: The context of the file which is being commented on.
func (*CommentContext) MarshalJSON ¶
func (s *CommentContext) MarshalJSON() ([]byte, error)
type CommentList ¶
type CommentList struct { // Items: The list of comments. If nextPageToken is populated, then this // list may be incomplete and an additional page of results should be // fetched. Items []*Comment `json:"items,omitempty"` // Kind: This is always drive#commentList. Kind string `json:"kind,omitempty"` // NextLink: A link to the next page of comments. NextLink string `json:"nextLink,omitempty"` // NextPageToken: The page token for the next page of comments. This // will be absent if the end of the comments list has been reached. If // the token is rejected for any reason, it should be discarded, and // pagination should be restarted from the first page of results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Items") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Items") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CommentList: A list of comments on a file in Google Drive.
func (*CommentList) MarshalJSON ¶
func (s *CommentList) MarshalJSON() ([]byte, error)
type CommentReply ¶
type CommentReply struct { // Author: The user who wrote this reply. Author *User `json:"author,omitempty"` // Content: The plain text content used to create this reply. This is // not HTML safe and should only be used as a starting point to make // edits to a reply's content. This field is required on inserts if no // verb is specified (resolve/reopen). Content string `json:"content,omitempty"` // CreatedDate: The date when this reply was first created. CreatedDate string `json:"createdDate,omitempty"` // Deleted: Whether this reply has been deleted. If a reply has been // deleted the content will be cleared and this will only represent a // reply that once existed. Deleted bool `json:"deleted,omitempty"` // HtmlContent: HTML formatted content for this reply. HtmlContent string `json:"htmlContent,omitempty"` // Kind: This is always drive#commentReply. Kind string `json:"kind,omitempty"` // ModifiedDate: The date when this reply was last modified. ModifiedDate string `json:"modifiedDate,omitempty"` // ReplyId: The ID of the reply. ReplyId string `json:"replyId,omitempty"` // Verb: The action this reply performed to the parent comment. When // creating a new reply this is the action to be perform to the parent // comment. Possible values are: // - "resolve" - To resolve a comment. // - "reopen" - To reopen (un-resolve) a comment. Verb string `json:"verb,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Author") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Author") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CommentReply: A comment on a file in Google Drive.
func (*CommentReply) MarshalJSON ¶
func (s *CommentReply) MarshalJSON() ([]byte, error)
type CommentReplyList ¶
type CommentReplyList struct { // Items: The list of replies. If nextPageToken is populated, then this // list may be incomplete and an additional page of results should be // fetched. Items []*CommentReply `json:"items,omitempty"` // Kind: This is always drive#commentReplyList. Kind string `json:"kind,omitempty"` // NextLink: A link to the next page of replies. NextLink string `json:"nextLink,omitempty"` // NextPageToken: The page token for the next page of replies. This will // be absent if the end of the replies list has been reached. If the // token is rejected for any reason, it should be discarded, and // pagination should be restarted from the first page of results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Items") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Items") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CommentReplyList: A list of replies to a comment on a file in Google Drive.
func (*CommentReplyList) MarshalJSON ¶
func (s *CommentReplyList) MarshalJSON() ([]byte, error)
type CommentsDeleteCall ¶
type CommentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*CommentsDeleteCall) Context ¶
func (c *CommentsDeleteCall) Context(ctx context.Context) *CommentsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsDeleteCall) Do ¶
func (c *CommentsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.comments.delete" call.
func (*CommentsDeleteCall) Fields ¶
func (c *CommentsDeleteCall) Fields(s ...googleapi.Field) *CommentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsDeleteCall) Header ¶
func (c *CommentsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CommentsGetCall ¶
type CommentsGetCall struct {
// contains filtered or unexported fields
}
func (*CommentsGetCall) Context ¶
func (c *CommentsGetCall) Context(ctx context.Context) *CommentsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsGetCall) Do ¶
func (c *CommentsGetCall) Do(opts ...googleapi.CallOption) (*Comment, error)
Do executes the "drive.comments.get" call. Exactly one of *Comment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Comment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CommentsGetCall) Fields ¶
func (c *CommentsGetCall) Fields(s ...googleapi.Field) *CommentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsGetCall) Header ¶
func (c *CommentsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*CommentsGetCall) IfNoneMatch ¶
func (c *CommentsGetCall) IfNoneMatch(entityTag string) *CommentsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*CommentsGetCall) IncludeDeleted ¶
func (c *CommentsGetCall) IncludeDeleted(includeDeleted bool) *CommentsGetCall
IncludeDeleted sets the optional parameter "includeDeleted": If set, this will succeed when retrieving a deleted comment, and will include any deleted replies.
type CommentsInsertCall ¶
type CommentsInsertCall struct {
// contains filtered or unexported fields
}
func (*CommentsInsertCall) Context ¶
func (c *CommentsInsertCall) Context(ctx context.Context) *CommentsInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsInsertCall) Do ¶
func (c *CommentsInsertCall) Do(opts ...googleapi.CallOption) (*Comment, error)
Do executes the "drive.comments.insert" call. Exactly one of *Comment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Comment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CommentsInsertCall) Fields ¶
func (c *CommentsInsertCall) Fields(s ...googleapi.Field) *CommentsInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsInsertCall) Header ¶
func (c *CommentsInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CommentsListCall ¶
type CommentsListCall struct {
// contains filtered or unexported fields
}
func (*CommentsListCall) Context ¶
func (c *CommentsListCall) Context(ctx context.Context) *CommentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsListCall) Do ¶
func (c *CommentsListCall) Do(opts ...googleapi.CallOption) (*CommentList, error)
Do executes the "drive.comments.list" call. Exactly one of *CommentList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CommentsListCall) Fields ¶
func (c *CommentsListCall) Fields(s ...googleapi.Field) *CommentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsListCall) Header ¶
func (c *CommentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*CommentsListCall) IfNoneMatch ¶
func (c *CommentsListCall) IfNoneMatch(entityTag string) *CommentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*CommentsListCall) IncludeDeleted ¶
func (c *CommentsListCall) IncludeDeleted(includeDeleted bool) *CommentsListCall
IncludeDeleted sets the optional parameter "includeDeleted": If set, all comments and replies, including deleted comments and replies (with content stripped) will be returned.
func (*CommentsListCall) MaxResults ¶
func (c *CommentsListCall) MaxResults(maxResults int64) *CommentsListCall
MaxResults sets the optional parameter "maxResults": The maximum number of discussions to include in the response, used for paging.
func (*CommentsListCall) PageToken ¶
func (c *CommentsListCall) PageToken(pageToken string) *CommentsListCall
PageToken sets the optional parameter "pageToken": The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
func (*CommentsListCall) Pages ¶
func (c *CommentsListCall) Pages(ctx context.Context, f func(*CommentList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*CommentsListCall) UpdatedMin ¶
func (c *CommentsListCall) UpdatedMin(updatedMin string) *CommentsListCall
UpdatedMin sets the optional parameter "updatedMin": Only discussions that were updated after this timestamp will be returned. Formatted as an RFC 3339 timestamp.
type CommentsPatchCall ¶
type CommentsPatchCall struct {
// contains filtered or unexported fields
}
func (*CommentsPatchCall) Context ¶
func (c *CommentsPatchCall) Context(ctx context.Context) *CommentsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsPatchCall) Do ¶
func (c *CommentsPatchCall) Do(opts ...googleapi.CallOption) (*Comment, error)
Do executes the "drive.comments.patch" call. Exactly one of *Comment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Comment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CommentsPatchCall) Fields ¶
func (c *CommentsPatchCall) Fields(s ...googleapi.Field) *CommentsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsPatchCall) Header ¶
func (c *CommentsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type CommentsService ¶
type CommentsService struct {
// contains filtered or unexported fields
}
func NewCommentsService ¶
func NewCommentsService(s *Service) *CommentsService
func (*CommentsService) Delete ¶
func (r *CommentsService) Delete(fileId string, commentId string) *CommentsDeleteCall
Delete: Deletes a comment.
func (*CommentsService) Get ¶
func (r *CommentsService) Get(fileId string, commentId string) *CommentsGetCall
Get: Gets a comment by ID.
func (*CommentsService) Insert ¶
func (r *CommentsService) Insert(fileId string, comment *Comment) *CommentsInsertCall
Insert: Creates a new comment on the given file.
func (*CommentsService) List ¶
func (r *CommentsService) List(fileId string) *CommentsListCall
List: Lists a file's comments.
func (*CommentsService) Patch ¶
func (r *CommentsService) Patch(fileId string, commentId string, comment *Comment) *CommentsPatchCall
Patch: Updates an existing comment. This method supports patch semantics.
func (*CommentsService) Update ¶
func (r *CommentsService) Update(fileId string, commentId string, comment *Comment) *CommentsUpdateCall
Update: Updates an existing comment.
type CommentsUpdateCall ¶
type CommentsUpdateCall struct {
// contains filtered or unexported fields
}
func (*CommentsUpdateCall) Context ¶
func (c *CommentsUpdateCall) Context(ctx context.Context) *CommentsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*CommentsUpdateCall) Do ¶
func (c *CommentsUpdateCall) Do(opts ...googleapi.CallOption) (*Comment, error)
Do executes the "drive.comments.update" call. Exactly one of *Comment or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Comment.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*CommentsUpdateCall) Fields ¶
func (c *CommentsUpdateCall) Fields(s ...googleapi.Field) *CommentsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*CommentsUpdateCall) Header ¶
func (c *CommentsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type File ¶
type File struct { // AlternateLink: A link for opening the file in a relevant Google // editor or viewer. AlternateLink string `json:"alternateLink,omitempty"` // AppDataContents: Whether this file is in the Application Data folder. AppDataContents bool `json:"appDataContents,omitempty"` // CanComment: Deprecated: use capabilities/canComment. CanComment bool `json:"canComment,omitempty"` // CanReadRevisions: Deprecated: use capabilities/canReadRevisions. CanReadRevisions bool `json:"canReadRevisions,omitempty"` // Capabilities: Capabilities the current user has on this file. Each // capability corresponds to a fine-grained action that a user may take. Capabilities *FileCapabilities `json:"capabilities,omitempty"` // CopyRequiresWriterPermission: Whether the options to copy, print, or // download this file, should be disabled for readers and commenters. CopyRequiresWriterPermission bool `json:"copyRequiresWriterPermission,omitempty"` // Copyable: Deprecated: use capabilities/canCopy. Copyable bool `json:"copyable,omitempty"` // CreatedDate: Create time for this file (formatted RFC 3339 // timestamp). CreatedDate string `json:"createdDate,omitempty"` // DefaultOpenWithLink: A link to open this file with the user's default // app for this file. Only populated when the drive.apps.readonly scope // is used. DefaultOpenWithLink string `json:"defaultOpenWithLink,omitempty"` // Description: A short description of the file. Description string `json:"description,omitempty"` DownloadUrl string `json:"downloadUrl,omitempty"` // Editable: Deprecated: use capabilities/canEdit. Editable bool `json:"editable,omitempty"` // EmbedLink: A link for embedding the file. EmbedLink string `json:"embedLink,omitempty"` // Etag: ETag of the file. Etag string `json:"etag,omitempty"` // ExplicitlyTrashed: Whether this file has been explicitly trashed, as // opposed to recursively trashed. ExplicitlyTrashed bool `json:"explicitlyTrashed,omitempty"` // ExportLinks: Links for exporting Google Docs to specific formats. ExportLinks map[string]string `json:"exportLinks,omitempty"` // FileExtension: The final component of fullFileExtension with trailing // text that does not appear to be part of the extension removed. This // field is only populated for files with content stored in Drive; it is // not populated for Google Docs or shortcut files. FileExtension string `json:"fileExtension,omitempty"` // FileSize: The size of the file in bytes. This field is only populated // for files with content stored in Drive; it is not populated for // Google Docs or shortcut files. FileSize int64 `json:"fileSize,omitempty,string"` // FolderColorRgb: Folder color as an RGB hex string if the file is a // folder. The list of supported colors is available in the // folderColorPalette field of the About resource. If an unsupported // color is specified, it will be changed to the closest color in the // palette. Not populated for Team Drive files. FolderColorRgb string `json:"folderColorRgb,omitempty"` // FullFileExtension: The full file extension; extracted from the title. // May contain multiple concatenated extensions, such as "tar.gz". // Removing an extension from the title does not clear this field; // however, changing the extension on the title does update this field. // This field is only populated for files with content stored in Drive; // it is not populated for Google Docs or shortcut files. FullFileExtension string `json:"fullFileExtension,omitempty"` // HasAugmentedPermissions: Whether any users are granted file access // directly on this file. This field is only populated for Team Drive // files. HasAugmentedPermissions bool `json:"hasAugmentedPermissions,omitempty"` // HasThumbnail: Whether this file has a thumbnail. This does not // indicate whether the requesting app has access to the thumbnail. To // check access, look for the presence of the thumbnailLink field. HasThumbnail bool `json:"hasThumbnail,omitempty"` // HeadRevisionId: The ID of the file's head revision. This field is // only populated for files with content stored in Drive; it is not // populated for Google Docs or shortcut files. HeadRevisionId string `json:"headRevisionId,omitempty"` // IconLink: A link to the file's icon. IconLink string `json:"iconLink,omitempty"` // Id: The ID of the file. Id string `json:"id,omitempty"` // ImageMediaMetadata: Metadata about image media. This will only be // present for image types, and its contents will depend on what can be // parsed from the image content. ImageMediaMetadata *FileImageMediaMetadata `json:"imageMediaMetadata,omitempty"` // IndexableText: Indexable text attributes for the file (can only be // written) IndexableText *FileIndexableText `json:"indexableText,omitempty"` // IsAppAuthorized: Whether the file was created or opened by the // requesting app. IsAppAuthorized bool `json:"isAppAuthorized,omitempty"` // Kind: The type of file. This is always drive#file. Kind string `json:"kind,omitempty"` // Labels: A group of labels for the file. Labels *FileLabels `json:"labels,omitempty"` // LastModifyingUser: The last user to modify this file. LastModifyingUser *User `json:"lastModifyingUser,omitempty"` // LastModifyingUserName: Name of the last user to modify this file. LastModifyingUserName string `json:"lastModifyingUserName,omitempty"` // LastViewedByMeDate: Last time this file was viewed by the user // (formatted RFC 3339 timestamp). LastViewedByMeDate string `json:"lastViewedByMeDate,omitempty"` // MarkedViewedByMeDate: Deprecated. MarkedViewedByMeDate string `json:"markedViewedByMeDate,omitempty"` // Md5Checksum: An MD5 checksum for the content of this file. This field // is only populated for files with content stored in Drive; it is not // populated for Google Docs or shortcut files. Md5Checksum string `json:"md5Checksum,omitempty"` // MimeType: The MIME type of the file. This is only mutable on update // when uploading new content. This field can be left blank, and the // mimetype will be determined from the uploaded content's MIME type. MimeType string `json:"mimeType,omitempty"` // ModifiedByMeDate: Last time this file was modified by the user // (formatted RFC 3339 timestamp). Note that setting modifiedDate will // also update the modifiedByMe date for the user which set the date. ModifiedByMeDate string `json:"modifiedByMeDate,omitempty"` // ModifiedDate: Last time this file was modified by anyone (formatted // RFC 3339 timestamp). This is only mutable on update when the // setModifiedDate parameter is set. ModifiedDate string `json:"modifiedDate,omitempty"` // OpenWithLinks: A map of the id of each of the user's apps to a link // to open this file with that app. Only populated when the // drive.apps.readonly scope is used. OpenWithLinks map[string]string `json:"openWithLinks,omitempty"` // OriginalFilename: The original filename of the uploaded content if // available, or else the original value of the title field. This is // only available for files with binary content in Drive. OriginalFilename string `json:"originalFilename,omitempty"` // OwnedByMe: Whether the file is owned by the current user. Not // populated for Team Drive files. OwnedByMe bool `json:"ownedByMe,omitempty"` // OwnerNames: Name(s) of the owner(s) of this file. Not populated for // Team Drive files. OwnerNames []string `json:"ownerNames,omitempty"` // Owners: The owner(s) of this file. Not populated for Team Drive // files. Owners []*User `json:"owners,omitempty"` // Parents: Collection of parent folders which contain this file. // If not specified as part of an insert request, the file will be // placed directly in the user's My Drive folder. If not specified as // part of a copy request, the file will inherit any discoverable // parents of the source file. Update requests can also use the // addParents and removeParents parameters to modify the parents list. Parents []*ParentReference `json:"parents,omitempty"` // PermissionIds: List of permission IDs for users with access to this // file. PermissionIds []string `json:"permissionIds,omitempty"` // Permissions: The list of permissions for users with access to this // file. Not populated for Team Drive files. Permissions []*Permission `json:"permissions,omitempty"` // Properties: The list of properties. Properties []*Property `json:"properties,omitempty"` // QuotaBytesUsed: The number of quota bytes used by this file. QuotaBytesUsed int64 `json:"quotaBytesUsed,omitempty,string"` // SelfLink: A link back to this file. SelfLink string `json:"selfLink,omitempty"` Shareable bool `json:"shareable,omitempty"` // Drive files. Shared bool `json:"shared,omitempty"` // (formatted RFC 3339 timestamp). SharedWithMeDate string `json:"sharedWithMeDate,omitempty"` // SharingUser: User that shared the item with the current user, if // available. SharingUser *User `json:"sharingUser,omitempty"` // Spaces: The list of spaces which contain the file. Supported values // are 'drive', 'appDataFolder' and 'photos'. Spaces []string `json:"spaces,omitempty"` // TeamDriveId: ID of the Team Drive the file resides in. TeamDriveId string `json:"teamDriveId,omitempty"` // Thumbnail: A thumbnail for the file. This will only be used if Drive // cannot generate a standard thumbnail. Thumbnail *FileThumbnail `json:"thumbnail,omitempty"` // ThumbnailLink: A short-lived link to the file's thumbnail. Typically // lasts on the order of hours. Only populated when the requesting app // can access the file's content. ThumbnailLink string `json:"thumbnailLink,omitempty"` // ThumbnailVersion: The thumbnail version for use in thumbnail cache // invalidation. ThumbnailVersion int64 `json:"thumbnailVersion,omitempty,string"` // Title: The title of this file. Note that for immutable items such as // the top level folders of Team Drives, My Drive root folder, and // Application Data folder the title is constant. Title string `json:"title,omitempty"` // TrashedDate: The time that the item was trashed (formatted RFC 3339 // timestamp). Only populated for Team Drive files. TrashedDate string `json:"trashedDate,omitempty"` // TrashingUser: If the file has been explicitly trashed, the user who // trashed it. Only populated for Team Drive files. TrashingUser *User `json:"trashingUser,omitempty"` // UserPermission: The permissions for the authenticated user on this // file. UserPermission *Permission `json:"userPermission,omitempty"` // Version: A monotonically increasing version number for the file. This // reflects every change made to the file on the server, even those not // visible to the requesting user. Version int64 `json:"version,omitempty,string"` // VideoMediaMetadata: Metadata about video media. This will only be // present for video types. VideoMediaMetadata *FileVideoMediaMetadata `json:"videoMediaMetadata,omitempty"` // WebContentLink: A link for downloading the content of the file in a // browser using cookie based authentication. In cases where the content // is shared publicly, the content can be downloaded without any // credentials. WebContentLink string `json:"webContentLink,omitempty"` // WebViewLink: A link only available on public folders for viewing // their static web assets (HTML, CSS, JS, etc) via Google Drive's // Website Hosting. WebViewLink string `json:"webViewLink,omitempty"` // users. Not populated for Team Drive files. WritersCanShare bool `json:"writersCanShare,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AlternateLink") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AlternateLink") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
File: The metadata for a file.
func (*File) MarshalJSON ¶
type FileCapabilities ¶
type FileCapabilities struct { // CanAddChildren: Whether the current user can add children to this // folder. This is always false when the item is not a folder. CanAddChildren bool `json:"canAddChildren,omitempty"` // CanChangeCopyRequiresWriterPermission: Whether the current user can // change the copyRequiresWriterPermission restriction of this file. CanChangeCopyRequiresWriterPermission bool `json:"canChangeCopyRequiresWriterPermission,omitempty"` // CanChangeRestrictedDownload: Deprecated CanChangeRestrictedDownload bool `json:"canChangeRestrictedDownload,omitempty"` // CanComment: Whether the current user can comment on this file. CanComment bool `json:"canComment,omitempty"` // CanCopy: Whether the current user can copy this file. For a Team // Drive item, whether the current user can copy non-folder descendants // of this item, or this item itself if it is not a folder. CanCopy bool `json:"canCopy,omitempty"` // CanDelete: Whether the current user can delete this file. CanDelete bool `json:"canDelete,omitempty"` // CanDeleteChildren: Whether the current user can delete children of // this folder. This is false when the item is not a folder. Only // populated for Team Drive items. CanDeleteChildren bool `json:"canDeleteChildren,omitempty"` // CanDownload: Whether the current user can download this file. CanDownload bool `json:"canDownload,omitempty"` // CanEdit: Whether the current user can edit this file. CanEdit bool `json:"canEdit,omitempty"` // CanListChildren: Whether the current user can list the children of // this folder. This is always false when the item is not a folder. CanListChildren bool `json:"canListChildren,omitempty"` // CanMoveChildrenOutOfTeamDrive: Whether the current user can move // children of this folder outside of the Team Drive. This is false when // the item is not a folder. Only populated for Team Drive items. CanMoveChildrenOutOfTeamDrive bool `json:"canMoveChildrenOutOfTeamDrive,omitempty"` // CanMoveChildrenWithinTeamDrive: Whether the current user can move // children of this folder within the Team Drive. This is false when the // item is not a folder. Only populated for Team Drive items. CanMoveChildrenWithinTeamDrive bool `json:"canMoveChildrenWithinTeamDrive,omitempty"` // CanMoveItemIntoTeamDrive: Whether the current user can move this item // into a Team Drive. If the item is in a Team Drive, this field is // equivalent to canMoveTeamDriveItem. CanMoveItemIntoTeamDrive bool `json:"canMoveItemIntoTeamDrive,omitempty"` // CanMoveItemOutOfTeamDrive: Whether the current user can move this // Team Drive item outside of this Team Drive by changing its parent. // Note that a request to change the parent of the item may still fail // depending on the new parent that is being added. Only populated for // Team Drive items. CanMoveItemOutOfTeamDrive bool `json:"canMoveItemOutOfTeamDrive,omitempty"` // CanMoveItemWithinTeamDrive: Whether the current user can move this // Team Drive item within this Team Drive. Note that a request to change // the parent of the item may still fail depending on the new parent // that is being added. Only populated for Team Drive items. CanMoveItemWithinTeamDrive bool `json:"canMoveItemWithinTeamDrive,omitempty"` // CanMoveTeamDriveItem: Deprecated - use canMoveItemWithinTeamDrive or // canMoveItemOutOfTeamDrive instead. CanMoveTeamDriveItem bool `json:"canMoveTeamDriveItem,omitempty"` // CanReadRevisions: Whether the current user can read the revisions // resource of this file. For a Team Drive item, whether revisions of // non-folder descendants of this item, or this item itself if it is not // a folder, can be read. CanReadRevisions bool `json:"canReadRevisions,omitempty"` // CanReadTeamDrive: Whether the current user can read the Team Drive to // which this file belongs. Only populated for Team Drive files. CanReadTeamDrive bool `json:"canReadTeamDrive,omitempty"` // CanRemoveChildren: Whether the current user can remove children from // this folder. This is always false when the item is not a folder. For // Team Drive items, use canDeleteChildren or canTrashChildren instead. CanRemoveChildren bool `json:"canRemoveChildren,omitempty"` // CanRename: Whether the current user can rename this file. CanRename bool `json:"canRename,omitempty"` // for this file. CanShare bool `json:"canShare,omitempty"` // CanTrash: Whether the current user can move this file to trash. CanTrash bool `json:"canTrash,omitempty"` // CanTrashChildren: Whether the current user can trash children of this // folder. This is false when the item is not a folder. Only populated // for Team Drive items. CanTrashChildren bool `json:"canTrashChildren,omitempty"` // CanUntrash: Whether the current user can restore this file from // trash. CanUntrash bool `json:"canUntrash,omitempty"` // ForceSendFields is a list of field names (e.g. "CanAddChildren") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CanAddChildren") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
FileCapabilities: Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
func (*FileCapabilities) MarshalJSON ¶
func (s *FileCapabilities) MarshalJSON() ([]byte, error)
type FileImageMediaMetadata ¶
type FileImageMediaMetadata struct { // Aperture: The aperture used to create the photo (f-number). Aperture float64 `json:"aperture,omitempty"` // CameraMake: The make of the camera used to create the photo. CameraMake string `json:"cameraMake,omitempty"` // CameraModel: The model of the camera used to create the photo. CameraModel string `json:"cameraModel,omitempty"` // ColorSpace: The color space of the photo. ColorSpace string `json:"colorSpace,omitempty"` // Date: The date and time the photo was taken (EXIF format timestamp). Date string `json:"date,omitempty"` // ExposureBias: The exposure bias of the photo (APEX value). ExposureBias float64 `json:"exposureBias,omitempty"` // ExposureMode: The exposure mode used to create the photo. ExposureMode string `json:"exposureMode,omitempty"` // ExposureTime: The length of the exposure, in seconds. ExposureTime float64 `json:"exposureTime,omitempty"` // FlashUsed: Whether a flash was used to create the photo. FlashUsed bool `json:"flashUsed,omitempty"` // FocalLength: The focal length used to create the photo, in // millimeters. FocalLength float64 `json:"focalLength,omitempty"` // Height: The height of the image in pixels. Height int64 `json:"height,omitempty"` // IsoSpeed: The ISO speed used to create the photo. IsoSpeed int64 `json:"isoSpeed,omitempty"` // Lens: The lens used to create the photo. Lens string `json:"lens,omitempty"` // Location: Geographic location information stored in the image. Location *FileImageMediaMetadataLocation `json:"location,omitempty"` // MaxApertureValue: The smallest f-number of the lens at the focal // length used to create the photo (APEX value). MaxApertureValue float64 `json:"maxApertureValue,omitempty"` // MeteringMode: The metering mode used to create the photo. MeteringMode string `json:"meteringMode,omitempty"` // Rotation: The rotation in clockwise degrees from the image's original // orientation. Rotation int64 `json:"rotation,omitempty"` // Sensor: The type of sensor used to create the photo. Sensor string `json:"sensor,omitempty"` // SubjectDistance: The distance to the subject of the photo, in meters. SubjectDistance int64 `json:"subjectDistance,omitempty"` // WhiteBalance: The white balance mode used to create the photo. WhiteBalance string `json:"whiteBalance,omitempty"` // Width: The width of the image in pixels. Width int64 `json:"width,omitempty"` // ForceSendFields is a list of field names (e.g. "Aperture") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Aperture") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileImageMediaMetadata: Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
func (*FileImageMediaMetadata) MarshalJSON ¶
func (s *FileImageMediaMetadata) MarshalJSON() ([]byte, error)
func (*FileImageMediaMetadata) UnmarshalJSON ¶
func (s *FileImageMediaMetadata) UnmarshalJSON(data []byte) error
type FileImageMediaMetadataLocation ¶
type FileImageMediaMetadataLocation struct { // Altitude: The altitude stored in the image. Altitude float64 `json:"altitude,omitempty"` // Latitude: The latitude stored in the image. Latitude float64 `json:"latitude,omitempty"` // Longitude: The longitude stored in the image. Longitude float64 `json:"longitude,omitempty"` // ForceSendFields is a list of field names (e.g. "Altitude") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Altitude") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileImageMediaMetadataLocation: Geographic location information stored in the image.
func (*FileImageMediaMetadataLocation) MarshalJSON ¶
func (s *FileImageMediaMetadataLocation) MarshalJSON() ([]byte, error)
func (*FileImageMediaMetadataLocation) UnmarshalJSON ¶
func (s *FileImageMediaMetadataLocation) UnmarshalJSON(data []byte) error
type FileIndexableText ¶
type FileIndexableText struct { // Text: The text to be indexed for this file. Text string `json:"text,omitempty"` // ForceSendFields is a list of field names (e.g. "Text") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Text") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileIndexableText: Indexable text attributes for the file (can only be written)
func (*FileIndexableText) MarshalJSON ¶
func (s *FileIndexableText) MarshalJSON() ([]byte, error)
type FileLabels ¶
type FileLabels struct { // Hidden: Deprecated. Hidden bool `json:"hidden,omitempty"` // Modified: Whether the file has been modified by this user. Modified bool `json:"modified,omitempty"` // Restricted: Deprecated - use copyRequiresWriterPermission instead. Restricted bool `json:"restricted,omitempty"` // Starred: Whether this file is starred by the user. Starred bool `json:"starred,omitempty"` // Trashed: Whether this file has been trashed. This label applies to // all users accessing the file; however, only owners are allowed to see // and untrash files. Trashed bool `json:"trashed,omitempty"` // Viewed: Whether this file has been viewed by this user. Viewed bool `json:"viewed,omitempty"` // ForceSendFields is a list of field names (e.g. "Hidden") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Hidden") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileLabels: A group of labels for the file.
func (*FileLabels) MarshalJSON ¶
func (s *FileLabels) MarshalJSON() ([]byte, error)
type FileList ¶
type FileList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // IncompleteSearch: Whether the search process was incomplete. If true, // then some search results may be missing, since all documents were not // searched. This may occur when searching multiple Team Drives with the // "default,allTeamDrives" corpora, but all corpora could not be // searched. When this happens, it is suggested that clients narrow // their query by choosing a different corpus such as "default" or // "teamDrive". IncompleteSearch bool `json:"incompleteSearch,omitempty"` // Items: The list of files. If nextPageToken is populated, then this // list may be incomplete and an additional page of results should be // fetched. Items []*File `json:"items,omitempty"` // Kind: This is always drive#fileList. Kind string `json:"kind,omitempty"` // NextLink: A link to the next page of files. NextLink string `json:"nextLink,omitempty"` // NextPageToken: The page token for the next page of files. This will // be absent if the end of the files list has been reached. If the token // is rejected for any reason, it should be discarded, and pagination // should be restarted from the first page of results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileList: A list of files.
func (*FileList) MarshalJSON ¶
type FileThumbnail ¶
type FileThumbnail struct { // Image: The URL-safe Base64 encoded bytes of the thumbnail image. It // should conform to RFC 4648 section 5. Image string `json:"image,omitempty"` // MimeType: The MIME type of the thumbnail. MimeType string `json:"mimeType,omitempty"` // ForceSendFields is a list of field names (e.g. "Image") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Image") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
FileThumbnail: A thumbnail for the file. This will only be used if Drive cannot generate a standard thumbnail.
func (*FileThumbnail) MarshalJSON ¶
func (s *FileThumbnail) MarshalJSON() ([]byte, error)
type FileVideoMediaMetadata ¶
type FileVideoMediaMetadata struct { // DurationMillis: The duration of the video in milliseconds. DurationMillis int64 `json:"durationMillis,omitempty,string"` // Height: The height of the video in pixels. Height int64 `json:"height,omitempty"` // Width: The width of the video in pixels. Width int64 `json:"width,omitempty"` // ForceSendFields is a list of field names (e.g. "DurationMillis") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DurationMillis") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
FileVideoMediaMetadata: Metadata about video media. This will only be present for video types.
func (*FileVideoMediaMetadata) MarshalJSON ¶
func (s *FileVideoMediaMetadata) MarshalJSON() ([]byte, error)
type FilesCopyCall ¶
type FilesCopyCall struct {
// contains filtered or unexported fields
}
func (*FilesCopyCall) Context ¶
func (c *FilesCopyCall) Context(ctx context.Context) *FilesCopyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesCopyCall) Convert ¶
func (c *FilesCopyCall) Convert(convert bool) *FilesCopyCall
Convert sets the optional parameter "convert": Whether to convert this file to the corresponding Google Docs format.
func (*FilesCopyCall) Do ¶
func (c *FilesCopyCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.copy" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesCopyCall) Fields ¶
func (c *FilesCopyCall) Fields(s ...googleapi.Field) *FilesCopyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesCopyCall) Header ¶
func (c *FilesCopyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesCopyCall) Ocr ¶
func (c *FilesCopyCall) Ocr(ocr bool) *FilesCopyCall
Ocr sets the optional parameter "ocr": Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
func (*FilesCopyCall) OcrLanguage ¶
func (c *FilesCopyCall) OcrLanguage(ocrLanguage string) *FilesCopyCall
OcrLanguage sets the optional parameter "ocrLanguage": If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
func (*FilesCopyCall) Pinned ¶
func (c *FilesCopyCall) Pinned(pinned bool) *FilesCopyCall
Pinned sets the optional parameter "pinned": Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned revisions.
func (*FilesCopyCall) SupportsTeamDrives ¶
func (c *FilesCopyCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesCopyCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesCopyCall) TimedTextLanguage ¶
func (c *FilesCopyCall) TimedTextLanguage(timedTextLanguage string) *FilesCopyCall
TimedTextLanguage sets the optional parameter "timedTextLanguage": The language of the timed text.
func (*FilesCopyCall) TimedTextTrackName ¶
func (c *FilesCopyCall) TimedTextTrackName(timedTextTrackName string) *FilesCopyCall
TimedTextTrackName sets the optional parameter "timedTextTrackName": The timed text track name.
func (*FilesCopyCall) Visibility ¶
func (c *FilesCopyCall) Visibility(visibility string) *FilesCopyCall
Visibility sets the optional parameter "visibility": The visibility of the new file. This parameter is only relevant when the source is not a native Google Doc and convert=false.
Possible values:
"DEFAULT" (default) - The visibility of the new file is determined
by the user's default visibility/sharing policies.
"PRIVATE" - The new file will be visible to only the owner.
type FilesDeleteCall ¶
type FilesDeleteCall struct {
// contains filtered or unexported fields
}
func (*FilesDeleteCall) Context ¶
func (c *FilesDeleteCall) Context(ctx context.Context) *FilesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesDeleteCall) Do ¶
func (c *FilesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.files.delete" call.
func (*FilesDeleteCall) Fields ¶
func (c *FilesDeleteCall) Fields(s ...googleapi.Field) *FilesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesDeleteCall) Header ¶
func (c *FilesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesDeleteCall) SupportsTeamDrives ¶
func (c *FilesDeleteCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesDeleteCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type FilesEmptyTrashCall ¶
type FilesEmptyTrashCall struct {
// contains filtered or unexported fields
}
func (*FilesEmptyTrashCall) Context ¶
func (c *FilesEmptyTrashCall) Context(ctx context.Context) *FilesEmptyTrashCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesEmptyTrashCall) Do ¶
func (c *FilesEmptyTrashCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.files.emptyTrash" call.
func (*FilesEmptyTrashCall) Fields ¶
func (c *FilesEmptyTrashCall) Fields(s ...googleapi.Field) *FilesEmptyTrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesEmptyTrashCall) Header ¶
func (c *FilesEmptyTrashCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type FilesExportCall ¶
type FilesExportCall struct {
// contains filtered or unexported fields
}
func (*FilesExportCall) Context ¶
func (c *FilesExportCall) Context(ctx context.Context) *FilesExportCall
Context sets the context to be used in this call's Do and Download methods. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesExportCall) Do ¶
func (c *FilesExportCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.files.export" call.
func (*FilesExportCall) Download ¶
func (c *FilesExportCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
Download fetches the API endpoint's "media" value, instead of the normal API response value. If the returned error is nil, the Response is guaranteed to have a 2xx status code. Callers must close the Response.Body as usual.
func (*FilesExportCall) Fields ¶
func (c *FilesExportCall) Fields(s ...googleapi.Field) *FilesExportCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesExportCall) Header ¶
func (c *FilesExportCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesExportCall) IfNoneMatch ¶
func (c *FilesExportCall) IfNoneMatch(entityTag string) *FilesExportCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type FilesGenerateIdsCall ¶
type FilesGenerateIdsCall struct {
// contains filtered or unexported fields
}
func (*FilesGenerateIdsCall) Context ¶
func (c *FilesGenerateIdsCall) Context(ctx context.Context) *FilesGenerateIdsCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesGenerateIdsCall) Do ¶
func (c *FilesGenerateIdsCall) Do(opts ...googleapi.CallOption) (*GeneratedIds, error)
Do executes the "drive.files.generateIds" call. Exactly one of *GeneratedIds or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GeneratedIds.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesGenerateIdsCall) Fields ¶
func (c *FilesGenerateIdsCall) Fields(s ...googleapi.Field) *FilesGenerateIdsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesGenerateIdsCall) Header ¶
func (c *FilesGenerateIdsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesGenerateIdsCall) IfNoneMatch ¶
func (c *FilesGenerateIdsCall) IfNoneMatch(entityTag string) *FilesGenerateIdsCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*FilesGenerateIdsCall) MaxResults ¶
func (c *FilesGenerateIdsCall) MaxResults(maxResults int64) *FilesGenerateIdsCall
MaxResults sets the optional parameter "maxResults": Maximum number of IDs to return.
func (*FilesGenerateIdsCall) Space ¶
func (c *FilesGenerateIdsCall) Space(space string) *FilesGenerateIdsCall
Space sets the optional parameter "space": The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'.
type FilesGetCall ¶
type FilesGetCall struct {
// contains filtered or unexported fields
}
func (*FilesGetCall) AcknowledgeAbuse ¶
func (c *FilesGetCall) AcknowledgeAbuse(acknowledgeAbuse bool) *FilesGetCall
AcknowledgeAbuse sets the optional parameter "acknowledgeAbuse": Whether the user is acknowledging the risk of downloading known malware or other abusive files.
func (*FilesGetCall) Context ¶
func (c *FilesGetCall) Context(ctx context.Context) *FilesGetCall
Context sets the context to be used in this call's Do and Download methods. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesGetCall) Do ¶
func (c *FilesGetCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.get" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesGetCall) Download ¶
func (c *FilesGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
Download fetches the API endpoint's "media" value, instead of the normal API response value. If the returned error is nil, the Response is guaranteed to have a 2xx status code. Callers must close the Response.Body as usual.
func (*FilesGetCall) Fields ¶
func (c *FilesGetCall) Fields(s ...googleapi.Field) *FilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesGetCall) Header ¶
func (c *FilesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesGetCall) IfNoneMatch ¶
func (c *FilesGetCall) IfNoneMatch(entityTag string) *FilesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*FilesGetCall) Projection ¶
func (c *FilesGetCall) Projection(projection string) *FilesGetCall
Projection sets the optional parameter "projection": This parameter is deprecated and has no function.
Possible values:
"BASIC" - Deprecated "FULL" - Deprecated
func (*FilesGetCall) RevisionId ¶
func (c *FilesGetCall) RevisionId(revisionId string) *FilesGetCall
RevisionId sets the optional parameter "revisionId": Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
func (*FilesGetCall) SupportsTeamDrives ¶
func (c *FilesGetCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesGetCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesGetCall) UpdateViewedDate ¶
func (c *FilesGetCall) UpdateViewedDate(updateViewedDate bool) *FilesGetCall
UpdateViewedDate sets the optional parameter "updateViewedDate": Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
type FilesInsertCall ¶
type FilesInsertCall struct {
// contains filtered or unexported fields
}
func (*FilesInsertCall) Context ¶
func (c *FilesInsertCall) Context(ctx context.Context) *FilesInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*FilesInsertCall) Convert ¶
func (c *FilesInsertCall) Convert(convert bool) *FilesInsertCall
Convert sets the optional parameter "convert": Whether to convert this file to the corresponding Google Docs format.
func (*FilesInsertCall) Do ¶
func (c *FilesInsertCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.insert" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesInsertCall) Fields ¶
func (c *FilesInsertCall) Fields(s ...googleapi.Field) *FilesInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesInsertCall) Header ¶
func (c *FilesInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesInsertCall) Media ¶
func (c *FilesInsertCall) Media(r io.Reader, options ...googleapi.MediaOption) *FilesInsertCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*FilesInsertCall) Ocr ¶
func (c *FilesInsertCall) Ocr(ocr bool) *FilesInsertCall
Ocr sets the optional parameter "ocr": Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
func (*FilesInsertCall) OcrLanguage ¶
func (c *FilesInsertCall) OcrLanguage(ocrLanguage string) *FilesInsertCall
OcrLanguage sets the optional parameter "ocrLanguage": If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
func (*FilesInsertCall) Pinned ¶
func (c *FilesInsertCall) Pinned(pinned bool) *FilesInsertCall
Pinned sets the optional parameter "pinned": Whether to pin the head revision of the uploaded file. A file can have a maximum of 200 pinned revisions.
func (*FilesInsertCall) ProgressUpdater ¶
func (c *FilesInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *FilesInsertCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*FilesInsertCall) ResumableMedia
deprecated
func (c *FilesInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *FilesInsertCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
func (*FilesInsertCall) SupportsTeamDrives ¶
func (c *FilesInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesInsertCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesInsertCall) TimedTextLanguage ¶
func (c *FilesInsertCall) TimedTextLanguage(timedTextLanguage string) *FilesInsertCall
TimedTextLanguage sets the optional parameter "timedTextLanguage": The language of the timed text.
func (*FilesInsertCall) TimedTextTrackName ¶
func (c *FilesInsertCall) TimedTextTrackName(timedTextTrackName string) *FilesInsertCall
TimedTextTrackName sets the optional parameter "timedTextTrackName": The timed text track name.
func (*FilesInsertCall) UseContentAsIndexableText ¶
func (c *FilesInsertCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesInsertCall
UseContentAsIndexableText sets the optional parameter "useContentAsIndexableText": Whether to use the content as indexable text.
func (*FilesInsertCall) Visibility ¶
func (c *FilesInsertCall) Visibility(visibility string) *FilesInsertCall
Visibility sets the optional parameter "visibility": The visibility of the new file. This parameter is only relevant when convert=false.
Possible values:
"DEFAULT" (default) - The visibility of the new file is determined
by the user's default visibility/sharing policies.
"PRIVATE" - The new file will be visible to only the owner.
type FilesListCall ¶
type FilesListCall struct {
// contains filtered or unexported fields
}
func (*FilesListCall) Context ¶
func (c *FilesListCall) Context(ctx context.Context) *FilesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesListCall) Corpora ¶
func (c *FilesListCall) Corpora(corpora string) *FilesListCall
Corpora sets the optional parameter "corpora": Comma-separated list of bodies of items (files/documents) to which the query applies. Supported bodies are 'default', 'domain', 'teamDrive' and 'allTeamDrives'. 'allTeamDrives' must be combined with 'default'; all other values must be used in isolation. Prefer 'default' or 'teamDrive' to 'allTeamDrives' for efficiency.
func (*FilesListCall) Corpus ¶
func (c *FilesListCall) Corpus(corpus string) *FilesListCall
Corpus sets the optional parameter "corpus": The body of items (files/documents) to which the query applies. Deprecated: use 'corpora' instead.
Possible values:
"DEFAULT" - The items that the user has accessed. "DOMAIN" - Items shared to the user's domain.
func (*FilesListCall) Do ¶
func (c *FilesListCall) Do(opts ...googleapi.CallOption) (*FileList, error)
Do executes the "drive.files.list" call. Exactly one of *FileList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *FileList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesListCall) Fields ¶
func (c *FilesListCall) Fields(s ...googleapi.Field) *FilesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesListCall) Header ¶
func (c *FilesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesListCall) IfNoneMatch ¶
func (c *FilesListCall) IfNoneMatch(entityTag string) *FilesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*FilesListCall) IncludeTeamDriveItems ¶
func (c *FilesListCall) IncludeTeamDriveItems(includeTeamDriveItems bool) *FilesListCall
IncludeTeamDriveItems sets the optional parameter "includeTeamDriveItems": Whether Team Drive items should be included in results.
func (*FilesListCall) MaxResults ¶
func (c *FilesListCall) MaxResults(maxResults int64) *FilesListCall
MaxResults sets the optional parameter "maxResults": The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached.
func (*FilesListCall) OrderBy ¶
func (c *FilesListCall) OrderBy(orderBy string) *FilesListCall
OrderBy sets the optional parameter "orderBy": A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', 'title', and 'title_natural'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
func (*FilesListCall) PageToken ¶
func (c *FilesListCall) PageToken(pageToken string) *FilesListCall
PageToken sets the optional parameter "pageToken": Page token for files.
func (*FilesListCall) Pages ¶
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*FilesListCall) Projection ¶
func (c *FilesListCall) Projection(projection string) *FilesListCall
Projection sets the optional parameter "projection": This parameter is deprecated and has no function.
Possible values:
"BASIC" - Deprecated "FULL" - Deprecated
func (*FilesListCall) Q ¶
func (c *FilesListCall) Q(q string) *FilesListCall
Q sets the optional parameter "q": Query string for searching files.
func (*FilesListCall) Spaces ¶
func (c *FilesListCall) Spaces(spaces string) *FilesListCall
Spaces sets the optional parameter "spaces": A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
func (*FilesListCall) SupportsTeamDrives ¶
func (c *FilesListCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesListCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesListCall) TeamDriveId ¶
func (c *FilesListCall) TeamDriveId(teamDriveId string) *FilesListCall
TeamDriveId sets the optional parameter "teamDriveId": ID of Team Drive to search.
type FilesPatchCall ¶
type FilesPatchCall struct {
// contains filtered or unexported fields
}
func (*FilesPatchCall) AddParents ¶
func (c *FilesPatchCall) AddParents(addParents string) *FilesPatchCall
AddParents sets the optional parameter "addParents": Comma-separated list of parent IDs to add.
func (*FilesPatchCall) Context ¶
func (c *FilesPatchCall) Context(ctx context.Context) *FilesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesPatchCall) Convert ¶
func (c *FilesPatchCall) Convert(convert bool) *FilesPatchCall
Convert sets the optional parameter "convert": This parameter is deprecated and has no function.
func (*FilesPatchCall) Do ¶
func (c *FilesPatchCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.patch" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesPatchCall) Fields ¶
func (c *FilesPatchCall) Fields(s ...googleapi.Field) *FilesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesPatchCall) Header ¶
func (c *FilesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesPatchCall) ModifiedDateBehavior ¶
func (c *FilesPatchCall) ModifiedDateBehavior(modifiedDateBehavior string) *FilesPatchCall
ModifiedDateBehavior sets the optional parameter "modifiedDateBehavior": Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.
Possible values:
"fromBody" - Set modifiedDate to the value provided in the body of
the request. No change if no value was provided.
"fromBodyIfNeeded" - Set modifiedDate to the value provided in the
body of the request depending on other contents of the update.
"fromBodyOrNow" - Set modifiedDate to the value provided in the
body of the request, or to the current time if no value was provided.
"noChange" - Maintain the previous value of modifiedDate. "now" - Set modifiedDate to the current time. "nowIfNeeded" - Set modifiedDate to the current time depending on
contents of the update.
func (*FilesPatchCall) NewRevision ¶
func (c *FilesPatchCall) NewRevision(newRevision bool) *FilesPatchCall
NewRevision sets the optional parameter "newRevision": Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center.
func (*FilesPatchCall) Ocr ¶
func (c *FilesPatchCall) Ocr(ocr bool) *FilesPatchCall
Ocr sets the optional parameter "ocr": Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
func (*FilesPatchCall) OcrLanguage ¶
func (c *FilesPatchCall) OcrLanguage(ocrLanguage string) *FilesPatchCall
OcrLanguage sets the optional parameter "ocrLanguage": If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
func (*FilesPatchCall) Pinned ¶
func (c *FilesPatchCall) Pinned(pinned bool) *FilesPatchCall
Pinned sets the optional parameter "pinned": Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
func (*FilesPatchCall) RemoveParents ¶
func (c *FilesPatchCall) RemoveParents(removeParents string) *FilesPatchCall
RemoveParents sets the optional parameter "removeParents": Comma-separated list of parent IDs to remove.
func (*FilesPatchCall) SetModifiedDate ¶
func (c *FilesPatchCall) SetModifiedDate(setModifiedDate bool) *FilesPatchCall
SetModifiedDate sets the optional parameter "setModifiedDate": Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.
func (*FilesPatchCall) SupportsTeamDrives ¶
func (c *FilesPatchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesPatchCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesPatchCall) TimedTextLanguage ¶
func (c *FilesPatchCall) TimedTextLanguage(timedTextLanguage string) *FilesPatchCall
TimedTextLanguage sets the optional parameter "timedTextLanguage": The language of the timed text.
func (*FilesPatchCall) TimedTextTrackName ¶
func (c *FilesPatchCall) TimedTextTrackName(timedTextTrackName string) *FilesPatchCall
TimedTextTrackName sets the optional parameter "timedTextTrackName": The timed text track name.
func (*FilesPatchCall) UpdateViewedDate ¶
func (c *FilesPatchCall) UpdateViewedDate(updateViewedDate bool) *FilesPatchCall
UpdateViewedDate sets the optional parameter "updateViewedDate": Whether to update the view date after successfully updating the file.
func (*FilesPatchCall) UseContentAsIndexableText ¶
func (c *FilesPatchCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesPatchCall
UseContentAsIndexableText sets the optional parameter "useContentAsIndexableText": Whether to use the content as indexable text.
type FilesService ¶
type FilesService struct {
// contains filtered or unexported fields
}
func NewFilesService ¶
func NewFilesService(s *Service) *FilesService
func (*FilesService) Copy ¶
func (r *FilesService) Copy(fileId string, file *File) *FilesCopyCall
Copy: Creates a copy of the specified file.
func (*FilesService) Delete ¶
func (r *FilesService) Delete(fileId string) *FilesDeleteCall
Delete: Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for Team Drive files.
func (*FilesService) EmptyTrash ¶
func (r *FilesService) EmptyTrash() *FilesEmptyTrashCall
EmptyTrash: Permanently deletes all of the user's trashed files.
func (*FilesService) Export ¶
func (r *FilesService) Export(fileId string, mimeType string) *FilesExportCall
Export: Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB.
func (*FilesService) GenerateIds ¶
func (r *FilesService) GenerateIds() *FilesGenerateIdsCall
GenerateIds: Generates a set of file IDs which can be provided in insert requests.
func (*FilesService) Get ¶
func (r *FilesService) Get(fileId string) *FilesGetCall
Get: Gets a file's metadata by ID.
func (*FilesService) Insert ¶
func (r *FilesService) Insert(file *File) *FilesInsertCall
Insert: Insert a new file.
func (*FilesService) List ¶
func (r *FilesService) List() *FilesListCall
List: Lists the user's files.
func (*FilesService) Patch ¶
func (r *FilesService) Patch(fileId string, file *File) *FilesPatchCall
Patch: Updates file metadata and/or content. This method supports patch semantics.
func (*FilesService) Touch ¶
func (r *FilesService) Touch(fileId string) *FilesTouchCall
Touch: Set the file's updated time to the current server time.
func (*FilesService) Trash ¶
func (r *FilesService) Trash(fileId string) *FilesTrashCall
Trash: Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for Team Drive files.
func (*FilesService) Untrash ¶
func (r *FilesService) Untrash(fileId string) *FilesUntrashCall
Untrash: Restores a file from the trash.
func (*FilesService) Update ¶
func (r *FilesService) Update(fileId string, file *File) *FilesUpdateCall
Update: Updates file metadata and/or content.
func (*FilesService) Watch ¶
func (r *FilesService) Watch(fileId string, channel *Channel) *FilesWatchCall
Watch: Subscribe to changes on a file
type FilesTouchCall ¶
type FilesTouchCall struct {
// contains filtered or unexported fields
}
func (*FilesTouchCall) Context ¶
func (c *FilesTouchCall) Context(ctx context.Context) *FilesTouchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesTouchCall) Do ¶
func (c *FilesTouchCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.touch" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesTouchCall) Fields ¶
func (c *FilesTouchCall) Fields(s ...googleapi.Field) *FilesTouchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesTouchCall) Header ¶
func (c *FilesTouchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesTouchCall) SupportsTeamDrives ¶
func (c *FilesTouchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesTouchCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type FilesTrashCall ¶
type FilesTrashCall struct {
// contains filtered or unexported fields
}
func (*FilesTrashCall) Context ¶
func (c *FilesTrashCall) Context(ctx context.Context) *FilesTrashCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesTrashCall) Do ¶
func (c *FilesTrashCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.trash" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesTrashCall) Fields ¶
func (c *FilesTrashCall) Fields(s ...googleapi.Field) *FilesTrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesTrashCall) Header ¶
func (c *FilesTrashCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesTrashCall) SupportsTeamDrives ¶
func (c *FilesTrashCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesTrashCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type FilesUntrashCall ¶
type FilesUntrashCall struct {
// contains filtered or unexported fields
}
func (*FilesUntrashCall) Context ¶
func (c *FilesUntrashCall) Context(ctx context.Context) *FilesUntrashCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesUntrashCall) Do ¶
func (c *FilesUntrashCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.untrash" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesUntrashCall) Fields ¶
func (c *FilesUntrashCall) Fields(s ...googleapi.Field) *FilesUntrashCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesUntrashCall) Header ¶
func (c *FilesUntrashCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesUntrashCall) SupportsTeamDrives ¶
func (c *FilesUntrashCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesUntrashCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type FilesUpdateCall ¶
type FilesUpdateCall struct {
// contains filtered or unexported fields
}
func (*FilesUpdateCall) AddParents ¶
func (c *FilesUpdateCall) AddParents(addParents string) *FilesUpdateCall
AddParents sets the optional parameter "addParents": Comma-separated list of parent IDs to add.
func (*FilesUpdateCall) Context ¶
func (c *FilesUpdateCall) Context(ctx context.Context) *FilesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*FilesUpdateCall) Convert ¶
func (c *FilesUpdateCall) Convert(convert bool) *FilesUpdateCall
Convert sets the optional parameter "convert": This parameter is deprecated and has no function.
func (*FilesUpdateCall) Do ¶
func (c *FilesUpdateCall) Do(opts ...googleapi.CallOption) (*File, error)
Do executes the "drive.files.update" call. Exactly one of *File or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *File.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesUpdateCall) Fields ¶
func (c *FilesUpdateCall) Fields(s ...googleapi.Field) *FilesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesUpdateCall) Header ¶
func (c *FilesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesUpdateCall) Media ¶
func (c *FilesUpdateCall) Media(r io.Reader, options ...googleapi.MediaOption) *FilesUpdateCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*FilesUpdateCall) ModifiedDateBehavior ¶
func (c *FilesUpdateCall) ModifiedDateBehavior(modifiedDateBehavior string) *FilesUpdateCall
ModifiedDateBehavior sets the optional parameter "modifiedDateBehavior": Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.
Possible values:
"fromBody" - Set modifiedDate to the value provided in the body of
the request. No change if no value was provided.
"fromBodyIfNeeded" - Set modifiedDate to the value provided in the
body of the request depending on other contents of the update.
"fromBodyOrNow" - Set modifiedDate to the value provided in the
body of the request, or to the current time if no value was provided.
"noChange" - Maintain the previous value of modifiedDate. "now" - Set modifiedDate to the current time. "nowIfNeeded" - Set modifiedDate to the current time depending on
contents of the update.
func (*FilesUpdateCall) NewRevision ¶
func (c *FilesUpdateCall) NewRevision(newRevision bool) *FilesUpdateCall
NewRevision sets the optional parameter "newRevision": Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center.
func (*FilesUpdateCall) Ocr ¶
func (c *FilesUpdateCall) Ocr(ocr bool) *FilesUpdateCall
Ocr sets the optional parameter "ocr": Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
func (*FilesUpdateCall) OcrLanguage ¶
func (c *FilesUpdateCall) OcrLanguage(ocrLanguage string) *FilesUpdateCall
OcrLanguage sets the optional parameter "ocrLanguage": If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
func (*FilesUpdateCall) Pinned ¶
func (c *FilesUpdateCall) Pinned(pinned bool) *FilesUpdateCall
Pinned sets the optional parameter "pinned": Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
func (*FilesUpdateCall) ProgressUpdater ¶
func (c *FilesUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *FilesUpdateCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*FilesUpdateCall) RemoveParents ¶
func (c *FilesUpdateCall) RemoveParents(removeParents string) *FilesUpdateCall
RemoveParents sets the optional parameter "removeParents": Comma-separated list of parent IDs to remove.
func (*FilesUpdateCall) ResumableMedia
deprecated
func (c *FilesUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *FilesUpdateCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
func (*FilesUpdateCall) SetModifiedDate ¶
func (c *FilesUpdateCall) SetModifiedDate(setModifiedDate bool) *FilesUpdateCall
SetModifiedDate sets the optional parameter "setModifiedDate": Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.
func (*FilesUpdateCall) SupportsTeamDrives ¶
func (c *FilesUpdateCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesUpdateCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesUpdateCall) TimedTextLanguage ¶
func (c *FilesUpdateCall) TimedTextLanguage(timedTextLanguage string) *FilesUpdateCall
TimedTextLanguage sets the optional parameter "timedTextLanguage": The language of the timed text.
func (*FilesUpdateCall) TimedTextTrackName ¶
func (c *FilesUpdateCall) TimedTextTrackName(timedTextTrackName string) *FilesUpdateCall
TimedTextTrackName sets the optional parameter "timedTextTrackName": The timed text track name.
func (*FilesUpdateCall) UpdateViewedDate ¶
func (c *FilesUpdateCall) UpdateViewedDate(updateViewedDate bool) *FilesUpdateCall
UpdateViewedDate sets the optional parameter "updateViewedDate": Whether to update the view date after successfully updating the file.
func (*FilesUpdateCall) UseContentAsIndexableText ¶
func (c *FilesUpdateCall) UseContentAsIndexableText(useContentAsIndexableText bool) *FilesUpdateCall
UseContentAsIndexableText sets the optional parameter "useContentAsIndexableText": Whether to use the content as indexable text.
type FilesWatchCall ¶
type FilesWatchCall struct {
// contains filtered or unexported fields
}
func (*FilesWatchCall) AcknowledgeAbuse ¶
func (c *FilesWatchCall) AcknowledgeAbuse(acknowledgeAbuse bool) *FilesWatchCall
AcknowledgeAbuse sets the optional parameter "acknowledgeAbuse": Whether the user is acknowledging the risk of downloading known malware or other abusive files.
func (*FilesWatchCall) Context ¶
func (c *FilesWatchCall) Context(ctx context.Context) *FilesWatchCall
Context sets the context to be used in this call's Do and Download methods. Any pending HTTP request will be aborted if the provided context is canceled.
func (*FilesWatchCall) Do ¶
func (c *FilesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error)
Do executes the "drive.files.watch" call. Exactly one of *Channel or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Channel.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*FilesWatchCall) Download ¶
func (c *FilesWatchCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
Download fetches the API endpoint's "media" value, instead of the normal API response value. If the returned error is nil, the Response is guaranteed to have a 2xx status code. Callers must close the Response.Body as usual.
func (*FilesWatchCall) Fields ¶
func (c *FilesWatchCall) Fields(s ...googleapi.Field) *FilesWatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*FilesWatchCall) Header ¶
func (c *FilesWatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*FilesWatchCall) Projection ¶
func (c *FilesWatchCall) Projection(projection string) *FilesWatchCall
Projection sets the optional parameter "projection": This parameter is deprecated and has no function.
Possible values:
"BASIC" - Deprecated "FULL" - Deprecated
func (*FilesWatchCall) RevisionId ¶
func (c *FilesWatchCall) RevisionId(revisionId string) *FilesWatchCall
RevisionId sets the optional parameter "revisionId": Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
func (*FilesWatchCall) SupportsTeamDrives ¶
func (c *FilesWatchCall) SupportsTeamDrives(supportsTeamDrives bool) *FilesWatchCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*FilesWatchCall) UpdateViewedDate ¶
func (c *FilesWatchCall) UpdateViewedDate(updateViewedDate bool) *FilesWatchCall
UpdateViewedDate sets the optional parameter "updateViewedDate": Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
type GeneratedIds ¶
type GeneratedIds struct { // Ids: The IDs generated for the requesting user in the specified // space. Ids []string `json:"ids,omitempty"` // Kind: This is always drive#generatedIds Kind string `json:"kind,omitempty"` // Space: The type of file that can be created with these IDs. Space string `json:"space,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Ids") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Ids") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
GeneratedIds: A list of generated IDs which can be provided in insert requests
func (*GeneratedIds) MarshalJSON ¶
func (s *GeneratedIds) MarshalJSON() ([]byte, error)
type ParentList ¶
type ParentList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of parents. Items []*ParentReference `json:"items,omitempty"` // Kind: This is always drive#parentList. Kind string `json:"kind,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ParentList: A list of a file's parents.
func (*ParentList) MarshalJSON ¶
func (s *ParentList) MarshalJSON() ([]byte, error)
type ParentReference ¶
type ParentReference struct { // Id: The ID of the parent. Id string `json:"id,omitempty"` // IsRoot: Whether or not the parent is the root folder. IsRoot bool `json:"isRoot,omitempty"` // Kind: This is always drive#parentReference. Kind string `json:"kind,omitempty"` // ParentLink: A link to the parent. ParentLink string `json:"parentLink,omitempty"` // SelfLink: A link back to this reference. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ParentReference: A reference to a file's parent.
func (*ParentReference) MarshalJSON ¶
func (s *ParentReference) MarshalJSON() ([]byte, error)
type ParentsDeleteCall ¶
type ParentsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ParentsDeleteCall) Context ¶
func (c *ParentsDeleteCall) Context(ctx context.Context) *ParentsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ParentsDeleteCall) Do ¶
func (c *ParentsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.parents.delete" call.
func (*ParentsDeleteCall) Fields ¶
func (c *ParentsDeleteCall) Fields(s ...googleapi.Field) *ParentsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ParentsDeleteCall) Header ¶
func (c *ParentsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ParentsGetCall ¶
type ParentsGetCall struct {
// contains filtered or unexported fields
}
func (*ParentsGetCall) Context ¶
func (c *ParentsGetCall) Context(ctx context.Context) *ParentsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ParentsGetCall) Do ¶
func (c *ParentsGetCall) Do(opts ...googleapi.CallOption) (*ParentReference, error)
Do executes the "drive.parents.get" call. Exactly one of *ParentReference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ParentReference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ParentsGetCall) Fields ¶
func (c *ParentsGetCall) Fields(s ...googleapi.Field) *ParentsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ParentsGetCall) Header ¶
func (c *ParentsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ParentsGetCall) IfNoneMatch ¶
func (c *ParentsGetCall) IfNoneMatch(entityTag string) *ParentsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ParentsInsertCall ¶
type ParentsInsertCall struct {
// contains filtered or unexported fields
}
func (*ParentsInsertCall) Context ¶
func (c *ParentsInsertCall) Context(ctx context.Context) *ParentsInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ParentsInsertCall) Do ¶
func (c *ParentsInsertCall) Do(opts ...googleapi.CallOption) (*ParentReference, error)
Do executes the "drive.parents.insert" call. Exactly one of *ParentReference or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ParentReference.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ParentsInsertCall) Fields ¶
func (c *ParentsInsertCall) Fields(s ...googleapi.Field) *ParentsInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ParentsInsertCall) Header ¶
func (c *ParentsInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ParentsInsertCall) SupportsTeamDrives ¶
func (c *ParentsInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *ParentsInsertCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
type ParentsListCall ¶
type ParentsListCall struct {
// contains filtered or unexported fields
}
func (*ParentsListCall) Context ¶
func (c *ParentsListCall) Context(ctx context.Context) *ParentsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ParentsListCall) Do ¶
func (c *ParentsListCall) Do(opts ...googleapi.CallOption) (*ParentList, error)
Do executes the "drive.parents.list" call. Exactly one of *ParentList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ParentList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ParentsListCall) Fields ¶
func (c *ParentsListCall) Fields(s ...googleapi.Field) *ParentsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ParentsListCall) Header ¶
func (c *ParentsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ParentsListCall) IfNoneMatch ¶
func (c *ParentsListCall) IfNoneMatch(entityTag string) *ParentsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ParentsService ¶
type ParentsService struct {
// contains filtered or unexported fields
}
func NewParentsService ¶
func NewParentsService(s *Service) *ParentsService
func (*ParentsService) Delete ¶
func (r *ParentsService) Delete(fileId string, parentId string) *ParentsDeleteCall
Delete: Removes a parent from a file.
func (*ParentsService) Get ¶
func (r *ParentsService) Get(fileId string, parentId string) *ParentsGetCall
Get: Gets a specific parent reference.
func (*ParentsService) Insert ¶
func (r *ParentsService) Insert(fileId string, parentreference *ParentReference) *ParentsInsertCall
Insert: Adds a parent folder for a file.
func (*ParentsService) List ¶
func (r *ParentsService) List(fileId string) *ParentsListCall
List: Lists a file's parents.
type Permission ¶
type Permission struct { // AdditionalRoles: Additional roles for this user. Only commenter is // currently allowed, though more may be supported in the future. AdditionalRoles []string `json:"additionalRoles,omitempty"` // AuthKey: Deprecated. AuthKey string `json:"authKey,omitempty"` // Deleted: Whether the account associated with this permission has been // deleted. This field only pertains to user and group permissions. Deleted bool `json:"deleted,omitempty"` // Domain: The domain name of the entity this permission refers to. This // is an output-only field which is present when the permission type is // user, group or domain. Domain string `json:"domain,omitempty"` // EmailAddress: The email address of the user or group this permission // refers to. This is an output-only field which is present when the // permission type is user or group. EmailAddress string `json:"emailAddress,omitempty"` // Etag: The ETag of the permission. Etag string `json:"etag,omitempty"` // ExpirationDate: The time at which this permission will expire (RFC // 3339 date-time). Expiration dates have the following restrictions: // // - They can only be set on user and group permissions // - The date must be in the future // - The date cannot be more than a year in the future // - The date can only be set on drive.permissions.update or // drive.permissions.patch requests ExpirationDate string `json:"expirationDate,omitempty"` // Id: The ID of the user this permission refers to, and identical to // the permissionId in the About and Files resources. When making a // drive.permissions.insert request, exactly one of the id or value // fields must be specified unless the permission type is anyone, in // which case both id and value are ignored. Id string `json:"id,omitempty"` // Kind: This is always drive#permission. Kind string `json:"kind,omitempty"` // Name: The name for this permission. Name string `json:"name,omitempty"` // PhotoLink: A link to the profile photo, if available. PhotoLink string `json:"photoLink,omitempty"` // Role: The primary role for this user. While new values may be // supported in the future, the following are currently allowed: // - owner // - organizer // - fileOrganizer // - writer // - reader Role string `json:"role,omitempty"` // SelfLink: A link back to this permission. SelfLink string `json:"selfLink,omitempty"` // TeamDrivePermissionDetails: Details of whether the permissions on // this Team Drive item are inherited or directly on this item. This is // an output-only field which is present only for Team Drive items. TeamDrivePermissionDetails []*PermissionTeamDrivePermissionDetails `json:"teamDrivePermissionDetails,omitempty"` // Type: The account type. Allowed values are: // - user // - group // - domain // - anyone Type string `json:"type,omitempty"` // Value: The email address or domain name for the entity. This is used // during inserts and is not populated in responses. When making a // drive.permissions.insert request, exactly one of the id or value // fields must be specified unless the permission type is anyone, in // which case both id and value are ignored. Value string `json:"value,omitempty"` // WithLink: Whether the link is required for this permission. WithLink bool `json:"withLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AdditionalRoles") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalRoles") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
Permission: A permission for a file.
func (*Permission) MarshalJSON ¶
func (s *Permission) MarshalJSON() ([]byte, error)
type PermissionId ¶
type PermissionId struct { // Id: The permission ID. Id string `json:"id,omitempty"` // Kind: This is always drive#permissionId. Kind string `json:"kind,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
PermissionId: An ID for a user or group as seen in Permission items.
func (*PermissionId) MarshalJSON ¶
func (s *PermissionId) MarshalJSON() ([]byte, error)
type PermissionList ¶
type PermissionList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of permissions. Items []*Permission `json:"items,omitempty"` // Kind: This is always drive#permissionList. Kind string `json:"kind,omitempty"` // NextPageToken: The page token for the next page of permissions. This // field will be absent if the end of the permissions list has been // reached. If the token is rejected for any reason, it should be // discarded, and pagination should be restarted from the first page of // results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
PermissionList: A list of permissions associated with a file.
func (*PermissionList) MarshalJSON ¶
func (s *PermissionList) MarshalJSON() ([]byte, error)
type PermissionTeamDrivePermissionDetails ¶
type PermissionTeamDrivePermissionDetails struct { // AdditionalRoles: Additional roles for this user. Only commenter is // currently possible, though more may be supported in the future. AdditionalRoles []string `json:"additionalRoles,omitempty"` // Inherited: Whether this permission is inherited. This field is always // populated. This is an output-only field. Inherited bool `json:"inherited,omitempty"` // InheritedFrom: The ID of the item from which this permission is // inherited. This is an output-only field and is only populated for // members of the Team Drive. InheritedFrom string `json:"inheritedFrom,omitempty"` // Role: The primary role for this user. While new values may be added // in the future, the following are currently possible: // - organizer // - fileOrganizer // - writer // - reader Role string `json:"role,omitempty"` // TeamDrivePermissionType: The Team Drive permission type for this // user. While new values may be added in future, the following are // currently possible: // - file // - member TeamDrivePermissionType string `json:"teamDrivePermissionType,omitempty"` // ForceSendFields is a list of field names (e.g. "AdditionalRoles") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdditionalRoles") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*PermissionTeamDrivePermissionDetails) MarshalJSON ¶
func (s *PermissionTeamDrivePermissionDetails) MarshalJSON() ([]byte, error)
type PermissionsDeleteCall ¶
type PermissionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*PermissionsDeleteCall) Context ¶
func (c *PermissionsDeleteCall) Context(ctx context.Context) *PermissionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsDeleteCall) Do ¶
func (c *PermissionsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.permissions.delete" call.
func (*PermissionsDeleteCall) Fields ¶
func (c *PermissionsDeleteCall) Fields(s ...googleapi.Field) *PermissionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsDeleteCall) Header ¶
func (c *PermissionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsDeleteCall) SupportsTeamDrives ¶
func (c *PermissionsDeleteCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsDeleteCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsDeleteCall) UseDomainAdminAccess ¶
func (c *PermissionsDeleteCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsDeleteCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PermissionsGetCall ¶
type PermissionsGetCall struct {
// contains filtered or unexported fields
}
func (*PermissionsGetCall) Context ¶
func (c *PermissionsGetCall) Context(ctx context.Context) *PermissionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsGetCall) Do ¶
func (c *PermissionsGetCall) Do(opts ...googleapi.CallOption) (*Permission, error)
Do executes the "drive.permissions.get" call. Exactly one of *Permission or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Permission.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsGetCall) Fields ¶
func (c *PermissionsGetCall) Fields(s ...googleapi.Field) *PermissionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsGetCall) Header ¶
func (c *PermissionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsGetCall) IfNoneMatch ¶
func (c *PermissionsGetCall) IfNoneMatch(entityTag string) *PermissionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*PermissionsGetCall) SupportsTeamDrives ¶
func (c *PermissionsGetCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsGetCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsGetCall) UseDomainAdminAccess ¶
func (c *PermissionsGetCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsGetCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PermissionsGetIdForEmailCall ¶
type PermissionsGetIdForEmailCall struct {
// contains filtered or unexported fields
}
func (*PermissionsGetIdForEmailCall) Context ¶
func (c *PermissionsGetIdForEmailCall) Context(ctx context.Context) *PermissionsGetIdForEmailCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsGetIdForEmailCall) Do ¶
func (c *PermissionsGetIdForEmailCall) Do(opts ...googleapi.CallOption) (*PermissionId, error)
Do executes the "drive.permissions.getIdForEmail" call. Exactly one of *PermissionId or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PermissionId.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsGetIdForEmailCall) Fields ¶
func (c *PermissionsGetIdForEmailCall) Fields(s ...googleapi.Field) *PermissionsGetIdForEmailCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsGetIdForEmailCall) Header ¶
func (c *PermissionsGetIdForEmailCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsGetIdForEmailCall) IfNoneMatch ¶
func (c *PermissionsGetIdForEmailCall) IfNoneMatch(entityTag string) *PermissionsGetIdForEmailCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type PermissionsInsertCall ¶
type PermissionsInsertCall struct {
// contains filtered or unexported fields
}
func (*PermissionsInsertCall) Context ¶
func (c *PermissionsInsertCall) Context(ctx context.Context) *PermissionsInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsInsertCall) Do ¶
func (c *PermissionsInsertCall) Do(opts ...googleapi.CallOption) (*Permission, error)
Do executes the "drive.permissions.insert" call. Exactly one of *Permission or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Permission.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsInsertCall) EmailMessage ¶
func (c *PermissionsInsertCall) EmailMessage(emailMessage string) *PermissionsInsertCall
EmailMessage sets the optional parameter "emailMessage": A plain text custom message to include in notification emails.
func (*PermissionsInsertCall) Fields ¶
func (c *PermissionsInsertCall) Fields(s ...googleapi.Field) *PermissionsInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsInsertCall) Header ¶
func (c *PermissionsInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsInsertCall) SendNotificationEmails ¶
func (c *PermissionsInsertCall) SendNotificationEmails(sendNotificationEmails bool) *PermissionsInsertCall
SendNotificationEmails sets the optional parameter "sendNotificationEmails": Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the role is owner.
func (*PermissionsInsertCall) SupportsTeamDrives ¶
func (c *PermissionsInsertCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsInsertCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsInsertCall) UseDomainAdminAccess ¶
func (c *PermissionsInsertCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsInsertCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PermissionsListCall ¶
type PermissionsListCall struct {
// contains filtered or unexported fields
}
func (*PermissionsListCall) Context ¶
func (c *PermissionsListCall) Context(ctx context.Context) *PermissionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsListCall) Do ¶
func (c *PermissionsListCall) Do(opts ...googleapi.CallOption) (*PermissionList, error)
Do executes the "drive.permissions.list" call. Exactly one of *PermissionList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PermissionList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsListCall) Fields ¶
func (c *PermissionsListCall) Fields(s ...googleapi.Field) *PermissionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsListCall) Header ¶
func (c *PermissionsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsListCall) IfNoneMatch ¶
func (c *PermissionsListCall) IfNoneMatch(entityTag string) *PermissionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*PermissionsListCall) MaxResults ¶
func (c *PermissionsListCall) MaxResults(maxResults int64) *PermissionsListCall
MaxResults sets the optional parameter "maxResults": The maximum number of permissions to return per page. When not set for files in a Team Drive, at most 100 results will be returned. When not set for files that are not in a Team Drive, the entire list will be returned.
func (*PermissionsListCall) PageToken ¶
func (c *PermissionsListCall) PageToken(pageToken string) *PermissionsListCall
PageToken sets the optional parameter "pageToken": The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
func (*PermissionsListCall) Pages ¶
func (c *PermissionsListCall) Pages(ctx context.Context, f func(*PermissionList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*PermissionsListCall) SupportsTeamDrives ¶
func (c *PermissionsListCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsListCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsListCall) UseDomainAdminAccess ¶
func (c *PermissionsListCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsListCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PermissionsPatchCall ¶
type PermissionsPatchCall struct {
// contains filtered or unexported fields
}
func (*PermissionsPatchCall) Context ¶
func (c *PermissionsPatchCall) Context(ctx context.Context) *PermissionsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsPatchCall) Do ¶
func (c *PermissionsPatchCall) Do(opts ...googleapi.CallOption) (*Permission, error)
Do executes the "drive.permissions.patch" call. Exactly one of *Permission or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Permission.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsPatchCall) Fields ¶
func (c *PermissionsPatchCall) Fields(s ...googleapi.Field) *PermissionsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsPatchCall) Header ¶
func (c *PermissionsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsPatchCall) RemoveExpiration ¶
func (c *PermissionsPatchCall) RemoveExpiration(removeExpiration bool) *PermissionsPatchCall
RemoveExpiration sets the optional parameter "removeExpiration": Whether to remove the expiration date.
func (*PermissionsPatchCall) SupportsTeamDrives ¶
func (c *PermissionsPatchCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsPatchCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsPatchCall) TransferOwnership ¶
func (c *PermissionsPatchCall) TransferOwnership(transferOwnership bool) *PermissionsPatchCall
TransferOwnership sets the optional parameter "transferOwnership": Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.
func (*PermissionsPatchCall) UseDomainAdminAccess ¶
func (c *PermissionsPatchCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsPatchCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PermissionsService ¶
type PermissionsService struct {
// contains filtered or unexported fields
}
func NewPermissionsService ¶
func NewPermissionsService(s *Service) *PermissionsService
func (*PermissionsService) Delete ¶
func (r *PermissionsService) Delete(fileId string, permissionId string) *PermissionsDeleteCall
Delete: Deletes a permission from a file or Team Drive.
func (*PermissionsService) Get ¶
func (r *PermissionsService) Get(fileId string, permissionId string) *PermissionsGetCall
Get: Gets a permission by ID.
func (*PermissionsService) GetIdForEmail ¶
func (r *PermissionsService) GetIdForEmail(email string) *PermissionsGetIdForEmailCall
GetIdForEmail: Returns the permission ID for an email address.
func (*PermissionsService) Insert ¶
func (r *PermissionsService) Insert(fileId string, permission *Permission) *PermissionsInsertCall
Insert: Inserts a permission for a file or Team Drive.
func (*PermissionsService) List ¶
func (r *PermissionsService) List(fileId string) *PermissionsListCall
List: Lists a file's or Team Drive's permissions.
func (*PermissionsService) Patch ¶
func (r *PermissionsService) Patch(fileId string, permissionId string, permission *Permission) *PermissionsPatchCall
Patch: Updates a permission using patch semantics.
func (*PermissionsService) Update ¶
func (r *PermissionsService) Update(fileId string, permissionId string, permission *Permission) *PermissionsUpdateCall
Update: Updates a permission.
type PermissionsUpdateCall ¶
type PermissionsUpdateCall struct {
// contains filtered or unexported fields
}
func (*PermissionsUpdateCall) Context ¶
func (c *PermissionsUpdateCall) Context(ctx context.Context) *PermissionsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PermissionsUpdateCall) Do ¶
func (c *PermissionsUpdateCall) Do(opts ...googleapi.CallOption) (*Permission, error)
Do executes the "drive.permissions.update" call. Exactly one of *Permission or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Permission.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PermissionsUpdateCall) Fields ¶
func (c *PermissionsUpdateCall) Fields(s ...googleapi.Field) *PermissionsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PermissionsUpdateCall) Header ¶
func (c *PermissionsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PermissionsUpdateCall) RemoveExpiration ¶
func (c *PermissionsUpdateCall) RemoveExpiration(removeExpiration bool) *PermissionsUpdateCall
RemoveExpiration sets the optional parameter "removeExpiration": Whether to remove the expiration date.
func (*PermissionsUpdateCall) SupportsTeamDrives ¶
func (c *PermissionsUpdateCall) SupportsTeamDrives(supportsTeamDrives bool) *PermissionsUpdateCall
SupportsTeamDrives sets the optional parameter "supportsTeamDrives": Whether the requesting application supports Team Drives.
func (*PermissionsUpdateCall) TransferOwnership ¶
func (c *PermissionsUpdateCall) TransferOwnership(transferOwnership bool) *PermissionsUpdateCall
TransferOwnership sets the optional parameter "transferOwnership": Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.
func (*PermissionsUpdateCall) UseDomainAdminAccess ¶
func (c *PermissionsUpdateCall) UseDomainAdminAccess(useDomainAdminAccess bool) *PermissionsUpdateCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.
type PropertiesDeleteCall ¶
type PropertiesDeleteCall struct {
// contains filtered or unexported fields
}
func (*PropertiesDeleteCall) Context ¶
func (c *PropertiesDeleteCall) Context(ctx context.Context) *PropertiesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesDeleteCall) Do ¶
func (c *PropertiesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.properties.delete" call.
func (*PropertiesDeleteCall) Fields ¶
func (c *PropertiesDeleteCall) Fields(s ...googleapi.Field) *PropertiesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesDeleteCall) Header ¶
func (c *PropertiesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PropertiesDeleteCall) Visibility ¶
func (c *PropertiesDeleteCall) Visibility(visibility string) *PropertiesDeleteCall
Visibility sets the optional parameter "visibility": The visibility of the property.
type PropertiesGetCall ¶
type PropertiesGetCall struct {
// contains filtered or unexported fields
}
func (*PropertiesGetCall) Context ¶
func (c *PropertiesGetCall) Context(ctx context.Context) *PropertiesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesGetCall) Do ¶
func (c *PropertiesGetCall) Do(opts ...googleapi.CallOption) (*Property, error)
Do executes the "drive.properties.get" call. Exactly one of *Property or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Property.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PropertiesGetCall) Fields ¶
func (c *PropertiesGetCall) Fields(s ...googleapi.Field) *PropertiesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesGetCall) Header ¶
func (c *PropertiesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PropertiesGetCall) IfNoneMatch ¶
func (c *PropertiesGetCall) IfNoneMatch(entityTag string) *PropertiesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*PropertiesGetCall) Visibility ¶
func (c *PropertiesGetCall) Visibility(visibility string) *PropertiesGetCall
Visibility sets the optional parameter "visibility": The visibility of the property.
type PropertiesInsertCall ¶
type PropertiesInsertCall struct {
// contains filtered or unexported fields
}
func (*PropertiesInsertCall) Context ¶
func (c *PropertiesInsertCall) Context(ctx context.Context) *PropertiesInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesInsertCall) Do ¶
func (c *PropertiesInsertCall) Do(opts ...googleapi.CallOption) (*Property, error)
Do executes the "drive.properties.insert" call. Exactly one of *Property or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Property.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PropertiesInsertCall) Fields ¶
func (c *PropertiesInsertCall) Fields(s ...googleapi.Field) *PropertiesInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesInsertCall) Header ¶
func (c *PropertiesInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PropertiesListCall ¶
type PropertiesListCall struct {
// contains filtered or unexported fields
}
func (*PropertiesListCall) Context ¶
func (c *PropertiesListCall) Context(ctx context.Context) *PropertiesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesListCall) Do ¶
func (c *PropertiesListCall) Do(opts ...googleapi.CallOption) (*PropertyList, error)
Do executes the "drive.properties.list" call. Exactly one of *PropertyList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PropertyList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PropertiesListCall) Fields ¶
func (c *PropertiesListCall) Fields(s ...googleapi.Field) *PropertiesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesListCall) Header ¶
func (c *PropertiesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PropertiesListCall) IfNoneMatch ¶
func (c *PropertiesListCall) IfNoneMatch(entityTag string) *PropertiesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type PropertiesPatchCall ¶
type PropertiesPatchCall struct {
// contains filtered or unexported fields
}
func (*PropertiesPatchCall) Context ¶
func (c *PropertiesPatchCall) Context(ctx context.Context) *PropertiesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesPatchCall) Do ¶
func (c *PropertiesPatchCall) Do(opts ...googleapi.CallOption) (*Property, error)
Do executes the "drive.properties.patch" call. Exactly one of *Property or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Property.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PropertiesPatchCall) Fields ¶
func (c *PropertiesPatchCall) Fields(s ...googleapi.Field) *PropertiesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesPatchCall) Header ¶
func (c *PropertiesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PropertiesPatchCall) Visibility ¶
func (c *PropertiesPatchCall) Visibility(visibility string) *PropertiesPatchCall
Visibility sets the optional parameter "visibility": The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE)
type PropertiesService ¶
type PropertiesService struct {
// contains filtered or unexported fields
}
func NewPropertiesService ¶
func NewPropertiesService(s *Service) *PropertiesService
func (*PropertiesService) Delete ¶
func (r *PropertiesService) Delete(fileId string, propertyKey string) *PropertiesDeleteCall
Delete: Deletes a property.
func (*PropertiesService) Get ¶
func (r *PropertiesService) Get(fileId string, propertyKey string) *PropertiesGetCall
Get: Gets a property by its key.
func (*PropertiesService) Insert ¶
func (r *PropertiesService) Insert(fileId string, property *Property) *PropertiesInsertCall
Insert: Adds a property to a file, or updates it if it already exists.
func (*PropertiesService) List ¶
func (r *PropertiesService) List(fileId string) *PropertiesListCall
List: Lists a file's properties.
func (*PropertiesService) Patch ¶
func (r *PropertiesService) Patch(fileId string, propertyKey string, property *Property) *PropertiesPatchCall
Patch: Updates a property.
func (*PropertiesService) Update ¶
func (r *PropertiesService) Update(fileId string, propertyKey string, property *Property) *PropertiesUpdateCall
Update: Updates a property.
type PropertiesUpdateCall ¶
type PropertiesUpdateCall struct {
// contains filtered or unexported fields
}
func (*PropertiesUpdateCall) Context ¶
func (c *PropertiesUpdateCall) Context(ctx context.Context) *PropertiesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PropertiesUpdateCall) Do ¶
func (c *PropertiesUpdateCall) Do(opts ...googleapi.CallOption) (*Property, error)
Do executes the "drive.properties.update" call. Exactly one of *Property or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Property.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PropertiesUpdateCall) Fields ¶
func (c *PropertiesUpdateCall) Fields(s ...googleapi.Field) *PropertiesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PropertiesUpdateCall) Header ¶
func (c *PropertiesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PropertiesUpdateCall) Visibility ¶
func (c *PropertiesUpdateCall) Visibility(visibility string) *PropertiesUpdateCall
Visibility sets the optional parameter "visibility": The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE)
type Property ¶
type Property struct { // Etag: ETag of the property. Etag string `json:"etag,omitempty"` // Key: The key of this property. Key string `json:"key,omitempty"` // Kind: This is always drive#property. Kind string `json:"kind,omitempty"` // SelfLink: The link back to this property. SelfLink string `json:"selfLink,omitempty"` // Value: The value of this property. Value string `json:"value,omitempty"` // Visibility: The visibility of this property. Allowed values are // PRIVATE and PUBLIC. (Default: PRIVATE) Visibility string `json:"visibility,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Property: A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: - Maximum of 100 properties total per file - Maximum of 30 private properties per app - Maximum of 30 public properties - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
func (*Property) MarshalJSON ¶
type PropertyList ¶
type PropertyList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of properties. Items []*Property `json:"items,omitempty"` // Kind: This is always drive#propertyList. Kind string `json:"kind,omitempty"` // SelfLink: The link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
PropertyList: A collection of properties, key-value pairs that are either public or private to an application.
func (*PropertyList) MarshalJSON ¶
func (s *PropertyList) MarshalJSON() ([]byte, error)
type RealtimeGetCall ¶
type RealtimeGetCall struct {
// contains filtered or unexported fields
}
func (*RealtimeGetCall) Context ¶
func (c *RealtimeGetCall) Context(ctx context.Context) *RealtimeGetCall
Context sets the context to be used in this call's Do and Download methods. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RealtimeGetCall) Do ¶
func (c *RealtimeGetCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.realtime.get" call.
func (*RealtimeGetCall) Download ¶
func (c *RealtimeGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error)
Download fetches the API endpoint's "media" value, instead of the normal API response value. If the returned error is nil, the Response is guaranteed to have a 2xx status code. Callers must close the Response.Body as usual.
func (*RealtimeGetCall) Fields ¶
func (c *RealtimeGetCall) Fields(s ...googleapi.Field) *RealtimeGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RealtimeGetCall) Header ¶
func (c *RealtimeGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RealtimeGetCall) IfNoneMatch ¶
func (c *RealtimeGetCall) IfNoneMatch(entityTag string) *RealtimeGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*RealtimeGetCall) Revision ¶
func (c *RealtimeGetCall) Revision(revision int64) *RealtimeGetCall
Revision sets the optional parameter "revision": The revision of the Realtime API data model to export. Revisions start at 1 (the initial empty data model) and are incremented with each change. If this parameter is excluded, the most recent data model will be returned.
type RealtimeService ¶
type RealtimeService struct {
// contains filtered or unexported fields
}
func NewRealtimeService ¶
func NewRealtimeService(s *Service) *RealtimeService
func (*RealtimeService) Get ¶
func (r *RealtimeService) Get(fileId string) *RealtimeGetCall
Get: Exports the contents of the Realtime API data model associated with this file as JSON.
func (*RealtimeService) Update ¶
func (r *RealtimeService) Update(fileId string) *RealtimeUpdateCall
Update: Overwrites the Realtime API data model associated with this file with the provided JSON data model.
type RealtimeUpdateCall ¶
type RealtimeUpdateCall struct {
// contains filtered or unexported fields
}
func (*RealtimeUpdateCall) BaseRevision ¶
func (c *RealtimeUpdateCall) BaseRevision(baseRevision string) *RealtimeUpdateCall
BaseRevision sets the optional parameter "baseRevision": The revision of the model to diff the uploaded model against. If set, the uploaded model is diffed against the provided revision and those differences are merged with any changes made to the model after the provided revision. If not set, the uploaded model replaces the current model on the server.
func (*RealtimeUpdateCall) Context ¶
func (c *RealtimeUpdateCall) Context(ctx context.Context) *RealtimeUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*RealtimeUpdateCall) Do ¶
func (c *RealtimeUpdateCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.realtime.update" call.
func (*RealtimeUpdateCall) Fields ¶
func (c *RealtimeUpdateCall) Fields(s ...googleapi.Field) *RealtimeUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RealtimeUpdateCall) Header ¶
func (c *RealtimeUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RealtimeUpdateCall) Media ¶
func (c *RealtimeUpdateCall) Media(r io.Reader, options ...googleapi.MediaOption) *RealtimeUpdateCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*RealtimeUpdateCall) ProgressUpdater ¶
func (c *RealtimeUpdateCall) ProgressUpdater(pu googleapi.ProgressUpdater) *RealtimeUpdateCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*RealtimeUpdateCall) ResumableMedia
deprecated
func (c *RealtimeUpdateCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *RealtimeUpdateCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type RepliesDeleteCall ¶
type RepliesDeleteCall struct {
// contains filtered or unexported fields
}
func (*RepliesDeleteCall) Context ¶
func (c *RepliesDeleteCall) Context(ctx context.Context) *RepliesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesDeleteCall) Do ¶
func (c *RepliesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.replies.delete" call.
func (*RepliesDeleteCall) Fields ¶
func (c *RepliesDeleteCall) Fields(s ...googleapi.Field) *RepliesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesDeleteCall) Header ¶
func (c *RepliesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type RepliesGetCall ¶
type RepliesGetCall struct {
// contains filtered or unexported fields
}
func (*RepliesGetCall) Context ¶
func (c *RepliesGetCall) Context(ctx context.Context) *RepliesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesGetCall) Do ¶
func (c *RepliesGetCall) Do(opts ...googleapi.CallOption) (*CommentReply, error)
Do executes the "drive.replies.get" call. Exactly one of *CommentReply or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentReply.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RepliesGetCall) Fields ¶
func (c *RepliesGetCall) Fields(s ...googleapi.Field) *RepliesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesGetCall) Header ¶
func (c *RepliesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RepliesGetCall) IfNoneMatch ¶
func (c *RepliesGetCall) IfNoneMatch(entityTag string) *RepliesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*RepliesGetCall) IncludeDeleted ¶
func (c *RepliesGetCall) IncludeDeleted(includeDeleted bool) *RepliesGetCall
IncludeDeleted sets the optional parameter "includeDeleted": If set, this will succeed when retrieving a deleted reply.
type RepliesInsertCall ¶
type RepliesInsertCall struct {
// contains filtered or unexported fields
}
func (*RepliesInsertCall) Context ¶
func (c *RepliesInsertCall) Context(ctx context.Context) *RepliesInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesInsertCall) Do ¶
func (c *RepliesInsertCall) Do(opts ...googleapi.CallOption) (*CommentReply, error)
Do executes the "drive.replies.insert" call. Exactly one of *CommentReply or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentReply.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RepliesInsertCall) Fields ¶
func (c *RepliesInsertCall) Fields(s ...googleapi.Field) *RepliesInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesInsertCall) Header ¶
func (c *RepliesInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type RepliesListCall ¶
type RepliesListCall struct {
// contains filtered or unexported fields
}
func (*RepliesListCall) Context ¶
func (c *RepliesListCall) Context(ctx context.Context) *RepliesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesListCall) Do ¶
func (c *RepliesListCall) Do(opts ...googleapi.CallOption) (*CommentReplyList, error)
Do executes the "drive.replies.list" call. Exactly one of *CommentReplyList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentReplyList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RepliesListCall) Fields ¶
func (c *RepliesListCall) Fields(s ...googleapi.Field) *RepliesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesListCall) Header ¶
func (c *RepliesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RepliesListCall) IfNoneMatch ¶
func (c *RepliesListCall) IfNoneMatch(entityTag string) *RepliesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*RepliesListCall) IncludeDeleted ¶
func (c *RepliesListCall) IncludeDeleted(includeDeleted bool) *RepliesListCall
IncludeDeleted sets the optional parameter "includeDeleted": If set, all replies, including deleted replies (with content stripped) will be returned.
func (*RepliesListCall) MaxResults ¶
func (c *RepliesListCall) MaxResults(maxResults int64) *RepliesListCall
MaxResults sets the optional parameter "maxResults": The maximum number of replies to include in the response, used for paging.
func (*RepliesListCall) PageToken ¶
func (c *RepliesListCall) PageToken(pageToken string) *RepliesListCall
PageToken sets the optional parameter "pageToken": The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
func (*RepliesListCall) Pages ¶
func (c *RepliesListCall) Pages(ctx context.Context, f func(*CommentReplyList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type RepliesPatchCall ¶
type RepliesPatchCall struct {
// contains filtered or unexported fields
}
func (*RepliesPatchCall) Context ¶
func (c *RepliesPatchCall) Context(ctx context.Context) *RepliesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesPatchCall) Do ¶
func (c *RepliesPatchCall) Do(opts ...googleapi.CallOption) (*CommentReply, error)
Do executes the "drive.replies.patch" call. Exactly one of *CommentReply or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentReply.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RepliesPatchCall) Fields ¶
func (c *RepliesPatchCall) Fields(s ...googleapi.Field) *RepliesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesPatchCall) Header ¶
func (c *RepliesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type RepliesService ¶
type RepliesService struct {
// contains filtered or unexported fields
}
func NewRepliesService ¶
func NewRepliesService(s *Service) *RepliesService
func (*RepliesService) Delete ¶
func (r *RepliesService) Delete(fileId string, commentId string, replyId string) *RepliesDeleteCall
Delete: Deletes a reply.
func (*RepliesService) Get ¶
func (r *RepliesService) Get(fileId string, commentId string, replyId string) *RepliesGetCall
Get: Gets a reply.
func (*RepliesService) Insert ¶
func (r *RepliesService) Insert(fileId string, commentId string, commentreply *CommentReply) *RepliesInsertCall
Insert: Creates a new reply to the given comment.
func (*RepliesService) List ¶
func (r *RepliesService) List(fileId string, commentId string) *RepliesListCall
List: Lists all of the replies to a comment.
func (*RepliesService) Patch ¶
func (r *RepliesService) Patch(fileId string, commentId string, replyId string, commentreply *CommentReply) *RepliesPatchCall
Patch: Updates an existing reply. This method supports patch semantics.
func (*RepliesService) Update ¶
func (r *RepliesService) Update(fileId string, commentId string, replyId string, commentreply *CommentReply) *RepliesUpdateCall
Update: Updates an existing reply.
type RepliesUpdateCall ¶
type RepliesUpdateCall struct {
// contains filtered or unexported fields
}
func (*RepliesUpdateCall) Context ¶
func (c *RepliesUpdateCall) Context(ctx context.Context) *RepliesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RepliesUpdateCall) Do ¶
func (c *RepliesUpdateCall) Do(opts ...googleapi.CallOption) (*CommentReply, error)
Do executes the "drive.replies.update" call. Exactly one of *CommentReply or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CommentReply.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RepliesUpdateCall) Fields ¶
func (c *RepliesUpdateCall) Fields(s ...googleapi.Field) *RepliesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RepliesUpdateCall) Header ¶
func (c *RepliesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type Revision ¶
type Revision struct { // DownloadUrl: Short term download URL for the file. This will only be // populated on files with content stored in Drive. DownloadUrl string `json:"downloadUrl,omitempty"` // Etag: The ETag of the revision. Etag string `json:"etag,omitempty"` // ExportLinks: Links for exporting Google Docs to specific formats. ExportLinks map[string]string `json:"exportLinks,omitempty"` // FileSize: The size of the revision in bytes. This will only be // populated on files with content stored in Drive. FileSize int64 `json:"fileSize,omitempty,string"` // Id: The ID of the revision. Id string `json:"id,omitempty"` // Kind: This is always drive#revision. Kind string `json:"kind,omitempty"` // LastModifyingUser: The last user to modify this revision. LastModifyingUser *User `json:"lastModifyingUser,omitempty"` // LastModifyingUserName: Name of the last user to modify this revision. LastModifyingUserName string `json:"lastModifyingUserName,omitempty"` // Md5Checksum: An MD5 checksum for the content of this revision. This // will only be populated on files with content stored in Drive. Md5Checksum string `json:"md5Checksum,omitempty"` // MimeType: The MIME type of the revision. MimeType string `json:"mimeType,omitempty"` // ModifiedDate: Last time this revision was modified (formatted RFC // 3339 timestamp). ModifiedDate string `json:"modifiedDate,omitempty"` // OriginalFilename: The original filename when this revision was // created. This will only be populated on files with content stored in // Drive. OriginalFilename string `json:"originalFilename,omitempty"` // Pinned: Whether this revision is pinned to prevent automatic purging. // This will only be populated and can only be modified on files with // content stored in Drive which are not Google Docs. Revisions can also // be pinned when they are created through the // drive.files.insert/update/copy by using the pinned query parameter. Pinned bool `json:"pinned,omitempty"` // PublishAuto: Whether subsequent revisions will be automatically // republished. This is only populated and can only be modified for // Google Docs. PublishAuto bool `json:"publishAuto,omitempty"` // Published: Whether this revision is published. This is only populated // and can only be modified for Google Docs. Published bool `json:"published,omitempty"` // PublishedLink: A link to the published revision. PublishedLink string `json:"publishedLink,omitempty"` // PublishedOutsideDomain: Whether this revision is published outside // the domain. This is only populated and can only be modified for // Google Docs. PublishedOutsideDomain bool `json:"publishedOutsideDomain,omitempty"` // SelfLink: A link back to this revision. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DownloadUrl") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DownloadUrl") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Revision: A revision of a file.
func (*Revision) MarshalJSON ¶
type RevisionList ¶
type RevisionList struct { // Etag: The ETag of the list. Etag string `json:"etag,omitempty"` // Items: The list of revisions. If nextPageToken is populated, then // this list may be incomplete and an additional page of results should // be fetched. Items []*Revision `json:"items,omitempty"` // Kind: This is always drive#revisionList. Kind string `json:"kind,omitempty"` // NextPageToken: The page token for the next page of revisions. This // field will be absent if the end of the revisions list has been // reached. If the token is rejected for any reason, it should be // discarded and pagination should be restarted from the first page of // results. NextPageToken string `json:"nextPageToken,omitempty"` // SelfLink: A link back to this list. SelfLink string `json:"selfLink,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Etag") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Etag") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
RevisionList: A list of revisions of a file.
func (*RevisionList) MarshalJSON ¶
func (s *RevisionList) MarshalJSON() ([]byte, error)
type RevisionsDeleteCall ¶
type RevisionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*RevisionsDeleteCall) Context ¶
func (c *RevisionsDeleteCall) Context(ctx context.Context) *RevisionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RevisionsDeleteCall) Do ¶
func (c *RevisionsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.revisions.delete" call.
func (*RevisionsDeleteCall) Fields ¶
func (c *RevisionsDeleteCall) Fields(s ...googleapi.Field) *RevisionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RevisionsDeleteCall) Header ¶
func (c *RevisionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type RevisionsGetCall ¶
type RevisionsGetCall struct {
// contains filtered or unexported fields
}
func (*RevisionsGetCall) Context ¶
func (c *RevisionsGetCall) Context(ctx context.Context) *RevisionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RevisionsGetCall) Do ¶
func (c *RevisionsGetCall) Do(opts ...googleapi.CallOption) (*Revision, error)
Do executes the "drive.revisions.get" call. Exactly one of *Revision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Revision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RevisionsGetCall) Fields ¶
func (c *RevisionsGetCall) Fields(s ...googleapi.Field) *RevisionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RevisionsGetCall) Header ¶
func (c *RevisionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RevisionsGetCall) IfNoneMatch ¶
func (c *RevisionsGetCall) IfNoneMatch(entityTag string) *RevisionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type RevisionsListCall ¶
type RevisionsListCall struct {
// contains filtered or unexported fields
}
func (*RevisionsListCall) Context ¶
func (c *RevisionsListCall) Context(ctx context.Context) *RevisionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RevisionsListCall) Do ¶
func (c *RevisionsListCall) Do(opts ...googleapi.CallOption) (*RevisionList, error)
Do executes the "drive.revisions.list" call. Exactly one of *RevisionList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *RevisionList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RevisionsListCall) Fields ¶
func (c *RevisionsListCall) Fields(s ...googleapi.Field) *RevisionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RevisionsListCall) Header ¶
func (c *RevisionsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*RevisionsListCall) IfNoneMatch ¶
func (c *RevisionsListCall) IfNoneMatch(entityTag string) *RevisionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*RevisionsListCall) MaxResults ¶
func (c *RevisionsListCall) MaxResults(maxResults int64) *RevisionsListCall
MaxResults sets the optional parameter "maxResults": Maximum number of revisions to return.
func (*RevisionsListCall) PageToken ¶
func (c *RevisionsListCall) PageToken(pageToken string) *RevisionsListCall
PageToken sets the optional parameter "pageToken": Page token for revisions. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
func (*RevisionsListCall) Pages ¶
func (c *RevisionsListCall) Pages(ctx context.Context, f func(*RevisionList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type RevisionsPatchCall ¶
type RevisionsPatchCall struct {
// contains filtered or unexported fields
}
func (*RevisionsPatchCall) Context ¶
func (c *RevisionsPatchCall) Context(ctx context.Context) *RevisionsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RevisionsPatchCall) Do ¶
func (c *RevisionsPatchCall) Do(opts ...googleapi.CallOption) (*Revision, error)
Do executes the "drive.revisions.patch" call. Exactly one of *Revision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Revision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RevisionsPatchCall) Fields ¶
func (c *RevisionsPatchCall) Fields(s ...googleapi.Field) *RevisionsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RevisionsPatchCall) Header ¶
func (c *RevisionsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type RevisionsService ¶
type RevisionsService struct {
// contains filtered or unexported fields
}
func NewRevisionsService ¶
func NewRevisionsService(s *Service) *RevisionsService
func (*RevisionsService) Delete ¶
func (r *RevisionsService) Delete(fileId string, revisionId string) *RevisionsDeleteCall
Delete: Removes a revision.
func (*RevisionsService) Get ¶
func (r *RevisionsService) Get(fileId string, revisionId string) *RevisionsGetCall
Get: Gets a specific revision.
func (*RevisionsService) List ¶
func (r *RevisionsService) List(fileId string) *RevisionsListCall
List: Lists a file's revisions.
func (*RevisionsService) Patch ¶
func (r *RevisionsService) Patch(fileId string, revisionId string, revision *Revision) *RevisionsPatchCall
Patch: Updates a revision. This method supports patch semantics.
func (*RevisionsService) Update ¶
func (r *RevisionsService) Update(fileId string, revisionId string, revision *Revision) *RevisionsUpdateCall
Update: Updates a revision.
type RevisionsUpdateCall ¶
type RevisionsUpdateCall struct {
// contains filtered or unexported fields
}
func (*RevisionsUpdateCall) Context ¶
func (c *RevisionsUpdateCall) Context(ctx context.Context) *RevisionsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*RevisionsUpdateCall) Do ¶
func (c *RevisionsUpdateCall) Do(opts ...googleapi.CallOption) (*Revision, error)
Do executes the "drive.revisions.update" call. Exactly one of *Revision or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Revision.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*RevisionsUpdateCall) Fields ¶
func (c *RevisionsUpdateCall) Fields(s ...googleapi.Field) *RevisionsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*RevisionsUpdateCall) Header ¶
func (c *RevisionsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment About *AboutService Apps *AppsService Changes *ChangesService Channels *ChannelsService Children *ChildrenService Comments *CommentsService Files *FilesService Parents *ParentsService Permissions *PermissionsService Properties *PropertiesService Realtime *RealtimeService Replies *RepliesService Revisions *RevisionsService Teamdrives *TeamdrivesService // contains filtered or unexported fields }
type StartPageToken ¶
type StartPageToken struct { // Kind: Identifies what kind of resource this is. Value: the fixed // string "drive#startPageToken". Kind string `json:"kind,omitempty"` // StartPageToken: The starting page token for listing changes. StartPageToken string `json:"startPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*StartPageToken) MarshalJSON ¶
func (s *StartPageToken) MarshalJSON() ([]byte, error)
type TeamDrive ¶
type TeamDrive struct { // BackgroundImageFile: An image file and cropping parameters from which // a background image for this Team Drive is set. This is a write only // field; it can only be set on drive.teamdrives.update requests that // don't set themeId. When specified, all fields of the // backgroundImageFile must be set. BackgroundImageFile *TeamDriveBackgroundImageFile `json:"backgroundImageFile,omitempty"` // BackgroundImageLink: A short-lived link to this Team Drive's // background image. BackgroundImageLink string `json:"backgroundImageLink,omitempty"` // Capabilities: Capabilities the current user has on this Team Drive. Capabilities *TeamDriveCapabilities `json:"capabilities,omitempty"` // ColorRgb: The color of this Team Drive as an RGB hex string. It can // only be set on a drive.teamdrives.update request that does not set // themeId. ColorRgb string `json:"colorRgb,omitempty"` // CreatedDate: The time at which the Team Drive was created (RFC 3339 // date-time). CreatedDate string `json:"createdDate,omitempty"` // Id: The ID of this Team Drive which is also the ID of the top level // folder of this Team Drive. Id string `json:"id,omitempty"` // Kind: This is always drive#teamDrive Kind string `json:"kind,omitempty"` // Name: The name of this Team Drive. Name string `json:"name,omitempty"` // Restrictions: A set of restrictions that apply to this Team Drive or // items inside this Team Drive. Restrictions *TeamDriveRestrictions `json:"restrictions,omitempty"` // ThemeId: The ID of the theme from which the background image and // color will be set. The set of possible teamDriveThemes can be // retrieved from a drive.about.get response. When not specified on a // drive.teamdrives.insert request, a random theme is chosen from which // the background image and color are set. This is a write-only field; // it can only be set on requests that don't set colorRgb or // backgroundImageFile. ThemeId string `json:"themeId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "BackgroundImageFile") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "BackgroundImageFile") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
TeamDrive: Representation of a Team Drive.
func (*TeamDrive) MarshalJSON ¶
type TeamDriveBackgroundImageFile ¶
type TeamDriveBackgroundImageFile struct { // Id: The ID of an image file in Drive to use for the background image. Id string `json:"id,omitempty"` // Width: The width of the cropped image in the closed range of 0 to 1. // This value represents the width of the cropped image divided by the // width of the entire image. The height is computed by applying a width // to height aspect ratio of 80 to 9. The resulting image must be at // least 1280 pixels wide and 144 pixels high. Width float64 `json:"width,omitempty"` // XCoordinate: The X coordinate of the upper left corner of the // cropping area in the background image. This is a value in the closed // range of 0 to 1. This value represents the horizontal distance from // the left side of the entire image to the left side of the cropping // area divided by the width of the entire image. XCoordinate float64 `json:"xCoordinate,omitempty"` // YCoordinate: The Y coordinate of the upper left corner of the // cropping area in the background image. This is a value in the closed // range of 0 to 1. This value represents the vertical distance from the // top side of the entire image to the top side of the cropping area // divided by the height of the entire image. YCoordinate float64 `json:"yCoordinate,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TeamDriveBackgroundImageFile: An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
func (*TeamDriveBackgroundImageFile) MarshalJSON ¶
func (s *TeamDriveBackgroundImageFile) MarshalJSON() ([]byte, error)
func (*TeamDriveBackgroundImageFile) UnmarshalJSON ¶
func (s *TeamDriveBackgroundImageFile) UnmarshalJSON(data []byte) error
type TeamDriveCapabilities ¶
type TeamDriveCapabilities struct { // CanAddChildren: Whether the current user can add children to folders // in this Team Drive. CanAddChildren bool `json:"canAddChildren,omitempty"` // CanChangeCopyRequiresWriterPermissionRestriction: Whether the current // user can change the copyRequiresWriterPermission restriction of this // Team Drive. CanChangeCopyRequiresWriterPermissionRestriction bool `json:"canChangeCopyRequiresWriterPermissionRestriction,omitempty"` // CanChangeDomainUsersOnlyRestriction: Whether the current user can // change the domainUsersOnly restriction of this Team Drive. CanChangeDomainUsersOnlyRestriction bool `json:"canChangeDomainUsersOnlyRestriction,omitempty"` // CanChangeTeamDriveBackground: Whether the current user can change the // background of this Team Drive. CanChangeTeamDriveBackground bool `json:"canChangeTeamDriveBackground,omitempty"` // CanChangeTeamMembersOnlyRestriction: Whether the current user can // change the teamMembersOnly restriction of this Team Drive. CanChangeTeamMembersOnlyRestriction bool `json:"canChangeTeamMembersOnlyRestriction,omitempty"` // CanComment: Whether the current user can comment on files in this // Team Drive. CanComment bool `json:"canComment,omitempty"` // CanCopy: Whether the current user can copy files in this Team Drive. CanCopy bool `json:"canCopy,omitempty"` // CanDeleteChildren: Whether the current user can delete children from // folders in this Team Drive. CanDeleteChildren bool `json:"canDeleteChildren,omitempty"` // CanDeleteTeamDrive: Whether the current user can delete this Team // Drive. Attempting to delete the Team Drive may still fail if there // are untrashed items inside the Team Drive. CanDeleteTeamDrive bool `json:"canDeleteTeamDrive,omitempty"` // CanDownload: Whether the current user can download files in this Team // Drive. CanDownload bool `json:"canDownload,omitempty"` // CanEdit: Whether the current user can edit files in this Team Drive CanEdit bool `json:"canEdit,omitempty"` // CanListChildren: Whether the current user can list the children of // folders in this Team Drive. CanListChildren bool `json:"canListChildren,omitempty"` // CanManageMembers: Whether the current user can add members to this // Team Drive or remove them or change their role. CanManageMembers bool `json:"canManageMembers,omitempty"` // CanReadRevisions: Whether the current user can read the revisions // resource of files in this Team Drive. CanReadRevisions bool `json:"canReadRevisions,omitempty"` // CanRemoveChildren: Deprecated - use canDeleteChildren or // canTrashChildren instead. CanRemoveChildren bool `json:"canRemoveChildren,omitempty"` // CanRename: Whether the current user can rename files or folders in // this Team Drive. CanRename bool `json:"canRename,omitempty"` // CanRenameTeamDrive: Whether the current user can rename this Team // Drive. CanRenameTeamDrive bool `json:"canRenameTeamDrive,omitempty"` // Team Drive. CanShare bool `json:"canShare,omitempty"` // CanTrashChildren: Whether the current user can trash children from // folders in this Team Drive. CanTrashChildren bool `json:"canTrashChildren,omitempty"` // ForceSendFields is a list of field names (e.g. "CanAddChildren") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CanAddChildren") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
TeamDriveCapabilities: Capabilities the current user has on this Team Drive.
func (*TeamDriveCapabilities) MarshalJSON ¶
func (s *TeamDriveCapabilities) MarshalJSON() ([]byte, error)
type TeamDriveList ¶
type TeamDriveList struct { // Items: The list of Team Drives. Items []*TeamDrive `json:"items,omitempty"` // Kind: This is always drive#teamDriveList Kind string `json:"kind,omitempty"` // NextPageToken: The page token for the next page of Team Drives. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Items") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Items") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TeamDriveList: A list of Team Drives.
func (*TeamDriveList) MarshalJSON ¶
func (s *TeamDriveList) MarshalJSON() ([]byte, error)
type TeamDriveRestrictions ¶
type TeamDriveRestrictions struct { // AdminManagedRestrictions: Whether administrative privileges on this // Team Drive are required to modify restrictions. AdminManagedRestrictions bool `json:"adminManagedRestrictions,omitempty"` // CopyRequiresWriterPermission: Whether the options to copy, print, or // download files inside this Team Drive, should be disabled for readers // and commenters. When this restriction is set to true, it will // override the similarly named field to true for any file inside this // Team Drive. CopyRequiresWriterPermission bool `json:"copyRequiresWriterPermission,omitempty"` // DomainUsersOnly: Whether access to this Team Drive and items inside // this Team Drive is restricted to users of the domain to which this // Team Drive belongs. This restriction may be overridden by other // sharing policies controlled outside of this Team Drive. DomainUsersOnly bool `json:"domainUsersOnly,omitempty"` // TeamMembersOnly: Whether access to items inside this Team Drive is // restricted to members of this Team Drive. TeamMembersOnly bool `json:"teamMembersOnly,omitempty"` // ForceSendFields is a list of field names (e.g. // "AdminManagedRestrictions") to unconditionally include in API // requests. By default, fields with empty values are omitted from API // requests. However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AdminManagedRestrictions") // to include in API requests with the JSON null value. By default, // fields with empty values are omitted from API requests. However, any // field with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
TeamDriveRestrictions: A set of restrictions that apply to this Team Drive or items inside this Team Drive.
func (*TeamDriveRestrictions) MarshalJSON ¶
func (s *TeamDriveRestrictions) MarshalJSON() ([]byte, error)
type TeamdrivesDeleteCall ¶
type TeamdrivesDeleteCall struct {
// contains filtered or unexported fields
}
func (*TeamdrivesDeleteCall) Context ¶
func (c *TeamdrivesDeleteCall) Context(ctx context.Context) *TeamdrivesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TeamdrivesDeleteCall) Do ¶
func (c *TeamdrivesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "drive.teamdrives.delete" call.
func (*TeamdrivesDeleteCall) Fields ¶
func (c *TeamdrivesDeleteCall) Fields(s ...googleapi.Field) *TeamdrivesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TeamdrivesDeleteCall) Header ¶
func (c *TeamdrivesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TeamdrivesGetCall ¶
type TeamdrivesGetCall struct {
// contains filtered or unexported fields
}
func (*TeamdrivesGetCall) Context ¶
func (c *TeamdrivesGetCall) Context(ctx context.Context) *TeamdrivesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TeamdrivesGetCall) Do ¶
func (c *TeamdrivesGetCall) Do(opts ...googleapi.CallOption) (*TeamDrive, error)
Do executes the "drive.teamdrives.get" call. Exactly one of *TeamDrive or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TeamDrive.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TeamdrivesGetCall) Fields ¶
func (c *TeamdrivesGetCall) Fields(s ...googleapi.Field) *TeamdrivesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TeamdrivesGetCall) Header ¶
func (c *TeamdrivesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TeamdrivesGetCall) IfNoneMatch ¶
func (c *TeamdrivesGetCall) IfNoneMatch(entityTag string) *TeamdrivesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*TeamdrivesGetCall) UseDomainAdminAccess ¶
func (c *TeamdrivesGetCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesGetCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
type TeamdrivesInsertCall ¶
type TeamdrivesInsertCall struct {
// contains filtered or unexported fields
}
func (*TeamdrivesInsertCall) Context ¶
func (c *TeamdrivesInsertCall) Context(ctx context.Context) *TeamdrivesInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TeamdrivesInsertCall) Do ¶
func (c *TeamdrivesInsertCall) Do(opts ...googleapi.CallOption) (*TeamDrive, error)
Do executes the "drive.teamdrives.insert" call. Exactly one of *TeamDrive or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TeamDrive.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TeamdrivesInsertCall) Fields ¶
func (c *TeamdrivesInsertCall) Fields(s ...googleapi.Field) *TeamdrivesInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TeamdrivesInsertCall) Header ¶
func (c *TeamdrivesInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TeamdrivesListCall ¶
type TeamdrivesListCall struct {
// contains filtered or unexported fields
}
func (*TeamdrivesListCall) Context ¶
func (c *TeamdrivesListCall) Context(ctx context.Context) *TeamdrivesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TeamdrivesListCall) Do ¶
func (c *TeamdrivesListCall) Do(opts ...googleapi.CallOption) (*TeamDriveList, error)
Do executes the "drive.teamdrives.list" call. Exactly one of *TeamDriveList or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TeamDriveList.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TeamdrivesListCall) Fields ¶
func (c *TeamdrivesListCall) Fields(s ...googleapi.Field) *TeamdrivesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TeamdrivesListCall) Header ¶
func (c *TeamdrivesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TeamdrivesListCall) IfNoneMatch ¶
func (c *TeamdrivesListCall) IfNoneMatch(entityTag string) *TeamdrivesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*TeamdrivesListCall) MaxResults ¶
func (c *TeamdrivesListCall) MaxResults(maxResults int64) *TeamdrivesListCall
MaxResults sets the optional parameter "maxResults": Maximum number of Team Drives to return.
func (*TeamdrivesListCall) PageToken ¶
func (c *TeamdrivesListCall) PageToken(pageToken string) *TeamdrivesListCall
PageToken sets the optional parameter "pageToken": Page token for Team Drives.
func (*TeamdrivesListCall) Pages ¶
func (c *TeamdrivesListCall) Pages(ctx context.Context, f func(*TeamDriveList) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*TeamdrivesListCall) Q ¶
func (c *TeamdrivesListCall) Q(q string) *TeamdrivesListCall
Q sets the optional parameter "q": Query string for searching Team Drives.
func (*TeamdrivesListCall) UseDomainAdminAccess ¶
func (c *TeamdrivesListCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesListCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
type TeamdrivesService ¶
type TeamdrivesService struct {
// contains filtered or unexported fields
}
func NewTeamdrivesService ¶
func NewTeamdrivesService(s *Service) *TeamdrivesService
func (*TeamdrivesService) Delete ¶
func (r *TeamdrivesService) Delete(teamDriveId string) *TeamdrivesDeleteCall
Delete: Permanently deletes a Team Drive for which the user is an organizer. The Team Drive cannot contain any untrashed items.
func (*TeamdrivesService) Get ¶
func (r *TeamdrivesService) Get(teamDriveId string) *TeamdrivesGetCall
Get: Gets a Team Drive's metadata by ID.
func (*TeamdrivesService) Insert ¶
func (r *TeamdrivesService) Insert(requestId string, teamdrive *TeamDrive) *TeamdrivesInsertCall
Insert: Creates a new Team Drive.
func (*TeamdrivesService) List ¶
func (r *TeamdrivesService) List() *TeamdrivesListCall
List: Lists the user's Team Drives.
func (*TeamdrivesService) Update ¶
func (r *TeamdrivesService) Update(teamDriveId string, teamdrive *TeamDrive) *TeamdrivesUpdateCall
Update: Updates a Team Drive's metadata
type TeamdrivesUpdateCall ¶
type TeamdrivesUpdateCall struct {
// contains filtered or unexported fields
}
func (*TeamdrivesUpdateCall) Context ¶
func (c *TeamdrivesUpdateCall) Context(ctx context.Context) *TeamdrivesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TeamdrivesUpdateCall) Do ¶
func (c *TeamdrivesUpdateCall) Do(opts ...googleapi.CallOption) (*TeamDrive, error)
Do executes the "drive.teamdrives.update" call. Exactly one of *TeamDrive or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TeamDrive.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TeamdrivesUpdateCall) Fields ¶
func (c *TeamdrivesUpdateCall) Fields(s ...googleapi.Field) *TeamdrivesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TeamdrivesUpdateCall) Header ¶
func (c *TeamdrivesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TeamdrivesUpdateCall) UseDomainAdminAccess ¶
func (c *TeamdrivesUpdateCall) UseDomainAdminAccess(useDomainAdminAccess bool) *TeamdrivesUpdateCall
UseDomainAdminAccess sets the optional parameter "useDomainAdminAccess": Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
type User ¶
type User struct { // DisplayName: A plain text displayable name for this user. DisplayName string `json:"displayName,omitempty"` // EmailAddress: The email address of the user. EmailAddress string `json:"emailAddress,omitempty"` // IsAuthenticatedUser: Whether this user is the same as the // authenticated user for whom the request was made. IsAuthenticatedUser bool `json:"isAuthenticatedUser,omitempty"` // Kind: This is always drive#user. Kind string `json:"kind,omitempty"` // PermissionId: The user's ID as visible in the permissions collection. PermissionId string `json:"permissionId,omitempty"` // Picture: The user's profile picture. Picture *UserPicture `json:"picture,omitempty"` // ForceSendFields is a list of field names (e.g. "DisplayName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DisplayName") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
User: Information about a Drive user.
func (*User) MarshalJSON ¶
type UserPicture ¶
type UserPicture struct { // Url: A URL that points to a profile picture of this user. Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "Url") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Url") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
UserPicture: The user's profile picture.
func (*UserPicture) MarshalJSON ¶
func (s *UserPicture) MarshalJSON() ([]byte, error)