type google.golang.org/api/storage/v1.DefaultObjectAccessControlsGetCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L5810: type DefaultObjectAccessControlsGetCall struct {
storage-gen.go#L5822: func (r *DefaultObjectAccessControlsService) Get(bucket string, entity string) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5823: c := &DefaultObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L5832: func (c *DefaultObjectAccessControlsGetCall) ProvisionalUserProject(provisionalUserProject string) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5839: func (c *DefaultObjectAccessControlsGetCall) UserProject(userProject string) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5847: func (c *DefaultObjectAccessControlsGetCall) Fields(s ...googleapi.Field) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5857: func (c *DefaultObjectAccessControlsGetCall) IfNoneMatch(entityTag string) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5865: func (c *DefaultObjectAccessControlsGetCall) Context(ctx context.Context) *DefaultObjectAccessControlsGetCall {
storage-gen.go#L5872: func (c *DefaultObjectAccessControlsGetCall) Header() http.Header {
storage-gen.go#L5879: func (c *DefaultObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L5913: func (c *DefaultObjectAccessControlsGetCall) 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. |