google.golang.org/api/storage/v1.BucketsGetIamPolicyCall.OptionsRequestedPolicyVersion (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L3784: func (c *BucketsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *BucketsGetIamPolicyCall {

	cloud.google.com/go/storage
		iam.go#L49: 	call := c.raw.Buckets.GetIamPolicy(resource).OptionsRequestedPolicyVersion(int64(requestedPolicyVersion))