Documentation ¶
Index ¶
- Variables
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginRequest) GetOperationParams() *Ydb_Operations.OperationParams
- func (x *LoginRequest) GetPassword() string
- func (x *LoginRequest) GetUser() string
- func (*LoginRequest) ProtoMessage()
- func (x *LoginRequest) ProtoReflect() protoreflect.Message
- func (x *LoginRequest) Reset()
- func (x *LoginRequest) String() string
- type LoginResponse
- type LoginResult
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_ydb_auth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LoginRequest ¶
type LoginRequest struct { OperationParams *Ydb_Operations.OperationParams `protobuf:"bytes,1,opt,name=operation_params,json=operationParams,proto3" json:"operation_params,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*LoginRequest) Descriptor
deprecated
func (*LoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
func (*LoginRequest) GetOperationParams ¶
func (x *LoginRequest) GetOperationParams() *Ydb_Operations.OperationParams
func (*LoginRequest) GetPassword ¶
func (x *LoginRequest) GetPassword() string
func (*LoginRequest) GetUser ¶
func (x *LoginRequest) GetUser() string
func (*LoginRequest) ProtoMessage ¶
func (*LoginRequest) ProtoMessage()
func (*LoginRequest) ProtoReflect ¶
func (x *LoginRequest) ProtoReflect() protoreflect.Message
func (*LoginRequest) Reset ¶
func (x *LoginRequest) Reset()
func (*LoginRequest) String ¶
func (x *LoginRequest) String() string
type LoginResponse ¶
type LoginResponse struct { // After successfull completion must contain LoginResult. Operation *Ydb_Operations.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
func (*LoginResponse) Descriptor
deprecated
func (*LoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.
func (*LoginResponse) GetOperation ¶
func (x *LoginResponse) GetOperation() *Ydb_Operations.Operation
func (*LoginResponse) ProtoMessage ¶
func (*LoginResponse) ProtoMessage()
func (*LoginResponse) ProtoReflect ¶
func (x *LoginResponse) ProtoReflect() protoreflect.Message
func (*LoginResponse) Reset ¶
func (x *LoginResponse) Reset()
func (*LoginResponse) String ¶
func (x *LoginResponse) String() string
type LoginResult ¶
type LoginResult struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*LoginResult) Descriptor
deprecated
func (*LoginResult) Descriptor() ([]byte, []int)
Deprecated: Use LoginResult.ProtoReflect.Descriptor instead.
func (*LoginResult) GetToken ¶
func (x *LoginResult) GetToken() string
func (*LoginResult) ProtoMessage ¶
func (*LoginResult) ProtoMessage()
func (*LoginResult) ProtoReflect ¶
func (x *LoginResult) ProtoReflect() protoreflect.Message
func (*LoginResult) Reset ¶
func (x *LoginResult) Reset()
func (*LoginResult) String ¶
func (x *LoginResult) String() string
Click to show internal directories.
Click to hide internal directories.