Source File
cloudtasks.pb.go
Belonging Package
google.golang.org/genproto/googleapis/cloud/tasks/v2
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
const _ = proto.ProtoPackageIsVersion4
PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}
func ( *ListQueuesRequest) () {
* = ListQueuesRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[0]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *ListQueuesRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*ListQueuesRequest) () {}
func ( *ListQueuesRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ListQueuesRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{0}
}
func ( *ListQueuesRequest) () string {
if != nil {
return .Parent
}
return ""
}
func ( *ListQueuesRequest) () string {
if != nil {
return .Filter
}
return ""
}
func ( *ListQueuesRequest) () int32 {
if != nil {
return .PageSize
}
return 0
}
func ( *ListQueuesRequest) () string {
if != nil {
return .PageToken
}
return ""
}
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}
func ( *ListQueuesResponse) () {
* = ListQueuesResponse{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[1]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *ListQueuesResponse) () string {
return protoimpl.X.MessageStringOf()
}
func (*ListQueuesResponse) () {}
func ( *ListQueuesResponse) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ListQueuesResponse) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{1}
}
func ( *ListQueuesResponse) () []*Queue {
if != nil {
return .Queues
}
return nil
}
func ( *ListQueuesResponse) () string {
if != nil {
return .NextPageToken
}
return ""
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *GetQueueRequest) () {
* = GetQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[2]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *GetQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*GetQueueRequest) () {}
func ( *GetQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*GetQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{2}
}
func ( *GetQueueRequest) () string {
if != nil {
return .Name
}
return ""
}
Queue *Queue `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
}
func ( *CreateQueueRequest) () {
* = CreateQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[3]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *CreateQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*CreateQueueRequest) () {}
func ( *CreateQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*CreateQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{3}
}
func ( *CreateQueueRequest) () string {
if != nil {
return .Parent
}
return ""
}
func ( *CreateQueueRequest) () *Queue {
if != nil {
return .Queue
}
return nil
}
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
}
func ( *UpdateQueueRequest) () {
* = UpdateQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[4]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *UpdateQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*UpdateQueueRequest) () {}
func ( *UpdateQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*UpdateQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{4}
}
func ( *UpdateQueueRequest) () *Queue {
if != nil {
return .Queue
}
return nil
}
func ( *UpdateQueueRequest) () *fieldmaskpb.FieldMask {
if != nil {
return .UpdateMask
}
return nil
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *DeleteQueueRequest) () {
* = DeleteQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[5]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *DeleteQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*DeleteQueueRequest) () {}
func ( *DeleteQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*DeleteQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{5}
}
func ( *DeleteQueueRequest) () string {
if != nil {
return .Name
}
return ""
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *PurgeQueueRequest) () {
* = PurgeQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[6]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *PurgeQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*PurgeQueueRequest) () {}
func ( *PurgeQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*PurgeQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{6}
}
func ( *PurgeQueueRequest) () string {
if != nil {
return .Name
}
return ""
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *PauseQueueRequest) () {
* = PauseQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[7]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *PauseQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*PauseQueueRequest) () {}
func ( *PauseQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*PauseQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{7}
}
func ( *PauseQueueRequest) () string {
if != nil {
return .Name
}
return ""
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *ResumeQueueRequest) () {
* = ResumeQueueRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[8]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *ResumeQueueRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*ResumeQueueRequest) () {}
func ( *ResumeQueueRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ResumeQueueRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{8}
}
func ( *ResumeQueueRequest) () string {
if != nil {
return .Name
}
return ""
}
PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}
func ( *ListTasksRequest) () {
* = ListTasksRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[9]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *ListTasksRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*ListTasksRequest) () {}
func ( *ListTasksRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ListTasksRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{9}
}
func ( *ListTasksRequest) () string {
if != nil {
return .Parent
}
return ""
}
func ( *ListTasksRequest) () Task_View {
if != nil {
return .ResponseView
}
return Task_VIEW_UNSPECIFIED
}
func ( *ListTasksRequest) () int32 {
if != nil {
return .PageSize
}
return 0
}
func ( *ListTasksRequest) () string {
if != nil {
return .PageToken
}
return ""
}
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}
func ( *ListTasksResponse) () {
* = ListTasksResponse{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[10]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *ListTasksResponse) () string {
return protoimpl.X.MessageStringOf()
}
func (*ListTasksResponse) () {}
func ( *ListTasksResponse) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ListTasksResponse) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{10}
}
func ( *ListTasksResponse) () []*Task {
if != nil {
return .Tasks
}
return nil
}
func ( *ListTasksResponse) () string {
if != nil {
return .NextPageToken
}
return ""
}
ResponseView Task_View `protobuf:"varint,2,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
}
func ( *GetTaskRequest) () {
* = GetTaskRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[11]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *GetTaskRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*GetTaskRequest) () {}
func ( *GetTaskRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*GetTaskRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{11}
}
func ( *GetTaskRequest) () string {
if != nil {
return .Name
}
return ""
}
func ( *GetTaskRequest) () Task_View {
if != nil {
return .ResponseView
}
return Task_VIEW_UNSPECIFIED
}
ResponseView Task_View `protobuf:"varint,3,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
}
func ( *CreateTaskRequest) () {
* = CreateTaskRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[12]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *CreateTaskRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*CreateTaskRequest) () {}
func ( *CreateTaskRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*CreateTaskRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{12}
}
func ( *CreateTaskRequest) () string {
if != nil {
return .Parent
}
return ""
}
func ( *CreateTaskRequest) () *Task {
if != nil {
return .Task
}
return nil
}
func ( *CreateTaskRequest) () Task_View {
if != nil {
return .ResponseView
}
return Task_VIEW_UNSPECIFIED
}
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func ( *DeleteTaskRequest) () {
* = DeleteTaskRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[13]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *DeleteTaskRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*DeleteTaskRequest) () {}
func ( *DeleteTaskRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*DeleteTaskRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{13}
}
func ( *DeleteTaskRequest) () string {
if != nil {
return .Name
}
return ""
}
ResponseView Task_View `protobuf:"varint,2,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
}
func ( *RunTaskRequest) () {
* = RunTaskRequest{}
if protoimpl.UnsafeEnabled {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[14]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
}
func ( *RunTaskRequest) () string {
return protoimpl.X.MessageStringOf()
}
func (*RunTaskRequest) () {}
func ( *RunTaskRequest) () protoreflect.Message {
:= &file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*RunTaskRequest) () ([]byte, []int) {
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescGZIP(), []int{14}
}
func ( *RunTaskRequest) () string {
if != nil {
return .Name
}
return ""
}
func ( *RunTaskRequest) () Task_View {
if != nil {
return .ResponseView
}
return Task_VIEW_UNSPECIFIED
}
var File_google_cloud_tasks_v2_cloudtasks_proto protoreflect.FileDescriptor
var file_google_cloud_tasks_v2_cloudtasks_proto_rawDesc = []byte{
0x0a, 0x26, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73,
0x6b, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x1a,
0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61,
0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f,
0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x1a, 0x21, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64,
0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c,
0x6f, 0x75, 0x64, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x74, 0x61, 0x73,
0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
0x69, 0x61, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x69, 0x61, 0x6d, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63,
0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
0x69, 0x61, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x22, 0xa8, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65,
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65,
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21,
0x12, 0x1f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75,
0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c,
0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65,
0x72, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03,
0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d,
0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x72, 0x0a,
0x12, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f,
0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x51, 0x75, 0x65, 0x75,
0x65, 0x52, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78,
0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65,
0x6e, 0x22, 0x4e, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21, 0x0a, 0x1f, 0x63, 0x6c, 0x6f, 0x75,
0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69,
0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d,
0x65, 0x22, 0x8e, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75,
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65,
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21,
0x12, 0x1f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75,
0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x37, 0x0a, 0x05, 0x71, 0x75, 0x65,
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32,
0x2e, 0x51, 0x75, 0x65, 0x75, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x71, 0x75, 0x65,
0x75, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65,
0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x05, 0x71, 0x75, 0x65,
0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32,
0x2e, 0x51, 0x75, 0x65, 0x75, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x05, 0x71, 0x75, 0x65,
0x75, 0x65, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73,
0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d,
0x61, 0x73, 0x6b, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22,
0x51, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21, 0x0a, 0x1f, 0x63, 0x6c, 0x6f,
0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70,
0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x22, 0x50, 0x0a, 0x11, 0x50, 0x75, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21, 0x0a, 0x1f, 0x63,
0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x22, 0x50, 0x0a, 0x11, 0x50, 0x61, 0x75, 0x73, 0x65, 0x51, 0x75, 0x65,
0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x21, 0x0a,
0x1f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75, 0x65, 0x75, 0x65,
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x51, 0x0a, 0x12, 0x52, 0x65, 0x73, 0x75, 0x6d, 0x65,
0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0xe0, 0x41, 0x02, 0xfa,
0x41, 0x21, 0x0a, 0x1f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x51, 0x75,
0x65, 0x75, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xd5, 0x01, 0x0a, 0x10, 0x4c, 0x69,
0x73, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e,
0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x26,
0xe0, 0x41, 0x02, 0xfa, 0x41, 0x20, 0x12, 0x1e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73,
0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f,
0x6d, 0x2f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x45,
0x0a, 0x0d, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x18,
0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63,
0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61,
0x73, 0x6b, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x56, 0x69, 0x65, 0x77, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69,
0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69,
0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65,
0x6e, 0x22, 0x6e, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x73, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x18,
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63,
0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61,
0x73, 0x6b, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78,
0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65,
0x6e, 0x22, 0x93, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x42, 0x26, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x20, 0x0a, 0x1e, 0x63, 0x6c, 0x6f, 0x75,
0x64, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69,
0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
0x12, 0x45, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x65,
0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e,
0x54, 0x61, 0x73, 0x6b, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x56, 0x69, 0x65, 0x77, 0x22, 0xd0, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61,
0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a,
0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x26, 0xe0,
0x41, 0x02, 0xfa, 0x41, 0x20, 0x12, 0x1e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
0x2f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x34, 0x0a,
0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73,
0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74,
0x61, 0x73, 0x6b, 0x12, 0x45, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f,
0x76, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e,
0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x0c, 0x72, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56, 0x69, 0x65, 0x77, 0x22, 0x4f, 0x0a, 0x11, 0x44, 0x65,
0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
0x3a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x26, 0xe0,
0x41, 0x02, 0xfa, 0x41, 0x20, 0x0a, 0x1e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
0x2f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x93, 0x01, 0x0a, 0x0e,
0x52, 0x75, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a,
0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x26, 0xe0, 0x41,
0x02, 0xfa, 0x41, 0x20, 0x0a, 0x1e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b, 0x73,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
0x54, 0x61, 0x73, 0x6b, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x45, 0x0a, 0x0d, 0x72, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28,
0x0e, 0x32, 0x20, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x2e, 0x56,
0x69, 0x65, 0x77, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x56, 0x69, 0x65,
0x77, 0x32, 0xdd, 0x14, 0x0a, 0x0a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x73,
0x12, 0x9e, 0x01, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x73, 0x12,
0x28, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75,
0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76,
0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x76,
0x32, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a,
0x7d, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0xda, 0x41, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e,
0x74, 0x12, 0x8b, 0x01, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x26,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61,
0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x51,
0x75, 0x65, 0x75, 0x65, 0x22, 0x39, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x12, 0x2a, 0x2f, 0x76,
0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71,
0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
0xa0, 0x01, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12,
0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x51, 0x75,
0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e,
0x76, 0x32, 0x2e, 0x51, 0x75, 0x65, 0x75, 0x65, 0x22, 0x48, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33,
0x22, 0x2a, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x3a, 0x05, 0x71, 0x75,
0x65, 0x75, 0x65, 0xda, 0x41, 0x0c, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x2c, 0x71, 0x75, 0x65,
0x75, 0x65, 0x12, 0xab, 0x01, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x51, 0x75, 0x65,
0x75, 0x65, 0x12, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75,
0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73,
0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x51, 0x75, 0x65, 0x75, 0x65, 0x22, 0x53, 0x82, 0xd3, 0xe4,
0x93, 0x02, 0x39, 0x32, 0x30, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x71, 0x75, 0x65, 0x75, 0x65, 0x2e,
0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f,
0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75,
0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x05, 0x71, 0x75, 0x65, 0x75, 0x65, 0xda, 0x41, 0x11, 0x71,
0x75, 0x65, 0x75, 0x65, 0x2c, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b,
0x12, 0x8b, 0x01, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65,
0x12, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e,
0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x51,
0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
0x70, 0x74, 0x79, 0x22, 0x39, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x2a, 0x2a, 0x2f, 0x76, 0x32,
0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75,
0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x98,
0x01, 0x0a, 0x0a, 0x50, 0x75, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x28, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73,
0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x50, 0x75, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e,
0x51, 0x75, 0x65, 0x75, 0x65, 0x22, 0x42, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x22, 0x30, 0x2f,
0x76, 0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f,
0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x70, 0x75, 0x72, 0x67, 0x65, 0x3a,
0x01, 0x2a, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x98, 0x01, 0x0a, 0x0a, 0x50, 0x61,
0x75, 0x73, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x28, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32,
0x2e, 0x50, 0x61, 0x75, 0x73, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75,
0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x51, 0x75, 0x65, 0x75, 0x65,
0x22, 0x42, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x22, 0x30, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x6e,
0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c,
0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65,
0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x70, 0x61, 0x75, 0x73, 0x65, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x9b, 0x01, 0x0a, 0x0b, 0x52, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x51,
0x75, 0x65, 0x75, 0x65, 0x12, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c,
0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x73,
0x75, 0x6d, 0x65, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x51, 0x75, 0x65, 0x75, 0x65, 0x22, 0x43, 0x82,
0xd3, 0xe4, 0x93, 0x02, 0x36, 0x22, 0x31, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65,
0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a,
0x7d, 0x3a, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x12, 0x9c, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c,
0x69, 0x63, 0x79, 0x12, 0x22, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x69, 0x61, 0x6d,
0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x51,
0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x22, 0x3b, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x72, 0x65, 0x73,
0x6f, 0x75, 0x72, 0x63, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a,
0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65,
0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x67, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c,
0x69, 0x63, 0x79, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
0x65, 0x12, 0xa3, 0x01, 0x0a, 0x0c, 0x53, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c, 0x69,
0x63, 0x79, 0x12, 0x22, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x69, 0x61, 0x6d, 0x2e,
0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x58, 0x82,
0xd3, 0xe4, 0x93, 0x02, 0x40, 0x22, 0x3b, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x72, 0x65, 0x73, 0x6f,
0x75, 0x72, 0x63, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f,
0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75,
0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x73, 0x65, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x6f, 0x6c, 0x69,
0x63, 0x79, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
0x2c, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0xce, 0x01, 0x0a, 0x12, 0x54, 0x65, 0x73, 0x74,
0x49, 0x61, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x28,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x54,
0x65, 0x73, 0x74, 0x49, 0x61, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e,
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x49, 0x61, 0x6d,
0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x22, 0x63, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x22, 0x41, 0x2f, 0x76, 0x32,
0x2f, 0x7b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65,
0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x74, 0x65, 0x73, 0x74,
0x49, 0x61, 0x6d, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x01,
0x2a, 0xda, 0x41, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2c, 0x70, 0x65, 0x72,
0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0xa3, 0x01, 0x0a, 0x09, 0x4c, 0x69, 0x73,
0x74, 0x54, 0x61, 0x73, 0x6b, 0x73, 0x12, 0x27, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x4c,
0x69, 0x73, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x28, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x73, 0x6b,
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x82, 0xd3, 0xe4, 0x93, 0x02,
0x34, 0x12, 0x32, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70,
0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f,
0x74, 0x61, 0x73, 0x6b, 0x73, 0xda, 0x41, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x90,
0x01, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e,
0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x22, 0x41,
0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x12, 0x32, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d,
0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f,
0x2a, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x2a, 0x7d, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d,
0x65, 0x12, 0xa0, 0x01, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b,
0x12, 0x28, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e,
0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54,
0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e,
0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x22, 0x4b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x37, 0x22,
0x32, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x74, 0x61,
0x73, 0x6b, 0x73, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x0b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x2c,
0x74, 0x61, 0x73, 0x6b, 0x12, 0x91, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54,
0x61, 0x73, 0x6b, 0x12, 0x28, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f,
0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65,
0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x41, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x2a, 0x32, 0x2f,
0x76, 0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f,
0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x2a,
0x7d, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x97, 0x01, 0x0a, 0x07, 0x52, 0x75, 0x6e,
0x54, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c,
0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x75, 0x6e,
0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73,
0x2e, 0x76, 0x32, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x22, 0x48, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b,
0x22, 0x36, 0x2f, 0x76, 0x32, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x2f, 0x2a, 0x2f, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x2f, 0x2a, 0x2f, 0x74, 0x61, 0x73, 0x6b,
0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x72, 0x75, 0x6e, 0x3a, 0x01, 0x2a, 0xda, 0x41, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x1a, 0x4d, 0xca, 0x41, 0x19, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x74, 0x61, 0x73, 0x6b,
0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
0xd2, 0x41, 0x2e, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x75,
0x74, 0x68, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2d, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
0x6d, 0x42, 0x72, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x76, 0x32, 0x42, 0x0f,
0x43, 0x6c, 0x6f, 0x75, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
0x01, 0x5a, 0x3a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f,
0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x74,
0x61, 0x73, 0x6b, 0x73, 0x2f, 0x76, 0x32, 0x3b, 0x74, 0x61, 0x73, 0x6b, 0x73, 0xa2, 0x02, 0x05,
0x54, 0x41, 0x53, 0x4b, 0x53, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_google_cloud_tasks_v2_cloudtasks_proto_rawDescOnce sync.Once
file_google_cloud_tasks_v2_cloudtasks_proto_rawDescData = file_google_cloud_tasks_v2_cloudtasks_proto_rawDesc
)
func () []byte {
file_google_cloud_tasks_v2_cloudtasks_proto_rawDescOnce.Do(func() {
file_google_cloud_tasks_v2_cloudtasks_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_tasks_v2_cloudtasks_proto_rawDescData)
})
return file_google_cloud_tasks_v2_cloudtasks_proto_rawDescData
}
var file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
var file_google_cloud_tasks_v2_cloudtasks_proto_goTypes = []interface{}{
(*ListQueuesRequest)(nil), // 0: google.cloud.tasks.v2.ListQueuesRequest
(*ListQueuesResponse)(nil), // 1: google.cloud.tasks.v2.ListQueuesResponse
(*GetQueueRequest)(nil), // 2: google.cloud.tasks.v2.GetQueueRequest
(*CreateQueueRequest)(nil), // 3: google.cloud.tasks.v2.CreateQueueRequest
(*UpdateQueueRequest)(nil), // 4: google.cloud.tasks.v2.UpdateQueueRequest
(*DeleteQueueRequest)(nil), // 5: google.cloud.tasks.v2.DeleteQueueRequest
(*PurgeQueueRequest)(nil), // 6: google.cloud.tasks.v2.PurgeQueueRequest
(*PauseQueueRequest)(nil), // 7: google.cloud.tasks.v2.PauseQueueRequest
(*ResumeQueueRequest)(nil), // 8: google.cloud.tasks.v2.ResumeQueueRequest
(*ListTasksRequest)(nil), // 9: google.cloud.tasks.v2.ListTasksRequest
(*ListTasksResponse)(nil), // 10: google.cloud.tasks.v2.ListTasksResponse
(*GetTaskRequest)(nil), // 11: google.cloud.tasks.v2.GetTaskRequest
(*CreateTaskRequest)(nil), // 12: google.cloud.tasks.v2.CreateTaskRequest
(*DeleteTaskRequest)(nil), // 13: google.cloud.tasks.v2.DeleteTaskRequest
(*RunTaskRequest)(nil), // 14: google.cloud.tasks.v2.RunTaskRequest
(*Queue)(nil), // 15: google.cloud.tasks.v2.Queue
(*fieldmaskpb.FieldMask)(nil), // 16: google.protobuf.FieldMask
(Task_View)(0), // 17: google.cloud.tasks.v2.Task.View
(*Task)(nil), // 18: google.cloud.tasks.v2.Task
(*v1.GetIamPolicyRequest)(nil), // 19: google.iam.v1.GetIamPolicyRequest
(*v1.SetIamPolicyRequest)(nil), // 20: google.iam.v1.SetIamPolicyRequest
(*v1.TestIamPermissionsRequest)(nil), // 21: google.iam.v1.TestIamPermissionsRequest
(*emptypb.Empty)(nil), // 22: google.protobuf.Empty
(*v1.Policy)(nil), // 23: google.iam.v1.Policy
(*v1.TestIamPermissionsResponse)(nil), // 24: google.iam.v1.TestIamPermissionsResponse
}
var file_google_cloud_tasks_v2_cloudtasks_proto_depIdxs = []int32{
15, // 0: google.cloud.tasks.v2.ListQueuesResponse.queues:type_name -> google.cloud.tasks.v2.Queue
15, // 1: google.cloud.tasks.v2.CreateQueueRequest.queue:type_name -> google.cloud.tasks.v2.Queue
15, // 2: google.cloud.tasks.v2.UpdateQueueRequest.queue:type_name -> google.cloud.tasks.v2.Queue
16, // 3: google.cloud.tasks.v2.UpdateQueueRequest.update_mask:type_name -> google.protobuf.FieldMask
17, // 4: google.cloud.tasks.v2.ListTasksRequest.response_view:type_name -> google.cloud.tasks.v2.Task.View
18, // 5: google.cloud.tasks.v2.ListTasksResponse.tasks:type_name -> google.cloud.tasks.v2.Task
17, // 6: google.cloud.tasks.v2.GetTaskRequest.response_view:type_name -> google.cloud.tasks.v2.Task.View
18, // 7: google.cloud.tasks.v2.CreateTaskRequest.task:type_name -> google.cloud.tasks.v2.Task
17, // 8: google.cloud.tasks.v2.CreateTaskRequest.response_view:type_name -> google.cloud.tasks.v2.Task.View
17, // 9: google.cloud.tasks.v2.RunTaskRequest.response_view:type_name -> google.cloud.tasks.v2.Task.View
0, // 10: google.cloud.tasks.v2.CloudTasks.ListQueues:input_type -> google.cloud.tasks.v2.ListQueuesRequest
2, // 11: google.cloud.tasks.v2.CloudTasks.GetQueue:input_type -> google.cloud.tasks.v2.GetQueueRequest
3, // 12: google.cloud.tasks.v2.CloudTasks.CreateQueue:input_type -> google.cloud.tasks.v2.CreateQueueRequest
4, // 13: google.cloud.tasks.v2.CloudTasks.UpdateQueue:input_type -> google.cloud.tasks.v2.UpdateQueueRequest
5, // 14: google.cloud.tasks.v2.CloudTasks.DeleteQueue:input_type -> google.cloud.tasks.v2.DeleteQueueRequest
6, // 15: google.cloud.tasks.v2.CloudTasks.PurgeQueue:input_type -> google.cloud.tasks.v2.PurgeQueueRequest
7, // 16: google.cloud.tasks.v2.CloudTasks.PauseQueue:input_type -> google.cloud.tasks.v2.PauseQueueRequest
8, // 17: google.cloud.tasks.v2.CloudTasks.ResumeQueue:input_type -> google.cloud.tasks.v2.ResumeQueueRequest
19, // 18: google.cloud.tasks.v2.CloudTasks.GetIamPolicy:input_type -> google.iam.v1.GetIamPolicyRequest
20, // 19: google.cloud.tasks.v2.CloudTasks.SetIamPolicy:input_type -> google.iam.v1.SetIamPolicyRequest
21, // 20: google.cloud.tasks.v2.CloudTasks.TestIamPermissions:input_type -> google.iam.v1.TestIamPermissionsRequest
9, // 21: google.cloud.tasks.v2.CloudTasks.ListTasks:input_type -> google.cloud.tasks.v2.ListTasksRequest
11, // 22: google.cloud.tasks.v2.CloudTasks.GetTask:input_type -> google.cloud.tasks.v2.GetTaskRequest
12, // 23: google.cloud.tasks.v2.CloudTasks.CreateTask:input_type -> google.cloud.tasks.v2.CreateTaskRequest
13, // 24: google.cloud.tasks.v2.CloudTasks.DeleteTask:input_type -> google.cloud.tasks.v2.DeleteTaskRequest
14, // 25: google.cloud.tasks.v2.CloudTasks.RunTask:input_type -> google.cloud.tasks.v2.RunTaskRequest
1, // 26: google.cloud.tasks.v2.CloudTasks.ListQueues:output_type -> google.cloud.tasks.v2.ListQueuesResponse
15, // 27: google.cloud.tasks.v2.CloudTasks.GetQueue:output_type -> google.cloud.tasks.v2.Queue
15, // 28: google.cloud.tasks.v2.CloudTasks.CreateQueue:output_type -> google.cloud.tasks.v2.Queue
15, // 29: google.cloud.tasks.v2.CloudTasks.UpdateQueue:output_type -> google.cloud.tasks.v2.Queue
22, // 30: google.cloud.tasks.v2.CloudTasks.DeleteQueue:output_type -> google.protobuf.Empty
15, // 31: google.cloud.tasks.v2.CloudTasks.PurgeQueue:output_type -> google.cloud.tasks.v2.Queue
15, // 32: google.cloud.tasks.v2.CloudTasks.PauseQueue:output_type -> google.cloud.tasks.v2.Queue
15, // 33: google.cloud.tasks.v2.CloudTasks.ResumeQueue:output_type -> google.cloud.tasks.v2.Queue
23, // 34: google.cloud.tasks.v2.CloudTasks.GetIamPolicy:output_type -> google.iam.v1.Policy
23, // 35: google.cloud.tasks.v2.CloudTasks.SetIamPolicy:output_type -> google.iam.v1.Policy
24, // 36: google.cloud.tasks.v2.CloudTasks.TestIamPermissions:output_type -> google.iam.v1.TestIamPermissionsResponse
10, // 37: google.cloud.tasks.v2.CloudTasks.ListTasks:output_type -> google.cloud.tasks.v2.ListTasksResponse
18, // 38: google.cloud.tasks.v2.CloudTasks.GetTask:output_type -> google.cloud.tasks.v2.Task
18, // 39: google.cloud.tasks.v2.CloudTasks.CreateTask:output_type -> google.cloud.tasks.v2.Task
22, // 40: google.cloud.tasks.v2.CloudTasks.DeleteTask:output_type -> google.protobuf.Empty
18, // 41: google.cloud.tasks.v2.CloudTasks.RunTask:output_type -> google.cloud.tasks.v2.Task
26, // [26:42] is the sub-list for method output_type
10, // [10:26] is the sub-list for method input_type
10, // [10:10] is the sub-list for extension type_name
10, // [10:10] is the sub-list for extension extendee
0, // [0:10] is the sub-list for field type_name
}
func () { file_google_cloud_tasks_v2_cloudtasks_proto_init() }
func () {
if File_google_cloud_tasks_v2_cloudtasks_proto != nil {
return
}
file_google_cloud_tasks_v2_queue_proto_init()
file_google_cloud_tasks_v2_task_proto_init()
if !protoimpl.UnsafeEnabled {
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[0].Exporter = func( interface{}, int) interface{} {
switch := .(*ListQueuesRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[1].Exporter = func( interface{}, int) interface{} {
switch := .(*ListQueuesResponse); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[2].Exporter = func( interface{}, int) interface{} {
switch := .(*GetQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[3].Exporter = func( interface{}, int) interface{} {
switch := .(*CreateQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[4].Exporter = func( interface{}, int) interface{} {
switch := .(*UpdateQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[5].Exporter = func( interface{}, int) interface{} {
switch := .(*DeleteQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[6].Exporter = func( interface{}, int) interface{} {
switch := .(*PurgeQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[7].Exporter = func( interface{}, int) interface{} {
switch := .(*PauseQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[8].Exporter = func( interface{}, int) interface{} {
switch := .(*ResumeQueueRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[9].Exporter = func( interface{}, int) interface{} {
switch := .(*ListTasksRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[10].Exporter = func( interface{}, int) interface{} {
switch := .(*ListTasksResponse); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[11].Exporter = func( interface{}, int) interface{} {
switch := .(*GetTaskRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[12].Exporter = func( interface{}, int) interface{} {
switch := .(*CreateTaskRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[13].Exporter = func( interface{}, int) interface{} {
switch := .(*DeleteTaskRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes[14].Exporter = func( interface{}, int) interface{} {
switch := .(*RunTaskRequest); {
case 0:
return &.state
case 1:
return &.sizeCache
case 2:
return &.unknownFields
default:
return nil
}
}
}
type struct{}
:= protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf({}).PkgPath(),
RawDescriptor: file_google_cloud_tasks_v2_cloudtasks_proto_rawDesc,
NumEnums: 0,
NumMessages: 15,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_google_cloud_tasks_v2_cloudtasks_proto_goTypes,
DependencyIndexes: file_google_cloud_tasks_v2_cloudtasks_proto_depIdxs,
MessageInfos: file_google_cloud_tasks_v2_cloudtasks_proto_msgTypes,
}.Build()
File_google_cloud_tasks_v2_cloudtasks_proto = .File
file_google_cloud_tasks_v2_cloudtasks_proto_rawDesc = nil
file_google_cloud_tasks_v2_cloudtasks_proto_goTypes = nil
file_google_cloud_tasks_v2_cloudtasks_proto_depIdxs = nil
}
var _ context.Context
var _ grpc.ClientConnInterface
const _ = grpc.SupportPackageIsVersion6
RunTask(ctx context.Context, in *RunTaskRequest, opts ...grpc.CallOption) (*Task, error)
}
type cloudTasksClient struct {
cc grpc.ClientConnInterface
}
func ( grpc.ClientConnInterface) CloudTasksClient {
return &cloudTasksClient{}
}
func ( *cloudTasksClient) ( context.Context, *ListQueuesRequest, ...grpc.CallOption) (*ListQueuesResponse, error) {
:= new(ListQueuesResponse)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/ListQueues", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *GetQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/GetQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *CreateQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/CreateQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *UpdateQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/UpdateQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *DeleteQueueRequest, ...grpc.CallOption) (*emptypb.Empty, error) {
:= new(emptypb.Empty)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/DeleteQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *PurgeQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/PurgeQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *PauseQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/PauseQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *ResumeQueueRequest, ...grpc.CallOption) (*Queue, error) {
:= new(Queue)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/ResumeQueue", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *v1.GetIamPolicyRequest, ...grpc.CallOption) (*v1.Policy, error) {
:= new(v1.Policy)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/GetIamPolicy", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *v1.SetIamPolicyRequest, ...grpc.CallOption) (*v1.Policy, error) {
:= new(v1.Policy)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/SetIamPolicy", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *v1.TestIamPermissionsRequest, ...grpc.CallOption) (*v1.TestIamPermissionsResponse, error) {
:= new(v1.TestIamPermissionsResponse)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/TestIamPermissions", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *ListTasksRequest, ...grpc.CallOption) (*ListTasksResponse, error) {
:= new(ListTasksResponse)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/ListTasks", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *GetTaskRequest, ...grpc.CallOption) (*Task, error) {
:= new(Task)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/GetTask", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *CreateTaskRequest, ...grpc.CallOption) (*Task, error) {
:= new(Task)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/CreateTask", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *DeleteTaskRequest, ...grpc.CallOption) (*emptypb.Empty, error) {
:= new(emptypb.Empty)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/DeleteTask", , , ...)
if != nil {
return nil,
}
return , nil
}
func ( *cloudTasksClient) ( context.Context, *RunTaskRequest, ...grpc.CallOption) (*Task, error) {
:= new(Task)
:= .cc.Invoke(, "/google.cloud.tasks.v2.CloudTasks/RunTask", , , ...)
if != nil {
return nil,
}
return , nil
}
RunTask(context.Context, *RunTaskRequest) (*Task, error)
}
type UnimplementedCloudTasksServer struct {
}
func (*UnimplementedCloudTasksServer) (context.Context, *ListQueuesRequest) (*ListQueuesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListQueues not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *GetQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *CreateQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *UpdateQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *DeleteQueueRequest) (*emptypb.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *PurgeQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method PurgeQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *PauseQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method PauseQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *ResumeQueueRequest) (*Queue, error) {
return nil, status.Errorf(codes.Unimplemented, "method ResumeQueue not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *v1.GetIamPolicyRequest) (*v1.Policy, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetIamPolicy not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *v1.SetIamPolicyRequest) (*v1.Policy, error) {
return nil, status.Errorf(codes.Unimplemented, "method SetIamPolicy not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *v1.TestIamPermissionsRequest) (*v1.TestIamPermissionsResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method TestIamPermissions not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *ListTasksRequest) (*ListTasksResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListTasks not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *GetTaskRequest) (*Task, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetTask not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *CreateTaskRequest) (*Task, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateTask not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *DeleteTaskRequest) (*emptypb.Empty, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteTask not implemented")
}
func (*UnimplementedCloudTasksServer) (context.Context, *RunTaskRequest) (*Task, error) {
return nil, status.Errorf(codes.Unimplemented, "method RunTask not implemented")
}
func ( *grpc.Server, CloudTasksServer) {
.RegisterService(&_CloudTasks_serviceDesc, )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(ListQueuesRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).ListQueues(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/ListQueues",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).ListQueues(, .(*ListQueuesRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(GetQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).GetQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/GetQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).GetQueue(, .(*GetQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(CreateQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).CreateQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/CreateQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).CreateQueue(, .(*CreateQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(UpdateQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).UpdateQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/UpdateQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).UpdateQueue(, .(*UpdateQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(DeleteQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).DeleteQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/DeleteQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).DeleteQueue(, .(*DeleteQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(PurgeQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).PurgeQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/PurgeQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).PurgeQueue(, .(*PurgeQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(PauseQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).PauseQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/PauseQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).PauseQueue(, .(*PauseQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(ResumeQueueRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).ResumeQueue(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/ResumeQueue",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).ResumeQueue(, .(*ResumeQueueRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(v1.GetIamPolicyRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).GetIamPolicy(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/GetIamPolicy",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).GetIamPolicy(, .(*v1.GetIamPolicyRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(v1.SetIamPolicyRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).SetIamPolicy(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/SetIamPolicy",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).SetIamPolicy(, .(*v1.SetIamPolicyRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(v1.TestIamPermissionsRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).TestIamPermissions(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/TestIamPermissions",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).TestIamPermissions(, .(*v1.TestIamPermissionsRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(ListTasksRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).ListTasks(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/ListTasks",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).ListTasks(, .(*ListTasksRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(GetTaskRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).GetTask(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/GetTask",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).GetTask(, .(*GetTaskRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(CreateTaskRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).CreateTask(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/CreateTask",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).CreateTask(, .(*CreateTaskRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(DeleteTaskRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).DeleteTask(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/DeleteTask",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).DeleteTask(, .(*DeleteTaskRequest))
}
return (, , , )
}
func ( interface{}, context.Context, func(interface{}) error, grpc.UnaryServerInterceptor) (interface{}, error) {
:= new(RunTaskRequest)
if := (); != nil {
return nil,
}
if == nil {
return .(CloudTasksServer).RunTask(, )
}
:= &grpc.UnaryServerInfo{
Server: ,
FullMethod: "/google.cloud.tasks.v2.CloudTasks/RunTask",
}
:= func( context.Context, interface{}) (interface{}, error) {
return .(CloudTasksServer).RunTask(, .(*RunTaskRequest))
}
return (, , , )
}
var _CloudTasks_serviceDesc = grpc.ServiceDesc{
ServiceName: "google.cloud.tasks.v2.CloudTasks",
HandlerType: (*CloudTasksServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "ListQueues",
Handler: _CloudTasks_ListQueues_Handler,
},
{
MethodName: "GetQueue",
Handler: _CloudTasks_GetQueue_Handler,
},
{
MethodName: "CreateQueue",
Handler: _CloudTasks_CreateQueue_Handler,
},
{
MethodName: "UpdateQueue",
Handler: _CloudTasks_UpdateQueue_Handler,
},
{
MethodName: "DeleteQueue",
Handler: _CloudTasks_DeleteQueue_Handler,
},
{
MethodName: "PurgeQueue",
Handler: _CloudTasks_PurgeQueue_Handler,
},
{
MethodName: "PauseQueue",
Handler: _CloudTasks_PauseQueue_Handler,
},
{
MethodName: "ResumeQueue",
Handler: _CloudTasks_ResumeQueue_Handler,
},
{
MethodName: "GetIamPolicy",
Handler: _CloudTasks_GetIamPolicy_Handler,
},
{
MethodName: "SetIamPolicy",
Handler: _CloudTasks_SetIamPolicy_Handler,
},
{
MethodName: "TestIamPermissions",
Handler: _CloudTasks_TestIamPermissions_Handler,
},
{
MethodName: "ListTasks",
Handler: _CloudTasks_ListTasks_Handler,
},
{
MethodName: "GetTask",
Handler: _CloudTasks_GetTask_Handler,
},
{
MethodName: "CreateTask",
Handler: _CloudTasks_CreateTask_Handler,
},
{
MethodName: "DeleteTask",
Handler: _CloudTasks_DeleteTask_Handler,
},
{
MethodName: "RunTask",
Handler: _CloudTasks_RunTask_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "google/cloud/tasks/v2/cloudtasks.proto",
![]() |
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. |