type google.golang.org/api/storage/v1.ObjectsSetIamPolicyCall
16 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L11389: type ObjectsSetIamPolicyCall struct {
storage-gen.go#L11400: func (r *ObjectsService) SetIamPolicy(bucket string, object string, policy *Policy) *ObjectsSetIamPolicyCall {
storage-gen.go#L11401: c := &ObjectsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L11411: func (c *ObjectsSetIamPolicyCall) Generation(generation int64) *ObjectsSetIamPolicyCall {
storage-gen.go#L11419: func (c *ObjectsSetIamPolicyCall) ProvisionalUserProject(provisionalUserProject string) *ObjectsSetIamPolicyCall {
storage-gen.go#L11426: func (c *ObjectsSetIamPolicyCall) UserProject(userProject string) *ObjectsSetIamPolicyCall {
storage-gen.go#L11434: func (c *ObjectsSetIamPolicyCall) Fields(s ...googleapi.Field) *ObjectsSetIamPolicyCall {
storage-gen.go#L11442: func (c *ObjectsSetIamPolicyCall) Context(ctx context.Context) *ObjectsSetIamPolicyCall {
storage-gen.go#L11449: func (c *ObjectsSetIamPolicyCall) Header() http.Header {
storage-gen.go#L11456: func (c *ObjectsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L11492: func (c *ObjectsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, 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. |