Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const YtAnalyticsMonetaryReadonlyScope + const YtAnalyticsReadonlyScope + type Empty struct + type GdataBlobstore2Info struct + BlobGeneration int64 + BlobId string + DownloadReadHandle string + ForceSendFields []string + NullFields []string + ReadToken string + UploadMetadataContainer string + func (s *GdataBlobstore2Info) MarshalJSON() ([]byte, error) + type GdataCompositeMedia struct + BlobRef string + Blobstore2Info *GdataBlobstore2Info + CosmoBinaryReference string + Crc32cHash int64 + ForceSendFields []string + Inline string + Length int64 + Md5Hash string + NullFields []string + ObjectId *GdataObjectId + Path string + ReferenceType string + Sha1Hash string + func (s *GdataCompositeMedia) MarshalJSON() ([]byte, error) + type GdataContentTypeInfo struct + BestGuess string + ForceSendFields []string + FromBytes string + FromFileName string + FromHeader string + FromUrlPath string + NullFields []string + func (s *GdataContentTypeInfo) MarshalJSON() ([]byte, error) + type GdataDiffChecksumsResponse struct + ChecksumsLocation *GdataCompositeMedia + ChunkSizeBytes int64 + ForceSendFields []string + NullFields []string + ObjectLocation *GdataCompositeMedia + ObjectSizeBytes int64 + ObjectVersion string + func (s *GdataDiffChecksumsResponse) MarshalJSON() ([]byte, error) + type GdataDiffDownloadResponse struct + ForceSendFields []string + NullFields []string + ObjectLocation *GdataCompositeMedia + func (s *GdataDiffDownloadResponse) MarshalJSON() ([]byte, error) + type GdataDiffUploadRequest struct + ChecksumsInfo *GdataCompositeMedia + ForceSendFields []string + NullFields []string + ObjectInfo *GdataCompositeMedia + ObjectVersion string + func (s *GdataDiffUploadRequest) MarshalJSON() ([]byte, error) + type GdataDiffUploadResponse struct + ForceSendFields []string + NullFields []string + ObjectVersion string + OriginalObject *GdataCompositeMedia + func (s *GdataDiffUploadResponse) MarshalJSON() ([]byte, error) + type GdataDiffVersionResponse struct + ForceSendFields []string + NullFields []string + ObjectSizeBytes int64 + ObjectVersion string + func (s *GdataDiffVersionResponse) MarshalJSON() ([]byte, error) + type GdataDownloadParameters struct + AllowGzipCompression bool + ForceSendFields []string + IgnoreRange bool + NullFields []string + func (s *GdataDownloadParameters) MarshalJSON() ([]byte, error) + type GdataMedia struct + Algorithm string + BigstoreObjectRef string + BlobRef string + Blobstore2Info *GdataBlobstore2Info + CompositeMedia []*GdataCompositeMedia + ContentType string + ContentTypeInfo *GdataContentTypeInfo + CosmoBinaryReference string + Crc32cHash int64 + DiffChecksumsResponse *GdataDiffChecksumsResponse + DiffDownloadResponse *GdataDiffDownloadResponse + DiffUploadRequest *GdataDiffUploadRequest + DiffUploadResponse *GdataDiffUploadResponse + DiffVersionResponse *GdataDiffVersionResponse + DownloadParameters *GdataDownloadParameters + Filename string + ForceSendFields []string + Hash string + HashVerified bool + Inline string + IsPotentialRetry bool + Length int64 + Md5Hash string + MediaId string + NullFields []string + ObjectId *GdataObjectId + Path string + ReferenceType string + Sha1Hash string + Sha256Hash string + Timestamp uint64 + Token string + func (s *GdataMedia) MarshalJSON() ([]byte, error) + type GdataObjectId struct + BucketName string + ForceSendFields []string + Generation int64 + NullFields []string + ObjectName string + func (s *GdataObjectId) MarshalJSON() ([]byte, error) + type Job struct + CreateTime string + ExpireTime string + ForceSendFields []string + Id string + Name string + NullFields []string + ReportTypeId string + SystemManaged bool + func (s *Job) MarshalJSON() ([]byte, error) + type JobsCreateCall struct + func (c *JobsCreateCall) Context(ctx context.Context) *JobsCreateCall + func (c *JobsCreateCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *JobsCreateCall) Fields(s ...googleapi.Field) *JobsCreateCall + func (c *JobsCreateCall) Header() http.Header + func (c *JobsCreateCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsCreateCall + type JobsDeleteCall struct + func (c *JobsDeleteCall) Context(ctx context.Context) *JobsDeleteCall + func (c *JobsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *JobsDeleteCall) Fields(s ...googleapi.Field) *JobsDeleteCall + func (c *JobsDeleteCall) Header() http.Header + func (c *JobsDeleteCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsDeleteCall + type JobsGetCall struct + func (c *JobsGetCall) Context(ctx context.Context) *JobsGetCall + func (c *JobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *JobsGetCall) Fields(s ...googleapi.Field) *JobsGetCall + func (c *JobsGetCall) Header() http.Header + func (c *JobsGetCall) IfNoneMatch(entityTag string) *JobsGetCall + func (c *JobsGetCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsGetCall + type JobsListCall struct + func (c *JobsListCall) Context(ctx context.Context) *JobsListCall + func (c *JobsListCall) Do(opts ...googleapi.CallOption) (*ListJobsResponse, error) + func (c *JobsListCall) Fields(s ...googleapi.Field) *JobsListCall + func (c *JobsListCall) Header() http.Header + func (c *JobsListCall) IfNoneMatch(entityTag string) *JobsListCall + func (c *JobsListCall) IncludeSystemManaged(includeSystemManaged bool) *JobsListCall + func (c *JobsListCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsListCall + func (c *JobsListCall) PageSize(pageSize int64) *JobsListCall + func (c *JobsListCall) PageToken(pageToken string) *JobsListCall + func (c *JobsListCall) Pages(ctx context.Context, f func(*ListJobsResponse) error) error + type JobsReportsGetCall struct + func (c *JobsReportsGetCall) Context(ctx context.Context) *JobsReportsGetCall + func (c *JobsReportsGetCall) Do(opts ...googleapi.CallOption) (*Report, error) + func (c *JobsReportsGetCall) Fields(s ...googleapi.Field) *JobsReportsGetCall + func (c *JobsReportsGetCall) Header() http.Header + func (c *JobsReportsGetCall) IfNoneMatch(entityTag string) *JobsReportsGetCall + func (c *JobsReportsGetCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsReportsGetCall + type JobsReportsListCall struct + func (c *JobsReportsListCall) Context(ctx context.Context) *JobsReportsListCall + func (c *JobsReportsListCall) CreatedAfter(createdAfter string) *JobsReportsListCall + func (c *JobsReportsListCall) Do(opts ...googleapi.CallOption) (*ListReportsResponse, error) + func (c *JobsReportsListCall) Fields(s ...googleapi.Field) *JobsReportsListCall + func (c *JobsReportsListCall) Header() http.Header + func (c *JobsReportsListCall) IfNoneMatch(entityTag string) *JobsReportsListCall + func (c *JobsReportsListCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *JobsReportsListCall + func (c *JobsReportsListCall) PageSize(pageSize int64) *JobsReportsListCall + func (c *JobsReportsListCall) PageToken(pageToken string) *JobsReportsListCall + func (c *JobsReportsListCall) Pages(ctx context.Context, f func(*ListReportsResponse) error) error + func (c *JobsReportsListCall) StartTimeAtOrAfter(startTimeAtOrAfter string) *JobsReportsListCall + func (c *JobsReportsListCall) StartTimeBefore(startTimeBefore string) *JobsReportsListCall + type JobsReportsService struct + func NewJobsReportsService(s *Service) *JobsReportsService + func (r *JobsReportsService) Get(jobId string, reportId string) *JobsReportsGetCall + func (r *JobsReportsService) List(jobId string) *JobsReportsListCall + type JobsService struct + Reports *JobsReportsService + func NewJobsService(s *Service) *JobsService + func (r *JobsService) Create(job *Job) *JobsCreateCall + func (r *JobsService) Delete(jobId string) *JobsDeleteCall + func (r *JobsService) Get(jobId string) *JobsGetCall + func (r *JobsService) List() *JobsListCall + type ListJobsResponse struct + ForceSendFields []string + Jobs []*Job + NextPageToken string + NullFields []string + func (s *ListJobsResponse) MarshalJSON() ([]byte, error) + type ListReportTypesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + ReportTypes []*ReportType + func (s *ListReportTypesResponse) MarshalJSON() ([]byte, error) + type ListReportsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Reports []*Report + func (s *ListReportsResponse) MarshalJSON() ([]byte, error) + type MediaDownloadCall struct + func (c *MediaDownloadCall) Context(ctx context.Context) *MediaDownloadCall + func (c *MediaDownloadCall) Do(opts ...googleapi.CallOption) (*GdataMedia, error) + func (c *MediaDownloadCall) Download(opts ...googleapi.CallOption) (*http.Response, error) + func (c *MediaDownloadCall) Fields(s ...googleapi.Field) *MediaDownloadCall + func (c *MediaDownloadCall) Header() http.Header + func (c *MediaDownloadCall) IfNoneMatch(entityTag string) *MediaDownloadCall + type MediaService struct + func NewMediaService(s *Service) *MediaService + func (r *MediaService) Download(resourceName string) *MediaDownloadCall + type Report struct + CreateTime string + DownloadUrl string + EndTime string + ForceSendFields []string + Id string + JobExpireTime string + JobId string + NullFields []string + StartTime string + func (s *Report) MarshalJSON() ([]byte, error) + type ReportType struct + DeprecateTime string + ForceSendFields []string + Id string + Name string + NullFields []string + SystemManaged bool + func (s *ReportType) MarshalJSON() ([]byte, error) + type ReportTypesListCall struct + func (c *ReportTypesListCall) Context(ctx context.Context) *ReportTypesListCall + func (c *ReportTypesListCall) Do(opts ...googleapi.CallOption) (*ListReportTypesResponse, error) + func (c *ReportTypesListCall) Fields(s ...googleapi.Field) *ReportTypesListCall + func (c *ReportTypesListCall) Header() http.Header + func (c *ReportTypesListCall) IfNoneMatch(entityTag string) *ReportTypesListCall + func (c *ReportTypesListCall) IncludeSystemManaged(includeSystemManaged bool) *ReportTypesListCall + func (c *ReportTypesListCall) OnBehalfOfContentOwner(onBehalfOfContentOwner string) *ReportTypesListCall + func (c *ReportTypesListCall) PageSize(pageSize int64) *ReportTypesListCall + func (c *ReportTypesListCall) PageToken(pageToken string) *ReportTypesListCall + func (c *ReportTypesListCall) Pages(ctx context.Context, f func(*ListReportTypesResponse) error) error + type ReportTypesService struct + func NewReportTypesService(s *Service) *ReportTypesService + func (r *ReportTypesService) List() *ReportTypesListCall + type Service struct + BasePath string + Jobs *JobsService + Media *MediaService + ReportTypes *ReportTypesService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)