type google.golang.org/genproto/googleapis/iam/v1.TestIamPermissionsResponse
32 uses
google.golang.org/genproto/googleapis/iam/v1 (current package)
iam_policy.pb.go#L234: type TestIamPermissionsResponse struct {
iam_policy.pb.go#L244: func (x *TestIamPermissionsResponse) Reset() {
iam_policy.pb.go#L245: *x = TestIamPermissionsResponse{}
iam_policy.pb.go#L253: func (x *TestIamPermissionsResponse) String() string {
iam_policy.pb.go#L257: func (*TestIamPermissionsResponse) ProtoMessage() {}
iam_policy.pb.go#L259: func (x *TestIamPermissionsResponse) ProtoReflect() protoreflect.Message {
iam_policy.pb.go#L272: func (*TestIamPermissionsResponse) Descriptor() ([]byte, []int) {
iam_policy.pb.go#L276: func (x *TestIamPermissionsResponse) GetPermissions() []string {
iam_policy.pb.go#L381: (*TestIamPermissionsResponse)(nil), // 3: google.iam.v1.TestIamPermissionsResponse
iam_policy.pb.go#L446: switch v := v.(*TestIamPermissionsResponse); i {
iam_policy.pb.go#L504: TestIamPermissions(ctx context.Context, in *TestIamPermissionsRequest, opts ...grpc.CallOption) (*TestIamPermissionsResponse, error)
iam_policy.pb.go#L533: func (c *iAMPolicyClient) TestIamPermissions(ctx context.Context, in *TestIamPermissionsRequest, opts ...grpc.CallOption) (*TestIamPermissionsResponse, error) {
iam_policy.pb.go#L534: out := new(TestIamPermissionsResponse)
iam_policy.pb.go#L558: TestIamPermissions(context.Context, *TestIamPermissionsRequest) (*TestIamPermissionsResponse, error)
iam_policy.pb.go#L571: func (*UnimplementedIAMPolicyServer) TestIamPermissions(context.Context, *TestIamPermissionsRequest) (*TestIamPermissionsResponse, error) {
google.golang.org/genproto/googleapis/cloud/secretmanager/v1
service.pb.go#L1315: (*v1.TestIamPermissionsResponse)(nil), // 24: google.iam.v1.TestIamPermissionsResponse
service.pb.go#L1640: TestIamPermissions(ctx context.Context, in *v1.TestIamPermissionsRequest, opts ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error)
service.pb.go#L1777: func (c *secretManagerServiceClient) TestIamPermissions(ctx context.Context, in *v1.TestIamPermissionsRequest, opts ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error) {
service.pb.go#L1778: out := new(v1.TestIamPermissionsResponse)
service.pb.go#L1846: TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error)
service.pb.go#L1895: func (*UnimplementedSecretManagerServiceServer) TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error) {
google.golang.org/genproto/googleapis/cloud/tasks/v2
cloudtasks.pb.go#L1430: (*v1.TestIamPermissionsResponse)(nil), // 24: google.iam.v1.TestIamPermissionsResponse
cloudtasks.pb.go#L1810: TestIamPermissions(ctx context.Context, in *v1.TestIamPermissionsRequest, opts ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error)
cloudtasks.pb.go#L1960: func (c *cloudTasksClient) TestIamPermissions(ctx context.Context, in *v1.TestIamPermissionsRequest, opts ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error) {
cloudtasks.pb.go#L1961: out := new(v1.TestIamPermissionsResponse)
cloudtasks.pb.go#L2123: TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error)
cloudtasks.pb.go#L2209: func (*UnimplementedCloudTasksServer) TestIamPermissions(context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error) {
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L579: func (c *Client) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, opts ...gax.CallOption) (*iampb.TestIamPermissionsResponse, error) {
cloud_tasks_client.go#L588: var resp *iampb.TestIamPermissionsResponse
cloud.google.com/go/iam
iam.go#L99: var res *pb.TestIamPermissionsResponse
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L556: func (c *Client) TestIamPermissions(ctx context.Context, req *iampb.TestIamPermissionsRequest, opts ...gax.CallOption) (*iampb.TestIamPermissionsResponse, error) {
secret_manager_client.go#L565: var resp *iampb.TestIamPermissionsResponse
 |
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. |