type cloud.google.com/go/storage.ObjectHandle
29 uses
cloud.google.com/go/storage (current package)
bucket.go#L138: func (b *BucketHandle) Object(name string) *ObjectHandle {
bucket.go#L139: return &ObjectHandle{
copy.go#L32: func (dst *ObjectHandle) CopierFrom(src *ObjectHandle) *Copier {
copy.go#L72: dst, src *ObjectHandle
copy.go#L156: func (dst *ObjectHandle) ComposerFrom(srcs ...*ObjectHandle) *Composer {
copy.go#L176: dst *ObjectHandle
copy.go#L177: srcs []*ObjectHandle
reader.go#L80: func (o *ObjectHandle) NewReader(ctx context.Context) (*Reader, error) {
reader.go#L94: func (o *ObjectHandle) NewRangeReader(ctx context.Context, offset, length int64) (r *Reader, err error) {
storage.go#L735: type ObjectHandle struct {
storage.go#L750: func (o *ObjectHandle) ACL() *ACLHandle {
storage.go#L759: func (o *ObjectHandle) Generation(gen int64) *ObjectHandle {
storage.go#L770: func (o *ObjectHandle) If(conds Conditions) *ObjectHandle {
storage.go#L781: func (o *ObjectHandle) Key(encryptionKey []byte) *ObjectHandle {
storage.go#L789: func (o *ObjectHandle) Attrs(ctx context.Context) (attrs *ObjectAttrs, err error) {
storage.go#L821: func (o *ObjectHandle) Update(ctx context.Context, uattrs ObjectAttrsToUpdate) (oa *ObjectAttrs, err error) {
storage.go#L915: func (o *ObjectHandle) BucketName() string {
storage.go#L920: func (o *ObjectHandle) ObjectName() string {
storage.go#L952: func (o *ObjectHandle) Delete(ctx context.Context) error {
storage.go#L978: func (o *ObjectHandle) ReadCompressed(compressed bool) *ObjectHandle {
storage.go#L999: func (o *ObjectHandle) NewWriter(ctx context.Context) *Writer {
storage.go#L1009: func (o *ObjectHandle) validate() error {
writer.go#L77: o *ObjectHandle
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |