type google.golang.org/genproto/googleapis/cloud/tasks/v2.ListTasksRequest
21 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L600: type ListTasksRequest struct {
cloudtasks.pb.go#L642: func (x *ListTasksRequest) Reset() {
cloudtasks.pb.go#L643: *x = ListTasksRequest{}
cloudtasks.pb.go#L651: func (x *ListTasksRequest) String() string {
cloudtasks.pb.go#L655: func (*ListTasksRequest) ProtoMessage() {}
cloudtasks.pb.go#L657: func (x *ListTasksRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L670: func (*ListTasksRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L674: func (x *ListTasksRequest) GetParent() string {
cloudtasks.pb.go#L681: func (x *ListTasksRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L688: func (x *ListTasksRequest) GetPageSize() int32 {
cloudtasks.pb.go#L695: func (x *ListTasksRequest) GetPageToken() string {
cloudtasks.pb.go#L1415: (*ListTasksRequest)(nil), // 9: google.cloud.tasks.v2.ListTasksRequest
cloudtasks.pb.go#L1599: switch v := v.(*ListTasksRequest); i {
cloudtasks.pb.go#L1820: ListTasks(ctx context.Context, in *ListTasksRequest, opts ...grpc.CallOption) (*ListTasksResponse, error)
cloudtasks.pb.go#L1969: func (c *cloudTasksClient) ListTasks(ctx context.Context, in *ListTasksRequest, opts ...grpc.CallOption) (*ListTasksResponse, error) {
cloudtasks.pb.go#L2133: ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error)
cloudtasks.pb.go#L2212: func (*UnimplementedCloudTasksServer) ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error) {
cloudtasks.pb.go#L2431: in := new(ListTasksRequest)
cloudtasks.pb.go#L2443: return srv.(CloudTasksServer).ListTasks(ctx, req.(*ListTasksRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L609: func (c *Client) ListTasks(ctx context.Context, req *taskspb.ListTasksRequest, opts ...gax.CallOption) *TaskIterator {
cloud_tasks_client.go#L614: req = proto.Clone(req).(*taskspb.ListTasksRequest)
 |
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. |