type google.golang.org/genproto/googleapis/cloud/tasks/v2.UpdateQueueRequest
18 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L334: type UpdateQueueRequest struct {
cloudtasks.pb.go#L353: func (x *UpdateQueueRequest) Reset() {
cloudtasks.pb.go#L354: *x = UpdateQueueRequest{}
cloudtasks.pb.go#L362: func (x *UpdateQueueRequest) String() string {
cloudtasks.pb.go#L366: func (*UpdateQueueRequest) ProtoMessage() {}
cloudtasks.pb.go#L368: func (x *UpdateQueueRequest) ProtoReflect() protoreflect.Message {
cloudtasks.pb.go#L381: func (*UpdateQueueRequest) Descriptor() ([]byte, []int) {
cloudtasks.pb.go#L385: func (x *UpdateQueueRequest) GetQueue() *Queue {
cloudtasks.pb.go#L392: func (x *UpdateQueueRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
cloudtasks.pb.go#L1410: (*UpdateQueueRequest)(nil), // 4: google.cloud.tasks.v2.UpdateQueueRequest
cloudtasks.pb.go#L1539: switch v := v.(*UpdateQueueRequest); i {
cloudtasks.pb.go#L1737: UpdateQueue(ctx context.Context, in *UpdateQueueRequest, opts ...grpc.CallOption) (*Queue, error)
cloudtasks.pb.go#L1897: func (c *cloudTasksClient) UpdateQueue(ctx context.Context, in *UpdateQueueRequest, opts ...grpc.CallOption) (*Queue, error) {
cloudtasks.pb.go#L2050: UpdateQueue(context.Context, *UpdateQueueRequest) (*Queue, error)
cloudtasks.pb.go#L2188: func (*UnimplementedCloudTasksServer) UpdateQueue(context.Context, *UpdateQueueRequest) (*Queue, error) {
cloudtasks.pb.go#L2287: in := new(UpdateQueueRequest)
cloudtasks.pb.go#L2299: return srv.(CloudTasksServer).UpdateQueue(ctx, req.(*UpdateQueueRequest))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L370: func (c *Client) UpdateQueue(ctx context.Context, req *taskspb.UpdateQueueRequest, opts ...gax.CallOption) (*taskspb.Queue, 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. |