Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const DevstorageFullControlScope + const DevstorageReadOnlyScope + const DevstorageReadWriteScope + type Bucket struct + Acl []*BucketAccessControl + Cors []*BucketCors + DefaultObjectAcl []*ObjectAccessControl + Etag string + ForceSendFields []string + Id string + Kind string + Lifecycle *BucketLifecycle + Location string + Logging *BucketLogging + Metageneration int64 + Name string + NullFields []string + Owner *BucketOwner + SelfLink string + StorageClass string + TimeCreated string + Versioning *BucketVersioning + Website *BucketWebsite + func (s *Bucket) MarshalJSON() ([]byte, error) + type BucketAccessControl struct + Bucket string + Domain string + Email string + Entity string + EntityId string + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + Role string + SelfLink string + func (s *BucketAccessControl) MarshalJSON() ([]byte, error) + type BucketAccessControls struct + ForceSendFields []string + Items []*BucketAccessControl + Kind string + NullFields []string + func (s *BucketAccessControls) MarshalJSON() ([]byte, error) + type BucketAccessControlsDeleteCall struct + func (c *BucketAccessControlsDeleteCall) Context(ctx context.Context) *BucketAccessControlsDeleteCall + func (c *BucketAccessControlsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *BucketAccessControlsDeleteCall) Fields(s ...googleapi.Field) *BucketAccessControlsDeleteCall + func (c *BucketAccessControlsDeleteCall) Header() http.Header + type BucketAccessControlsGetCall struct + func (c *BucketAccessControlsGetCall) Context(ctx context.Context) *BucketAccessControlsGetCall + func (c *BucketAccessControlsGetCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error) + func (c *BucketAccessControlsGetCall) Fields(s ...googleapi.Field) *BucketAccessControlsGetCall + func (c *BucketAccessControlsGetCall) Header() http.Header + func (c *BucketAccessControlsGetCall) IfNoneMatch(entityTag string) *BucketAccessControlsGetCall + type BucketAccessControlsInsertCall struct + func (c *BucketAccessControlsInsertCall) Context(ctx context.Context) *BucketAccessControlsInsertCall + func (c *BucketAccessControlsInsertCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error) + func (c *BucketAccessControlsInsertCall) Fields(s ...googleapi.Field) *BucketAccessControlsInsertCall + func (c *BucketAccessControlsInsertCall) Header() http.Header + type BucketAccessControlsListCall struct + func (c *BucketAccessControlsListCall) Context(ctx context.Context) *BucketAccessControlsListCall + func (c *BucketAccessControlsListCall) Do(opts ...googleapi.CallOption) (*BucketAccessControls, error) + func (c *BucketAccessControlsListCall) Fields(s ...googleapi.Field) *BucketAccessControlsListCall + func (c *BucketAccessControlsListCall) Header() http.Header + func (c *BucketAccessControlsListCall) IfNoneMatch(entityTag string) *BucketAccessControlsListCall + type BucketAccessControlsPatchCall struct + func (c *BucketAccessControlsPatchCall) Context(ctx context.Context) *BucketAccessControlsPatchCall + func (c *BucketAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error) + func (c *BucketAccessControlsPatchCall) Fields(s ...googleapi.Field) *BucketAccessControlsPatchCall + func (c *BucketAccessControlsPatchCall) Header() http.Header + type BucketAccessControlsService struct + func NewBucketAccessControlsService(s *Service) *BucketAccessControlsService + func (r *BucketAccessControlsService) Delete(bucket string, entity string) *BucketAccessControlsDeleteCall + func (r *BucketAccessControlsService) Get(bucket string, entity string) *BucketAccessControlsGetCall + func (r *BucketAccessControlsService) Insert(bucket string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsInsertCall + func (r *BucketAccessControlsService) List(bucket string) *BucketAccessControlsListCall + func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall + func (r *BucketAccessControlsService) Update(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsUpdateCall + type BucketAccessControlsUpdateCall struct + func (c *BucketAccessControlsUpdateCall) Context(ctx context.Context) *BucketAccessControlsUpdateCall + func (c *BucketAccessControlsUpdateCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error) + func (c *BucketAccessControlsUpdateCall) Fields(s ...googleapi.Field) *BucketAccessControlsUpdateCall + func (c *BucketAccessControlsUpdateCall) Header() http.Header + type BucketCors struct + ForceSendFields []string + MaxAgeSeconds int64 + Method []string + NullFields []string + Origin []string + ResponseHeader []string + func (s *BucketCors) MarshalJSON() ([]byte, error) + type BucketLifecycle struct + ForceSendFields []string + NullFields []string + Rule []*BucketLifecycleRule + func (s *BucketLifecycle) MarshalJSON() ([]byte, error) + type BucketLifecycleRule struct + Action *BucketLifecycleRuleAction + Condition *BucketLifecycleRuleCondition + ForceSendFields []string + NullFields []string + func (s *BucketLifecycleRule) MarshalJSON() ([]byte, error) + type BucketLifecycleRuleAction struct + ForceSendFields []string + NullFields []string + Type string + func (s *BucketLifecycleRuleAction) MarshalJSON() ([]byte, error) + type BucketLifecycleRuleCondition struct + Age int64 + CreatedBefore string + ForceSendFields []string + IsLive *bool + NullFields []string + NumNewerVersions int64 + func (s *BucketLifecycleRuleCondition) MarshalJSON() ([]byte, error) + type BucketLogging struct + ForceSendFields []string + LogBucket string + LogObjectPrefix string + NullFields []string + func (s *BucketLogging) MarshalJSON() ([]byte, error) + type BucketOwner struct + Entity string + EntityId string + ForceSendFields []string + NullFields []string + func (s *BucketOwner) MarshalJSON() ([]byte, error) + type BucketVersioning struct + Enabled bool + ForceSendFields []string + NullFields []string + func (s *BucketVersioning) MarshalJSON() ([]byte, error) + type BucketWebsite struct + ForceSendFields []string + MainPageSuffix string + NotFoundPage string + NullFields []string + func (s *BucketWebsite) MarshalJSON() ([]byte, error) + type Buckets struct + ForceSendFields []string + Items []*Bucket + Kind string + NextPageToken string + NullFields []string + func (s *Buckets) MarshalJSON() ([]byte, error) + type BucketsDeleteCall struct + func (c *BucketsDeleteCall) Context(ctx context.Context) *BucketsDeleteCall + func (c *BucketsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *BucketsDeleteCall) Fields(s ...googleapi.Field) *BucketsDeleteCall + func (c *BucketsDeleteCall) Header() http.Header + func (c *BucketsDeleteCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *BucketsDeleteCall + func (c *BucketsDeleteCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *BucketsDeleteCall + type BucketsGetCall struct + func (c *BucketsGetCall) Context(ctx context.Context) *BucketsGetCall + func (c *BucketsGetCall) Do(opts ...googleapi.CallOption) (*Bucket, error) + func (c *BucketsGetCall) Fields(s ...googleapi.Field) *BucketsGetCall + func (c *BucketsGetCall) Header() http.Header + func (c *BucketsGetCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *BucketsGetCall + func (c *BucketsGetCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *BucketsGetCall + func (c *BucketsGetCall) IfNoneMatch(entityTag string) *BucketsGetCall + func (c *BucketsGetCall) Projection(projection string) *BucketsGetCall + type BucketsInsertCall struct + func (c *BucketsInsertCall) Context(ctx context.Context) *BucketsInsertCall + func (c *BucketsInsertCall) Do(opts ...googleapi.CallOption) (*Bucket, error) + func (c *BucketsInsertCall) Fields(s ...googleapi.Field) *BucketsInsertCall + func (c *BucketsInsertCall) Header() http.Header + func (c *BucketsInsertCall) Projection(projection string) *BucketsInsertCall + type BucketsListCall struct + func (c *BucketsListCall) Context(ctx context.Context) *BucketsListCall + func (c *BucketsListCall) Do(opts ...googleapi.CallOption) (*Buckets, error) + func (c *BucketsListCall) Fields(s ...googleapi.Field) *BucketsListCall + func (c *BucketsListCall) Header() http.Header + func (c *BucketsListCall) IfNoneMatch(entityTag string) *BucketsListCall + func (c *BucketsListCall) MaxResults(maxResults int64) *BucketsListCall + func (c *BucketsListCall) PageToken(pageToken string) *BucketsListCall + func (c *BucketsListCall) Pages(ctx context.Context, f func(*Buckets) error) error + func (c *BucketsListCall) Projection(projection string) *BucketsListCall + type BucketsPatchCall struct + func (c *BucketsPatchCall) Context(ctx context.Context) *BucketsPatchCall + func (c *BucketsPatchCall) Do(opts ...googleapi.CallOption) (*Bucket, error) + func (c *BucketsPatchCall) Fields(s ...googleapi.Field) *BucketsPatchCall + func (c *BucketsPatchCall) Header() http.Header + func (c *BucketsPatchCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *BucketsPatchCall + func (c *BucketsPatchCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *BucketsPatchCall + func (c *BucketsPatchCall) Projection(projection string) *BucketsPatchCall + type BucketsService struct + func NewBucketsService(s *Service) *BucketsService + func (r *BucketsService) Delete(bucket string) *BucketsDeleteCall + func (r *BucketsService) Get(bucket string) *BucketsGetCall + func (r *BucketsService) Insert(projectid string, bucket *Bucket) *BucketsInsertCall + func (r *BucketsService) List(projectid string) *BucketsListCall + func (r *BucketsService) Patch(bucket string, bucket2 *Bucket) *BucketsPatchCall + func (r *BucketsService) Update(bucket string, bucket2 *Bucket) *BucketsUpdateCall + type BucketsUpdateCall struct + func (c *BucketsUpdateCall) Context(ctx context.Context) *BucketsUpdateCall + func (c *BucketsUpdateCall) Do(opts ...googleapi.CallOption) (*Bucket, error) + func (c *BucketsUpdateCall) Fields(s ...googleapi.Field) *BucketsUpdateCall + func (c *BucketsUpdateCall) Header() http.Header + func (c *BucketsUpdateCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *BucketsUpdateCall + func (c *BucketsUpdateCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *BucketsUpdateCall + func (c *BucketsUpdateCall) Projection(projection string) *BucketsUpdateCall + type Channel struct + Address string + Expiration int64 + ForceSendFields []string + Id string + Kind string + NullFields []string + Params map[string]string + Payload bool + ResourceId string + ResourceUri string + Token string + Type string + func (s *Channel) MarshalJSON() ([]byte, error) + type ChannelsService struct + func NewChannelsService(s *Service) *ChannelsService + func (r *ChannelsService) Stop(channel *Channel) *ChannelsStopCall + type ChannelsStopCall struct + func (c *ChannelsStopCall) Context(ctx context.Context) *ChannelsStopCall + func (c *ChannelsStopCall) Do(opts ...googleapi.CallOption) error + func (c *ChannelsStopCall) Fields(s ...googleapi.Field) *ChannelsStopCall + func (c *ChannelsStopCall) Header() http.Header + type ComposeRequest struct + Destination *Object + ForceSendFields []string + Kind string + NullFields []string + SourceObjects []*ComposeRequestSourceObjects + func (s *ComposeRequest) MarshalJSON() ([]byte, error) + type ComposeRequestSourceObjects struct + ForceSendFields []string + Generation int64 + Name string + NullFields []string + ObjectPreconditions *ComposeRequestSourceObjectsObjectPreconditions + func (s *ComposeRequestSourceObjects) MarshalJSON() ([]byte, error) + type ComposeRequestSourceObjectsObjectPreconditions struct + ForceSendFields []string + IfGenerationMatch int64 + NullFields []string + func (s *ComposeRequestSourceObjectsObjectPreconditions) MarshalJSON() ([]byte, error) + type DefaultObjectAccessControlsDeleteCall struct + func (c *DefaultObjectAccessControlsDeleteCall) Context(ctx context.Context) *DefaultObjectAccessControlsDeleteCall + func (c *DefaultObjectAccessControlsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *DefaultObjectAccessControlsDeleteCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsDeleteCall + func (c *DefaultObjectAccessControlsDeleteCall) Header() http.Header + type DefaultObjectAccessControlsGetCall struct + func (c *DefaultObjectAccessControlsGetCall) Context(ctx context.Context) *DefaultObjectAccessControlsGetCall + func (c *DefaultObjectAccessControlsGetCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *DefaultObjectAccessControlsGetCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsGetCall + func (c *DefaultObjectAccessControlsGetCall) Header() http.Header + func (c *DefaultObjectAccessControlsGetCall) IfNoneMatch(entityTag string) *DefaultObjectAccessControlsGetCall + type DefaultObjectAccessControlsInsertCall struct + func (c *DefaultObjectAccessControlsInsertCall) Context(ctx context.Context) *DefaultObjectAccessControlsInsertCall + func (c *DefaultObjectAccessControlsInsertCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *DefaultObjectAccessControlsInsertCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsInsertCall + func (c *DefaultObjectAccessControlsInsertCall) Header() http.Header + type DefaultObjectAccessControlsListCall struct + func (c *DefaultObjectAccessControlsListCall) Context(ctx context.Context) *DefaultObjectAccessControlsListCall + func (c *DefaultObjectAccessControlsListCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControls, error) + func (c *DefaultObjectAccessControlsListCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsListCall + func (c *DefaultObjectAccessControlsListCall) Header() http.Header + func (c *DefaultObjectAccessControlsListCall) IfMetagenerationMatch(ifMetagenerationMatch int64) *DefaultObjectAccessControlsListCall + func (c *DefaultObjectAccessControlsListCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch int64) *DefaultObjectAccessControlsListCall + func (c *DefaultObjectAccessControlsListCall) IfNoneMatch(entityTag string) *DefaultObjectAccessControlsListCall + type DefaultObjectAccessControlsPatchCall struct + func (c *DefaultObjectAccessControlsPatchCall) Context(ctx context.Context) *DefaultObjectAccessControlsPatchCall + func (c *DefaultObjectAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *DefaultObjectAccessControlsPatchCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsPatchCall + func (c *DefaultObjectAccessControlsPatchCall) Header() http.Header + type DefaultObjectAccessControlsService struct + func NewDefaultObjectAccessControlsService(s *Service) *DefaultObjectAccessControlsService + func (r *DefaultObjectAccessControlsService) Delete(bucket string, entity string) *DefaultObjectAccessControlsDeleteCall + func (r *DefaultObjectAccessControlsService) Get(bucket string, entity string) *DefaultObjectAccessControlsGetCall + func (r *DefaultObjectAccessControlsService) Insert(bucket string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsInsertCall + func (r *DefaultObjectAccessControlsService) List(bucket string) *DefaultObjectAccessControlsListCall + func (r *DefaultObjectAccessControlsService) Patch(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsPatchCall + func (r *DefaultObjectAccessControlsService) Update(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsUpdateCall + type DefaultObjectAccessControlsUpdateCall struct + func (c *DefaultObjectAccessControlsUpdateCall) Context(ctx context.Context) *DefaultObjectAccessControlsUpdateCall + func (c *DefaultObjectAccessControlsUpdateCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *DefaultObjectAccessControlsUpdateCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsUpdateCall + func (c *DefaultObjectAccessControlsUpdateCall) Header() http.Header + type Object struct + Acl []*ObjectAccessControl + Bucket string + CacheControl string + ComponentCount int64 + ContentDisposition string + ContentEncoding string + ContentLanguage string + ContentType string + Crc32c string + Etag string + ForceSendFields []string + Generation int64 + Id string + Kind string + Md5Hash string + MediaLink string + Metadata map[string]string + Metageneration int64 + Name string + NullFields []string + Owner *ObjectOwner + SelfLink string + Size uint64 + StorageClass string + TimeDeleted string + Updated string + func (s *Object) MarshalJSON() ([]byte, error) + type ObjectAccessControl struct + Bucket string + Domain string + Email string + Entity string + EntityId string + Etag string + ForceSendFields []string + Generation int64 + Id string + Kind string + NullFields []string + Object string + Role string + SelfLink string + func (s *ObjectAccessControl) MarshalJSON() ([]byte, error) + type ObjectAccessControls struct + ForceSendFields []string + Items []interface{} + Kind string + NullFields []string + func (s *ObjectAccessControls) MarshalJSON() ([]byte, error) + type ObjectAccessControlsDeleteCall struct + func (c *ObjectAccessControlsDeleteCall) Context(ctx context.Context) *ObjectAccessControlsDeleteCall + func (c *ObjectAccessControlsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ObjectAccessControlsDeleteCall) Fields(s ...googleapi.Field) *ObjectAccessControlsDeleteCall + func (c *ObjectAccessControlsDeleteCall) Generation(generation uint64) *ObjectAccessControlsDeleteCall + func (c *ObjectAccessControlsDeleteCall) Header() http.Header + type ObjectAccessControlsGetCall struct + func (c *ObjectAccessControlsGetCall) Context(ctx context.Context) *ObjectAccessControlsGetCall + func (c *ObjectAccessControlsGetCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *ObjectAccessControlsGetCall) Fields(s ...googleapi.Field) *ObjectAccessControlsGetCall + func (c *ObjectAccessControlsGetCall) Generation(generation uint64) *ObjectAccessControlsGetCall + func (c *ObjectAccessControlsGetCall) Header() http.Header + func (c *ObjectAccessControlsGetCall) IfNoneMatch(entityTag string) *ObjectAccessControlsGetCall + type ObjectAccessControlsInsertCall struct + func (c *ObjectAccessControlsInsertCall) Context(ctx context.Context) *ObjectAccessControlsInsertCall + func (c *ObjectAccessControlsInsertCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *ObjectAccessControlsInsertCall) Fields(s ...googleapi.Field) *ObjectAccessControlsInsertCall + func (c *ObjectAccessControlsInsertCall) Generation(generation uint64) *ObjectAccessControlsInsertCall + func (c *ObjectAccessControlsInsertCall) Header() http.Header + type ObjectAccessControlsListCall struct + func (c *ObjectAccessControlsListCall) Context(ctx context.Context) *ObjectAccessControlsListCall + func (c *ObjectAccessControlsListCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControls, error) + func (c *ObjectAccessControlsListCall) Fields(s ...googleapi.Field) *ObjectAccessControlsListCall + func (c *ObjectAccessControlsListCall) Generation(generation uint64) *ObjectAccessControlsListCall + func (c *ObjectAccessControlsListCall) Header() http.Header + func (c *ObjectAccessControlsListCall) IfNoneMatch(entityTag string) *ObjectAccessControlsListCall + type ObjectAccessControlsPatchCall struct + func (c *ObjectAccessControlsPatchCall) Context(ctx context.Context) *ObjectAccessControlsPatchCall + func (c *ObjectAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *ObjectAccessControlsPatchCall) Fields(s ...googleapi.Field) *ObjectAccessControlsPatchCall + func (c *ObjectAccessControlsPatchCall) Generation(generation uint64) *ObjectAccessControlsPatchCall + func (c *ObjectAccessControlsPatchCall) Header() http.Header + type ObjectAccessControlsService struct + func NewObjectAccessControlsService(s *Service) *ObjectAccessControlsService + func (r *ObjectAccessControlsService) Delete(bucket string, object string, entity string) *ObjectAccessControlsDeleteCall + func (r *ObjectAccessControlsService) Get(bucket string, object string, entity string) *ObjectAccessControlsGetCall + func (r *ObjectAccessControlsService) Insert(bucket string, object string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsInsertCall + func (r *ObjectAccessControlsService) List(bucket string, object string) *ObjectAccessControlsListCall + func (r *ObjectAccessControlsService) Patch(bucket string, object string, entity string, ...) *ObjectAccessControlsPatchCall + func (r *ObjectAccessControlsService) Update(bucket string, object string, entity string, ...) *ObjectAccessControlsUpdateCall + type ObjectAccessControlsUpdateCall struct + func (c *ObjectAccessControlsUpdateCall) Context(ctx context.Context) *ObjectAccessControlsUpdateCall + func (c *ObjectAccessControlsUpdateCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) + func (c *ObjectAccessControlsUpdateCall) Fields(s ...googleapi.Field) *ObjectAccessControlsUpdateCall + func (c *ObjectAccessControlsUpdateCall) Generation(generation uint64) *ObjectAccessControlsUpdateCall + func (c *ObjectAccessControlsUpdateCall) Header() http.Header + type ObjectOwner struct + Entity string + EntityId string + ForceSendFields []string + NullFields []string + func (s *ObjectOwner) MarshalJSON() ([]byte, error) + type Objects struct + ForceSendFields []string + Items []*Object + Kind string + NextPageToken string + NullFields []string + Prefixes []string + func (s *Objects) MarshalJSON() ([]byte, error) + type ObjectsComposeCall struct + func (c *ObjectsComposeCall) Context(ctx context.Context) *ObjectsComposeCall + func (c *ObjectsComposeCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsComposeCall) Download(opts ...googleapi.CallOption) (*http.Response, error) + func (c *ObjectsComposeCall) Fields(s ...googleapi.Field) *ObjectsComposeCall + func (c *ObjectsComposeCall) Header() http.Header + func (c *ObjectsComposeCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsComposeCall + func (c *ObjectsComposeCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsComposeCall + type ObjectsCopyCall struct + func (c *ObjectsCopyCall) Context(ctx context.Context) *ObjectsCopyCall + func (c *ObjectsCopyCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsCopyCall) Download(opts ...googleapi.CallOption) (*http.Response, error) + func (c *ObjectsCopyCall) Fields(s ...googleapi.Field) *ObjectsCopyCall + func (c *ObjectsCopyCall) Header() http.Header + func (c *ObjectsCopyCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfSourceGenerationMatch(ifSourceGenerationMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfSourceGenerationNotMatch(ifSourceGenerationNotMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfSourceMetagenerationMatch(ifSourceMetagenerationMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) IfSourceMetagenerationNotMatch(ifSourceMetagenerationNotMatch uint64) *ObjectsCopyCall + func (c *ObjectsCopyCall) Projection(projection string) *ObjectsCopyCall + func (c *ObjectsCopyCall) SourceGeneration(sourceGeneration uint64) *ObjectsCopyCall + type ObjectsDeleteCall struct + func (c *ObjectsDeleteCall) Context(ctx context.Context) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ObjectsDeleteCall) Fields(s ...googleapi.Field) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) Generation(generation uint64) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) Header() http.Header + func (c *ObjectsDeleteCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsDeleteCall + func (c *ObjectsDeleteCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsDeleteCall + type ObjectsGetCall struct + func (c *ObjectsGetCall) Context(ctx context.Context) *ObjectsGetCall + func (c *ObjectsGetCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsGetCall) Download(opts ...googleapi.CallOption) (*http.Response, error) + func (c *ObjectsGetCall) Fields(s ...googleapi.Field) *ObjectsGetCall + func (c *ObjectsGetCall) Generation(generation uint64) *ObjectsGetCall + func (c *ObjectsGetCall) Header() http.Header + func (c *ObjectsGetCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsGetCall + func (c *ObjectsGetCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsGetCall + func (c *ObjectsGetCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsGetCall + func (c *ObjectsGetCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsGetCall + func (c *ObjectsGetCall) IfNoneMatch(entityTag string) *ObjectsGetCall + func (c *ObjectsGetCall) Projection(projection string) *ObjectsGetCall + type ObjectsInsertCall struct + func (c *ObjectsInsertCall) Context(ctx context.Context) *ObjectsInsertCall + func (c *ObjectsInsertCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsInsertCall) Fields(s ...googleapi.Field) *ObjectsInsertCall + func (c *ObjectsInsertCall) Header() http.Header + func (c *ObjectsInsertCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsInsertCall + func (c *ObjectsInsertCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsInsertCall + func (c *ObjectsInsertCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsInsertCall + func (c *ObjectsInsertCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsInsertCall + func (c *ObjectsInsertCall) Media(r io.Reader, options ...googleapi.MediaOption) *ObjectsInsertCall + func (c *ObjectsInsertCall) Name(name string) *ObjectsInsertCall + func (c *ObjectsInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *ObjectsInsertCall + func (c *ObjectsInsertCall) Projection(projection string) *ObjectsInsertCall + func (c *ObjectsInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *ObjectsInsertCall + type ObjectsListCall struct + func (c *ObjectsListCall) Context(ctx context.Context) *ObjectsListCall + func (c *ObjectsListCall) Delimiter(delimiter string) *ObjectsListCall + func (c *ObjectsListCall) Do(opts ...googleapi.CallOption) (*Objects, error) + func (c *ObjectsListCall) Fields(s ...googleapi.Field) *ObjectsListCall + func (c *ObjectsListCall) Header() http.Header + func (c *ObjectsListCall) IfNoneMatch(entityTag string) *ObjectsListCall + func (c *ObjectsListCall) MaxResults(maxResults int64) *ObjectsListCall + func (c *ObjectsListCall) PageToken(pageToken string) *ObjectsListCall + func (c *ObjectsListCall) Pages(ctx context.Context, f func(*Objects) error) error + func (c *ObjectsListCall) Prefix(prefix string) *ObjectsListCall + func (c *ObjectsListCall) Projection(projection string) *ObjectsListCall + func (c *ObjectsListCall) Versions(versions bool) *ObjectsListCall + type ObjectsPatchCall struct + func (c *ObjectsPatchCall) Context(ctx context.Context) *ObjectsPatchCall + func (c *ObjectsPatchCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsPatchCall) Fields(s ...googleapi.Field) *ObjectsPatchCall + func (c *ObjectsPatchCall) Generation(generation uint64) *ObjectsPatchCall + func (c *ObjectsPatchCall) Header() http.Header + func (c *ObjectsPatchCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsPatchCall + func (c *ObjectsPatchCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsPatchCall + func (c *ObjectsPatchCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsPatchCall + func (c *ObjectsPatchCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsPatchCall + func (c *ObjectsPatchCall) Projection(projection string) *ObjectsPatchCall + type ObjectsService struct + func NewObjectsService(s *Service) *ObjectsService + func (r *ObjectsService) Compose(destinationBucket string, destinationObject string, ...) *ObjectsComposeCall + func (r *ObjectsService) Copy(sourceBucket string, sourceObject string, destinationBucket string, ...) *ObjectsCopyCall + func (r *ObjectsService) Delete(bucket string, object string) *ObjectsDeleteCall + func (r *ObjectsService) Get(bucket string, object string) *ObjectsGetCall + func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall + func (r *ObjectsService) List(bucket string) *ObjectsListCall + func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall + func (r *ObjectsService) Update(bucket string, object string, object2 *Object) *ObjectsUpdateCall + func (r *ObjectsService) WatchAll(bucket string, channel *Channel) *ObjectsWatchAllCall + type ObjectsUpdateCall struct + func (c *ObjectsUpdateCall) Context(ctx context.Context) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) Do(opts ...googleapi.CallOption) (*Object, error) + func (c *ObjectsUpdateCall) Download(opts ...googleapi.CallOption) (*http.Response, error) + func (c *ObjectsUpdateCall) Fields(s ...googleapi.Field) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) Generation(generation uint64) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) Header() http.Header + func (c *ObjectsUpdateCall) IfGenerationMatch(ifGenerationMatch uint64) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) IfGenerationNotMatch(ifGenerationNotMatch uint64) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) IfMetagenerationMatch(ifMetagenerationMatch uint64) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) IfMetagenerationNotMatch(ifMetagenerationNotMatch uint64) *ObjectsUpdateCall + func (c *ObjectsUpdateCall) Projection(projection string) *ObjectsUpdateCall + type ObjectsWatchAllCall struct + func (c *ObjectsWatchAllCall) Context(ctx context.Context) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Delimiter(delimiter string) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *ObjectsWatchAllCall) Fields(s ...googleapi.Field) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Header() http.Header + func (c *ObjectsWatchAllCall) MaxResults(maxResults int64) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) PageToken(pageToken string) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Prefix(prefix string) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Projection(projection string) *ObjectsWatchAllCall + func (c *ObjectsWatchAllCall) Versions(versions bool) *ObjectsWatchAllCall + type Service struct + BasePath string + BucketAccessControls *BucketAccessControlsService + Buckets *BucketsService + Channels *ChannelsService + DefaultObjectAccessControls *DefaultObjectAccessControlsService + ObjectAccessControls *ObjectAccessControlsService + Objects *ObjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)