Home
last modified time | relevance | path

Searched refs:GetIamPolicy (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/
Diam_policy.pb.go243GetIamPolicy(ctx context.Context, in *GetIamPolicyRequest, opts ...grpc.CallOption) (*Policy, erro… methodSpec
267 func (c *iAMPolicyClient) GetIamPolicy(ctx context.Context, in *GetIamPolicyRequest, opts ...grpc.C… func
293 GetIamPolicy(context.Context, *GetIamPolicyRequest) (*Policy, error) methodSpec
328 return srv.(IAMPolicyServer).GetIamPolicy(ctx, in)
335 return srv.(IAMPolicyServer).GetIamPolicy(ctx, req.(*GetIamPolicyRequest))
/external/syzkaller/vendor/cloud.google.com/go/storage/
Diam.go35 req := c.raw.Buckets.GetIamPolicy(resource)
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py292 def GetIamPolicy(self, request, global_params=None): member in IamV1.ProjectsServiceAccountsService
305 GetIamPolicy.method_config = lambda: base_api.ApiMethodInfo(
Diam_v1.py378 result = client.projects_serviceAccounts.GetIamPolicy(
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py273 def GetIamPolicy(self, request, global_params=None): member in StorageV1.BucketsService
286 GetIamPolicy.method_config = lambda: base_api.ApiMethodInfo(
1068 def GetIamPolicy(self, request, global_params=None): member in StorageV1.ObjectsService
1081 GetIamPolicy.method_config = lambda: base_api.ApiMethodInfo(
Dstorage_v1.py715 result = client.buckets.GetIamPolicy(
2648 result = client.objects.GetIamPolicy(
/external/syzkaller/vendor/cloud.google.com/go/iam/
Diam.go43 proto, err := g.c.GetIamPolicy(ctx, &pb.GetIamPolicyRequest{Resource: resource})
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go3064 func (r *BucketsService) GetIamPolicy(bucket string) *BucketsGetIamPolicyCall { func
8312 func (r *ObjectsService) GetIamPolicy(bucket string, object string) *ObjectsGetIamPolicyCall { func
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go70056 func (r *SubnetworksService) GetIamPolicy(project string, region string, resource string) *Subnetwo… func