type google.golang.org/genproto/googleapis/cloud/tasks/v2.GetTaskRequest
18 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L767: type GetTaskRequest struct {
cloudtasks.pb.go#L790: func (x *GetTaskRequest) Reset() {
cloudtasks.pb.go#L791: *x = GetTaskRequest{}
cloudtasks.pb.go#L799: func (x *GetTaskRequest) String() string {
cloudtasks.pb.go#L803: func (*GetTaskRequest) ProtoMessage() {}
cloudtasks.pb.go#L805: func (x *GetTaskRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L818: func (*GetTaskRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L822: func (x *GetTaskRequest) GetName() string {
cloudtasks.pb.go#L829: func (x *GetTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L1417: (*GetTaskRequest)(nil), // 11: google.cloud.tasks.v2.GetTaskRequest
cloudtasks.pb.go#L1623: switch v := v.(*GetTaskRequest); i {
cloudtasks.pb.go#L1822: GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*Task, error)
cloudtasks.pb.go#L1978: func (c *cloudTasksClient) GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*Task, error) {
cloudtasks.pb.go#L2135: GetTask(context.Context, *GetTaskRequest) (*Task, error)
cloudtasks.pb.go#L2215: func (*UnimplementedCloudTasksServer) GetTask(context.Context, *GetTaskRequest) (*Task, error) {
cloudtasks.pb.go#L2449: in := new(GetTaskRequest)
cloudtasks.pb.go#L2461: return srv.(CloudTasksServer).GetTask(ctx, req.(*GetTaskRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L650: func (c *Client) GetTask(ctx context.Context, req *taskspb.GetTaskRequest, opts ...gax.CallOption) (*taskspb.Task, 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. |