type google.golang.org/api/storage/v1.BucketsGetIamPolicyCall

18 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3763: type BucketsGetIamPolicyCall struct {
		storage-gen.go#L3773: func (r *BucketsService) GetIamPolicy(bucket string) *BucketsGetIamPolicyCall {
		storage-gen.go#L3774: 	c := &BucketsGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L3784: func (c *BucketsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *BucketsGetIamPolicyCall {
		storage-gen.go#L3792: func (c *BucketsGetIamPolicyCall) ProvisionalUserProject(provisionalUserProject string) *BucketsGetIamPolicyCall {
		storage-gen.go#L3799: func (c *BucketsGetIamPolicyCall) UserProject(userProject string) *BucketsGetIamPolicyCall {
		storage-gen.go#L3807: func (c *BucketsGetIamPolicyCall) Fields(s ...googleapi.Field) *BucketsGetIamPolicyCall {
		storage-gen.go#L3817: func (c *BucketsGetIamPolicyCall) IfNoneMatch(entityTag string) *BucketsGetIamPolicyCall {
		storage-gen.go#L3825: func (c *BucketsGetIamPolicyCall) Context(ctx context.Context) *BucketsGetIamPolicyCall {
		storage-gen.go#L3832: func (c *BucketsGetIamPolicyCall) Header() http.Header {
		storage-gen.go#L3839: func (c *BucketsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) {
		storage-gen.go#L3872: func (c *BucketsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {