type google.golang.org/api/storage/v1.BucketsSetIamPolicyCall
14 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L4930: type BucketsSetIamPolicyCall struct {
storage-gen.go#L4940: func (r *BucketsService) SetIamPolicy(bucket string, policy *Policy) *BucketsSetIamPolicyCall {
storage-gen.go#L4941: c := &BucketsSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
storage-gen.go#L4950: func (c *BucketsSetIamPolicyCall) ProvisionalUserProject(provisionalUserProject string) *BucketsSetIamPolicyCall {
storage-gen.go#L4957: func (c *BucketsSetIamPolicyCall) UserProject(userProject string) *BucketsSetIamPolicyCall {
storage-gen.go#L4965: func (c *BucketsSetIamPolicyCall) Fields(s ...googleapi.Field) *BucketsSetIamPolicyCall {
storage-gen.go#L4973: func (c *BucketsSetIamPolicyCall) Context(ctx context.Context) *BucketsSetIamPolicyCall {
storage-gen.go#L4980: func (c *BucketsSetIamPolicyCall) Header() http.Header {
storage-gen.go#L4987: func (c *BucketsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
storage-gen.go#L5022: func (c *BucketsSetIamPolicyCall) 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. |