type google.golang.org/genproto/googleapis/cloud/tasks/v2.ListTasksResponse
17 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L703: type ListTasksResponse struct {
cloudtasks.pb.go#L720: func (x *ListTasksResponse) Reset() {
cloudtasks.pb.go#L721: *x = ListTasksResponse{}
cloudtasks.pb.go#L729: func (x *ListTasksResponse) String() string {
cloudtasks.pb.go#L733: func (*ListTasksResponse) ProtoMessage() {}
cloudtasks.pb.go#L735: func (x *ListTasksResponse) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L748: func (*ListTasksResponse) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L752: func (x *ListTasksResponse) GetTasks() []*Task {
cloudtasks.pb.go#L759: func (x *ListTasksResponse) GetNextPageToken() string {
cloudtasks.pb.go#L1416: (*ListTasksResponse)(nil), // 10: google.cloud.tasks.v2.ListTasksResponse
cloudtasks.pb.go#L1611: switch v := v.(*ListTasksResponse); 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#L1970: out := new(ListTasksResponse)
cloudtasks.pb.go#L2133: ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error)
cloudtasks.pb.go#L2212: func (*UnimplementedCloudTasksServer) ListTasks(context.Context, *ListTasksRequest) (*ListTasksResponse, error) {
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L616: var resp *taskspb.ListTasksResponse
 |
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. |