// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.14.0 // source: databaseInfo.proto package databaseInfoService import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) 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) ) type DatabaseInfoRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ClientID string `protobuf:"bytes,1,opt,name=clientID,proto3" json:"clientID,omitempty"` DatabaseName string `protobuf:"bytes,2,opt,name=databaseName,proto3" json:"databaseName,omitempty"` } func (x *DatabaseInfoRequest) Reset() { *x = DatabaseInfoRequest{} if protoimpl.UnsafeEnabled { mi := &file_databaseInfo_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DatabaseInfoRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DatabaseInfoRequest) ProtoMessage() {} func (x *DatabaseInfoRequest) ProtoReflect() protoreflect.Message { mi := &file_databaseInfo_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) } // Deprecated: Use DatabaseInfoRequest.ProtoReflect.Descriptor instead. func (*DatabaseInfoRequest) Descriptor() ([]byte, []int) { return file_databaseInfo_proto_rawDescGZIP(), []int{0} } func (x *DatabaseInfoRequest) GetClientID() string { if x != nil { return x.ClientID } return "" } func (x *DatabaseInfoRequest) GetDatabaseName() string { if x != nil { return x.DatabaseName } return "" } type DatabaseInfoResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"` InternalDatabaseName string `protobuf:"bytes,6,opt,name=internalDatabaseName,proto3" json:"internalDatabaseName,omitempty"` } func (x *DatabaseInfoResponse) Reset() { *x = DatabaseInfoResponse{} if protoimpl.UnsafeEnabled { mi := &file_databaseInfo_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DatabaseInfoResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*DatabaseInfoResponse) ProtoMessage() {} func (x *DatabaseInfoResponse) ProtoReflect() protoreflect.Message { mi := &file_databaseInfo_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) } // Deprecated: Use DatabaseInfoResponse.ProtoReflect.Descriptor instead. func (*DatabaseInfoResponse) Descriptor() ([]byte, []int) { return file_databaseInfo_proto_rawDescGZIP(), []int{1} } func (x *DatabaseInfoResponse) GetError() string { if x != nil { return x.Error } return "" } func (x *DatabaseInfoResponse) GetUrl() string { if x != nil { return x.Url } return "" } func (x *DatabaseInfoResponse) GetPort() int32 { if x != nil { return x.Port } return 0 } func (x *DatabaseInfoResponse) GetUsername() string { if x != nil { return x.Username } return "" } func (x *DatabaseInfoResponse) GetPassword() string { if x != nil { return x.Password } return "" } func (x *DatabaseInfoResponse) GetInternalDatabaseName() string { if x != nil { return x.InternalDatabaseName } return "" } var File_databaseInfo_proto protoreflect.FileDescriptor var file_databaseInfo_proto_rawDesc = []byte{ 0x0a, 0x12, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x55, 0x0a, 0x13, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xbe, 0x01, 0x0a, 0x14, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x32, 0x0a, 0x14, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x57, 0x0a, 0x13, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x40, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x47, 0x5a, 0x45, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x2f, 0x72, 0x70, 0x63, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_databaseInfo_proto_rawDescOnce sync.Once file_databaseInfo_proto_rawDescData = file_databaseInfo_proto_rawDesc ) func file_databaseInfo_proto_rawDescGZIP() []byte { file_databaseInfo_proto_rawDescOnce.Do(func() { file_databaseInfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_databaseInfo_proto_rawDescData) }) return file_databaseInfo_proto_rawDescData } var file_databaseInfo_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_databaseInfo_proto_goTypes = []interface{}{ (*DatabaseInfoRequest)(nil), // 0: DatabaseInfoRequest (*DatabaseInfoResponse)(nil), // 1: DatabaseInfoResponse } var file_databaseInfo_proto_depIdxs = []int32{ 0, // 0: DatabaseInfoService.GetDatabaseInfo:input_type -> DatabaseInfoRequest 1, // 1: DatabaseInfoService.GetDatabaseInfo:output_type -> DatabaseInfoResponse 1, // [1:2] is the sub-list for method output_type 0, // [0:1] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_databaseInfo_proto_init() } func file_databaseInfo_proto_init() { if File_databaseInfo_proto != nil { return } if !protoimpl.UnsafeEnabled { file_databaseInfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DatabaseInfoRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_databaseInfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DatabaseInfoResponse); 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_databaseInfo_proto_rawDesc, NumEnums: 0, NumMessages: 2, NumExtensions: 0, NumServices: 1, }, GoTypes: file_databaseInfo_proto_goTypes, DependencyIndexes: file_databaseInfo_proto_depIdxs, MessageInfos: file_databaseInfo_proto_msgTypes, }.Build() File_databaseInfo_proto = out.File file_databaseInfo_proto_rawDesc = nil file_databaseInfo_proto_goTypes = nil file_databaseInfo_proto_depIdxs = nil }