type google.golang.org/genproto/googleapis/iam/v1.GetIamPolicyRequest
34 uses
google.golang.org/genproto/googleapis/iam/v1 (current package)
iam_policy.pb.go#L112: type GetIamPolicyRequest struct {
iam_policy.pb.go#L125: func (x *GetIamPolicyRequest) Reset() {
iam_policy.pb.go#L126: *x = GetIamPolicyRequest{}
iam_policy.pb.go#L134: func (x *GetIamPolicyRequest) String() string {
iam_policy.pb.go#L138: func (*GetIamPolicyRequest) ProtoMessage() {}
iam_policy.pb.go#L140: func (x *GetIamPolicyRequest) ProtoReflect() protoreflect.Message {
iam_policy.pb.go#L153: func (*GetIamPolicyRequest) Descriptor() ([]byte, []int) {
iam_policy.pb.go#L157: func (x *GetIamPolicyRequest) GetResource() string {
iam_policy.pb.go#L164: func (x *GetIamPolicyRequest) GetOptions() *GetPolicyOptions {
iam_policy.pb.go#L379: (*GetIamPolicyRequest)(nil), // 1: google.iam.v1.GetIamPolicyRequest
iam_policy.pb.go#L422: switch v := v.(*GetIamPolicyRequest); i {
iam_policy.pb.go#L496: GetIamPolicy(ctx context.Context, in *GetIamPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
iam_policy.pb.go#L524: func (c *iAMPolicyClient) GetIamPolicy(ctx context.Context, in *GetIamPolicyRequest, opts ...grpc.CallOption) (*Policy, error) {
iam_policy.pb.go#L550: GetIamPolicy(context.Context, *GetIamPolicyRequest) (*Policy, error)
iam_policy.pb.go#L568: func (*UnimplementedIAMPolicyServer) GetIamPolicy(context.Context, *GetIamPolicyRequest) (*Policy, error) {
iam_policy.pb.go#L598: in := new(GetIamPolicyRequest)
iam_policy.pb.go#L610: return srv.(IAMPolicyServer).GetIamPolicy(ctx, req.(*GetIamPolicyRequest))
google.golang.org/genproto/googleapis/cloud/secretmanager/v1
service.pb.go#L1311: (*v1.GetIamPolicyRequest)(nil), // 20: google.iam.v1.GetIamPolicyRequest
service.pb.go#L1632: GetIamPolicy(ctx context.Context, in *v1.GetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error)
service.pb.go#L1768: func (c *secretManagerServiceClient) GetIamPolicy(ctx context.Context, in *v1.GetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error) {
service.pb.go#L1838: GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error)
service.pb.go#L1892: func (*UnimplementedSecretManagerServiceServer) GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error) {
service.pb.go#L2138: in := new(v1.GetIamPolicyRequest)
service.pb.go#L2150: return srv.(SecretManagerServiceServer).GetIamPolicy(ctx, req.(*v1.GetIamPolicyRequest))
google.golang.org/genproto/googleapis/cloud/tasks/v2
cloudtasks.pb.go#L1425: (*v1.GetIamPolicyRequest)(nil), // 19: google.iam.v1.GetIamPolicyRequest
cloudtasks.pb.go#L1790: GetIamPolicy(ctx context.Context, in *v1.GetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error)
cloudtasks.pb.go#L1942: func (c *cloudTasksClient) GetIamPolicy(ctx context.Context, in *v1.GetIamPolicyRequest, opts ...grpc.CallOption) (*v1.Policy, error) {
cloudtasks.pb.go#L2103: GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error)
cloudtasks.pb.go#L2203: func (*UnimplementedCloudTasksServer) GetIamPolicy(context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error) {
cloudtasks.pb.go#L2377: in := new(v1.GetIamPolicyRequest)
cloudtasks.pb.go#L2389: return srv.(CloudTasksServer).GetIamPolicy(ctx, req.(*v1.GetIamPolicyRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L519: func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
cloud.google.com/go/iam
iam.go#L71: proto, err = g.c.GetIamPolicy(ctx, &pb.GetIamPolicyRequest{
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L528: func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.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. |