type google.golang.org/api/storage/v1.ObjectsService
17 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L167: Objects *ObjectsService
storage-gen.go#L233: func NewObjectsService(s *Service) *ObjectsService {
storage-gen.go#L234: rs := &ObjectsService{s: s}
storage-gen.go#L238: type ObjectsService struct {
storage-gen.go#L8506: func (r *ObjectsService) Compose(destinationBucket string, destinationObject string, composerequest *ComposeRequest) *ObjectsComposeCall {
storage-gen.go#L8768: func (r *ObjectsService) Copy(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsCopyCall {
storage-gen.go#L9180: func (r *ObjectsService) Delete(bucket string, object string) *ObjectsDeleteCall {
storage-gen.go#L9392: func (r *ObjectsService) Get(bucket string, object string) *ObjectsGetCall {
storage-gen.go#L9689: func (r *ObjectsService) GetIamPolicy(bucket string, object string) *ObjectsGetIamPolicyCall {
storage-gen.go#L9884: func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall {
storage-gen.go#L10306: func (r *ObjectsService) List(bucket string) *ObjectsListCall {
storage-gen.go#L10638: func (r *ObjectsService) Patch(bucket string, object string, object2 *Object) *ObjectsPatchCall {
storage-gen.go#L10954: func (r *ObjectsService) Rewrite(sourceBucket string, sourceObject string, destinationBucket string, destinationObject string, object *Object) *ObjectsRewriteCall {
storage-gen.go#L11400: func (r *ObjectsService) SetIamPolicy(bucket string, object string, policy *Policy) *ObjectsSetIamPolicyCall {
storage-gen.go#L11590: func (r *ObjectsService) TestIamPermissions(bucket string, object string, permissions []string) *ObjectsTestIamPermissionsCall {
storage-gen.go#L11794: func (r *ObjectsService) Update(bucket string, object string, object2 *Object) *ObjectsUpdateCall {
storage-gen.go#L12106: func (r *ObjectsService) WatchAll(bucket string, channel *Channel) *ObjectsWatchAllCall {
 |
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. |