diff --git a/cmd/upload.go b/cmd/upload.go index 5207109..f9f3a7c 100644 --- a/cmd/upload.go +++ b/cmd/upload.go @@ -21,6 +21,9 @@ var uploadCmd = &cobra.Command{ if inFile == "" { log.Fatalf("No file given for uploading") } + contentTypeInt, _ := cmd.Flags().GetInt("content_type") + contentType := configv1.UploadTrainingDataRequest_ContentType(contentTypeInt) + reader, err := os.Open(inFile) if err != nil { log.Fatalf("Could not open file: %s: %s", inFile, err) @@ -40,7 +43,7 @@ var uploadCmd = &cobra.Command{ log.Fatalf("Could not read file %s: %s", inFile, err) } total += n - req := &configv1.UploadTrainingDataRequest{AppId: appId, DataChunk: buffer[:n]} + req := &configv1.UploadTrainingDataRequest{AppId: appId, DataChunk: buffer[:n], ContentType: contentType} if err = stream.Send(req); err != nil { log.Fatalf("Uploading training data failed: %s", err) } @@ -57,4 +60,5 @@ var uploadCmd = &cobra.Command{ func init() { rootCmd.AddCommand(uploadCmd) uploadCmd.Flags().StringP("file", "f", "", "File to upload. Will start training.") + uploadCmd.Flags().Int("content_type", 0, "Content type of the training data. 1 for .yaml, 2 for .tar.") } diff --git a/config.protoset b/config.protoset index a9290be..14fa00c 100644 Binary files a/config.protoset and b/config.protoset differ diff --git a/gen/go/speechly/config/v1/config_api.pb.go b/gen/go/speechly/config/v1/config_api.pb.go index ab3867d..d0e39c8 100644 --- a/gen/go/speechly/config/v1/config_api.pb.go +++ b/gen/go/speechly/config/v1/config_api.pb.go @@ -1,2195 +1,1385 @@ // Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.21.0 -// protoc v3.11.4 // source: speechly/config/v1/config_api.proto package configv1 import ( context "context" + fmt "fmt" proto "github.com/golang/protobuf/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" + math "math" ) -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf -// This is a compile-time assertion that a sufficiently up-to-date version -// of the legacy proto package is being used. -const _ = proto.ProtoPackageIsVersion4 +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package -type UpdateProfileRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +type UploadTrainingDataRequest_ContentType int32 + +const ( + UploadTrainingDataRequest_CONTENT_TYPE_UNSPECIFIED UploadTrainingDataRequest_ContentType = 0 + UploadTrainingDataRequest_CONTENT_TYPE_YAML UploadTrainingDataRequest_ContentType = 1 + UploadTrainingDataRequest_CONTENT_TYPE_TAR UploadTrainingDataRequest_ContentType = 2 +) - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` +var UploadTrainingDataRequest_ContentType_name = map[int32]string{ + 0: "CONTENT_TYPE_UNSPECIFIED", + 1: "CONTENT_TYPE_YAML", + 2: "CONTENT_TYPE_TAR", } -func (x *UpdateProfileRequest) Reset() { - *x = UpdateProfileRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +var UploadTrainingDataRequest_ContentType_value = map[string]int32{ + "CONTENT_TYPE_UNSPECIFIED": 0, + "CONTENT_TYPE_YAML": 1, + "CONTENT_TYPE_TAR": 2, } -func (x *UpdateProfileRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (x UploadTrainingDataRequest_ContentType) String() string { + return proto.EnumName(UploadTrainingDataRequest_ContentType_name, int32(x)) } -func (*UpdateProfileRequest) ProtoMessage() {} +func (UploadTrainingDataRequest_ContentType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{22, 0} +} -func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type UpdateProfileRequest struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use UpdateProfileRequest.ProtoReflect.Descriptor instead. +func (m *UpdateProfileRequest) Reset() { *m = UpdateProfileRequest{} } +func (m *UpdateProfileRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateProfileRequest) ProtoMessage() {} func (*UpdateProfileRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{0} + return fileDescriptor_39b68811cd8cd556, []int{0} } -func (x *UpdateProfileRequest) GetName() string { - if x != nil { - return x.Name +func (m *UpdateProfileRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateProfileRequest.Unmarshal(m, b) +} +func (m *UpdateProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateProfileRequest.Marshal(b, m, deterministic) +} +func (m *UpdateProfileRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateProfileRequest.Merge(m, src) +} +func (m *UpdateProfileRequest) XXX_Size() int { + return xxx_messageInfo_UpdateProfileRequest.Size(m) +} +func (m *UpdateProfileRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateProfileRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateProfileRequest proto.InternalMessageInfo + +func (m *UpdateProfileRequest) GetName() string { + if m != nil { + return m.Name } return "" } -func (x *UpdateProfileRequest) GetEmail() string { - if x != nil { - return x.Email +func (m *UpdateProfileRequest) GetEmail() string { + if m != nil { + return m.Email } return "" } type UpdateProfileResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UpdateProfileResponse) Reset() { - *x = UpdateProfileResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *UpdateProfileResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateProfileResponse) Reset() { *m = UpdateProfileResponse{} } +func (m *UpdateProfileResponse) String() string { return proto.CompactTextString(m) } +func (*UpdateProfileResponse) ProtoMessage() {} +func (*UpdateProfileResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{1} } -func (*UpdateProfileResponse) ProtoMessage() {} - -func (x *UpdateProfileResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UpdateProfileResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateProfileResponse.Unmarshal(m, b) } - -// Deprecated: Use UpdateProfileResponse.ProtoReflect.Descriptor instead. -func (*UpdateProfileResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{1} +func (m *UpdateProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateProfileResponse.Marshal(b, m, deterministic) } - -type GetProfileRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *UpdateProfileResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateProfileResponse.Merge(m, src) } - -func (x *GetProfileRequest) Reset() { - *x = GetProfileRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UpdateProfileResponse) XXX_Size() int { + return xxx_messageInfo_UpdateProfileResponse.Size(m) } - -func (x *GetProfileRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateProfileResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateProfileResponse.DiscardUnknown(m) } -func (*GetProfileRequest) ProtoMessage() {} +var xxx_messageInfo_UpdateProfileResponse proto.InternalMessageInfo -func (x *GetProfileRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetProfileRequest struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetProfileRequest.ProtoReflect.Descriptor instead. +func (m *GetProfileRequest) Reset() { *m = GetProfileRequest{} } +func (m *GetProfileRequest) String() string { return proto.CompactTextString(m) } +func (*GetProfileRequest) ProtoMessage() {} func (*GetProfileRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{2} + return fileDescriptor_39b68811cd8cd556, []int{2} } -type GetProfileResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` +func (m *GetProfileRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProfileRequest.Unmarshal(m, b) } - -func (x *GetProfileResponse) Reset() { - *x = GetProfileResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProfileRequest.Marshal(b, m, deterministic) } - -func (x *GetProfileResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProfileRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProfileRequest.Merge(m, src) +} +func (m *GetProfileRequest) XXX_Size() int { + return xxx_messageInfo_GetProfileRequest.Size(m) +} +func (m *GetProfileRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetProfileRequest.DiscardUnknown(m) } -func (*GetProfileResponse) ProtoMessage() {} +var xxx_messageInfo_GetProfileRequest proto.InternalMessageInfo -func (x *GetProfileResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type GetProfileResponse struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use GetProfileResponse.ProtoReflect.Descriptor instead. +func (m *GetProfileResponse) Reset() { *m = GetProfileResponse{} } +func (m *GetProfileResponse) String() string { return proto.CompactTextString(m) } +func (*GetProfileResponse) ProtoMessage() {} func (*GetProfileResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{3} + return fileDescriptor_39b68811cd8cd556, []int{3} +} + +func (m *GetProfileResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProfileResponse.Unmarshal(m, b) +} +func (m *GetProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProfileResponse.Marshal(b, m, deterministic) +} +func (m *GetProfileResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProfileResponse.Merge(m, src) +} +func (m *GetProfileResponse) XXX_Size() int { + return xxx_messageInfo_GetProfileResponse.Size(m) +} +func (m *GetProfileResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetProfileResponse.DiscardUnknown(m) } -func (x *GetProfileResponse) GetName() string { - if x != nil { - return x.Name +var xxx_messageInfo_GetProfileResponse proto.InternalMessageInfo + +func (m *GetProfileResponse) GetName() string { + if m != nil { + return m.Name } return "" } -func (x *GetProfileResponse) GetEmail() string { - if x != nil { - return x.Email +func (m *GetProfileResponse) GetEmail() string { + if m != nil { + return m.Email } return "" } type GetProjectRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetProjectRequest) Reset() { - *x = GetProjectRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProjectRequest) Reset() { *m = GetProjectRequest{} } +func (m *GetProjectRequest) String() string { return proto.CompactTextString(m) } +func (*GetProjectRequest) ProtoMessage() {} +func (*GetProjectRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{4} } -func (x *GetProjectRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProjectRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProjectRequest.Unmarshal(m, b) } - -func (*GetProjectRequest) ProtoMessage() {} - -func (x *GetProjectRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProjectRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead. -func (*GetProjectRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{4} +func (m *GetProjectRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProjectRequest.Merge(m, src) +} +func (m *GetProjectRequest) XXX_Size() int { + return xxx_messageInfo_GetProjectRequest.Size(m) +} +func (m *GetProjectRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetProjectRequest.DiscardUnknown(m) } -type GetProjectResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_GetProjectRequest proto.InternalMessageInfo +type GetProjectResponse struct { // List of project ids Project []string `protobuf:"bytes,1,rep,name=project,proto3" json:"project,omitempty"` // List of project names in the same order as project field, if no name is // defined then an UUID is listed. - ProjectNames []string `protobuf:"bytes,2,rep,name=project_names,json=projectNames,proto3" json:"project_names,omitempty"` + ProjectNames []string `protobuf:"bytes,2,rep,name=project_names,json=projectNames,proto3" json:"project_names,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetProjectResponse) Reset() { - *x = GetProjectResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[5] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProjectResponse) Reset() { *m = GetProjectResponse{} } +func (m *GetProjectResponse) String() string { return proto.CompactTextString(m) } +func (*GetProjectResponse) ProtoMessage() {} +func (*GetProjectResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{5} } -func (x *GetProjectResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProjectResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProjectResponse.Unmarshal(m, b) } - -func (*GetProjectResponse) ProtoMessage() {} - -func (x *GetProjectResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[5] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProjectResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead. -func (*GetProjectResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{5} +func (m *GetProjectResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProjectResponse.Merge(m, src) +} +func (m *GetProjectResponse) XXX_Size() int { + return xxx_messageInfo_GetProjectResponse.Size(m) } +func (m *GetProjectResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetProjectResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetProjectResponse proto.InternalMessageInfo -func (x *GetProjectResponse) GetProject() []string { - if x != nil { - return x.Project +func (m *GetProjectResponse) GetProject() []string { + if m != nil { + return m.Project } return nil } -func (x *GetProjectResponse) GetProjectNames() []string { - if x != nil { - return x.ProjectNames +func (m *GetProjectResponse) GetProjectNames() []string { + if m != nil { + return m.ProjectNames } return nil } type CreateProjectRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Optional user friendly name for the project - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CreateProjectRequest) Reset() { - *x = CreateProjectRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[6] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CreateProjectRequest) Reset() { *m = CreateProjectRequest{} } +func (m *CreateProjectRequest) String() string { return proto.CompactTextString(m) } +func (*CreateProjectRequest) ProtoMessage() {} +func (*CreateProjectRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{6} } -func (x *CreateProjectRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CreateProjectRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateProjectRequest.Unmarshal(m, b) } - -func (*CreateProjectRequest) ProtoMessage() {} - -func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[6] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CreateProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateProjectRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead. -func (*CreateProjectRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{6} +func (m *CreateProjectRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateProjectRequest.Merge(m, src) +} +func (m *CreateProjectRequest) XXX_Size() int { + return xxx_messageInfo_CreateProjectRequest.Size(m) +} +func (m *CreateProjectRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateProjectRequest.DiscardUnknown(m) } -func (x *CreateProjectRequest) GetName() string { - if x != nil { - return x.Name +var xxx_messageInfo_CreateProjectRequest proto.InternalMessageInfo + +func (m *CreateProjectRequest) GetName() string { + if m != nil { + return m.Name } return "" } type CreateProjectResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - // Newly created project id - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CreateProjectResponse) Reset() { - *x = CreateProjectResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[7] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CreateProjectResponse) Reset() { *m = CreateProjectResponse{} } +func (m *CreateProjectResponse) String() string { return proto.CompactTextString(m) } +func (*CreateProjectResponse) ProtoMessage() {} +func (*CreateProjectResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{7} } -func (x *CreateProjectResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CreateProjectResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateProjectResponse.Unmarshal(m, b) } - -func (*CreateProjectResponse) ProtoMessage() {} - -func (x *CreateProjectResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[7] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CreateProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateProjectResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead. -func (*CreateProjectResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{7} +func (m *CreateProjectResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateProjectResponse.Merge(m, src) +} +func (m *CreateProjectResponse) XXX_Size() int { + return xxx_messageInfo_CreateProjectResponse.Size(m) +} +func (m *CreateProjectResponse) XXX_DiscardUnknown() { + xxx_messageInfo_CreateProjectResponse.DiscardUnknown(m) } -func (x *CreateProjectResponse) GetProject() string { - if x != nil { - return x.Project +var xxx_messageInfo_CreateProjectResponse proto.InternalMessageInfo + +func (m *CreateProjectResponse) GetProject() string { + if m != nil { + return m.Project } return "" } -func (x *CreateProjectResponse) GetName() string { - if x != nil { - return x.Name +func (m *CreateProjectResponse) GetName() string { + if m != nil { + return m.Name } return "" } type UpdateProjectRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UpdateProjectRequest) Reset() { - *x = UpdateProjectRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[8] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UpdateProjectRequest) Reset() { *m = UpdateProjectRequest{} } +func (m *UpdateProjectRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateProjectRequest) ProtoMessage() {} +func (*UpdateProjectRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{8} } -func (x *UpdateProjectRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateProjectRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateProjectRequest.Unmarshal(m, b) } - -func (*UpdateProjectRequest) ProtoMessage() {} - -func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[8] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UpdateProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateProjectRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead. -func (*UpdateProjectRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{8} +func (m *UpdateProjectRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateProjectRequest.Merge(m, src) } +func (m *UpdateProjectRequest) XXX_Size() int { + return xxx_messageInfo_UpdateProjectRequest.Size(m) +} +func (m *UpdateProjectRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateProjectRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateProjectRequest proto.InternalMessageInfo -func (x *UpdateProjectRequest) GetProject() string { - if x != nil { - return x.Project +func (m *UpdateProjectRequest) GetProject() string { + if m != nil { + return m.Project } return "" } -func (x *UpdateProjectRequest) GetName() string { - if x != nil { - return x.Name +func (m *UpdateProjectRequest) GetName() string { + if m != nil { + return m.Name } return "" } type UpdateProjectResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UpdateProjectResponse) Reset() { - *x = UpdateProjectResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[9] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UpdateProjectResponse) Reset() { *m = UpdateProjectResponse{} } +func (m *UpdateProjectResponse) String() string { return proto.CompactTextString(m) } +func (*UpdateProjectResponse) ProtoMessage() {} +func (*UpdateProjectResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{9} } -func (x *UpdateProjectResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateProjectResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateProjectResponse.Unmarshal(m, b) } - -func (*UpdateProjectResponse) ProtoMessage() {} - -func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[9] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UpdateProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateProjectResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead. -func (*UpdateProjectResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{9} +func (m *UpdateProjectResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateProjectResponse.Merge(m, src) +} +func (m *UpdateProjectResponse) XXX_Size() int { + return xxx_messageInfo_UpdateProjectResponse.Size(m) +} +func (m *UpdateProjectResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateProjectResponse.DiscardUnknown(m) } -type GetProjectParticipantsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_UpdateProjectResponse proto.InternalMessageInfo - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` +type GetProjectParticipantsRequest struct { + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetProjectParticipantsRequest) Reset() { - *x = GetProjectParticipantsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[10] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProjectParticipantsRequest) Reset() { *m = GetProjectParticipantsRequest{} } +func (m *GetProjectParticipantsRequest) String() string { return proto.CompactTextString(m) } +func (*GetProjectParticipantsRequest) ProtoMessage() {} +func (*GetProjectParticipantsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{10} } -func (x *GetProjectParticipantsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProjectParticipantsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProjectParticipantsRequest.Unmarshal(m, b) } - -func (*GetProjectParticipantsRequest) ProtoMessage() {} - -func (x *GetProjectParticipantsRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[10] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetProjectParticipantsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProjectParticipantsRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetProjectParticipantsRequest.ProtoReflect.Descriptor instead. -func (*GetProjectParticipantsRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{10} +func (m *GetProjectParticipantsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProjectParticipantsRequest.Merge(m, src) +} +func (m *GetProjectParticipantsRequest) XXX_Size() int { + return xxx_messageInfo_GetProjectParticipantsRequest.Size(m) +} +func (m *GetProjectParticipantsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetProjectParticipantsRequest.DiscardUnknown(m) } -func (x *GetProjectParticipantsRequest) GetProject() string { - if x != nil { - return x.Project +var xxx_messageInfo_GetProjectParticipantsRequest proto.InternalMessageInfo + +func (m *GetProjectParticipantsRequest) GetProject() string { + if m != nil { + return m.Project } return "" } type GetProjectParticipantsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Participants []*GetProjectParticipantsResponse_Participant `protobuf:"bytes,1,rep,name=participants,proto3" json:"participants,omitempty"` + Participants []*GetProjectParticipantsResponse_Participant `protobuf:"bytes,1,rep,name=participants,proto3" json:"participants,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetProjectParticipantsResponse) Reset() { - *x = GetProjectParticipantsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[11] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProjectParticipantsResponse) Reset() { *m = GetProjectParticipantsResponse{} } +func (m *GetProjectParticipantsResponse) String() string { return proto.CompactTextString(m) } +func (*GetProjectParticipantsResponse) ProtoMessage() {} +func (*GetProjectParticipantsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{11} } -func (x *GetProjectParticipantsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProjectParticipantsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProjectParticipantsResponse.Unmarshal(m, b) } - -func (*GetProjectParticipantsResponse) ProtoMessage() {} - -func (x *GetProjectParticipantsResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[11] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetProjectParticipantsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProjectParticipantsResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetProjectParticipantsResponse.ProtoReflect.Descriptor instead. -func (*GetProjectParticipantsResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{11} +func (m *GetProjectParticipantsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProjectParticipantsResponse.Merge(m, src) } +func (m *GetProjectParticipantsResponse) XXX_Size() int { + return xxx_messageInfo_GetProjectParticipantsResponse.Size(m) +} +func (m *GetProjectParticipantsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetProjectParticipantsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetProjectParticipantsResponse proto.InternalMessageInfo -func (x *GetProjectParticipantsResponse) GetParticipants() []*GetProjectParticipantsResponse_Participant { - if x != nil { - return x.Participants +func (m *GetProjectParticipantsResponse) GetParticipants() []*GetProjectParticipantsResponse_Participant { + if m != nil { + return m.Participants } return nil } -type ListAppsRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` +type GetProjectParticipantsResponse_Participant struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ListAppsRequest) Reset() { - *x = ListAppsRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[12] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetProjectParticipantsResponse_Participant) Reset() { + *m = GetProjectParticipantsResponse_Participant{} +} +func (m *GetProjectParticipantsResponse_Participant) String() string { + return proto.CompactTextString(m) +} +func (*GetProjectParticipantsResponse_Participant) ProtoMessage() {} +func (*GetProjectParticipantsResponse_Participant) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{11, 0} } -func (x *ListAppsRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetProjectParticipantsResponse_Participant) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetProjectParticipantsResponse_Participant.Unmarshal(m, b) +} +func (m *GetProjectParticipantsResponse_Participant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetProjectParticipantsResponse_Participant.Marshal(b, m, deterministic) +} +func (m *GetProjectParticipantsResponse_Participant) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetProjectParticipantsResponse_Participant.Merge(m, src) +} +func (m *GetProjectParticipantsResponse_Participant) XXX_Size() int { + return xxx_messageInfo_GetProjectParticipantsResponse_Participant.Size(m) +} +func (m *GetProjectParticipantsResponse_Participant) XXX_DiscardUnknown() { + xxx_messageInfo_GetProjectParticipantsResponse_Participant.DiscardUnknown(m) } -func (*ListAppsRequest) ProtoMessage() {} +var xxx_messageInfo_GetProjectParticipantsResponse_Participant proto.InternalMessageInfo -func (x *ListAppsRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[12] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *GetProjectParticipantsResponse_Participant) GetName() string { + if m != nil { + return m.Name } - return mi.MessageOf(x) -} - -// Deprecated: Use ListAppsRequest.ProtoReflect.Descriptor instead. -func (*ListAppsRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{12} + return "" } -func (x *ListAppsRequest) GetProject() string { - if x != nil { - return x.Project +func (m *GetProjectParticipantsResponse_Participant) GetEmail() string { + if m != nil { + return m.Email } return "" } -type ListAppsResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` +type ListAppsRequest struct { + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *ListAppsResponse) Reset() { - *x = ListAppsResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[13] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *ListAppsRequest) Reset() { *m = ListAppsRequest{} } +func (m *ListAppsRequest) String() string { return proto.CompactTextString(m) } +func (*ListAppsRequest) ProtoMessage() {} +func (*ListAppsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{12} } -func (x *ListAppsResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *ListAppsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAppsRequest.Unmarshal(m, b) +} +func (m *ListAppsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAppsRequest.Marshal(b, m, deterministic) +} +func (m *ListAppsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAppsRequest.Merge(m, src) +} +func (m *ListAppsRequest) XXX_Size() int { + return xxx_messageInfo_ListAppsRequest.Size(m) +} +func (m *ListAppsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListAppsRequest.DiscardUnknown(m) } -func (*ListAppsResponse) ProtoMessage() {} +var xxx_messageInfo_ListAppsRequest proto.InternalMessageInfo -func (x *ListAppsResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[13] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *ListAppsRequest) GetProject() string { + if m != nil { + return m.Project } - return mi.MessageOf(x) + return "" +} + +type ListAppsResponse struct { + Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use ListAppsResponse.ProtoReflect.Descriptor instead. +func (m *ListAppsResponse) Reset() { *m = ListAppsResponse{} } +func (m *ListAppsResponse) String() string { return proto.CompactTextString(m) } +func (*ListAppsResponse) ProtoMessage() {} func (*ListAppsResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{13} + return fileDescriptor_39b68811cd8cd556, []int{13} +} + +func (m *ListAppsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAppsResponse.Unmarshal(m, b) } +func (m *ListAppsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAppsResponse.Marshal(b, m, deterministic) +} +func (m *ListAppsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAppsResponse.Merge(m, src) +} +func (m *ListAppsResponse) XXX_Size() int { + return xxx_messageInfo_ListAppsResponse.Size(m) +} +func (m *ListAppsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListAppsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListAppsResponse proto.InternalMessageInfo -func (x *ListAppsResponse) GetApps() []*App { - if x != nil { - return x.Apps +func (m *ListAppsResponse) GetApps() []*App { + if m != nil { + return m.Apps } return nil } type CreateAppRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` - App *App `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"` + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + App *App `protobuf:"bytes,2,opt,name=app,proto3" json:"app,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CreateAppRequest) Reset() { - *x = CreateAppRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[14] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CreateAppRequest) Reset() { *m = CreateAppRequest{} } +func (m *CreateAppRequest) String() string { return proto.CompactTextString(m) } +func (*CreateAppRequest) ProtoMessage() {} +func (*CreateAppRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{14} } -func (x *CreateAppRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CreateAppRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateAppRequest.Unmarshal(m, b) } - -func (*CreateAppRequest) ProtoMessage() {} - -func (x *CreateAppRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[14] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CreateAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateAppRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use CreateAppRequest.ProtoReflect.Descriptor instead. -func (*CreateAppRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{14} +func (m *CreateAppRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateAppRequest.Merge(m, src) +} +func (m *CreateAppRequest) XXX_Size() int { + return xxx_messageInfo_CreateAppRequest.Size(m) } +func (m *CreateAppRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateAppRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateAppRequest proto.InternalMessageInfo -func (x *CreateAppRequest) GetProject() string { - if x != nil { - return x.Project +func (m *CreateAppRequest) GetProject() string { + if m != nil { + return m.Project } return "" } -func (x *CreateAppRequest) GetApp() *App { - if x != nil { - return x.App +func (m *CreateAppRequest) GetApp() *App { + if m != nil { + return m.App } return nil } type CreateAppResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *CreateAppResponse) Reset() { - *x = CreateAppResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[15] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *CreateAppResponse) Reset() { *m = CreateAppResponse{} } +func (m *CreateAppResponse) String() string { return proto.CompactTextString(m) } +func (*CreateAppResponse) ProtoMessage() {} +func (*CreateAppResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{15} } -func (x *CreateAppResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *CreateAppResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateAppResponse.Unmarshal(m, b) } - -func (*CreateAppResponse) ProtoMessage() {} - -func (x *CreateAppResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[15] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *CreateAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateAppResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use CreateAppResponse.ProtoReflect.Descriptor instead. -func (*CreateAppResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{15} +func (m *CreateAppResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateAppResponse.Merge(m, src) +} +func (m *CreateAppResponse) XXX_Size() int { + return xxx_messageInfo_CreateAppResponse.Size(m) } +func (m *CreateAppResponse) XXX_DiscardUnknown() { + xxx_messageInfo_CreateAppResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateAppResponse proto.InternalMessageInfo -func (x *CreateAppResponse) GetApp() *App { - if x != nil { - return x.App +func (m *CreateAppResponse) GetApp() *App { + if m != nil { + return m.App } return nil } type UpdateAppRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UpdateAppRequest) Reset() { - *x = UpdateAppRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[16] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UpdateAppRequest) Reset() { *m = UpdateAppRequest{} } +func (m *UpdateAppRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateAppRequest) ProtoMessage() {} +func (*UpdateAppRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{16} } -func (x *UpdateAppRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateAppRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateAppRequest.Unmarshal(m, b) } - -func (*UpdateAppRequest) ProtoMessage() {} - -func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[16] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UpdateAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateAppRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead. -func (*UpdateAppRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{16} +func (m *UpdateAppRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateAppRequest.Merge(m, src) +} +func (m *UpdateAppRequest) XXX_Size() int { + return xxx_messageInfo_UpdateAppRequest.Size(m) +} +func (m *UpdateAppRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateAppRequest.DiscardUnknown(m) } -func (x *UpdateAppRequest) GetApp() *App { - if x != nil { - return x.App +var xxx_messageInfo_UpdateAppRequest proto.InternalMessageInfo + +func (m *UpdateAppRequest) GetApp() *App { + if m != nil { + return m.App } return nil } type UpdateAppResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UpdateAppResponse) Reset() { - *x = UpdateAppResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[17] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UpdateAppResponse) Reset() { *m = UpdateAppResponse{} } +func (m *UpdateAppResponse) String() string { return proto.CompactTextString(m) } +func (*UpdateAppResponse) ProtoMessage() {} +func (*UpdateAppResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{17} } -func (x *UpdateAppResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UpdateAppResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateAppResponse.Unmarshal(m, b) } - -func (*UpdateAppResponse) ProtoMessage() {} - -func (x *UpdateAppResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[17] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UpdateAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateAppResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead. -func (*UpdateAppResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{17} +func (m *UpdateAppResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateAppResponse.Merge(m, src) +} +func (m *UpdateAppResponse) XXX_Size() int { + return xxx_messageInfo_UpdateAppResponse.Size(m) +} +func (m *UpdateAppResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateAppResponse.DiscardUnknown(m) } -type DeleteAppRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_UpdateAppResponse proto.InternalMessageInfo - AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` +type DeleteAppRequest struct { + AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *DeleteAppRequest) Reset() { - *x = DeleteAppRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[18] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *DeleteAppRequest) Reset() { *m = DeleteAppRequest{} } +func (m *DeleteAppRequest) String() string { return proto.CompactTextString(m) } +func (*DeleteAppRequest) ProtoMessage() {} +func (*DeleteAppRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{18} } -func (x *DeleteAppRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *DeleteAppRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteAppRequest.Unmarshal(m, b) } - -func (*DeleteAppRequest) ProtoMessage() {} - -func (x *DeleteAppRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[18] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *DeleteAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteAppRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use DeleteAppRequest.ProtoReflect.Descriptor instead. -func (*DeleteAppRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{18} +func (m *DeleteAppRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteAppRequest.Merge(m, src) +} +func (m *DeleteAppRequest) XXX_Size() int { + return xxx_messageInfo_DeleteAppRequest.Size(m) } +func (m *DeleteAppRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteAppRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteAppRequest proto.InternalMessageInfo -func (x *DeleteAppRequest) GetAppId() string { - if x != nil { - return x.AppId +func (m *DeleteAppRequest) GetAppId() string { + if m != nil { + return m.AppId } return "" } type DeleteAppResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *DeleteAppResponse) Reset() { - *x = DeleteAppResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[19] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *DeleteAppResponse) Reset() { *m = DeleteAppResponse{} } +func (m *DeleteAppResponse) String() string { return proto.CompactTextString(m) } +func (*DeleteAppResponse) ProtoMessage() {} +func (*DeleteAppResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{19} } -func (x *DeleteAppResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *DeleteAppResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteAppResponse.Unmarshal(m, b) } - -func (*DeleteAppResponse) ProtoMessage() {} - -func (x *DeleteAppResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[19] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *DeleteAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteAppResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use DeleteAppResponse.ProtoReflect.Descriptor instead. -func (*DeleteAppResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{19} +func (m *DeleteAppResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteAppResponse.Merge(m, src) +} +func (m *DeleteAppResponse) XXX_Size() int { + return xxx_messageInfo_DeleteAppResponse.Size(m) +} +func (m *DeleteAppResponse) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteAppResponse.DiscardUnknown(m) } -type GetAppRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +var xxx_messageInfo_DeleteAppResponse proto.InternalMessageInfo - AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` +type GetAppRequest struct { + AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAppRequest) Reset() { - *x = GetAppRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[20] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAppRequest) Reset() { *m = GetAppRequest{} } +func (m *GetAppRequest) String() string { return proto.CompactTextString(m) } +func (*GetAppRequest) ProtoMessage() {} +func (*GetAppRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{20} } -func (x *GetAppRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAppRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAppRequest.Unmarshal(m, b) } - -func (*GetAppRequest) ProtoMessage() {} - -func (x *GetAppRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[20] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAppRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAppRequest.ProtoReflect.Descriptor instead. -func (*GetAppRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{20} +func (m *GetAppRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAppRequest.Merge(m, src) } +func (m *GetAppRequest) XXX_Size() int { + return xxx_messageInfo_GetAppRequest.Size(m) +} +func (m *GetAppRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAppRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAppRequest proto.InternalMessageInfo -func (x *GetAppRequest) GetAppId() string { - if x != nil { - return x.AppId +func (m *GetAppRequest) GetAppId() string { + if m != nil { + return m.AppId } return "" } type GetAppResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *GetAppResponse) Reset() { - *x = GetAppResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[21] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *GetAppResponse) Reset() { *m = GetAppResponse{} } +func (m *GetAppResponse) String() string { return proto.CompactTextString(m) } +func (*GetAppResponse) ProtoMessage() {} +func (*GetAppResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{21} } -func (x *GetAppResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *GetAppResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAppResponse.Unmarshal(m, b) } - -func (*GetAppResponse) ProtoMessage() {} - -func (x *GetAppResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[21] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *GetAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAppResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use GetAppResponse.ProtoReflect.Descriptor instead. -func (*GetAppResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{21} +func (m *GetAppResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAppResponse.Merge(m, src) } +func (m *GetAppResponse) XXX_Size() int { + return xxx_messageInfo_GetAppResponse.Size(m) +} +func (m *GetAppResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetAppResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAppResponse proto.InternalMessageInfo -func (x *GetAppResponse) GetApp() *App { - if x != nil { - return x.App +func (m *GetAppResponse) GetApp() *App { + if m != nil { + return m.App } return nil } type UploadTrainingDataRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` - DataChunk []byte `protobuf:"bytes,2,opt,name=data_chunk,json=dataChunk,proto3" json:"data_chunk,omitempty"` + AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + DataChunk []byte `protobuf:"bytes,2,opt,name=data_chunk,json=dataChunk,proto3" json:"data_chunk,omitempty"` + ContentType UploadTrainingDataRequest_ContentType `protobuf:"varint,3,opt,name=content_type,json=contentType,proto3,enum=speechly.config.v1.UploadTrainingDataRequest_ContentType" json:"content_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *UploadTrainingDataRequest) Reset() { - *x = UploadTrainingDataRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[22] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UploadTrainingDataRequest) Reset() { *m = UploadTrainingDataRequest{} } +func (m *UploadTrainingDataRequest) String() string { return proto.CompactTextString(m) } +func (*UploadTrainingDataRequest) ProtoMessage() {} +func (*UploadTrainingDataRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{22} } -func (x *UploadTrainingDataRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UploadTrainingDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadTrainingDataRequest.Unmarshal(m, b) } - -func (*UploadTrainingDataRequest) ProtoMessage() {} - -func (x *UploadTrainingDataRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[22] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *UploadTrainingDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadTrainingDataRequest.Marshal(b, m, deterministic) } - -// Deprecated: Use UploadTrainingDataRequest.ProtoReflect.Descriptor instead. -func (*UploadTrainingDataRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{22} +func (m *UploadTrainingDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadTrainingDataRequest.Merge(m, src) +} +func (m *UploadTrainingDataRequest) XXX_Size() int { + return xxx_messageInfo_UploadTrainingDataRequest.Size(m) } +func (m *UploadTrainingDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UploadTrainingDataRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UploadTrainingDataRequest proto.InternalMessageInfo -func (x *UploadTrainingDataRequest) GetAppId() string { - if x != nil { - return x.AppId +func (m *UploadTrainingDataRequest) GetAppId() string { + if m != nil { + return m.AppId } return "" } -func (x *UploadTrainingDataRequest) GetDataChunk() []byte { - if x != nil { - return x.DataChunk +func (m *UploadTrainingDataRequest) GetDataChunk() []byte { + if m != nil { + return m.DataChunk } return nil } -type UploadTrainingDataResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields -} - -func (x *UploadTrainingDataResponse) Reset() { - *x = UploadTrainingDataResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[23] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) +func (m *UploadTrainingDataRequest) GetContentType() UploadTrainingDataRequest_ContentType { + if m != nil { + return m.ContentType } + return UploadTrainingDataRequest_CONTENT_TYPE_UNSPECIFIED } -func (x *UploadTrainingDataResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*UploadTrainingDataResponse) ProtoMessage() {} - -func (x *UploadTrainingDataResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[23] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type UploadTrainingDataResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use UploadTrainingDataResponse.ProtoReflect.Descriptor instead. +func (m *UploadTrainingDataResponse) Reset() { *m = UploadTrainingDataResponse{} } +func (m *UploadTrainingDataResponse) String() string { return proto.CompactTextString(m) } +func (*UploadTrainingDataResponse) ProtoMessage() {} func (*UploadTrainingDataResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{23} + return fileDescriptor_39b68811cd8cd556, []int{23} } -type DownloadCurrentTrainingDataRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` +func (m *UploadTrainingDataResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadTrainingDataResponse.Unmarshal(m, b) } - -func (x *DownloadCurrentTrainingDataRequest) Reset() { - *x = DownloadCurrentTrainingDataRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[24] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *UploadTrainingDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadTrainingDataResponse.Marshal(b, m, deterministic) } - -func (x *DownloadCurrentTrainingDataRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *UploadTrainingDataResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadTrainingDataResponse.Merge(m, src) +} +func (m *UploadTrainingDataResponse) XXX_Size() int { + return xxx_messageInfo_UploadTrainingDataResponse.Size(m) +} +func (m *UploadTrainingDataResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UploadTrainingDataResponse.DiscardUnknown(m) } -func (*DownloadCurrentTrainingDataRequest) ProtoMessage() {} +var xxx_messageInfo_UploadTrainingDataResponse proto.InternalMessageInfo -func (x *DownloadCurrentTrainingDataRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[24] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +type DownloadCurrentTrainingDataRequest struct { + AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -// Deprecated: Use DownloadCurrentTrainingDataRequest.ProtoReflect.Descriptor instead. +func (m *DownloadCurrentTrainingDataRequest) Reset() { *m = DownloadCurrentTrainingDataRequest{} } +func (m *DownloadCurrentTrainingDataRequest) String() string { return proto.CompactTextString(m) } +func (*DownloadCurrentTrainingDataRequest) ProtoMessage() {} func (*DownloadCurrentTrainingDataRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{24} + return fileDescriptor_39b68811cd8cd556, []int{24} } -func (x *DownloadCurrentTrainingDataRequest) GetAppId() string { - if x != nil { - return x.AppId - } - return "" +func (m *DownloadCurrentTrainingDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DownloadCurrentTrainingDataRequest.Unmarshal(m, b) } - -type DownloadCurrentTrainingDataResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - DataChunk []byte `protobuf:"bytes,1,opt,name=data_chunk,json=dataChunk,proto3" json:"data_chunk,omitempty"` +func (m *DownloadCurrentTrainingDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DownloadCurrentTrainingDataRequest.Marshal(b, m, deterministic) } - -func (x *DownloadCurrentTrainingDataResponse) Reset() { - *x = DownloadCurrentTrainingDataResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[25] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *DownloadCurrentTrainingDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DownloadCurrentTrainingDataRequest.Merge(m, src) } - -func (x *DownloadCurrentTrainingDataResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *DownloadCurrentTrainingDataRequest) XXX_Size() int { + return xxx_messageInfo_DownloadCurrentTrainingDataRequest.Size(m) +} +func (m *DownloadCurrentTrainingDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DownloadCurrentTrainingDataRequest.DiscardUnknown(m) } -func (*DownloadCurrentTrainingDataResponse) ProtoMessage() {} +var xxx_messageInfo_DownloadCurrentTrainingDataRequest proto.InternalMessageInfo -func (x *DownloadCurrentTrainingDataResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[25] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *DownloadCurrentTrainingDataRequest) GetAppId() string { + if m != nil { + return m.AppId } - return mi.MessageOf(x) + return "" } -// Deprecated: Use DownloadCurrentTrainingDataResponse.ProtoReflect.Descriptor instead. -func (*DownloadCurrentTrainingDataResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{25} +type DownloadCurrentTrainingDataResponse struct { + DataChunk []byte `protobuf:"bytes,1,opt,name=data_chunk,json=dataChunk,proto3" json:"data_chunk,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *DownloadCurrentTrainingDataResponse) GetDataChunk() []byte { - if x != nil { - return x.DataChunk - } - return nil +func (m *DownloadCurrentTrainingDataResponse) Reset() { *m = DownloadCurrentTrainingDataResponse{} } +func (m *DownloadCurrentTrainingDataResponse) String() string { return proto.CompactTextString(m) } +func (*DownloadCurrentTrainingDataResponse) ProtoMessage() {} +func (*DownloadCurrentTrainingDataResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{25} } -type InviteRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` +func (m *DownloadCurrentTrainingDataResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DownloadCurrentTrainingDataResponse.Unmarshal(m, b) } - -func (x *InviteRequest) Reset() { - *x = InviteRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[26] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *DownloadCurrentTrainingDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DownloadCurrentTrainingDataResponse.Marshal(b, m, deterministic) } - -func (x *InviteRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *DownloadCurrentTrainingDataResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_DownloadCurrentTrainingDataResponse.Merge(m, src) +} +func (m *DownloadCurrentTrainingDataResponse) XXX_Size() int { + return xxx_messageInfo_DownloadCurrentTrainingDataResponse.Size(m) +} +func (m *DownloadCurrentTrainingDataResponse) XXX_DiscardUnknown() { + xxx_messageInfo_DownloadCurrentTrainingDataResponse.DiscardUnknown(m) } -func (*InviteRequest) ProtoMessage() {} +var xxx_messageInfo_DownloadCurrentTrainingDataResponse proto.InternalMessageInfo -func (x *InviteRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[26] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms +func (m *DownloadCurrentTrainingDataResponse) GetDataChunk() []byte { + if m != nil { + return m.DataChunk } - return mi.MessageOf(x) + return nil } -// Deprecated: Use InviteRequest.ProtoReflect.Descriptor instead. -func (*InviteRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{26} +type InviteRequest struct { + Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *InviteRequest) GetProject() string { - if x != nil { - return x.Project - } - return "" +func (m *InviteRequest) Reset() { *m = InviteRequest{} } +func (m *InviteRequest) String() string { return proto.CompactTextString(m) } +func (*InviteRequest) ProtoMessage() {} +func (*InviteRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{26} } -type InviteResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - InvitationToken string `protobuf:"bytes,1,opt,name=invitation_token,json=invitationToken,proto3" json:"invitation_token,omitempty"` +func (m *InviteRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_InviteRequest.Unmarshal(m, b) } - -func (x *InviteResponse) Reset() { - *x = InviteResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[27] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *InviteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_InviteRequest.Marshal(b, m, deterministic) } - -func (x *InviteResponse) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *InviteRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_InviteRequest.Merge(m, src) } - -func (*InviteResponse) ProtoMessage() {} - -func (x *InviteResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[27] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *InviteRequest) XXX_Size() int { + return xxx_messageInfo_InviteRequest.Size(m) } - -// Deprecated: Use InviteResponse.ProtoReflect.Descriptor instead. -func (*InviteResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{27} +func (m *InviteRequest) XXX_DiscardUnknown() { + xxx_messageInfo_InviteRequest.DiscardUnknown(m) } -func (x *InviteResponse) GetInvitationToken() string { - if x != nil { - return x.InvitationToken +var xxx_messageInfo_InviteRequest proto.InternalMessageInfo + +func (m *InviteRequest) GetProject() string { + if m != nil { + return m.Project } return "" } -type JoinProjectRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - InvitationToken string `protobuf:"bytes,1,opt,name=invitation_token,json=invitationToken,proto3" json:"invitation_token,omitempty"` +type InviteResponse struct { + InvitationToken string `protobuf:"bytes,1,opt,name=invitation_token,json=invitationToken,proto3" json:"invitation_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (x *JoinProjectRequest) Reset() { - *x = JoinProjectRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[28] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *InviteResponse) Reset() { *m = InviteResponse{} } +func (m *InviteResponse) String() string { return proto.CompactTextString(m) } +func (*InviteResponse) ProtoMessage() {} +func (*InviteResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{27} } -func (x *JoinProjectRequest) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *InviteResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_InviteResponse.Unmarshal(m, b) } - -func (*JoinProjectRequest) ProtoMessage() {} - -func (x *JoinProjectRequest) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[28] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *InviteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_InviteResponse.Marshal(b, m, deterministic) } - -// Deprecated: Use JoinProjectRequest.ProtoReflect.Descriptor instead. -func (*JoinProjectRequest) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{28} +func (m *InviteResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_InviteResponse.Merge(m, src) } - -func (x *JoinProjectRequest) GetInvitationToken() string { - if x != nil { - return x.InvitationToken - } - return "" +func (m *InviteResponse) XXX_Size() int { + return xxx_messageInfo_InviteResponse.Size(m) } - -type JoinProjectResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields +func (m *InviteResponse) XXX_DiscardUnknown() { + xxx_messageInfo_InviteResponse.DiscardUnknown(m) } -func (x *JoinProjectResponse) Reset() { - *x = JoinProjectResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[29] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) +var xxx_messageInfo_InviteResponse proto.InternalMessageInfo + +func (m *InviteResponse) GetInvitationToken() string { + if m != nil { + return m.InvitationToken } + return "" } -func (x *JoinProjectResponse) String() string { - return protoimpl.X.MessageStringOf(x) +type JoinProjectRequest struct { + InvitationToken string `protobuf:"bytes,1,opt,name=invitation_token,json=invitationToken,proto3" json:"invitation_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (*JoinProjectResponse) ProtoMessage() {} - -func (x *JoinProjectResponse) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[29] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *JoinProjectRequest) Reset() { *m = JoinProjectRequest{} } +func (m *JoinProjectRequest) String() string { return proto.CompactTextString(m) } +func (*JoinProjectRequest) ProtoMessage() {} +func (*JoinProjectRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{28} } -// Deprecated: Use JoinProjectResponse.ProtoReflect.Descriptor instead. -func (*JoinProjectResponse) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{29} +func (m *JoinProjectRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_JoinProjectRequest.Unmarshal(m, b) } - -type GetProjectParticipantsResponse_Participant struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` +func (m *JoinProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_JoinProjectRequest.Marshal(b, m, deterministic) } - -func (x *GetProjectParticipantsResponse_Participant) Reset() { - *x = GetProjectParticipantsResponse_Participant{} - if protoimpl.UnsafeEnabled { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[30] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } +func (m *JoinProjectRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_JoinProjectRequest.Merge(m, src) } - -func (x *GetProjectParticipantsResponse_Participant) String() string { - return protoimpl.X.MessageStringOf(x) +func (m *JoinProjectRequest) XXX_Size() int { + return xxx_messageInfo_JoinProjectRequest.Size(m) } - -func (*GetProjectParticipantsResponse_Participant) ProtoMessage() {} - -func (x *GetProjectParticipantsResponse_Participant) ProtoReflect() protoreflect.Message { - mi := &file_speechly_config_v1_config_api_proto_msgTypes[30] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) +func (m *JoinProjectRequest) XXX_DiscardUnknown() { + xxx_messageInfo_JoinProjectRequest.DiscardUnknown(m) } -// Deprecated: Use GetProjectParticipantsResponse_Participant.ProtoReflect.Descriptor instead. -func (*GetProjectParticipantsResponse_Participant) Descriptor() ([]byte, []int) { - return file_speechly_config_v1_config_api_proto_rawDescGZIP(), []int{11, 0} -} +var xxx_messageInfo_JoinProjectRequest proto.InternalMessageInfo -func (x *GetProjectParticipantsResponse_Participant) GetName() string { - if x != nil { - return x.Name +func (m *JoinProjectRequest) GetInvitationToken() string { + if m != nil { + return m.InvitationToken } return "" } -func (x *GetProjectParticipantsResponse_Participant) GetEmail() string { - if x != nil { - return x.Email - } - return "" +type JoinProjectResponse struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -var File_speechly_config_v1_config_api_proto protoreflect.FileDescriptor - -var file_speechly_config_v1_config_api_proto_rawDesc = []byte{ - 0x0a, 0x23, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x61, 0x70, 0x69, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x73, 0x70, 0x65, 0x65, 0x63, - 0x68, 0x6c, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x70, - 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x40, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, - 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x13, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3e, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x72, - 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, - 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x13, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x53, 0x0a, 0x12, - 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, - 0x03, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x23, 0x0a, 0x0d, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, - 0x03, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, - 0x73, 0x22, 0x2a, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, - 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, - 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x45, 0x0a, - 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x44, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x22, 0x39, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0xbd, - 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, - 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x62, 0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, - 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, - 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x73, 0x1a, 0x37, 0x0a, 0x0b, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, - 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x2b, - 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x3f, 0x0a, 0x10, 0x4c, - 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x2b, 0x0a, 0x04, 0x61, 0x70, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, - 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, 0x52, 0x04, 0x61, 0x70, 0x70, 0x73, 0x22, 0x57, 0x0a, 0x10, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x29, 0x0a, 0x03, 0x61, 0x70, - 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, - 0x52, 0x03, 0x61, 0x70, 0x70, 0x22, 0x3e, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, - 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x03, 0x61, 0x70, - 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, - 0x52, 0x03, 0x61, 0x70, 0x70, 0x22, 0x3d, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, - 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x03, 0x61, 0x70, 0x70, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, - 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, 0x52, - 0x03, 0x61, 0x70, 0x70, 0x22, 0x13, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, - 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x10, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, - 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, - 0x70, 0x70, 0x49, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, - 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26, 0x0a, 0x0d, 0x47, 0x65, 0x74, - 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, - 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, - 0x64, 0x22, 0x3b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x03, 0x61, 0x70, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x17, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x70, 0x70, 0x52, 0x03, 0x61, 0x70, 0x70, 0x22, 0x51, - 0x0a, 0x19, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, - 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x06, 0x61, - 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, - 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x43, 0x68, 0x75, 0x6e, - 0x6b, 0x22, 0x1c, 0x0a, 0x1a, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, - 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, - 0x3b, 0x0a, 0x22, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, - 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x44, 0x0a, 0x23, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, - 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x63, 0x68, 0x75, 0x6e, - 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x43, 0x68, 0x75, - 0x6e, 0x6b, 0x22, 0x29, 0x0a, 0x0d, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x3b, 0x0a, - 0x0e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x6f, - 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x76, 0x69, 0x74, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x3f, 0x0a, 0x12, 0x4a, 0x6f, - 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x12, 0x29, 0x0a, 0x10, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, - 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6e, 0x76, 0x69, - 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x15, 0x0a, 0x13, 0x4a, - 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x32, 0xe9, 0x0b, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x50, 0x49, - 0x12, 0x64, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, - 0x65, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, - 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, - 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x12, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, - 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x64, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7f, 0x0a, 0x16, - 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, - 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x12, 0x31, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, - 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a, - 0x08, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x12, 0x23, 0x2e, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, - 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, - 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, - 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, - 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, - 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, - 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, - 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x12, 0x21, 0x2e, 0x73, - 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x22, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x75, 0x0a, 0x12, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, - 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2d, 0x2e, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, - 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, - 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, - 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x28, 0x01, 0x12, 0x90, 0x01, 0x0a, 0x1b, 0x44, - 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, 0x72, - 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x36, 0x2e, 0x73, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, - 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, - 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, - 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01, 0x12, 0x4f, 0x0a, - 0x06, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x73, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, - 0x0a, 0x0b, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x26, 0x2e, - 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, - 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x64, - 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x42, 0x0e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x41, 0x70, 0x69, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x08, 0x63, 0x6f, 0x6e, 0x66, - 0x69, 0x67, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x43, 0x58, 0xaa, 0x02, 0x12, 0x53, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x31, 0xca, - 0x02, 0x12, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x5c, 0x43, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x5c, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_speechly_config_v1_config_api_proto_rawDescOnce sync.Once - file_speechly_config_v1_config_api_proto_rawDescData = file_speechly_config_v1_config_api_proto_rawDesc -) - -func file_speechly_config_v1_config_api_proto_rawDescGZIP() []byte { - file_speechly_config_v1_config_api_proto_rawDescOnce.Do(func() { - file_speechly_config_v1_config_api_proto_rawDescData = protoimpl.X.CompressGZIP(file_speechly_config_v1_config_api_proto_rawDescData) - }) - return file_speechly_config_v1_config_api_proto_rawDescData -} - -var file_speechly_config_v1_config_api_proto_msgTypes = make([]protoimpl.MessageInfo, 31) -var file_speechly_config_v1_config_api_proto_goTypes = []interface{}{ - (*UpdateProfileRequest)(nil), // 0: speechly.config.v1.UpdateProfileRequest - (*UpdateProfileResponse)(nil), // 1: speechly.config.v1.UpdateProfileResponse - (*GetProfileRequest)(nil), // 2: speechly.config.v1.GetProfileRequest - (*GetProfileResponse)(nil), // 3: speechly.config.v1.GetProfileResponse - (*GetProjectRequest)(nil), // 4: speechly.config.v1.GetProjectRequest - (*GetProjectResponse)(nil), // 5: speechly.config.v1.GetProjectResponse - (*CreateProjectRequest)(nil), // 6: speechly.config.v1.CreateProjectRequest - (*CreateProjectResponse)(nil), // 7: speechly.config.v1.CreateProjectResponse - (*UpdateProjectRequest)(nil), // 8: speechly.config.v1.UpdateProjectRequest - (*UpdateProjectResponse)(nil), // 9: speechly.config.v1.UpdateProjectResponse - (*GetProjectParticipantsRequest)(nil), // 10: speechly.config.v1.GetProjectParticipantsRequest - (*GetProjectParticipantsResponse)(nil), // 11: speechly.config.v1.GetProjectParticipantsResponse - (*ListAppsRequest)(nil), // 12: speechly.config.v1.ListAppsRequest - (*ListAppsResponse)(nil), // 13: speechly.config.v1.ListAppsResponse - (*CreateAppRequest)(nil), // 14: speechly.config.v1.CreateAppRequest - (*CreateAppResponse)(nil), // 15: speechly.config.v1.CreateAppResponse - (*UpdateAppRequest)(nil), // 16: speechly.config.v1.UpdateAppRequest - (*UpdateAppResponse)(nil), // 17: speechly.config.v1.UpdateAppResponse - (*DeleteAppRequest)(nil), // 18: speechly.config.v1.DeleteAppRequest - (*DeleteAppResponse)(nil), // 19: speechly.config.v1.DeleteAppResponse - (*GetAppRequest)(nil), // 20: speechly.config.v1.GetAppRequest - (*GetAppResponse)(nil), // 21: speechly.config.v1.GetAppResponse - (*UploadTrainingDataRequest)(nil), // 22: speechly.config.v1.UploadTrainingDataRequest - (*UploadTrainingDataResponse)(nil), // 23: speechly.config.v1.UploadTrainingDataResponse - (*DownloadCurrentTrainingDataRequest)(nil), // 24: speechly.config.v1.DownloadCurrentTrainingDataRequest - (*DownloadCurrentTrainingDataResponse)(nil), // 25: speechly.config.v1.DownloadCurrentTrainingDataResponse - (*InviteRequest)(nil), // 26: speechly.config.v1.InviteRequest - (*InviteResponse)(nil), // 27: speechly.config.v1.InviteResponse - (*JoinProjectRequest)(nil), // 28: speechly.config.v1.JoinProjectRequest - (*JoinProjectResponse)(nil), // 29: speechly.config.v1.JoinProjectResponse - (*GetProjectParticipantsResponse_Participant)(nil), // 30: speechly.config.v1.GetProjectParticipantsResponse.Participant - (*App)(nil), // 31: speechly.config.v1.App -} -var file_speechly_config_v1_config_api_proto_depIdxs = []int32{ - 30, // 0: speechly.config.v1.GetProjectParticipantsResponse.participants:type_name -> speechly.config.v1.GetProjectParticipantsResponse.Participant - 31, // 1: speechly.config.v1.ListAppsResponse.apps:type_name -> speechly.config.v1.App - 31, // 2: speechly.config.v1.CreateAppRequest.app:type_name -> speechly.config.v1.App - 31, // 3: speechly.config.v1.CreateAppResponse.app:type_name -> speechly.config.v1.App - 31, // 4: speechly.config.v1.UpdateAppRequest.app:type_name -> speechly.config.v1.App - 31, // 5: speechly.config.v1.GetAppResponse.app:type_name -> speechly.config.v1.App - 0, // 6: speechly.config.v1.ConfigAPI.UpdateProfile:input_type -> speechly.config.v1.UpdateProfileRequest - 2, // 7: speechly.config.v1.ConfigAPI.GetProfile:input_type -> speechly.config.v1.GetProfileRequest - 4, // 8: speechly.config.v1.ConfigAPI.GetProject:input_type -> speechly.config.v1.GetProjectRequest - 6, // 9: speechly.config.v1.ConfigAPI.CreateProject:input_type -> speechly.config.v1.CreateProjectRequest - 8, // 10: speechly.config.v1.ConfigAPI.UpdateProject:input_type -> speechly.config.v1.UpdateProjectRequest - 10, // 11: speechly.config.v1.ConfigAPI.GetProjectParticipants:input_type -> speechly.config.v1.GetProjectParticipantsRequest - 12, // 12: speechly.config.v1.ConfigAPI.ListApps:input_type -> speechly.config.v1.ListAppsRequest - 14, // 13: speechly.config.v1.ConfigAPI.CreateApp:input_type -> speechly.config.v1.CreateAppRequest - 16, // 14: speechly.config.v1.ConfigAPI.UpdateApp:input_type -> speechly.config.v1.UpdateAppRequest - 18, // 15: speechly.config.v1.ConfigAPI.DeleteApp:input_type -> speechly.config.v1.DeleteAppRequest - 20, // 16: speechly.config.v1.ConfigAPI.GetApp:input_type -> speechly.config.v1.GetAppRequest - 22, // 17: speechly.config.v1.ConfigAPI.UploadTrainingData:input_type -> speechly.config.v1.UploadTrainingDataRequest - 24, // 18: speechly.config.v1.ConfigAPI.DownloadCurrentTrainingData:input_type -> speechly.config.v1.DownloadCurrentTrainingDataRequest - 26, // 19: speechly.config.v1.ConfigAPI.Invite:input_type -> speechly.config.v1.InviteRequest - 28, // 20: speechly.config.v1.ConfigAPI.JoinProject:input_type -> speechly.config.v1.JoinProjectRequest - 1, // 21: speechly.config.v1.ConfigAPI.UpdateProfile:output_type -> speechly.config.v1.UpdateProfileResponse - 3, // 22: speechly.config.v1.ConfigAPI.GetProfile:output_type -> speechly.config.v1.GetProfileResponse - 5, // 23: speechly.config.v1.ConfigAPI.GetProject:output_type -> speechly.config.v1.GetProjectResponse - 7, // 24: speechly.config.v1.ConfigAPI.CreateProject:output_type -> speechly.config.v1.CreateProjectResponse - 9, // 25: speechly.config.v1.ConfigAPI.UpdateProject:output_type -> speechly.config.v1.UpdateProjectResponse - 11, // 26: speechly.config.v1.ConfigAPI.GetProjectParticipants:output_type -> speechly.config.v1.GetProjectParticipantsResponse - 13, // 27: speechly.config.v1.ConfigAPI.ListApps:output_type -> speechly.config.v1.ListAppsResponse - 15, // 28: speechly.config.v1.ConfigAPI.CreateApp:output_type -> speechly.config.v1.CreateAppResponse - 17, // 29: speechly.config.v1.ConfigAPI.UpdateApp:output_type -> speechly.config.v1.UpdateAppResponse - 19, // 30: speechly.config.v1.ConfigAPI.DeleteApp:output_type -> speechly.config.v1.DeleteAppResponse - 21, // 31: speechly.config.v1.ConfigAPI.GetApp:output_type -> speechly.config.v1.GetAppResponse - 23, // 32: speechly.config.v1.ConfigAPI.UploadTrainingData:output_type -> speechly.config.v1.UploadTrainingDataResponse - 25, // 33: speechly.config.v1.ConfigAPI.DownloadCurrentTrainingData:output_type -> speechly.config.v1.DownloadCurrentTrainingDataResponse - 27, // 34: speechly.config.v1.ConfigAPI.Invite:output_type -> speechly.config.v1.InviteResponse - 29, // 35: speechly.config.v1.ConfigAPI.JoinProject:output_type -> speechly.config.v1.JoinProjectResponse - 21, // [21:36] is the sub-list for method output_type - 6, // [6:21] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_speechly_config_v1_config_api_proto_init() } -func file_speechly_config_v1_config_api_proto_init() { - if File_speechly_config_v1_config_api_proto != nil { - return - } - file_speechly_config_v1_app_proto_init() - if !protoimpl.UnsafeEnabled { - file_speechly_config_v1_config_api_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateProfileRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateProfileResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProfileRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProfileResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProjectRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProjectResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateProjectRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateProjectResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateProjectRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateProjectResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProjectParticipantsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProjectParticipantsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListAppsRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*ListAppsResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateAppRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*CreateAppResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateAppRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UpdateAppResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteAppRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DeleteAppResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAppRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetAppResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadTrainingDataRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*UploadTrainingDataResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadCurrentTrainingDataRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*DownloadCurrentTrainingDataResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InviteRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*InviteResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*JoinProjectRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*JoinProjectResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_speechly_config_v1_config_api_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GetProjectParticipantsResponse_Participant); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_speechly_config_v1_config_api_proto_rawDesc, - NumEnums: 0, - NumMessages: 31, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_speechly_config_v1_config_api_proto_goTypes, - DependencyIndexes: file_speechly_config_v1_config_api_proto_depIdxs, - MessageInfos: file_speechly_config_v1_config_api_proto_msgTypes, - }.Build() - File_speechly_config_v1_config_api_proto = out.File - file_speechly_config_v1_config_api_proto_rawDesc = nil - file_speechly_config_v1_config_api_proto_goTypes = nil - file_speechly_config_v1_config_api_proto_depIdxs = nil +func (m *JoinProjectResponse) Reset() { *m = JoinProjectResponse{} } +func (m *JoinProjectResponse) String() string { return proto.CompactTextString(m) } +func (*JoinProjectResponse) ProtoMessage() {} +func (*JoinProjectResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_39b68811cd8cd556, []int{29} +} + +func (m *JoinProjectResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_JoinProjectResponse.Unmarshal(m, b) +} +func (m *JoinProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_JoinProjectResponse.Marshal(b, m, deterministic) +} +func (m *JoinProjectResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_JoinProjectResponse.Merge(m, src) +} +func (m *JoinProjectResponse) XXX_Size() int { + return xxx_messageInfo_JoinProjectResponse.Size(m) +} +func (m *JoinProjectResponse) XXX_DiscardUnknown() { + xxx_messageInfo_JoinProjectResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_JoinProjectResponse proto.InternalMessageInfo + +func init() { + proto.RegisterEnum("speechly.config.v1.UploadTrainingDataRequest_ContentType", UploadTrainingDataRequest_ContentType_name, UploadTrainingDataRequest_ContentType_value) + proto.RegisterType((*UpdateProfileRequest)(nil), "speechly.config.v1.UpdateProfileRequest") + proto.RegisterType((*UpdateProfileResponse)(nil), "speechly.config.v1.UpdateProfileResponse") + proto.RegisterType((*GetProfileRequest)(nil), "speechly.config.v1.GetProfileRequest") + proto.RegisterType((*GetProfileResponse)(nil), "speechly.config.v1.GetProfileResponse") + proto.RegisterType((*GetProjectRequest)(nil), "speechly.config.v1.GetProjectRequest") + proto.RegisterType((*GetProjectResponse)(nil), "speechly.config.v1.GetProjectResponse") + proto.RegisterType((*CreateProjectRequest)(nil), "speechly.config.v1.CreateProjectRequest") + proto.RegisterType((*CreateProjectResponse)(nil), "speechly.config.v1.CreateProjectResponse") + proto.RegisterType((*UpdateProjectRequest)(nil), "speechly.config.v1.UpdateProjectRequest") + proto.RegisterType((*UpdateProjectResponse)(nil), "speechly.config.v1.UpdateProjectResponse") + proto.RegisterType((*GetProjectParticipantsRequest)(nil), "speechly.config.v1.GetProjectParticipantsRequest") + proto.RegisterType((*GetProjectParticipantsResponse)(nil), "speechly.config.v1.GetProjectParticipantsResponse") + proto.RegisterType((*GetProjectParticipantsResponse_Participant)(nil), "speechly.config.v1.GetProjectParticipantsResponse.Participant") + proto.RegisterType((*ListAppsRequest)(nil), "speechly.config.v1.ListAppsRequest") + proto.RegisterType((*ListAppsResponse)(nil), "speechly.config.v1.ListAppsResponse") + proto.RegisterType((*CreateAppRequest)(nil), "speechly.config.v1.CreateAppRequest") + proto.RegisterType((*CreateAppResponse)(nil), "speechly.config.v1.CreateAppResponse") + proto.RegisterType((*UpdateAppRequest)(nil), "speechly.config.v1.UpdateAppRequest") + proto.RegisterType((*UpdateAppResponse)(nil), "speechly.config.v1.UpdateAppResponse") + proto.RegisterType((*DeleteAppRequest)(nil), "speechly.config.v1.DeleteAppRequest") + proto.RegisterType((*DeleteAppResponse)(nil), "speechly.config.v1.DeleteAppResponse") + proto.RegisterType((*GetAppRequest)(nil), "speechly.config.v1.GetAppRequest") + proto.RegisterType((*GetAppResponse)(nil), "speechly.config.v1.GetAppResponse") + proto.RegisterType((*UploadTrainingDataRequest)(nil), "speechly.config.v1.UploadTrainingDataRequest") + proto.RegisterType((*UploadTrainingDataResponse)(nil), "speechly.config.v1.UploadTrainingDataResponse") + proto.RegisterType((*DownloadCurrentTrainingDataRequest)(nil), "speechly.config.v1.DownloadCurrentTrainingDataRequest") + proto.RegisterType((*DownloadCurrentTrainingDataResponse)(nil), "speechly.config.v1.DownloadCurrentTrainingDataResponse") + proto.RegisterType((*InviteRequest)(nil), "speechly.config.v1.InviteRequest") + proto.RegisterType((*InviteResponse)(nil), "speechly.config.v1.InviteResponse") + proto.RegisterType((*JoinProjectRequest)(nil), "speechly.config.v1.JoinProjectRequest") + proto.RegisterType((*JoinProjectResponse)(nil), "speechly.config.v1.JoinProjectResponse") +} + +func init() { + proto.RegisterFile("speechly/config/v1/config_api.proto", fileDescriptor_39b68811cd8cd556) +} + +var fileDescriptor_39b68811cd8cd556 = []byte{ + // 972 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xdd, 0x72, 0xdb, 0x44, + 0x14, 0x46, 0x4e, 0x1b, 0xea, 0xe3, 0x38, 0x55, 0x36, 0x71, 0x6b, 0x44, 0xca, 0x84, 0x4d, 0x53, + 0x1c, 0x3a, 0xa8, 0x38, 0xcc, 0xd0, 0xe9, 0x64, 0x48, 0x71, 0x6d, 0xd3, 0x31, 0x53, 0x52, 0x8f, + 0xe3, 0x94, 0x14, 0x32, 0x78, 0xb6, 0xf6, 0xb6, 0x15, 0x75, 0xa4, 0xc5, 0xde, 0x98, 0xc9, 0x15, + 0xd7, 0xdc, 0xf1, 0x0c, 0x5c, 0xf2, 0x0e, 0xbc, 0x00, 0x6f, 0xc2, 0x5b, 0x74, 0xa4, 0x5d, 0xd9, + 0x2b, 0x79, 0x2d, 0x59, 0x77, 0xda, 0xb3, 0xdf, 0xf9, 0xce, 0xdf, 0xfa, 0x7c, 0x63, 0xd8, 0x1d, + 0x33, 0x4a, 0xfb, 0x6f, 0x87, 0x57, 0x0f, 0xfa, 0x9e, 0xfb, 0xda, 0x79, 0xf3, 0x60, 0x52, 0x95, + 0x5f, 0x3d, 0xc2, 0x1c, 0x9b, 0x8d, 0x3c, 0xee, 0x21, 0x14, 0x82, 0x6c, 0x71, 0x65, 0x4f, 0xaa, + 0xd6, 0xb6, 0xc6, 0x91, 0x30, 0x26, 0x3c, 0xf0, 0xb7, 0xb0, 0x75, 0xca, 0x06, 0x84, 0xd3, 0xf6, + 0xc8, 0x7b, 0xed, 0x0c, 0x69, 0x87, 0xfe, 0x76, 0x49, 0xc7, 0x1c, 0x21, 0xb8, 0xe6, 0x92, 0x0b, + 0x5a, 0x36, 0x76, 0x8c, 0x4a, 0xbe, 0x13, 0x7c, 0xa3, 0x2d, 0xb8, 0x4e, 0x2f, 0x88, 0x33, 0x2c, + 0xe7, 0x02, 0xa3, 0x38, 0xe0, 0xdb, 0x50, 0x8a, 0x31, 0x8c, 0x99, 0xe7, 0x8e, 0x29, 0xde, 0x84, + 0x8d, 0xa7, 0x94, 0x47, 0x79, 0xf1, 0x11, 0x20, 0xd5, 0x28, 0xa0, 0x19, 0xa2, 0x4d, 0x49, 0x7f, + 0xa5, 0x7d, 0x1e, 0x92, 0x9e, 0x84, 0xa4, 0xc2, 0x28, 0x49, 0xcb, 0xf0, 0x21, 0x13, 0xa6, 0xb2, + 0xb1, 0xb3, 0x52, 0xc9, 0x77, 0xc2, 0x23, 0xda, 0x85, 0xa2, 0xfc, 0xec, 0xf9, 0xa1, 0xc6, 0xe5, + 0x5c, 0x70, 0xbf, 0x26, 0x8d, 0xc7, 0xbe, 0x0d, 0x7f, 0x0e, 0x5b, 0xf5, 0x11, 0x15, 0x75, 0x29, + 0xc1, 0x74, 0xb9, 0xe2, 0x26, 0x94, 0x62, 0x58, 0x5d, 0x0e, 0x86, 0x9a, 0x43, 0x48, 0x93, 0x53, + 0x68, 0x1a, 0xca, 0x30, 0xd4, 0x90, 0xd9, 0x58, 0xd4, 0x81, 0xa8, 0xc9, 0xe0, 0x47, 0x70, 0x67, + 0xd6, 0xa6, 0x36, 0x19, 0x71, 0xa7, 0xef, 0x30, 0xe2, 0xf2, 0x71, 0x6a, 0x1c, 0xfc, 0xaf, 0x01, + 0x9f, 0x2c, 0xf2, 0x95, 0xa5, 0xbe, 0x82, 0x35, 0xa6, 0xd8, 0x83, 0x9e, 0x17, 0x0e, 0x8e, 0xec, + 0xf9, 0x27, 0x69, 0x27, 0x33, 0xd9, 0x8a, 0xb1, 0x13, 0xe1, 0xb4, 0x1e, 0x42, 0x41, 0xb9, 0xcc, + 0xf0, 0x6c, 0xee, 0xc3, 0xcd, 0x67, 0xce, 0x98, 0xd7, 0x18, 0x5b, 0xa2, 0xd8, 0xc7, 0x60, 0xce, + 0xc0, 0xb2, 0xba, 0xfb, 0x70, 0x8d, 0x30, 0x16, 0x56, 0x75, 0x5b, 0x57, 0x55, 0x8d, 0xb1, 0x4e, + 0x00, 0xc2, 0x3f, 0x82, 0x29, 0x9e, 0x83, 0x6f, 0x4a, 0x9d, 0xe1, 0x3e, 0xac, 0x10, 0xc6, 0x82, + 0x7c, 0x13, 0x98, 0x7d, 0x0c, 0x3e, 0x82, 0x0d, 0x85, 0x58, 0xa6, 0x26, 0xfd, 0x8d, 0x25, 0xfc, + 0xbf, 0x01, 0x53, 0x3c, 0x0d, 0x25, 0xb1, 0x0c, 0xee, 0x9b, 0xb0, 0xa1, 0xb8, 0xcb, 0x57, 0xb5, + 0x0f, 0x66, 0x83, 0x0e, 0x69, 0x84, 0xb3, 0x04, 0xab, 0x84, 0xb1, 0x9e, 0x33, 0x90, 0xb5, 0x5e, + 0x27, 0x8c, 0xb5, 0x06, 0xbe, 0xbf, 0x02, 0x95, 0xfe, 0xf7, 0xa0, 0xf8, 0x94, 0xf2, 0x74, 0xe7, + 0x43, 0x58, 0x0f, 0x71, 0xd9, 0x0b, 0xff, 0x33, 0x07, 0x1f, 0x9d, 0xb2, 0xa1, 0x47, 0x06, 0xdd, + 0x11, 0x71, 0x5c, 0xc7, 0x7d, 0xd3, 0x20, 0x9c, 0x24, 0x47, 0x44, 0x77, 0x00, 0x06, 0x84, 0x93, + 0x5e, 0xff, 0xed, 0xa5, 0xfb, 0x2e, 0x98, 0xcf, 0x5a, 0x27, 0xef, 0x5b, 0xea, 0xbe, 0x01, 0x9d, + 0xc3, 0x5a, 0xdf, 0x73, 0x39, 0x75, 0x79, 0x8f, 0x5f, 0x31, 0x5a, 0x5e, 0xd9, 0x31, 0x2a, 0xeb, + 0x07, 0x8f, 0x74, 0x79, 0x2c, 0x0c, 0x6d, 0xd7, 0x05, 0x43, 0xf7, 0x8a, 0xd1, 0x4e, 0xa1, 0x3f, + 0x3b, 0xe0, 0x33, 0x28, 0x28, 0x77, 0x68, 0x1b, 0xca, 0xf5, 0xe7, 0xc7, 0xdd, 0xe6, 0x71, 0xb7, + 0xd7, 0x7d, 0xd9, 0x6e, 0xf6, 0x4e, 0x8f, 0x4f, 0xda, 0xcd, 0x7a, 0xeb, 0xbb, 0x56, 0xb3, 0x61, + 0x7e, 0x80, 0x4a, 0xb0, 0x11, 0xb9, 0x7d, 0x59, 0xfb, 0xe1, 0x99, 0x69, 0xa0, 0x2d, 0x30, 0x23, + 0xe6, 0x6e, 0xad, 0x63, 0xe6, 0xf0, 0x36, 0x58, 0xba, 0x7c, 0xe4, 0x38, 0x0e, 0x01, 0x37, 0xbc, + 0xdf, 0x5d, 0xff, 0xbe, 0x7e, 0x39, 0x1a, 0xf9, 0xf1, 0x97, 0xee, 0x18, 0x6e, 0xc0, 0x6e, 0xa2, + 0xb3, 0x1c, 0x5c, 0xb4, 0xb1, 0x46, 0xac, 0xb1, 0x78, 0x1f, 0x8a, 0x2d, 0x77, 0xe2, 0x70, 0x9a, + 0xfe, 0x53, 0x3d, 0x84, 0xf5, 0x10, 0x3a, 0x7d, 0x14, 0xa6, 0xe3, 0x5b, 0x08, 0x77, 0x3c, 0xb7, + 0xc7, 0xbd, 0x77, 0xd4, 0x95, 0x4e, 0x37, 0x67, 0xf6, 0xae, 0x6f, 0xc6, 0x8f, 0x01, 0x7d, 0xef, + 0x39, 0x6e, 0x6c, 0xd9, 0x66, 0x20, 0x28, 0xc1, 0x66, 0x84, 0x40, 0xa4, 0x70, 0xf0, 0x7f, 0x01, + 0xf2, 0xf5, 0x60, 0xf6, 0xb5, 0x76, 0x0b, 0x0d, 0xa0, 0x18, 0xd1, 0x47, 0x54, 0xd1, 0xbf, 0x90, + 0x79, 0x11, 0xb6, 0xf6, 0x97, 0x40, 0xca, 0xb2, 0x7f, 0x06, 0x98, 0xe9, 0x2a, 0xda, 0x5b, 0xbc, + 0x75, 0x55, 0xfe, 0x7b, 0x69, 0xb0, 0x38, 0x79, 0xb0, 0xaf, 0xf6, 0x92, 0x57, 0xfa, 0x12, 0xe4, + 0x11, 0x89, 0x1c, 0x40, 0x31, 0xa2, 0x9d, 0xfa, 0xfe, 0xe8, 0xa4, 0x58, 0xdf, 0x1f, 0xbd, 0x10, + 0xab, 0x53, 0x58, 0x1c, 0x45, 0xa7, 0xbe, 0x29, 0x53, 0x88, 0x44, 0xf9, 0x03, 0x6e, 0xe9, 0xb5, + 0x0d, 0x55, 0xb3, 0xe8, 0xa0, 0x88, 0x7b, 0x90, 0x5d, 0x3a, 0xd1, 0x29, 0xdc, 0x08, 0xa5, 0x0b, + 0xed, 0xea, 0xfc, 0x63, 0x2a, 0x68, 0xdd, 0x4d, 0x06, 0x49, 0xda, 0x33, 0xc8, 0x4f, 0x75, 0x07, + 0xdd, 0x5d, 0xdc, 0xf5, 0xd9, 0x16, 0xb7, 0xf6, 0x52, 0x50, 0x33, 0xe6, 0xa9, 0xa4, 0xe8, 0x99, + 0xe3, 0x82, 0xa5, 0x67, 0x9e, 0xd3, 0x25, 0x9f, 0x79, 0x2a, 0x36, 0x7a, 0xe6, 0xb8, 0x6c, 0xe9, + 0x99, 0xe7, 0x14, 0x0b, 0x3d, 0x87, 0x55, 0xa1, 0x44, 0xe8, 0xd3, 0x05, 0x23, 0x52, 0x38, 0x71, + 0x12, 0x44, 0x12, 0x5e, 0x02, 0x9a, 0xdf, 0xc8, 0xe8, 0x8b, 0x4c, 0x4a, 0x62, 0xd9, 0xcb, 0xc2, + 0x45, 0xd0, 0x8a, 0x81, 0xfe, 0x32, 0xe0, 0xe3, 0x84, 0x75, 0x8d, 0xbe, 0xd6, 0xb6, 0x23, 0x55, + 0x1c, 0xac, 0x87, 0x99, 0xfd, 0x44, 0x4a, 0x5f, 0x1a, 0x7e, 0x6b, 0xc5, 0x3e, 0xd7, 0xb7, 0x36, + 0x22, 0x0b, 0xfa, 0xd6, 0xc6, 0xe4, 0xe0, 0x17, 0x28, 0x28, 0x2b, 0x1a, 0x69, 0x97, 0xd2, 0xbc, + 0x08, 0x58, 0x9f, 0xa5, 0xe2, 0x04, 0xff, 0x93, 0x01, 0xdc, 0xea, 0x7b, 0x17, 0x1a, 0xf4, 0x93, + 0x75, 0x29, 0x01, 0xcc, 0x69, 0xfb, 0xff, 0xb4, 0xda, 0xc6, 0x4f, 0x37, 0xc4, 0xe5, 0xa4, 0xfa, + 0x77, 0x6e, 0xe5, 0xa4, 0x7e, 0xf6, 0x4f, 0x0e, 0x9d, 0x84, 0x6e, 0x02, 0x6b, 0xbf, 0xa8, 0xfe, + 0x37, 0x33, 0x9e, 0x0b, 0xe3, 0xf9, 0x8b, 0xea, 0xab, 0xd5, 0xe0, 0xcf, 0xda, 0x57, 0xef, 0x03, + 0x00, 0x00, 0xff, 0xff, 0x65, 0x29, 0x4f, 0x06, 0x05, 0x0e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -2469,49 +1659,49 @@ type ConfigAPIServer interface { type UnimplementedConfigAPIServer struct { } -func (*UnimplementedConfigAPIServer) UpdateProfile(context.Context, *UpdateProfileRequest) (*UpdateProfileResponse, error) { +func (*UnimplementedConfigAPIServer) UpdateProfile(ctx context.Context, req *UpdateProfileRequest) (*UpdateProfileResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateProfile not implemented") } -func (*UnimplementedConfigAPIServer) GetProfile(context.Context, *GetProfileRequest) (*GetProfileResponse, error) { +func (*UnimplementedConfigAPIServer) GetProfile(ctx context.Context, req *GetProfileRequest) (*GetProfileResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetProfile not implemented") } -func (*UnimplementedConfigAPIServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error) { +func (*UnimplementedConfigAPIServer) GetProject(ctx context.Context, req *GetProjectRequest) (*GetProjectResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetProject not implemented") } -func (*UnimplementedConfigAPIServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error) { +func (*UnimplementedConfigAPIServer) CreateProject(ctx context.Context, req *CreateProjectRequest) (*CreateProjectResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method CreateProject not implemented") } -func (*UnimplementedConfigAPIServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error) { +func (*UnimplementedConfigAPIServer) UpdateProject(ctx context.Context, req *UpdateProjectRequest) (*UpdateProjectResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateProject not implemented") } -func (*UnimplementedConfigAPIServer) GetProjectParticipants(context.Context, *GetProjectParticipantsRequest) (*GetProjectParticipantsResponse, error) { +func (*UnimplementedConfigAPIServer) GetProjectParticipants(ctx context.Context, req *GetProjectParticipantsRequest) (*GetProjectParticipantsResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetProjectParticipants not implemented") } -func (*UnimplementedConfigAPIServer) ListApps(context.Context, *ListAppsRequest) (*ListAppsResponse, error) { +func (*UnimplementedConfigAPIServer) ListApps(ctx context.Context, req *ListAppsRequest) (*ListAppsResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method ListApps not implemented") } -func (*UnimplementedConfigAPIServer) CreateApp(context.Context, *CreateAppRequest) (*CreateAppResponse, error) { +func (*UnimplementedConfigAPIServer) CreateApp(ctx context.Context, req *CreateAppRequest) (*CreateAppResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method CreateApp not implemented") } -func (*UnimplementedConfigAPIServer) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error) { +func (*UnimplementedConfigAPIServer) UpdateApp(ctx context.Context, req *UpdateAppRequest) (*UpdateAppResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateApp not implemented") } -func (*UnimplementedConfigAPIServer) DeleteApp(context.Context, *DeleteAppRequest) (*DeleteAppResponse, error) { +func (*UnimplementedConfigAPIServer) DeleteApp(ctx context.Context, req *DeleteAppRequest) (*DeleteAppResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method DeleteApp not implemented") } -func (*UnimplementedConfigAPIServer) GetApp(context.Context, *GetAppRequest) (*GetAppResponse, error) { +func (*UnimplementedConfigAPIServer) GetApp(ctx context.Context, req *GetAppRequest) (*GetAppResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetApp not implemented") } -func (*UnimplementedConfigAPIServer) UploadTrainingData(ConfigAPI_UploadTrainingDataServer) error { +func (*UnimplementedConfigAPIServer) UploadTrainingData(srv ConfigAPI_UploadTrainingDataServer) error { return status.Errorf(codes.Unimplemented, "method UploadTrainingData not implemented") } -func (*UnimplementedConfigAPIServer) DownloadCurrentTrainingData(*DownloadCurrentTrainingDataRequest, ConfigAPI_DownloadCurrentTrainingDataServer) error { +func (*UnimplementedConfigAPIServer) DownloadCurrentTrainingData(req *DownloadCurrentTrainingDataRequest, srv ConfigAPI_DownloadCurrentTrainingDataServer) error { return status.Errorf(codes.Unimplemented, "method DownloadCurrentTrainingData not implemented") } -func (*UnimplementedConfigAPIServer) Invite(context.Context, *InviteRequest) (*InviteResponse, error) { +func (*UnimplementedConfigAPIServer) Invite(ctx context.Context, req *InviteRequest) (*InviteResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method Invite not implemented") } -func (*UnimplementedConfigAPIServer) JoinProject(context.Context, *JoinProjectRequest) (*JoinProjectResponse, error) { +func (*UnimplementedConfigAPIServer) JoinProject(ctx context.Context, req *JoinProjectRequest) (*JoinProjectResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method JoinProject not implemented") } diff --git a/protos/speechly/config/v1/config_api.proto b/protos/speechly/config/v1/config_api.proto index 4ff5569..695d66d 100644 --- a/protos/speechly/config/v1/config_api.proto +++ b/protos/speechly/config/v1/config_api.proto @@ -151,6 +151,12 @@ message GetAppResponse { message UploadTrainingDataRequest { string app_id = 1; bytes data_chunk = 2; + enum ContentType { + CONTENT_TYPE_UNSPECIFIED = 0; + CONTENT_TYPE_YAML = 1; + CONTENT_TYPE_TAR = 2; + } + ContentType content_type = 3; } message UploadTrainingDataResponse {}