type google.golang.org/api/storage/v1.Policy
19 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L2102: type Policy struct {
storage-gen.go#L2147: func (s *Policy) MarshalJSON() ([]byte, error) {
storage-gen.go#L2148: type NoMethod Policy
storage-gen.go#L3872: func (c *BucketsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {
storage-gen.go#L3891: ret := &Policy{
storage-gen.go#L4933: policy *Policy
storage-gen.go#L4940: func (r *BucketsService) SetIamPolicy(bucket string, policy *Policy) *BucketsSetIamPolicyCall {
storage-gen.go#L5022: func (c *BucketsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {
storage-gen.go#L5041: ret := &Policy{
storage-gen.go#L9788: func (c *ObjectsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {
storage-gen.go#L9807: ret := &Policy{
storage-gen.go#L11393: policy *Policy
storage-gen.go#L11400: func (r *ObjectsService) SetIamPolicy(bucket string, object string, policy *Policy) *ObjectsSetIamPolicyCall {
storage-gen.go#L11492: func (c *ObjectsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) {
storage-gen.go#L11511: ret := &Policy{
cloud.google.com/go/storage
iam.go#L54: var rp *raw.Policy
iam.go#L101: func iamToStoragePolicy(ip *iampb.Policy) *raw.Policy {
iam.go#L102: return &raw.Policy{
iam.go#L133: func iamFromStoragePolicy(rp *raw.Policy) *iampb.Policy {
![]() |
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. |