type google.golang.org/api/storage/v1.ObjectAccessControlsInsertCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L7718: type ObjectAccessControlsInsertCall struct {
storage-gen.go#L7729: func (r *ObjectAccessControlsService) Insert(bucket string, object string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsInsertCall {
storage-gen.go#L7730: c := &ObjectAccessControlsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L7740: func (c *ObjectAccessControlsInsertCall) Generation(generation int64) *ObjectAccessControlsInsertCall {
storage-gen.go#L7748: func (c *ObjectAccessControlsInsertCall) ProvisionalUserProject(provisionalUserProject string) *ObjectAccessControlsInsertCall {
storage-gen.go#L7755: func (c *ObjectAccessControlsInsertCall) UserProject(userProject string) *ObjectAccessControlsInsertCall {
storage-gen.go#L7763: func (c *ObjectAccessControlsInsertCall) Fields(s ...googleapi.Field) *ObjectAccessControlsInsertCall {
storage-gen.go#L7771: func (c *ObjectAccessControlsInsertCall) Context(ctx context.Context) *ObjectAccessControlsInsertCall {
storage-gen.go#L7778: func (c *ObjectAccessControlsInsertCall) Header() http.Header {
storage-gen.go#L7785: func (c *ObjectAccessControlsInsertCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L7821: func (c *ObjectAccessControlsInsertCall) Do(opts ...googleapi.CallOption) (*ObjectAccessControl, error) {
 |
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. |