type google.golang.org/api/storage/v1.ObjectAccessControlsGetCall
18 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L7515: type ObjectAccessControlsGetCall struct {
storage-gen.go#L7528: func (r *ObjectAccessControlsService) Get(bucket string, object string, entity string) *ObjectAccessControlsGetCall {
storage-gen.go#L7529: c := &ObjectAccessControlsGetCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L7539: func (c *ObjectAccessControlsGetCall) Generation(generation int64) *ObjectAccessControlsGetCall {
storage-gen.go#L7547: func (c *ObjectAccessControlsGetCall) ProvisionalUserProject(provisionalUserProject string) *ObjectAccessControlsGetCall {
storage-gen.go#L7554: func (c *ObjectAccessControlsGetCall) UserProject(userProject string) *ObjectAccessControlsGetCall {
storage-gen.go#L7562: func (c *ObjectAccessControlsGetCall) Fields(s ...googleapi.Field) *ObjectAccessControlsGetCall {
storage-gen.go#L7572: func (c *ObjectAccessControlsGetCall) IfNoneMatch(entityTag string) *ObjectAccessControlsGetCall {
storage-gen.go#L7580: func (c *ObjectAccessControlsGetCall) Context(ctx context.Context) *ObjectAccessControlsGetCall {
storage-gen.go#L7587: func (c *ObjectAccessControlsGetCall) Header() http.Header {
storage-gen.go#L7594: func (c *ObjectAccessControlsGetCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L7629: func (c *ObjectAccessControlsGetCall) 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. |