Documentation ¶
Overview ¶
Package iam_v1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package iam_v1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package iam_v1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package iam_v1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package iam_v1beta is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterDevicesServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterDevicesServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DevicesServiceClient) error
- func RegisterDevicesServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterDevicesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DevicesServiceServer) error
- func RegisterDevicesServiceServer(s grpc.ServiceRegistrar, srv DevicesServiceServer)
- func RegisterRealmsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRealmsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RealmsServiceClient) error
- func RegisterRealmsServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRealmsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RealmsServiceServer) error
- func RegisterRealmsServiceServer(s grpc.ServiceRegistrar, srv RealmsServiceServer)
- func RegisterTokensServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterTokensServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TokensServiceClient) error
- func RegisterTokensServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterTokensServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TokensServiceServer) error
- func RegisterTokensServiceServer(s grpc.ServiceRegistrar, srv TokensServiceServer)
- func RegisterUserStateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterUserStateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserStateServiceClient) error
- func RegisterUserStateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterUserStateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserStateServiceServer) error
- func RegisterUserStateServiceServer(s grpc.ServiceRegistrar, srv UserStateServiceServer)
- func RegisterUsersServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterUsersServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UsersServiceClient) error
- func RegisterUsersServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterUsersServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServiceServer) error
- func RegisterUsersServiceServer(s grpc.ServiceRegistrar, srv UsersServiceServer)
- type CreateRealmRequest
- func (*CreateRealmRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRealmRequest) GetDescription() *wrapperspb.StringValue
- func (x *CreateRealmRequest) GetDisabled() bool
- func (x *CreateRealmRequest) GetName() string
- func (x *CreateRealmRequest) GetTitle() string
- func (*CreateRealmRequest) ProtoMessage()
- func (x *CreateRealmRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRealmRequest) Reset()
- func (x *CreateRealmRequest) String() string
- func (m *CreateRealmRequest) Validate() error
- func (m *CreateRealmRequest) ValidateAll() error
- type CreateRealmRequestMultiError
- type CreateRealmRequestValidationError
- func (e CreateRealmRequestValidationError) Cause() error
- func (e CreateRealmRequestValidationError) Error() string
- func (e CreateRealmRequestValidationError) ErrorName() string
- func (e CreateRealmRequestValidationError) Field() string
- func (e CreateRealmRequestValidationError) Key() bool
- func (e CreateRealmRequestValidationError) Reason() string
- type CreateRealmResponse
- func (*CreateRealmResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRealmResponse) GetValue() *Realm
- func (*CreateRealmResponse) ProtoMessage()
- func (x *CreateRealmResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRealmResponse) Reset()
- func (x *CreateRealmResponse) String() string
- func (m *CreateRealmResponse) Validate() error
- func (m *CreateRealmResponse) ValidateAll() error
- type CreateRealmResponseMultiError
- type CreateRealmResponseValidationError
- func (e CreateRealmResponseValidationError) Cause() error
- func (e CreateRealmResponseValidationError) Error() string
- func (e CreateRealmResponseValidationError) ErrorName() string
- func (e CreateRealmResponseValidationError) Field() string
- func (e CreateRealmResponseValidationError) Key() bool
- func (e CreateRealmResponseValidationError) Reason() string
- type CreateTokenRequest
- func (*CreateTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenRequest) GetIdToken() *wrapperspb.StringValue
- func (x *CreateTokenRequest) GetPassword() *wrapperspb.StringValue
- func (x *CreateTokenRequest) GetProvider() string
- func (x *CreateTokenRequest) GetRealm() string
- func (x *CreateTokenRequest) GetScope() []string
- func (x *CreateTokenRequest) GetSignature() *wrapperspb.StringValue
- func (x *CreateTokenRequest) GetUsername() *wrapperspb.StringValue
- func (*CreateTokenRequest) ProtoMessage()
- func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTokenRequest) Reset()
- func (x *CreateTokenRequest) String() string
- func (m *CreateTokenRequest) Validate() error
- func (m *CreateTokenRequest) ValidateAll() error
- type CreateTokenRequestMultiError
- type CreateTokenRequestValidationError
- func (e CreateTokenRequestValidationError) Cause() error
- func (e CreateTokenRequestValidationError) Error() string
- func (e CreateTokenRequestValidationError) ErrorName() string
- func (e CreateTokenRequestValidationError) Field() string
- func (e CreateTokenRequestValidationError) Key() bool
- func (e CreateTokenRequestValidationError) Reason() string
- type CreateTokenResponse
- func (*CreateTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTokenResponse) GetAccessToken() string
- func (x *CreateTokenResponse) GetExpiresIn() int32
- func (x *CreateTokenResponse) GetRefreshToken() string
- func (x *CreateTokenResponse) GetTokenType() string
- func (*CreateTokenResponse) ProtoMessage()
- func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTokenResponse) Reset()
- func (x *CreateTokenResponse) String() string
- func (m *CreateTokenResponse) Validate() error
- func (m *CreateTokenResponse) ValidateAll() error
- type CreateTokenResponseMultiError
- type CreateTokenResponseValidationError
- func (e CreateTokenResponseValidationError) Cause() error
- func (e CreateTokenResponseValidationError) Error() string
- func (e CreateTokenResponseValidationError) ErrorName() string
- func (e CreateTokenResponseValidationError) Field() string
- func (e CreateTokenResponseValidationError) Key() bool
- func (e CreateTokenResponseValidationError) Reason() string
- type DeleteRealmRequest
- func (*DeleteRealmRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRealmRequest) GetId() string
- func (*DeleteRealmRequest) ProtoMessage()
- func (x *DeleteRealmRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRealmRequest) Reset()
- func (x *DeleteRealmRequest) String() string
- func (m *DeleteRealmRequest) Validate() error
- func (m *DeleteRealmRequest) ValidateAll() error
- type DeleteRealmRequestMultiError
- type DeleteRealmRequestValidationError
- func (e DeleteRealmRequestValidationError) Cause() error
- func (e DeleteRealmRequestValidationError) Error() string
- func (e DeleteRealmRequestValidationError) ErrorName() string
- func (e DeleteRealmRequestValidationError) Field() string
- func (e DeleteRealmRequestValidationError) Key() bool
- func (e DeleteRealmRequestValidationError) Reason() string
- type DeleteRealmResponse
- func (*DeleteRealmResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteRealmResponse) ProtoMessage()
- func (x *DeleteRealmResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRealmResponse) Reset()
- func (x *DeleteRealmResponse) String() string
- func (m *DeleteRealmResponse) Validate() error
- func (m *DeleteRealmResponse) ValidateAll() error
- type DeleteRealmResponseMultiError
- type DeleteRealmResponseValidationError
- func (e DeleteRealmResponseValidationError) Cause() error
- func (e DeleteRealmResponseValidationError) Error() string
- func (e DeleteRealmResponseValidationError) ErrorName() string
- func (e DeleteRealmResponseValidationError) Field() string
- func (e DeleteRealmResponseValidationError) Key() bool
- func (e DeleteRealmResponseValidationError) Reason() string
- type DevicesServiceClient
- type DevicesServiceServer
- type GetIdentityRequest
- func (*GetIdentityRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetIdentityRequest) ProtoMessage()
- func (x *GetIdentityRequest) ProtoReflect() protoreflect.Message
- func (x *GetIdentityRequest) Reset()
- func (x *GetIdentityRequest) String() string
- func (m *GetIdentityRequest) Validate() error
- func (m *GetIdentityRequest) ValidateAll() error
- type GetIdentityRequestMultiError
- type GetIdentityRequestValidationError
- func (e GetIdentityRequestValidationError) Cause() error
- func (e GetIdentityRequestValidationError) Error() string
- func (e GetIdentityRequestValidationError) ErrorName() string
- func (e GetIdentityRequestValidationError) Field() string
- func (e GetIdentityRequestValidationError) Key() bool
- func (e GetIdentityRequestValidationError) Reason() string
- type GetIdentityResponse
- func (*GetIdentityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIdentityResponse) GetScope() []string
- func (x *GetIdentityResponse) GetUser() *User
- func (*GetIdentityResponse) ProtoMessage()
- func (x *GetIdentityResponse) ProtoReflect() protoreflect.Message
- func (x *GetIdentityResponse) Reset()
- func (x *GetIdentityResponse) String() string
- func (m *GetIdentityResponse) Validate() error
- func (m *GetIdentityResponse) ValidateAll() error
- type GetIdentityResponseMultiError
- type GetIdentityResponseValidationError
- func (e GetIdentityResponseValidationError) Cause() error
- func (e GetIdentityResponseValidationError) Error() string
- func (e GetIdentityResponseValidationError) ErrorName() string
- func (e GetIdentityResponseValidationError) Field() string
- func (e GetIdentityResponseValidationError) Key() bool
- func (e GetIdentityResponseValidationError) Reason() string
- type GetRealmRequest
- func (*GetRealmRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRealmRequest) GetId() string
- func (*GetRealmRequest) ProtoMessage()
- func (x *GetRealmRequest) ProtoReflect() protoreflect.Message
- func (x *GetRealmRequest) Reset()
- func (x *GetRealmRequest) String() string
- func (m *GetRealmRequest) Validate() error
- func (m *GetRealmRequest) ValidateAll() error
- type GetRealmRequestMultiError
- type GetRealmRequestValidationError
- func (e GetRealmRequestValidationError) Cause() error
- func (e GetRealmRequestValidationError) Error() string
- func (e GetRealmRequestValidationError) ErrorName() string
- func (e GetRealmRequestValidationError) Field() string
- func (e GetRealmRequestValidationError) Key() bool
- func (e GetRealmRequestValidationError) Reason() string
- type GetRealmResponse
- func (*GetRealmResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRealmResponse) GetValue() *Realm
- func (*GetRealmResponse) ProtoMessage()
- func (x *GetRealmResponse) ProtoReflect() protoreflect.Message
- func (x *GetRealmResponse) Reset()
- func (x *GetRealmResponse) String() string
- func (m *GetRealmResponse) Validate() error
- func (m *GetRealmResponse) ValidateAll() error
- type GetRealmResponseMultiError
- type GetRealmResponseValidationError
- func (e GetRealmResponseValidationError) Cause() error
- func (e GetRealmResponseValidationError) Error() string
- func (e GetRealmResponseValidationError) ErrorName() string
- func (e GetRealmResponseValidationError) Field() string
- func (e GetRealmResponseValidationError) Key() bool
- func (e GetRealmResponseValidationError) Reason() string
- type GetStateRequest
- func (*GetStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStateRequest) GetPattern() string
- func (*GetStateRequest) ProtoMessage()
- func (x *GetStateRequest) ProtoReflect() protoreflect.Message
- func (x *GetStateRequest) Reset()
- func (x *GetStateRequest) String() string
- func (m *GetStateRequest) Validate() error
- func (m *GetStateRequest) ValidateAll() error
- type GetStateRequestMultiError
- type GetStateRequestValidationError
- func (e GetStateRequestValidationError) Cause() error
- func (e GetStateRequestValidationError) Error() string
- func (e GetStateRequestValidationError) ErrorName() string
- func (e GetStateRequestValidationError) Field() string
- func (e GetStateRequestValidationError) Key() bool
- func (e GetStateRequestValidationError) Reason() string
- type GetStateResponse
- func (*GetStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStateResponse) GetState() map[string]string
- func (*GetStateResponse) ProtoMessage()
- func (x *GetStateResponse) ProtoReflect() protoreflect.Message
- func (x *GetStateResponse) Reset()
- func (x *GetStateResponse) String() string
- func (m *GetStateResponse) Validate() error
- func (m *GetStateResponse) ValidateAll() error
- type GetStateResponseMultiError
- type GetStateResponseValidationError
- func (e GetStateResponseValidationError) Cause() error
- func (e GetStateResponseValidationError) Error() string
- func (e GetStateResponseValidationError) ErrorName() string
- func (e GetStateResponseValidationError) Field() string
- func (e GetStateResponseValidationError) Key() bool
- func (e GetStateResponseValidationError) Reason() string
- type ListRealmsRequest
- func (*ListRealmsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRealmsRequest) GetPage() int32
- func (x *ListRealmsRequest) GetSize() int32
- func (x *ListRealmsRequest) GetSort() string
- func (*ListRealmsRequest) ProtoMessage()
- func (x *ListRealmsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRealmsRequest) Reset()
- func (x *ListRealmsRequest) String() string
- func (m *ListRealmsRequest) Validate() error
- func (m *ListRealmsRequest) ValidateAll() error
- type ListRealmsRequestMultiError
- type ListRealmsRequestValidationError
- func (e ListRealmsRequestValidationError) Cause() error
- func (e ListRealmsRequestValidationError) Error() string
- func (e ListRealmsRequestValidationError) ErrorName() string
- func (e ListRealmsRequestValidationError) Field() string
- func (e ListRealmsRequestValidationError) Key() bool
- func (e ListRealmsRequestValidationError) Reason() string
- type ListRealmsResponse
- func (*ListRealmsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRealmsResponse) GetItems() []*Realm
- func (x *ListRealmsResponse) GetPage() int32
- func (x *ListRealmsResponse) GetSize() int32
- func (x *ListRealmsResponse) GetTotal() int64
- func (*ListRealmsResponse) ProtoMessage()
- func (x *ListRealmsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRealmsResponse) Reset()
- func (x *ListRealmsResponse) String() string
- func (m *ListRealmsResponse) Validate() error
- func (m *ListRealmsResponse) ValidateAll() error
- type ListRealmsResponseMultiError
- type ListRealmsResponseValidationError
- func (e ListRealmsResponseValidationError) Cause() error
- func (e ListRealmsResponseValidationError) Error() string
- func (e ListRealmsResponseValidationError) ErrorName() string
- func (e ListRealmsResponseValidationError) Field() string
- func (e ListRealmsResponseValidationError) Key() bool
- func (e ListRealmsResponseValidationError) Reason() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetPage() int32
- func (x *ListUsersRequest) GetSize() int32
- func (x *ListUsersRequest) GetSort() string
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- func (m *ListUsersRequest) Validate() error
- func (m *ListUsersRequest) ValidateAll() error
- type ListUsersRequestMultiError
- type ListUsersRequestValidationError
- func (e ListUsersRequestValidationError) Cause() error
- func (e ListUsersRequestValidationError) Error() string
- func (e ListUsersRequestValidationError) ErrorName() string
- func (e ListUsersRequestValidationError) Field() string
- func (e ListUsersRequestValidationError) Key() bool
- func (e ListUsersRequestValidationError) Reason() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetItems() []*User
- func (x *ListUsersResponse) GetPage() int32
- func (x *ListUsersResponse) GetSize() int32
- func (x *ListUsersResponse) GetTotal() int64
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- func (m *ListUsersResponse) Validate() error
- func (m *ListUsersResponse) ValidateAll() error
- type ListUsersResponseMultiError
- type ListUsersResponseValidationError
- func (e ListUsersResponseValidationError) Cause() error
- func (e ListUsersResponseValidationError) Error() string
- func (e ListUsersResponseValidationError) ErrorName() string
- func (e ListUsersResponseValidationError) Field() string
- func (e ListUsersResponseValidationError) Key() bool
- func (e ListUsersResponseValidationError) Reason() string
- type PatchDeviceRequest
- func (*PatchDeviceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PatchDeviceRequest) GetMetadata() map[string]string
- func (x *PatchDeviceRequest) GetPushToken() *wrapperspb.StringValue
- func (x *PatchDeviceRequest) GetTraceCode() string
- func (*PatchDeviceRequest) ProtoMessage()
- func (x *PatchDeviceRequest) ProtoReflect() protoreflect.Message
- func (x *PatchDeviceRequest) Reset()
- func (x *PatchDeviceRequest) String() string
- func (m *PatchDeviceRequest) Validate() error
- func (m *PatchDeviceRequest) ValidateAll() error
- type PatchDeviceRequestMultiError
- type PatchDeviceRequestValidationError
- func (e PatchDeviceRequestValidationError) Cause() error
- func (e PatchDeviceRequestValidationError) Error() string
- func (e PatchDeviceRequestValidationError) ErrorName() string
- func (e PatchDeviceRequestValidationError) Field() string
- func (e PatchDeviceRequestValidationError) Key() bool
- func (e PatchDeviceRequestValidationError) Reason() string
- type PatchDeviceResponse
- func (*PatchDeviceResponse) Descriptor() ([]byte, []int)deprecated
- func (*PatchDeviceResponse) ProtoMessage()
- func (x *PatchDeviceResponse) ProtoReflect() protoreflect.Message
- func (x *PatchDeviceResponse) Reset()
- func (x *PatchDeviceResponse) String() string
- func (m *PatchDeviceResponse) Validate() error
- func (m *PatchDeviceResponse) ValidateAll() error
- type PatchDeviceResponseMultiError
- type PatchDeviceResponseValidationError
- func (e PatchDeviceResponseValidationError) Cause() error
- func (e PatchDeviceResponseValidationError) Error() string
- func (e PatchDeviceResponseValidationError) ErrorName() string
- func (e PatchDeviceResponseValidationError) Field() string
- func (e PatchDeviceResponseValidationError) Key() bool
- func (e PatchDeviceResponseValidationError) Reason() string
- type Realm
- func (*Realm) Descriptor() ([]byte, []int)deprecated
- func (x *Realm) GetCreatedAt() *timestamppb.Timestamp
- func (x *Realm) GetDeletedAt() *timestamppb.Timestamp
- func (x *Realm) GetDescription() *wrapperspb.StringValue
- func (x *Realm) GetDisabled() bool
- func (x *Realm) GetId() string
- func (x *Realm) GetImmutable() bool
- func (x *Realm) GetName() string
- func (x *Realm) GetTitle() string
- func (x *Realm) GetUpdatedAt() *timestamppb.Timestamp
- func (*Realm) ProtoMessage()
- func (x *Realm) ProtoReflect() protoreflect.Message
- func (x *Realm) Reset()
- func (x *Realm) String() string
- func (m *Realm) Validate() error
- func (m *Realm) ValidateAll() error
- type RealmMultiError
- type RealmValidationError
- type RealmsServiceClient
- type RealmsServiceServer
- type RefreshTokenRequest
- func (*RefreshTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshTokenRequest) GetRealm() string
- func (x *RefreshTokenRequest) GetRefreshToken() string
- func (x *RefreshTokenRequest) GetScope() []string
- func (*RefreshTokenRequest) ProtoMessage()
- func (x *RefreshTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshTokenRequest) Reset()
- func (x *RefreshTokenRequest) String() string
- func (m *RefreshTokenRequest) Validate() error
- func (m *RefreshTokenRequest) ValidateAll() error
- type RefreshTokenRequestMultiError
- type RefreshTokenRequestValidationError
- func (e RefreshTokenRequestValidationError) Cause() error
- func (e RefreshTokenRequestValidationError) Error() string
- func (e RefreshTokenRequestValidationError) ErrorName() string
- func (e RefreshTokenRequestValidationError) Field() string
- func (e RefreshTokenRequestValidationError) Key() bool
- func (e RefreshTokenRequestValidationError) Reason() string
- type RefreshTokenResponse
- func (*RefreshTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshTokenResponse) GetAccessToken() string
- func (x *RefreshTokenResponse) GetExpiresIn() int32
- func (x *RefreshTokenResponse) GetRefreshToken() string
- func (x *RefreshTokenResponse) GetTokenType() string
- func (*RefreshTokenResponse) ProtoMessage()
- func (x *RefreshTokenResponse) ProtoReflect() protoreflect.Message
- func (x *RefreshTokenResponse) Reset()
- func (x *RefreshTokenResponse) String() string
- func (m *RefreshTokenResponse) Validate() error
- func (m *RefreshTokenResponse) ValidateAll() error
- type RefreshTokenResponseMultiError
- type RefreshTokenResponseValidationError
- func (e RefreshTokenResponseValidationError) Cause() error
- func (e RefreshTokenResponseValidationError) Error() string
- func (e RefreshTokenResponseValidationError) ErrorName() string
- func (e RefreshTokenResponseValidationError) Field() string
- func (e RefreshTokenResponseValidationError) Key() bool
- func (e RefreshTokenResponseValidationError) Reason() string
- type RegisterRequest
- func (*RegisterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterRequest) GetAvatarUrl() *wrapperspb.StringValue
- func (x *RegisterRequest) GetDisplayName() *wrapperspb.StringValue
- func (x *RegisterRequest) GetGender() gender.Gender
- func (x *RegisterRequest) GetPassword() string
- func (x *RegisterRequest) GetRealm() string
- func (x *RegisterRequest) GetUsername() string
- func (*RegisterRequest) ProtoMessage()
- func (x *RegisterRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterRequest) Reset()
- func (x *RegisterRequest) String() string
- func (m *RegisterRequest) Validate() error
- func (m *RegisterRequest) ValidateAll() error
- type RegisterRequestMultiError
- type RegisterRequestValidationError
- func (e RegisterRequestValidationError) Cause() error
- func (e RegisterRequestValidationError) Error() string
- func (e RegisterRequestValidationError) ErrorName() string
- func (e RegisterRequestValidationError) Field() string
- func (e RegisterRequestValidationError) Key() bool
- func (e RegisterRequestValidationError) Reason() string
- type RegisterResponse
- func (*RegisterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterResponse) GetUser() *User
- func (*RegisterResponse) ProtoMessage()
- func (x *RegisterResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterResponse) Reset()
- func (x *RegisterResponse) String() string
- func (m *RegisterResponse) Validate() error
- func (m *RegisterResponse) ValidateAll() error
- type RegisterResponseMultiError
- type RegisterResponseValidationError
- func (e RegisterResponseValidationError) Cause() error
- func (e RegisterResponseValidationError) Error() string
- func (e RegisterResponseValidationError) ErrorName() string
- func (e RegisterResponseValidationError) Field() string
- func (e RegisterResponseValidationError) Key() bool
- func (e RegisterResponseValidationError) Reason() string
- type RevokeTokenRequest
- func (*RevokeTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (*RevokeTokenRequest) ProtoMessage()
- func (x *RevokeTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeTokenRequest) Reset()
- func (x *RevokeTokenRequest) String() string
- func (m *RevokeTokenRequest) Validate() error
- func (m *RevokeTokenRequest) ValidateAll() error
- type RevokeTokenRequestMultiError
- type RevokeTokenRequestValidationError
- func (e RevokeTokenRequestValidationError) Cause() error
- func (e RevokeTokenRequestValidationError) Error() string
- func (e RevokeTokenRequestValidationError) ErrorName() string
- func (e RevokeTokenRequestValidationError) Field() string
- func (e RevokeTokenRequestValidationError) Key() bool
- func (e RevokeTokenRequestValidationError) Reason() string
- type RevokeTokenResponse
- func (*RevokeTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeTokenResponse) ProtoMessage()
- func (x *RevokeTokenResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeTokenResponse) Reset()
- func (x *RevokeTokenResponse) String() string
- func (m *RevokeTokenResponse) Validate() error
- func (m *RevokeTokenResponse) ValidateAll() error
- type RevokeTokenResponseMultiError
- type RevokeTokenResponseValidationError
- func (e RevokeTokenResponseValidationError) Cause() error
- func (e RevokeTokenResponseValidationError) Error() string
- func (e RevokeTokenResponseValidationError) ErrorName() string
- func (e RevokeTokenResponseValidationError) Field() string
- func (e RevokeTokenResponseValidationError) Key() bool
- func (e RevokeTokenResponseValidationError) Reason() string
- type SetStateRequest
- func (*SetStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetStateRequest) GetState() map[string]string
- func (*SetStateRequest) ProtoMessage()
- func (x *SetStateRequest) ProtoReflect() protoreflect.Message
- func (x *SetStateRequest) Reset()
- func (x *SetStateRequest) String() string
- func (m *SetStateRequest) Validate() error
- func (m *SetStateRequest) ValidateAll() error
- type SetStateRequestMultiError
- type SetStateRequestValidationError
- func (e SetStateRequestValidationError) Cause() error
- func (e SetStateRequestValidationError) Error() string
- func (e SetStateRequestValidationError) ErrorName() string
- func (e SetStateRequestValidationError) Field() string
- func (e SetStateRequestValidationError) Key() bool
- func (e SetStateRequestValidationError) Reason() string
- type SetStateResponse
- func (*SetStateResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetStateResponse) ProtoMessage()
- func (x *SetStateResponse) ProtoReflect() protoreflect.Message
- func (x *SetStateResponse) Reset()
- func (x *SetStateResponse) String() string
- func (m *SetStateResponse) Validate() error
- func (m *SetStateResponse) ValidateAll() error
- type SetStateResponseMultiError
- type SetStateResponseValidationError
- func (e SetStateResponseValidationError) Cause() error
- func (e SetStateResponseValidationError) Error() string
- func (e SetStateResponseValidationError) ErrorName() string
- func (e SetStateResponseValidationError) Field() string
- func (e SetStateResponseValidationError) Key() bool
- func (e SetStateResponseValidationError) Reason() string
- type TokensServiceClient
- type TokensServiceServer
- type UnimplementedDevicesServiceServer
- type UnimplementedRealmsServiceServer
- func (UnimplementedRealmsServiceServer) CreateRealm(context.Context, *CreateRealmRequest) (*CreateRealmResponse, error)
- func (UnimplementedRealmsServiceServer) DeleteRealm(context.Context, *DeleteRealmRequest) (*DeleteRealmResponse, error)
- func (UnimplementedRealmsServiceServer) GetRealm(context.Context, *GetRealmRequest) (*GetRealmResponse, error)
- func (UnimplementedRealmsServiceServer) ListRealms(context.Context, *ListRealmsRequest) (*ListRealmsResponse, error)
- func (UnimplementedRealmsServiceServer) UpdateRealm(context.Context, *UpdateRealmRequest) (*UpdateRealmResponse, error)
- type UnimplementedTokensServiceServer
- func (UnimplementedTokensServiceServer) CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error)
- func (UnimplementedTokensServiceServer) RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenResponse, error)
- func (UnimplementedTokensServiceServer) RevokeToken(context.Context, *RevokeTokenRequest) (*RevokeTokenResponse, error)
- type UnimplementedUserStateServiceServer
- type UnimplementedUsersServiceServer
- func (UnimplementedUsersServiceServer) GetIdentity(context.Context, *GetIdentityRequest) (*GetIdentityResponse, error)
- func (UnimplementedUsersServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedUsersServiceServer) Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
- type UnsafeDevicesServiceServer
- type UnsafeRealmsServiceServer
- type UnsafeTokensServiceServer
- type UnsafeUserStateServiceServer
- type UnsafeUsersServiceServer
- type UpdateRealmRequest
- func (*UpdateRealmRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRealmRequest) GetDescription() *wrapperspb.StringValue
- func (x *UpdateRealmRequest) GetDisabled() bool
- func (x *UpdateRealmRequest) GetId() string
- func (x *UpdateRealmRequest) GetName() string
- func (x *UpdateRealmRequest) GetTitle() string
- func (*UpdateRealmRequest) ProtoMessage()
- func (x *UpdateRealmRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRealmRequest) Reset()
- func (x *UpdateRealmRequest) String() string
- func (m *UpdateRealmRequest) Validate() error
- func (m *UpdateRealmRequest) ValidateAll() error
- type UpdateRealmRequestMultiError
- type UpdateRealmRequestValidationError
- func (e UpdateRealmRequestValidationError) Cause() error
- func (e UpdateRealmRequestValidationError) Error() string
- func (e UpdateRealmRequestValidationError) ErrorName() string
- func (e UpdateRealmRequestValidationError) Field() string
- func (e UpdateRealmRequestValidationError) Key() bool
- func (e UpdateRealmRequestValidationError) Reason() string
- type UpdateRealmResponse
- func (*UpdateRealmResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateRealmResponse) ProtoMessage()
- func (x *UpdateRealmResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRealmResponse) Reset()
- func (x *UpdateRealmResponse) String() string
- func (m *UpdateRealmResponse) Validate() error
- func (m *UpdateRealmResponse) ValidateAll() error
- type UpdateRealmResponseMultiError
- type UpdateRealmResponseValidationError
- func (e UpdateRealmResponseValidationError) Cause() error
- func (e UpdateRealmResponseValidationError) Error() string
- func (e UpdateRealmResponseValidationError) ErrorName() string
- func (e UpdateRealmResponseValidationError) Field() string
- func (e UpdateRealmResponseValidationError) Key() bool
- func (e UpdateRealmResponseValidationError) Reason() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetApproved() bool
- func (x *User) GetAttributes() map[string]string
- func (x *User) GetCreatedAt() *timestamppb.Timestamp
- func (x *User) GetCreator() *User
- func (x *User) GetDeletedAt() *timestamppb.Timestamp
- func (x *User) GetDescription() *wrapperspb.StringValue
- func (x *User) GetDisabled() bool
- func (x *User) GetExpiresAt() *timestamppb.Timestamp
- func (x *User) GetFirstLoginTime() *timestamppb.Timestamp
- func (x *User) GetFlags() int64
- func (x *User) GetId() string
- func (x *User) GetImmutable() bool
- func (x *User) GetLastActiveTime() *timestamppb.Timestamp
- func (x *User) GetMaskedEmailAddress() *wrapperspb.StringValue
- func (x *User) GetMaskedPhoneNumber() *wrapperspb.StringValue
- func (x *User) GetRealm() string
- func (x *User) GetUpdatedAt() *timestamppb.Timestamp
- func (x *User) GetVerified() bool
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- func (m *User) Validate() error
- func (m *User) ValidateAll() error
- type UserActivatedEvent
- func (*UserActivatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UserActivatedEvent) GetRealm() string
- func (x *UserActivatedEvent) GetUserId() string
- func (*UserActivatedEvent) ProtoMessage()
- func (x *UserActivatedEvent) ProtoReflect() protoreflect.Message
- func (x *UserActivatedEvent) Reset()
- func (x *UserActivatedEvent) String() string
- func (m *UserActivatedEvent) Validate() error
- func (m *UserActivatedEvent) ValidateAll() error
- type UserActivatedEventMultiError
- type UserActivatedEventValidationError
- func (e UserActivatedEventValidationError) Cause() error
- func (e UserActivatedEventValidationError) Error() string
- func (e UserActivatedEventValidationError) ErrorName() string
- func (e UserActivatedEventValidationError) Field() string
- func (e UserActivatedEventValidationError) Key() bool
- func (e UserActivatedEventValidationError) Reason() string
- type UserCreatedEvent
- func (*UserCreatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UserCreatedEvent) GetRealm() string
- func (x *UserCreatedEvent) GetUserId() string
- func (*UserCreatedEvent) ProtoMessage()
- func (x *UserCreatedEvent) ProtoReflect() protoreflect.Message
- func (x *UserCreatedEvent) Reset()
- func (x *UserCreatedEvent) String() string
- func (m *UserCreatedEvent) Validate() error
- func (m *UserCreatedEvent) ValidateAll() error
- type UserCreatedEventMultiError
- type UserCreatedEventValidationError
- func (e UserCreatedEventValidationError) Cause() error
- func (e UserCreatedEventValidationError) Error() string
- func (e UserCreatedEventValidationError) ErrorName() string
- func (e UserCreatedEventValidationError) Field() string
- func (e UserCreatedEventValidationError) Key() bool
- func (e UserCreatedEventValidationError) Reason() string
- type UserLoggedInEvent
- func (*UserLoggedInEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UserLoggedInEvent) GetIdentifier() string
- func (x *UserLoggedInEvent) GetProvider() string
- func (x *UserLoggedInEvent) GetRealm() string
- func (x *UserLoggedInEvent) GetUserId() string
- func (*UserLoggedInEvent) ProtoMessage()
- func (x *UserLoggedInEvent) ProtoReflect() protoreflect.Message
- func (x *UserLoggedInEvent) Reset()
- func (x *UserLoggedInEvent) String() string
- func (m *UserLoggedInEvent) Validate() error
- func (m *UserLoggedInEvent) ValidateAll() error
- type UserLoggedInEventMultiError
- type UserLoggedInEventValidationError
- func (e UserLoggedInEventValidationError) Cause() error
- func (e UserLoggedInEventValidationError) Error() string
- func (e UserLoggedInEventValidationError) ErrorName() string
- func (e UserLoggedInEventValidationError) Field() string
- func (e UserLoggedInEventValidationError) Key() bool
- func (e UserLoggedInEventValidationError) Reason() string
- type UserMultiError
- type UserStateServiceClient
- type UserStateServiceServer
- type UserUpdatedEvent
- func (*UserUpdatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *UserUpdatedEvent) GetRealm() string
- func (x *UserUpdatedEvent) GetUserId() string
- func (*UserUpdatedEvent) ProtoMessage()
- func (x *UserUpdatedEvent) ProtoReflect() protoreflect.Message
- func (x *UserUpdatedEvent) Reset()
- func (x *UserUpdatedEvent) String() string
- func (m *UserUpdatedEvent) Validate() error
- func (m *UserUpdatedEvent) ValidateAll() error
- type UserUpdatedEventMultiError
- type UserUpdatedEventValidationError
- func (e UserUpdatedEventValidationError) Cause() error
- func (e UserUpdatedEventValidationError) Error() string
- func (e UserUpdatedEventValidationError) ErrorName() string
- func (e UserUpdatedEventValidationError) Field() string
- func (e UserUpdatedEventValidationError) Key() bool
- func (e UserUpdatedEventValidationError) Reason() string
- type UserValidationError
- type UsersServiceClient
- type UsersServiceServer
Constants ¶
const ( RealmsService_CreateRealm_FullMethodName = "/gommerce.iam.v1beta.RealmsService/CreateRealm" RealmsService_GetRealm_FullMethodName = "/gommerce.iam.v1beta.RealmsService/GetRealm" RealmsService_ListRealms_FullMethodName = "/gommerce.iam.v1beta.RealmsService/ListRealms" RealmsService_UpdateRealm_FullMethodName = "/gommerce.iam.v1beta.RealmsService/UpdateRealm" RealmsService_DeleteRealm_FullMethodName = "/gommerce.iam.v1beta.RealmsService/DeleteRealm" )
const ( UserStateService_GetState_FullMethodName = "/gommerce.iam.v1beta.UserStateService/GetState" UserStateService_SetState_FullMethodName = "/gommerce.iam.v1beta.UserStateService/SetState" )
const ( TokensService_CreateToken_FullMethodName = "/gommerce.iam.v1beta.TokensService/CreateToken" TokensService_RevokeToken_FullMethodName = "/gommerce.iam.v1beta.TokensService/RevokeToken" TokensService_RefreshToken_FullMethodName = "/gommerce.iam.v1beta.TokensService/RefreshToken" )
const ( UsersService_Register_FullMethodName = "/gommerce.iam.v1beta.UsersService/Register" UsersService_ListUsers_FullMethodName = "/gommerce.iam.v1beta.UsersService/ListUsers" UsersService_GetIdentity_FullMethodName = "/gommerce.iam.v1beta.UsersService/GetIdentity" )
const (
DevicesService_PatchDevice_FullMethodName = "/gommerce.iam.v1beta.DevicesService/PatchDevice"
)
Variables ¶
var DevicesService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gommerce.iam.v1beta.DevicesService", HandlerType: (*DevicesServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "PatchDevice", Handler: _DevicesService_PatchDevice_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gommerce/iam/v1beta/devices.proto", }
DevicesService_ServiceDesc is the grpc.ServiceDesc for DevicesService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_gommerce_iam_v1beta_devices_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_events_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_iam_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_realms_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_state_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_tokens_proto protoreflect.FileDescriptor
var File_gommerce_iam_v1beta_users_proto protoreflect.FileDescriptor
var RealmsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gommerce.iam.v1beta.RealmsService", HandlerType: (*RealmsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateRealm", Handler: _RealmsService_CreateRealm_Handler, }, { MethodName: "GetRealm", Handler: _RealmsService_GetRealm_Handler, }, { MethodName: "ListRealms", Handler: _RealmsService_ListRealms_Handler, }, { MethodName: "UpdateRealm", Handler: _RealmsService_UpdateRealm_Handler, }, { MethodName: "DeleteRealm", Handler: _RealmsService_DeleteRealm_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gommerce/iam/v1beta/realms.proto", }
RealmsService_ServiceDesc is the grpc.ServiceDesc for RealmsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TokensService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gommerce.iam.v1beta.TokensService", HandlerType: (*TokensServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateToken", Handler: _TokensService_CreateToken_Handler, }, { MethodName: "RevokeToken", Handler: _TokensService_RevokeToken_Handler, }, { MethodName: "RefreshToken", Handler: _TokensService_RefreshToken_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gommerce/iam/v1beta/tokens.proto", }
TokensService_ServiceDesc is the grpc.ServiceDesc for TokensService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UserStateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gommerce.iam.v1beta.UserStateService", HandlerType: (*UserStateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetState", Handler: _UserStateService_GetState_Handler, }, { MethodName: "SetState", Handler: _UserStateService_SetState_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gommerce/iam/v1beta/state.proto", }
UserStateService_ServiceDesc is the grpc.ServiceDesc for UserStateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UsersService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "gommerce.iam.v1beta.UsersService", HandlerType: (*UsersServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Register", Handler: _UsersService_Register_Handler, }, { MethodName: "ListUsers", Handler: _UsersService_ListUsers_Handler, }, { MethodName: "GetIdentity", Handler: _UsersService_GetIdentity_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "gommerce/iam/v1beta/users.proto", }
UsersService_ServiceDesc is the grpc.ServiceDesc for UsersService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterDevicesServiceHandler ¶
func RegisterDevicesServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterDevicesServiceHandler registers the http handlers for service DevicesService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterDevicesServiceHandlerClient ¶
func RegisterDevicesServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DevicesServiceClient) error
RegisterDevicesServiceHandlerClient registers the http handlers for service DevicesService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DevicesServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DevicesServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DevicesServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterDevicesServiceHandlerFromEndpoint ¶
func RegisterDevicesServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterDevicesServiceHandlerFromEndpoint is same as RegisterDevicesServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterDevicesServiceHandlerServer ¶
func RegisterDevicesServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DevicesServiceServer) error
RegisterDevicesServiceHandlerServer registers the http handlers for service DevicesService to "mux". UnaryRPC :call DevicesServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDevicesServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterDevicesServiceServer ¶
func RegisterDevicesServiceServer(s grpc.ServiceRegistrar, srv DevicesServiceServer)
func RegisterRealmsServiceHandler ¶
func RegisterRealmsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRealmsServiceHandler registers the http handlers for service RealmsService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRealmsServiceHandlerClient ¶
func RegisterRealmsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RealmsServiceClient) error
RegisterRealmsServiceHandlerClient registers the http handlers for service RealmsService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RealmsServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RealmsServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RealmsServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterRealmsServiceHandlerFromEndpoint ¶
func RegisterRealmsServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRealmsServiceHandlerFromEndpoint is same as RegisterRealmsServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRealmsServiceHandlerServer ¶
func RegisterRealmsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RealmsServiceServer) error
RegisterRealmsServiceHandlerServer registers the http handlers for service RealmsService to "mux". UnaryRPC :call RealmsServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRealmsServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterRealmsServiceServer ¶
func RegisterRealmsServiceServer(s grpc.ServiceRegistrar, srv RealmsServiceServer)
func RegisterTokensServiceHandler ¶
func RegisterTokensServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterTokensServiceHandler registers the http handlers for service TokensService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterTokensServiceHandlerClient ¶
func RegisterTokensServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TokensServiceClient) error
RegisterTokensServiceHandlerClient registers the http handlers for service TokensService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TokensServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TokensServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TokensServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterTokensServiceHandlerFromEndpoint ¶
func RegisterTokensServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterTokensServiceHandlerFromEndpoint is same as RegisterTokensServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterTokensServiceHandlerServer ¶
func RegisterTokensServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TokensServiceServer) error
RegisterTokensServiceHandlerServer registers the http handlers for service TokensService to "mux". UnaryRPC :call TokensServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTokensServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterTokensServiceServer ¶
func RegisterTokensServiceServer(s grpc.ServiceRegistrar, srv TokensServiceServer)
func RegisterUserStateServiceHandler ¶
func RegisterUserStateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterUserStateServiceHandler registers the http handlers for service UserStateService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterUserStateServiceHandlerClient ¶
func RegisterUserStateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserStateServiceClient) error
RegisterUserStateServiceHandlerClient registers the http handlers for service UserStateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UserStateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UserStateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UserStateServiceClient" to call the correct interceptors.
func RegisterUserStateServiceHandlerFromEndpoint ¶
func RegisterUserStateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterUserStateServiceHandlerFromEndpoint is same as RegisterUserStateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterUserStateServiceHandlerServer ¶
func RegisterUserStateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserStateServiceServer) error
RegisterUserStateServiceHandlerServer registers the http handlers for service UserStateService to "mux". UnaryRPC :call UserStateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUserStateServiceHandlerFromEndpoint instead.
func RegisterUserStateServiceServer ¶
func RegisterUserStateServiceServer(s grpc.ServiceRegistrar, srv UserStateServiceServer)
func RegisterUsersServiceHandler ¶
func RegisterUsersServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterUsersServiceHandler registers the http handlers for service UsersService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterUsersServiceHandlerClient ¶
func RegisterUsersServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UsersServiceClient) error
RegisterUsersServiceHandlerClient registers the http handlers for service UsersService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UsersServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UsersServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UsersServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterUsersServiceHandlerFromEndpoint ¶
func RegisterUsersServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterUsersServiceHandlerFromEndpoint is same as RegisterUsersServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterUsersServiceHandlerServer ¶
func RegisterUsersServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UsersServiceServer) error
RegisterUsersServiceHandlerServer registers the http handlers for service UsersService to "mux". UnaryRPC :call UsersServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterUsersServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterUsersServiceServer ¶
func RegisterUsersServiceServer(s grpc.ServiceRegistrar, srv UsersServiceServer)
Types ¶
type CreateRealmRequest ¶
type CreateRealmRequest struct { Disabled bool `protobuf:"varint,2,opt,name=disabled,proto3" json:"disabled,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateRealmRequest) Descriptor
deprecated
func (*CreateRealmRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRealmRequest.ProtoReflect.Descriptor instead.
func (*CreateRealmRequest) GetDescription ¶
func (x *CreateRealmRequest) GetDescription() *wrapperspb.StringValue
func (*CreateRealmRequest) GetDisabled ¶
func (x *CreateRealmRequest) GetDisabled() bool
func (*CreateRealmRequest) GetName ¶
func (x *CreateRealmRequest) GetName() string
func (*CreateRealmRequest) GetTitle ¶
func (x *CreateRealmRequest) GetTitle() string
func (*CreateRealmRequest) ProtoMessage ¶
func (*CreateRealmRequest) ProtoMessage()
func (*CreateRealmRequest) ProtoReflect ¶
func (x *CreateRealmRequest) ProtoReflect() protoreflect.Message
func (*CreateRealmRequest) Reset ¶
func (x *CreateRealmRequest) Reset()
func (*CreateRealmRequest) String ¶
func (x *CreateRealmRequest) String() string
func (*CreateRealmRequest) Validate ¶
func (m *CreateRealmRequest) Validate() error
Validate checks the field values on CreateRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateRealmRequest) ValidateAll ¶
func (m *CreateRealmRequest) ValidateAll() error
ValidateAll checks the field values on CreateRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRealmRequestMultiError, or nil if none found.
type CreateRealmRequestMultiError ¶
type CreateRealmRequestMultiError []error
CreateRealmRequestMultiError is an error wrapping multiple validation errors returned by CreateRealmRequest.ValidateAll() if the designated constraints aren't met.
func (CreateRealmRequestMultiError) AllErrors ¶
func (m CreateRealmRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateRealmRequestMultiError) Error ¶
func (m CreateRealmRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateRealmRequestValidationError ¶
type CreateRealmRequestValidationError struct {
// contains filtered or unexported fields
}
CreateRealmRequestValidationError is the validation error returned by CreateRealmRequest.Validate if the designated constraints aren't met.
func (CreateRealmRequestValidationError) Cause ¶
func (e CreateRealmRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateRealmRequestValidationError) Error ¶
func (e CreateRealmRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRealmRequestValidationError) ErrorName ¶
func (e CreateRealmRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRealmRequestValidationError) Field ¶
func (e CreateRealmRequestValidationError) Field() string
Field function returns field value.
func (CreateRealmRequestValidationError) Key ¶
func (e CreateRealmRequestValidationError) Key() bool
Key function returns key value.
func (CreateRealmRequestValidationError) Reason ¶
func (e CreateRealmRequestValidationError) Reason() string
Reason function returns reason value.
type CreateRealmResponse ¶
type CreateRealmResponse struct { Value *Realm `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*CreateRealmResponse) Descriptor
deprecated
func (*CreateRealmResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRealmResponse.ProtoReflect.Descriptor instead.
func (*CreateRealmResponse) GetValue ¶
func (x *CreateRealmResponse) GetValue() *Realm
func (*CreateRealmResponse) ProtoMessage ¶
func (*CreateRealmResponse) ProtoMessage()
func (*CreateRealmResponse) ProtoReflect ¶
func (x *CreateRealmResponse) ProtoReflect() protoreflect.Message
func (*CreateRealmResponse) Reset ¶
func (x *CreateRealmResponse) Reset()
func (*CreateRealmResponse) String ¶
func (x *CreateRealmResponse) String() string
func (*CreateRealmResponse) Validate ¶
func (m *CreateRealmResponse) Validate() error
Validate checks the field values on CreateRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateRealmResponse) ValidateAll ¶
func (m *CreateRealmResponse) ValidateAll() error
ValidateAll checks the field values on CreateRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRealmResponseMultiError, or nil if none found.
type CreateRealmResponseMultiError ¶
type CreateRealmResponseMultiError []error
CreateRealmResponseMultiError is an error wrapping multiple validation errors returned by CreateRealmResponse.ValidateAll() if the designated constraints aren't met.
func (CreateRealmResponseMultiError) AllErrors ¶
func (m CreateRealmResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateRealmResponseMultiError) Error ¶
func (m CreateRealmResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateRealmResponseValidationError ¶
type CreateRealmResponseValidationError struct {
// contains filtered or unexported fields
}
CreateRealmResponseValidationError is the validation error returned by CreateRealmResponse.Validate if the designated constraints aren't met.
func (CreateRealmResponseValidationError) Cause ¶
func (e CreateRealmResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateRealmResponseValidationError) Error ¶
func (e CreateRealmResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRealmResponseValidationError) ErrorName ¶
func (e CreateRealmResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRealmResponseValidationError) Field ¶
func (e CreateRealmResponseValidationError) Field() string
Field function returns field value.
func (CreateRealmResponseValidationError) Key ¶
func (e CreateRealmResponseValidationError) Key() bool
Key function returns key value.
func (CreateRealmResponseValidationError) Reason ¶
func (e CreateRealmResponseValidationError) Reason() string
Reason function returns reason value.
type CreateTokenRequest ¶
type CreateTokenRequest struct { Scope []string `protobuf:"bytes,1,rep,name=scope,proto3" json:"scope,omitempty"` Realm string `protobuf:"bytes,2,opt,name=realm,proto3" json:"realm,omitempty"` Provider string `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"` Username *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` Password *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"` IdToken *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` Signature *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*CreateTokenRequest) Descriptor
deprecated
func (*CreateTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.
func (*CreateTokenRequest) GetIdToken ¶
func (x *CreateTokenRequest) GetIdToken() *wrapperspb.StringValue
func (*CreateTokenRequest) GetPassword ¶
func (x *CreateTokenRequest) GetPassword() *wrapperspb.StringValue
func (*CreateTokenRequest) GetProvider ¶
func (x *CreateTokenRequest) GetProvider() string
func (*CreateTokenRequest) GetRealm ¶
func (x *CreateTokenRequest) GetRealm() string
func (*CreateTokenRequest) GetScope ¶
func (x *CreateTokenRequest) GetScope() []string
func (*CreateTokenRequest) GetSignature ¶
func (x *CreateTokenRequest) GetSignature() *wrapperspb.StringValue
func (*CreateTokenRequest) GetUsername ¶
func (x *CreateTokenRequest) GetUsername() *wrapperspb.StringValue
func (*CreateTokenRequest) ProtoMessage ¶
func (*CreateTokenRequest) ProtoMessage()
func (*CreateTokenRequest) ProtoReflect ¶
func (x *CreateTokenRequest) ProtoReflect() protoreflect.Message
func (*CreateTokenRequest) Reset ¶
func (x *CreateTokenRequest) Reset()
func (*CreateTokenRequest) String ¶
func (x *CreateTokenRequest) String() string
func (*CreateTokenRequest) Validate ¶
func (m *CreateTokenRequest) Validate() error
Validate checks the field values on CreateTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTokenRequest) ValidateAll ¶
func (m *CreateTokenRequest) ValidateAll() error
ValidateAll checks the field values on CreateTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTokenRequestMultiError, or nil if none found.
type CreateTokenRequestMultiError ¶
type CreateTokenRequestMultiError []error
CreateTokenRequestMultiError is an error wrapping multiple validation errors returned by CreateTokenRequest.ValidateAll() if the designated constraints aren't met.
func (CreateTokenRequestMultiError) AllErrors ¶
func (m CreateTokenRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTokenRequestMultiError) Error ¶
func (m CreateTokenRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTokenRequestValidationError ¶
type CreateTokenRequestValidationError struct {
// contains filtered or unexported fields
}
CreateTokenRequestValidationError is the validation error returned by CreateTokenRequest.Validate if the designated constraints aren't met.
func (CreateTokenRequestValidationError) Cause ¶
func (e CreateTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateTokenRequestValidationError) Error ¶
func (e CreateTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTokenRequestValidationError) ErrorName ¶
func (e CreateTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTokenRequestValidationError) Field ¶
func (e CreateTokenRequestValidationError) Field() string
Field function returns field value.
func (CreateTokenRequestValidationError) Key ¶
func (e CreateTokenRequestValidationError) Key() bool
Key function returns key value.
func (CreateTokenRequestValidationError) Reason ¶
func (e CreateTokenRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTokenResponse ¶
type CreateTokenResponse struct { TokenType string `protobuf:"bytes,1,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"` AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` ExpiresIn int32 `protobuf:"varint,4,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` // contains filtered or unexported fields }
func (*CreateTokenResponse) Descriptor
deprecated
func (*CreateTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.
func (*CreateTokenResponse) GetAccessToken ¶
func (x *CreateTokenResponse) GetAccessToken() string
func (*CreateTokenResponse) GetExpiresIn ¶
func (x *CreateTokenResponse) GetExpiresIn() int32
func (*CreateTokenResponse) GetRefreshToken ¶
func (x *CreateTokenResponse) GetRefreshToken() string
func (*CreateTokenResponse) GetTokenType ¶
func (x *CreateTokenResponse) GetTokenType() string
func (*CreateTokenResponse) ProtoMessage ¶
func (*CreateTokenResponse) ProtoMessage()
func (*CreateTokenResponse) ProtoReflect ¶
func (x *CreateTokenResponse) ProtoReflect() protoreflect.Message
func (*CreateTokenResponse) Reset ¶
func (x *CreateTokenResponse) Reset()
func (*CreateTokenResponse) String ¶
func (x *CreateTokenResponse) String() string
func (*CreateTokenResponse) Validate ¶
func (m *CreateTokenResponse) Validate() error
Validate checks the field values on CreateTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTokenResponse) ValidateAll ¶
func (m *CreateTokenResponse) ValidateAll() error
ValidateAll checks the field values on CreateTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTokenResponseMultiError, or nil if none found.
type CreateTokenResponseMultiError ¶
type CreateTokenResponseMultiError []error
CreateTokenResponseMultiError is an error wrapping multiple validation errors returned by CreateTokenResponse.ValidateAll() if the designated constraints aren't met.
func (CreateTokenResponseMultiError) AllErrors ¶
func (m CreateTokenResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTokenResponseMultiError) Error ¶
func (m CreateTokenResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTokenResponseValidationError ¶
type CreateTokenResponseValidationError struct {
// contains filtered or unexported fields
}
CreateTokenResponseValidationError is the validation error returned by CreateTokenResponse.Validate if the designated constraints aren't met.
func (CreateTokenResponseValidationError) Cause ¶
func (e CreateTokenResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateTokenResponseValidationError) Error ¶
func (e CreateTokenResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTokenResponseValidationError) ErrorName ¶
func (e CreateTokenResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTokenResponseValidationError) Field ¶
func (e CreateTokenResponseValidationError) Field() string
Field function returns field value.
func (CreateTokenResponseValidationError) Key ¶
func (e CreateTokenResponseValidationError) Key() bool
Key function returns key value.
func (CreateTokenResponseValidationError) Reason ¶
func (e CreateTokenResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteRealmRequest ¶
type DeleteRealmRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteRealmRequest) Descriptor
deprecated
func (*DeleteRealmRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRealmRequest.ProtoReflect.Descriptor instead.
func (*DeleteRealmRequest) GetId ¶
func (x *DeleteRealmRequest) GetId() string
func (*DeleteRealmRequest) ProtoMessage ¶
func (*DeleteRealmRequest) ProtoMessage()
func (*DeleteRealmRequest) ProtoReflect ¶
func (x *DeleteRealmRequest) ProtoReflect() protoreflect.Message
func (*DeleteRealmRequest) Reset ¶
func (x *DeleteRealmRequest) Reset()
func (*DeleteRealmRequest) String ¶
func (x *DeleteRealmRequest) String() string
func (*DeleteRealmRequest) Validate ¶
func (m *DeleteRealmRequest) Validate() error
Validate checks the field values on DeleteRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteRealmRequest) ValidateAll ¶
func (m *DeleteRealmRequest) ValidateAll() error
ValidateAll checks the field values on DeleteRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRealmRequestMultiError, or nil if none found.
type DeleteRealmRequestMultiError ¶
type DeleteRealmRequestMultiError []error
DeleteRealmRequestMultiError is an error wrapping multiple validation errors returned by DeleteRealmRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteRealmRequestMultiError) AllErrors ¶
func (m DeleteRealmRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteRealmRequestMultiError) Error ¶
func (m DeleteRealmRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteRealmRequestValidationError ¶
type DeleteRealmRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteRealmRequestValidationError is the validation error returned by DeleteRealmRequest.Validate if the designated constraints aren't met.
func (DeleteRealmRequestValidationError) Cause ¶
func (e DeleteRealmRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteRealmRequestValidationError) Error ¶
func (e DeleteRealmRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRealmRequestValidationError) ErrorName ¶
func (e DeleteRealmRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRealmRequestValidationError) Field ¶
func (e DeleteRealmRequestValidationError) Field() string
Field function returns field value.
func (DeleteRealmRequestValidationError) Key ¶
func (e DeleteRealmRequestValidationError) Key() bool
Key function returns key value.
func (DeleteRealmRequestValidationError) Reason ¶
func (e DeleteRealmRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteRealmResponse ¶
type DeleteRealmResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRealmResponse) Descriptor
deprecated
func (*DeleteRealmResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRealmResponse.ProtoReflect.Descriptor instead.
func (*DeleteRealmResponse) ProtoMessage ¶
func (*DeleteRealmResponse) ProtoMessage()
func (*DeleteRealmResponse) ProtoReflect ¶
func (x *DeleteRealmResponse) ProtoReflect() protoreflect.Message
func (*DeleteRealmResponse) Reset ¶
func (x *DeleteRealmResponse) Reset()
func (*DeleteRealmResponse) String ¶
func (x *DeleteRealmResponse) String() string
func (*DeleteRealmResponse) Validate ¶
func (m *DeleteRealmResponse) Validate() error
Validate checks the field values on DeleteRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteRealmResponse) ValidateAll ¶
func (m *DeleteRealmResponse) ValidateAll() error
ValidateAll checks the field values on DeleteRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRealmResponseMultiError, or nil if none found.
type DeleteRealmResponseMultiError ¶
type DeleteRealmResponseMultiError []error
DeleteRealmResponseMultiError is an error wrapping multiple validation errors returned by DeleteRealmResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteRealmResponseMultiError) AllErrors ¶
func (m DeleteRealmResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteRealmResponseMultiError) Error ¶
func (m DeleteRealmResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteRealmResponseValidationError ¶
type DeleteRealmResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteRealmResponseValidationError is the validation error returned by DeleteRealmResponse.Validate if the designated constraints aren't met.
func (DeleteRealmResponseValidationError) Cause ¶
func (e DeleteRealmResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteRealmResponseValidationError) Error ¶
func (e DeleteRealmResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRealmResponseValidationError) ErrorName ¶
func (e DeleteRealmResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRealmResponseValidationError) Field ¶
func (e DeleteRealmResponseValidationError) Field() string
Field function returns field value.
func (DeleteRealmResponseValidationError) Key ¶
func (e DeleteRealmResponseValidationError) Key() bool
Key function returns key value.
func (DeleteRealmResponseValidationError) Reason ¶
func (e DeleteRealmResponseValidationError) Reason() string
Reason function returns reason value.
type DevicesServiceClient ¶
type DevicesServiceClient interface {
PatchDevice(ctx context.Context, in *PatchDeviceRequest, opts ...grpc.CallOption) (*PatchDeviceResponse, error)
}
DevicesServiceClient is the client API for DevicesService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDevicesServiceClient ¶
func NewDevicesServiceClient(cc grpc.ClientConnInterface) DevicesServiceClient
type DevicesServiceServer ¶
type DevicesServiceServer interface { PatchDevice(context.Context, *PatchDeviceRequest) (*PatchDeviceResponse, error) // contains filtered or unexported methods }
DevicesServiceServer is the server API for DevicesService service. All implementations must embed UnimplementedDevicesServiceServer for forward compatibility.
type GetIdentityRequest ¶
type GetIdentityRequest struct {
// contains filtered or unexported fields
}
func (*GetIdentityRequest) Descriptor
deprecated
func (*GetIdentityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityRequest.ProtoReflect.Descriptor instead.
func (*GetIdentityRequest) ProtoMessage ¶
func (*GetIdentityRequest) ProtoMessage()
func (*GetIdentityRequest) ProtoReflect ¶
func (x *GetIdentityRequest) ProtoReflect() protoreflect.Message
func (*GetIdentityRequest) Reset ¶
func (x *GetIdentityRequest) Reset()
func (*GetIdentityRequest) String ¶
func (x *GetIdentityRequest) String() string
func (*GetIdentityRequest) Validate ¶
func (m *GetIdentityRequest) Validate() error
Validate checks the field values on GetIdentityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetIdentityRequest) ValidateAll ¶
func (m *GetIdentityRequest) ValidateAll() error
ValidateAll checks the field values on GetIdentityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetIdentityRequestMultiError, or nil if none found.
type GetIdentityRequestMultiError ¶
type GetIdentityRequestMultiError []error
GetIdentityRequestMultiError is an error wrapping multiple validation errors returned by GetIdentityRequest.ValidateAll() if the designated constraints aren't met.
func (GetIdentityRequestMultiError) AllErrors ¶
func (m GetIdentityRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetIdentityRequestMultiError) Error ¶
func (m GetIdentityRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetIdentityRequestValidationError ¶
type GetIdentityRequestValidationError struct {
// contains filtered or unexported fields
}
GetIdentityRequestValidationError is the validation error returned by GetIdentityRequest.Validate if the designated constraints aren't met.
func (GetIdentityRequestValidationError) Cause ¶
func (e GetIdentityRequestValidationError) Cause() error
Cause function returns cause value.
func (GetIdentityRequestValidationError) Error ¶
func (e GetIdentityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetIdentityRequestValidationError) ErrorName ¶
func (e GetIdentityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetIdentityRequestValidationError) Field ¶
func (e GetIdentityRequestValidationError) Field() string
Field function returns field value.
func (GetIdentityRequestValidationError) Key ¶
func (e GetIdentityRequestValidationError) Key() bool
Key function returns key value.
func (GetIdentityRequestValidationError) Reason ¶
func (e GetIdentityRequestValidationError) Reason() string
Reason function returns reason value.
type GetIdentityResponse ¶
type GetIdentityResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Scope []string `protobuf:"bytes,2,rep,name=scope,proto3" json:"scope,omitempty"` // contains filtered or unexported fields }
func (*GetIdentityResponse) Descriptor
deprecated
func (*GetIdentityResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityResponse.ProtoReflect.Descriptor instead.
func (*GetIdentityResponse) GetScope ¶
func (x *GetIdentityResponse) GetScope() []string
func (*GetIdentityResponse) GetUser ¶
func (x *GetIdentityResponse) GetUser() *User
func (*GetIdentityResponse) ProtoMessage ¶
func (*GetIdentityResponse) ProtoMessage()
func (*GetIdentityResponse) ProtoReflect ¶
func (x *GetIdentityResponse) ProtoReflect() protoreflect.Message
func (*GetIdentityResponse) Reset ¶
func (x *GetIdentityResponse) Reset()
func (*GetIdentityResponse) String ¶
func (x *GetIdentityResponse) String() string
func (*GetIdentityResponse) Validate ¶
func (m *GetIdentityResponse) Validate() error
Validate checks the field values on GetIdentityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetIdentityResponse) ValidateAll ¶
func (m *GetIdentityResponse) ValidateAll() error
ValidateAll checks the field values on GetIdentityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetIdentityResponseMultiError, or nil if none found.
type GetIdentityResponseMultiError ¶
type GetIdentityResponseMultiError []error
GetIdentityResponseMultiError is an error wrapping multiple validation errors returned by GetIdentityResponse.ValidateAll() if the designated constraints aren't met.
func (GetIdentityResponseMultiError) AllErrors ¶
func (m GetIdentityResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetIdentityResponseMultiError) Error ¶
func (m GetIdentityResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetIdentityResponseValidationError ¶
type GetIdentityResponseValidationError struct {
// contains filtered or unexported fields
}
GetIdentityResponseValidationError is the validation error returned by GetIdentityResponse.Validate if the designated constraints aren't met.
func (GetIdentityResponseValidationError) Cause ¶
func (e GetIdentityResponseValidationError) Cause() error
Cause function returns cause value.
func (GetIdentityResponseValidationError) Error ¶
func (e GetIdentityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetIdentityResponseValidationError) ErrorName ¶
func (e GetIdentityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetIdentityResponseValidationError) Field ¶
func (e GetIdentityResponseValidationError) Field() string
Field function returns field value.
func (GetIdentityResponseValidationError) Key ¶
func (e GetIdentityResponseValidationError) Key() bool
Key function returns key value.
func (GetIdentityResponseValidationError) Reason ¶
func (e GetIdentityResponseValidationError) Reason() string
Reason function returns reason value.
type GetRealmRequest ¶
type GetRealmRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRealmRequest) Descriptor
deprecated
func (*GetRealmRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRealmRequest.ProtoReflect.Descriptor instead.
func (*GetRealmRequest) GetId ¶
func (x *GetRealmRequest) GetId() string
func (*GetRealmRequest) ProtoMessage ¶
func (*GetRealmRequest) ProtoMessage()
func (*GetRealmRequest) ProtoReflect ¶
func (x *GetRealmRequest) ProtoReflect() protoreflect.Message
func (*GetRealmRequest) Reset ¶
func (x *GetRealmRequest) Reset()
func (*GetRealmRequest) String ¶
func (x *GetRealmRequest) String() string
func (*GetRealmRequest) Validate ¶
func (m *GetRealmRequest) Validate() error
Validate checks the field values on GetRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRealmRequest) ValidateAll ¶
func (m *GetRealmRequest) ValidateAll() error
ValidateAll checks the field values on GetRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRealmRequestMultiError, or nil if none found.
type GetRealmRequestMultiError ¶
type GetRealmRequestMultiError []error
GetRealmRequestMultiError is an error wrapping multiple validation errors returned by GetRealmRequest.ValidateAll() if the designated constraints aren't met.
func (GetRealmRequestMultiError) AllErrors ¶
func (m GetRealmRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRealmRequestMultiError) Error ¶
func (m GetRealmRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRealmRequestValidationError ¶
type GetRealmRequestValidationError struct {
// contains filtered or unexported fields
}
GetRealmRequestValidationError is the validation error returned by GetRealmRequest.Validate if the designated constraints aren't met.
func (GetRealmRequestValidationError) Cause ¶
func (e GetRealmRequestValidationError) Cause() error
Cause function returns cause value.
func (GetRealmRequestValidationError) Error ¶
func (e GetRealmRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetRealmRequestValidationError) ErrorName ¶
func (e GetRealmRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetRealmRequestValidationError) Field ¶
func (e GetRealmRequestValidationError) Field() string
Field function returns field value.
func (GetRealmRequestValidationError) Key ¶
func (e GetRealmRequestValidationError) Key() bool
Key function returns key value.
func (GetRealmRequestValidationError) Reason ¶
func (e GetRealmRequestValidationError) Reason() string
Reason function returns reason value.
type GetRealmResponse ¶
type GetRealmResponse struct { Value *Realm `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetRealmResponse) Descriptor
deprecated
func (*GetRealmResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRealmResponse.ProtoReflect.Descriptor instead.
func (*GetRealmResponse) GetValue ¶
func (x *GetRealmResponse) GetValue() *Realm
func (*GetRealmResponse) ProtoMessage ¶
func (*GetRealmResponse) ProtoMessage()
func (*GetRealmResponse) ProtoReflect ¶
func (x *GetRealmResponse) ProtoReflect() protoreflect.Message
func (*GetRealmResponse) Reset ¶
func (x *GetRealmResponse) Reset()
func (*GetRealmResponse) String ¶
func (x *GetRealmResponse) String() string
func (*GetRealmResponse) Validate ¶
func (m *GetRealmResponse) Validate() error
Validate checks the field values on GetRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRealmResponse) ValidateAll ¶
func (m *GetRealmResponse) ValidateAll() error
ValidateAll checks the field values on GetRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRealmResponseMultiError, or nil if none found.
type GetRealmResponseMultiError ¶
type GetRealmResponseMultiError []error
GetRealmResponseMultiError is an error wrapping multiple validation errors returned by GetRealmResponse.ValidateAll() if the designated constraints aren't met.
func (GetRealmResponseMultiError) AllErrors ¶
func (m GetRealmResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRealmResponseMultiError) Error ¶
func (m GetRealmResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRealmResponseValidationError ¶
type GetRealmResponseValidationError struct {
// contains filtered or unexported fields
}
GetRealmResponseValidationError is the validation error returned by GetRealmResponse.Validate if the designated constraints aren't met.
func (GetRealmResponseValidationError) Cause ¶
func (e GetRealmResponseValidationError) Cause() error
Cause function returns cause value.
func (GetRealmResponseValidationError) Error ¶
func (e GetRealmResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetRealmResponseValidationError) ErrorName ¶
func (e GetRealmResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetRealmResponseValidationError) Field ¶
func (e GetRealmResponseValidationError) Field() string
Field function returns field value.
func (GetRealmResponseValidationError) Key ¶
func (e GetRealmResponseValidationError) Key() bool
Key function returns key value.
func (GetRealmResponseValidationError) Reason ¶
func (e GetRealmResponseValidationError) Reason() string
Reason function returns reason value.
type GetStateRequest ¶
type GetStateRequest struct { Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"` // contains filtered or unexported fields }
func (*GetStateRequest) Descriptor
deprecated
func (*GetStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead.
func (*GetStateRequest) GetPattern ¶
func (x *GetStateRequest) GetPattern() string
func (*GetStateRequest) ProtoMessage ¶
func (*GetStateRequest) ProtoMessage()
func (*GetStateRequest) ProtoReflect ¶
func (x *GetStateRequest) ProtoReflect() protoreflect.Message
func (*GetStateRequest) Reset ¶
func (x *GetStateRequest) Reset()
func (*GetStateRequest) String ¶
func (x *GetStateRequest) String() string
func (*GetStateRequest) Validate ¶
func (m *GetStateRequest) Validate() error
Validate checks the field values on GetStateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetStateRequest) ValidateAll ¶
func (m *GetStateRequest) ValidateAll() error
ValidateAll checks the field values on GetStateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetStateRequestMultiError, or nil if none found.
type GetStateRequestMultiError ¶
type GetStateRequestMultiError []error
GetStateRequestMultiError is an error wrapping multiple validation errors returned by GetStateRequest.ValidateAll() if the designated constraints aren't met.
func (GetStateRequestMultiError) AllErrors ¶
func (m GetStateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetStateRequestMultiError) Error ¶
func (m GetStateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetStateRequestValidationError ¶
type GetStateRequestValidationError struct {
// contains filtered or unexported fields
}
GetStateRequestValidationError is the validation error returned by GetStateRequest.Validate if the designated constraints aren't met.
func (GetStateRequestValidationError) Cause ¶
func (e GetStateRequestValidationError) Cause() error
Cause function returns cause value.
func (GetStateRequestValidationError) Error ¶
func (e GetStateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetStateRequestValidationError) ErrorName ¶
func (e GetStateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetStateRequestValidationError) Field ¶
func (e GetStateRequestValidationError) Field() string
Field function returns field value.
func (GetStateRequestValidationError) Key ¶
func (e GetStateRequestValidationError) Key() bool
Key function returns key value.
func (GetStateRequestValidationError) Reason ¶
func (e GetStateRequestValidationError) Reason() string
Reason function returns reason value.
type GetStateResponse ¶
type GetStateResponse struct { State map[string]string `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetStateResponse) Descriptor
deprecated
func (*GetStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead.
func (*GetStateResponse) GetState ¶
func (x *GetStateResponse) GetState() map[string]string
func (*GetStateResponse) ProtoMessage ¶
func (*GetStateResponse) ProtoMessage()
func (*GetStateResponse) ProtoReflect ¶
func (x *GetStateResponse) ProtoReflect() protoreflect.Message
func (*GetStateResponse) Reset ¶
func (x *GetStateResponse) Reset()
func (*GetStateResponse) String ¶
func (x *GetStateResponse) String() string
func (*GetStateResponse) Validate ¶
func (m *GetStateResponse) Validate() error
Validate checks the field values on GetStateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetStateResponse) ValidateAll ¶
func (m *GetStateResponse) ValidateAll() error
ValidateAll checks the field values on GetStateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetStateResponseMultiError, or nil if none found.
type GetStateResponseMultiError ¶
type GetStateResponseMultiError []error
GetStateResponseMultiError is an error wrapping multiple validation errors returned by GetStateResponse.ValidateAll() if the designated constraints aren't met.
func (GetStateResponseMultiError) AllErrors ¶
func (m GetStateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetStateResponseMultiError) Error ¶
func (m GetStateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetStateResponseValidationError ¶
type GetStateResponseValidationError struct {
// contains filtered or unexported fields
}
GetStateResponseValidationError is the validation error returned by GetStateResponse.Validate if the designated constraints aren't met.
func (GetStateResponseValidationError) Cause ¶
func (e GetStateResponseValidationError) Cause() error
Cause function returns cause value.
func (GetStateResponseValidationError) Error ¶
func (e GetStateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetStateResponseValidationError) ErrorName ¶
func (e GetStateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetStateResponseValidationError) Field ¶
func (e GetStateResponseValidationError) Field() string
Field function returns field value.
func (GetStateResponseValidationError) Key ¶
func (e GetStateResponseValidationError) Key() bool
Key function returns key value.
func (GetStateResponseValidationError) Reason ¶
func (e GetStateResponseValidationError) Reason() string
Reason function returns reason value.
type ListRealmsRequest ¶
type ListRealmsRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Sort string `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*ListRealmsRequest) Descriptor
deprecated
func (*ListRealmsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRealmsRequest.ProtoReflect.Descriptor instead.
func (*ListRealmsRequest) GetPage ¶
func (x *ListRealmsRequest) GetPage() int32
func (*ListRealmsRequest) GetSize ¶
func (x *ListRealmsRequest) GetSize() int32
func (*ListRealmsRequest) GetSort ¶
func (x *ListRealmsRequest) GetSort() string
func (*ListRealmsRequest) ProtoMessage ¶
func (*ListRealmsRequest) ProtoMessage()
func (*ListRealmsRequest) ProtoReflect ¶
func (x *ListRealmsRequest) ProtoReflect() protoreflect.Message
func (*ListRealmsRequest) Reset ¶
func (x *ListRealmsRequest) Reset()
func (*ListRealmsRequest) String ¶
func (x *ListRealmsRequest) String() string
func (*ListRealmsRequest) Validate ¶
func (m *ListRealmsRequest) Validate() error
Validate checks the field values on ListRealmsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListRealmsRequest) ValidateAll ¶
func (m *ListRealmsRequest) ValidateAll() error
ValidateAll checks the field values on ListRealmsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRealmsRequestMultiError, or nil if none found.
type ListRealmsRequestMultiError ¶
type ListRealmsRequestMultiError []error
ListRealmsRequestMultiError is an error wrapping multiple validation errors returned by ListRealmsRequest.ValidateAll() if the designated constraints aren't met.
func (ListRealmsRequestMultiError) AllErrors ¶
func (m ListRealmsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListRealmsRequestMultiError) Error ¶
func (m ListRealmsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListRealmsRequestValidationError ¶
type ListRealmsRequestValidationError struct {
// contains filtered or unexported fields
}
ListRealmsRequestValidationError is the validation error returned by ListRealmsRequest.Validate if the designated constraints aren't met.
func (ListRealmsRequestValidationError) Cause ¶
func (e ListRealmsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRealmsRequestValidationError) Error ¶
func (e ListRealmsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRealmsRequestValidationError) ErrorName ¶
func (e ListRealmsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRealmsRequestValidationError) Field ¶
func (e ListRealmsRequestValidationError) Field() string
Field function returns field value.
func (ListRealmsRequestValidationError) Key ¶
func (e ListRealmsRequestValidationError) Key() bool
Key function returns key value.
func (ListRealmsRequestValidationError) Reason ¶
func (e ListRealmsRequestValidationError) Reason() string
Reason function returns reason value.
type ListRealmsResponse ¶
type ListRealmsResponse struct { Items []*Realm `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Total int64 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*ListRealmsResponse) Descriptor
deprecated
func (*ListRealmsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRealmsResponse.ProtoReflect.Descriptor instead.
func (*ListRealmsResponse) GetItems ¶
func (x *ListRealmsResponse) GetItems() []*Realm
func (*ListRealmsResponse) GetPage ¶
func (x *ListRealmsResponse) GetPage() int32
func (*ListRealmsResponse) GetSize ¶
func (x *ListRealmsResponse) GetSize() int32
func (*ListRealmsResponse) GetTotal ¶
func (x *ListRealmsResponse) GetTotal() int64
func (*ListRealmsResponse) ProtoMessage ¶
func (*ListRealmsResponse) ProtoMessage()
func (*ListRealmsResponse) ProtoReflect ¶
func (x *ListRealmsResponse) ProtoReflect() protoreflect.Message
func (*ListRealmsResponse) Reset ¶
func (x *ListRealmsResponse) Reset()
func (*ListRealmsResponse) String ¶
func (x *ListRealmsResponse) String() string
func (*ListRealmsResponse) Validate ¶
func (m *ListRealmsResponse) Validate() error
Validate checks the field values on ListRealmsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListRealmsResponse) ValidateAll ¶
func (m *ListRealmsResponse) ValidateAll() error
ValidateAll checks the field values on ListRealmsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRealmsResponseMultiError, or nil if none found.
type ListRealmsResponseMultiError ¶
type ListRealmsResponseMultiError []error
ListRealmsResponseMultiError is an error wrapping multiple validation errors returned by ListRealmsResponse.ValidateAll() if the designated constraints aren't met.
func (ListRealmsResponseMultiError) AllErrors ¶
func (m ListRealmsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListRealmsResponseMultiError) Error ¶
func (m ListRealmsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListRealmsResponseValidationError ¶
type ListRealmsResponseValidationError struct {
// contains filtered or unexported fields
}
ListRealmsResponseValidationError is the validation error returned by ListRealmsResponse.Validate if the designated constraints aren't met.
func (ListRealmsResponseValidationError) Cause ¶
func (e ListRealmsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListRealmsResponseValidationError) Error ¶
func (e ListRealmsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListRealmsResponseValidationError) ErrorName ¶
func (e ListRealmsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListRealmsResponseValidationError) Field ¶
func (e ListRealmsResponseValidationError) Field() string
Field function returns field value.
func (ListRealmsResponseValidationError) Key ¶
func (e ListRealmsResponseValidationError) Key() bool
Key function returns key value.
func (ListRealmsResponseValidationError) Reason ¶
func (e ListRealmsResponseValidationError) Reason() string
Reason function returns reason value.
type ListUsersRequest ¶
type ListUsersRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Sort string `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort,omitempty"` // contains filtered or unexported fields }
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetPage ¶
func (x *ListUsersRequest) GetPage() int32
func (*ListUsersRequest) GetSize ¶
func (x *ListUsersRequest) GetSize() int32
func (*ListUsersRequest) GetSort ¶
func (x *ListUsersRequest) GetSort() string
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
func (*ListUsersRequest) Validate ¶
func (m *ListUsersRequest) Validate() error
Validate checks the field values on ListUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListUsersRequest) ValidateAll ¶
func (m *ListUsersRequest) ValidateAll() error
ValidateAll checks the field values on ListUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUsersRequestMultiError, or nil if none found.
type ListUsersRequestMultiError ¶
type ListUsersRequestMultiError []error
ListUsersRequestMultiError is an error wrapping multiple validation errors returned by ListUsersRequest.ValidateAll() if the designated constraints aren't met.
func (ListUsersRequestMultiError) AllErrors ¶
func (m ListUsersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListUsersRequestMultiError) Error ¶
func (m ListUsersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListUsersRequestValidationError ¶
type ListUsersRequestValidationError struct {
// contains filtered or unexported fields
}
ListUsersRequestValidationError is the validation error returned by ListUsersRequest.Validate if the designated constraints aren't met.
func (ListUsersRequestValidationError) Cause ¶
func (e ListUsersRequestValidationError) Cause() error
Cause function returns cause value.
func (ListUsersRequestValidationError) Error ¶
func (e ListUsersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListUsersRequestValidationError) ErrorName ¶
func (e ListUsersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListUsersRequestValidationError) Field ¶
func (e ListUsersRequestValidationError) Field() string
Field function returns field value.
func (ListUsersRequestValidationError) Key ¶
func (e ListUsersRequestValidationError) Key() bool
Key function returns key value.
func (ListUsersRequestValidationError) Reason ¶
func (e ListUsersRequestValidationError) Reason() string
Reason function returns reason value.
type ListUsersResponse ¶
type ListUsersResponse struct { Items []*User `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Total int64 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetItems ¶
func (x *ListUsersResponse) GetItems() []*User
func (*ListUsersResponse) GetPage ¶
func (x *ListUsersResponse) GetPage() int32
func (*ListUsersResponse) GetSize ¶
func (x *ListUsersResponse) GetSize() int32
func (*ListUsersResponse) GetTotal ¶
func (x *ListUsersResponse) GetTotal() int64
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
func (*ListUsersResponse) Validate ¶
func (m *ListUsersResponse) Validate() error
Validate checks the field values on ListUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListUsersResponse) ValidateAll ¶
func (m *ListUsersResponse) ValidateAll() error
ValidateAll checks the field values on ListUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUsersResponseMultiError, or nil if none found.
type ListUsersResponseMultiError ¶
type ListUsersResponseMultiError []error
ListUsersResponseMultiError is an error wrapping multiple validation errors returned by ListUsersResponse.ValidateAll() if the designated constraints aren't met.
func (ListUsersResponseMultiError) AllErrors ¶
func (m ListUsersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListUsersResponseMultiError) Error ¶
func (m ListUsersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListUsersResponseValidationError ¶
type ListUsersResponseValidationError struct {
// contains filtered or unexported fields
}
ListUsersResponseValidationError is the validation error returned by ListUsersResponse.Validate if the designated constraints aren't met.
func (ListUsersResponseValidationError) Cause ¶
func (e ListUsersResponseValidationError) Cause() error
Cause function returns cause value.
func (ListUsersResponseValidationError) Error ¶
func (e ListUsersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListUsersResponseValidationError) ErrorName ¶
func (e ListUsersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListUsersResponseValidationError) Field ¶
func (e ListUsersResponseValidationError) Field() string
Field function returns field value.
func (ListUsersResponseValidationError) Key ¶
func (e ListUsersResponseValidationError) Key() bool
Key function returns key value.
func (ListUsersResponseValidationError) Reason ¶
func (e ListUsersResponseValidationError) Reason() string
Reason function returns reason value.
type PatchDeviceRequest ¶
type PatchDeviceRequest struct { TraceCode string `protobuf:"bytes,1,opt,name=trace_code,json=traceCode,proto3" json:"trace_code,omitempty"` PushToken *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PatchDeviceRequest) Descriptor
deprecated
func (*PatchDeviceRequest) Descriptor() ([]byte, []int)
Deprecated: Use PatchDeviceRequest.ProtoReflect.Descriptor instead.
func (*PatchDeviceRequest) GetMetadata ¶
func (x *PatchDeviceRequest) GetMetadata() map[string]string
func (*PatchDeviceRequest) GetPushToken ¶
func (x *PatchDeviceRequest) GetPushToken() *wrapperspb.StringValue
func (*PatchDeviceRequest) GetTraceCode ¶
func (x *PatchDeviceRequest) GetTraceCode() string
func (*PatchDeviceRequest) ProtoMessage ¶
func (*PatchDeviceRequest) ProtoMessage()
func (*PatchDeviceRequest) ProtoReflect ¶
func (x *PatchDeviceRequest) ProtoReflect() protoreflect.Message
func (*PatchDeviceRequest) Reset ¶
func (x *PatchDeviceRequest) Reset()
func (*PatchDeviceRequest) String ¶
func (x *PatchDeviceRequest) String() string
func (*PatchDeviceRequest) Validate ¶
func (m *PatchDeviceRequest) Validate() error
Validate checks the field values on PatchDeviceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PatchDeviceRequest) ValidateAll ¶
func (m *PatchDeviceRequest) ValidateAll() error
ValidateAll checks the field values on PatchDeviceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PatchDeviceRequestMultiError, or nil if none found.
type PatchDeviceRequestMultiError ¶
type PatchDeviceRequestMultiError []error
PatchDeviceRequestMultiError is an error wrapping multiple validation errors returned by PatchDeviceRequest.ValidateAll() if the designated constraints aren't met.
func (PatchDeviceRequestMultiError) AllErrors ¶
func (m PatchDeviceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PatchDeviceRequestMultiError) Error ¶
func (m PatchDeviceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PatchDeviceRequestValidationError ¶
type PatchDeviceRequestValidationError struct {
// contains filtered or unexported fields
}
PatchDeviceRequestValidationError is the validation error returned by PatchDeviceRequest.Validate if the designated constraints aren't met.
func (PatchDeviceRequestValidationError) Cause ¶
func (e PatchDeviceRequestValidationError) Cause() error
Cause function returns cause value.
func (PatchDeviceRequestValidationError) Error ¶
func (e PatchDeviceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PatchDeviceRequestValidationError) ErrorName ¶
func (e PatchDeviceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PatchDeviceRequestValidationError) Field ¶
func (e PatchDeviceRequestValidationError) Field() string
Field function returns field value.
func (PatchDeviceRequestValidationError) Key ¶
func (e PatchDeviceRequestValidationError) Key() bool
Key function returns key value.
func (PatchDeviceRequestValidationError) Reason ¶
func (e PatchDeviceRequestValidationError) Reason() string
Reason function returns reason value.
type PatchDeviceResponse ¶
type PatchDeviceResponse struct {
// contains filtered or unexported fields
}
func (*PatchDeviceResponse) Descriptor
deprecated
func (*PatchDeviceResponse) Descriptor() ([]byte, []int)
Deprecated: Use PatchDeviceResponse.ProtoReflect.Descriptor instead.
func (*PatchDeviceResponse) ProtoMessage ¶
func (*PatchDeviceResponse) ProtoMessage()
func (*PatchDeviceResponse) ProtoReflect ¶
func (x *PatchDeviceResponse) ProtoReflect() protoreflect.Message
func (*PatchDeviceResponse) Reset ¶
func (x *PatchDeviceResponse) Reset()
func (*PatchDeviceResponse) String ¶
func (x *PatchDeviceResponse) String() string
func (*PatchDeviceResponse) Validate ¶
func (m *PatchDeviceResponse) Validate() error
Validate checks the field values on PatchDeviceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PatchDeviceResponse) ValidateAll ¶
func (m *PatchDeviceResponse) ValidateAll() error
ValidateAll checks the field values on PatchDeviceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PatchDeviceResponseMultiError, or nil if none found.
type PatchDeviceResponseMultiError ¶
type PatchDeviceResponseMultiError []error
PatchDeviceResponseMultiError is an error wrapping multiple validation errors returned by PatchDeviceResponse.ValidateAll() if the designated constraints aren't met.
func (PatchDeviceResponseMultiError) AllErrors ¶
func (m PatchDeviceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PatchDeviceResponseMultiError) Error ¶
func (m PatchDeviceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PatchDeviceResponseValidationError ¶
type PatchDeviceResponseValidationError struct {
// contains filtered or unexported fields
}
PatchDeviceResponseValidationError is the validation error returned by PatchDeviceResponse.Validate if the designated constraints aren't met.
func (PatchDeviceResponseValidationError) Cause ¶
func (e PatchDeviceResponseValidationError) Cause() error
Cause function returns cause value.
func (PatchDeviceResponseValidationError) Error ¶
func (e PatchDeviceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PatchDeviceResponseValidationError) ErrorName ¶
func (e PatchDeviceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PatchDeviceResponseValidationError) Field ¶
func (e PatchDeviceResponseValidationError) Field() string
Field function returns field value.
func (PatchDeviceResponseValidationError) Key ¶
func (e PatchDeviceResponseValidationError) Key() bool
Key function returns key value.
func (PatchDeviceResponseValidationError) Reason ¶
func (e PatchDeviceResponseValidationError) Reason() string
Reason function returns reason value.
type Realm ¶
type Realm struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Disabled bool `protobuf:"varint,2,opt,name=disabled,proto3" json:"disabled,omitempty"` Immutable bool `protobuf:"varint,3,opt,name=immutable,proto3" json:"immutable,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Realm) Descriptor
deprecated
func (*Realm) GetCreatedAt ¶
func (x *Realm) GetCreatedAt() *timestamppb.Timestamp
func (*Realm) GetDeletedAt ¶
func (x *Realm) GetDeletedAt() *timestamppb.Timestamp
func (*Realm) GetDescription ¶
func (x *Realm) GetDescription() *wrapperspb.StringValue
func (*Realm) GetDisabled ¶
func (*Realm) GetImmutable ¶
func (*Realm) GetUpdatedAt ¶
func (x *Realm) GetUpdatedAt() *timestamppb.Timestamp
func (*Realm) ProtoMessage ¶
func (*Realm) ProtoMessage()
func (*Realm) ProtoReflect ¶
func (x *Realm) ProtoReflect() protoreflect.Message
func (*Realm) Validate ¶
Validate checks the field values on Realm with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Realm) ValidateAll ¶
ValidateAll checks the field values on Realm with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RealmMultiError, or nil if none found.
type RealmMultiError ¶
type RealmMultiError []error
RealmMultiError is an error wrapping multiple validation errors returned by Realm.ValidateAll() if the designated constraints aren't met.
func (RealmMultiError) AllErrors ¶
func (m RealmMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RealmMultiError) Error ¶
func (m RealmMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RealmValidationError ¶
type RealmValidationError struct {
// contains filtered or unexported fields
}
RealmValidationError is the validation error returned by Realm.Validate if the designated constraints aren't met.
func (RealmValidationError) Cause ¶
func (e RealmValidationError) Cause() error
Cause function returns cause value.
func (RealmValidationError) Error ¶
func (e RealmValidationError) Error() string
Error satisfies the builtin error interface
func (RealmValidationError) ErrorName ¶
func (e RealmValidationError) ErrorName() string
ErrorName returns error name.
func (RealmValidationError) Field ¶
func (e RealmValidationError) Field() string
Field function returns field value.
func (RealmValidationError) Key ¶
func (e RealmValidationError) Key() bool
Key function returns key value.
func (RealmValidationError) Reason ¶
func (e RealmValidationError) Reason() string
Reason function returns reason value.
type RealmsServiceClient ¶
type RealmsServiceClient interface { CreateRealm(ctx context.Context, in *CreateRealmRequest, opts ...grpc.CallOption) (*CreateRealmResponse, error) GetRealm(ctx context.Context, in *GetRealmRequest, opts ...grpc.CallOption) (*GetRealmResponse, error) ListRealms(ctx context.Context, in *ListRealmsRequest, opts ...grpc.CallOption) (*ListRealmsResponse, error) UpdateRealm(ctx context.Context, in *UpdateRealmRequest, opts ...grpc.CallOption) (*UpdateRealmResponse, error) DeleteRealm(ctx context.Context, in *DeleteRealmRequest, opts ...grpc.CallOption) (*DeleteRealmResponse, error) }
RealmsServiceClient is the client API for RealmsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewRealmsServiceClient ¶
func NewRealmsServiceClient(cc grpc.ClientConnInterface) RealmsServiceClient
type RealmsServiceServer ¶
type RealmsServiceServer interface { CreateRealm(context.Context, *CreateRealmRequest) (*CreateRealmResponse, error) GetRealm(context.Context, *GetRealmRequest) (*GetRealmResponse, error) ListRealms(context.Context, *ListRealmsRequest) (*ListRealmsResponse, error) UpdateRealm(context.Context, *UpdateRealmRequest) (*UpdateRealmResponse, error) DeleteRealm(context.Context, *DeleteRealmRequest) (*DeleteRealmResponse, error) // contains filtered or unexported methods }
RealmsServiceServer is the server API for RealmsService service. All implementations must embed UnimplementedRealmsServiceServer for forward compatibility.
type RefreshTokenRequest ¶
type RefreshTokenRequest struct { Scope []string `protobuf:"bytes,1,rep,name=scope,proto3" json:"scope,omitempty"` Realm string `protobuf:"bytes,2,opt,name=realm,proto3" json:"realm,omitempty"` RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` // contains filtered or unexported fields }
func (*RefreshTokenRequest) Descriptor
deprecated
func (*RefreshTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use RefreshTokenRequest.ProtoReflect.Descriptor instead.
func (*RefreshTokenRequest) GetRealm ¶
func (x *RefreshTokenRequest) GetRealm() string
func (*RefreshTokenRequest) GetRefreshToken ¶
func (x *RefreshTokenRequest) GetRefreshToken() string
func (*RefreshTokenRequest) GetScope ¶
func (x *RefreshTokenRequest) GetScope() []string
func (*RefreshTokenRequest) ProtoMessage ¶
func (*RefreshTokenRequest) ProtoMessage()
func (*RefreshTokenRequest) ProtoReflect ¶
func (x *RefreshTokenRequest) ProtoReflect() protoreflect.Message
func (*RefreshTokenRequest) Reset ¶
func (x *RefreshTokenRequest) Reset()
func (*RefreshTokenRequest) String ¶
func (x *RefreshTokenRequest) String() string
func (*RefreshTokenRequest) Validate ¶
func (m *RefreshTokenRequest) Validate() error
Validate checks the field values on RefreshTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RefreshTokenRequest) ValidateAll ¶
func (m *RefreshTokenRequest) ValidateAll() error
ValidateAll checks the field values on RefreshTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenRequestMultiError, or nil if none found.
type RefreshTokenRequestMultiError ¶
type RefreshTokenRequestMultiError []error
RefreshTokenRequestMultiError is an error wrapping multiple validation errors returned by RefreshTokenRequest.ValidateAll() if the designated constraints aren't met.
func (RefreshTokenRequestMultiError) AllErrors ¶
func (m RefreshTokenRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshTokenRequestMultiError) Error ¶
func (m RefreshTokenRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RefreshTokenRequestValidationError ¶
type RefreshTokenRequestValidationError struct {
// contains filtered or unexported fields
}
RefreshTokenRequestValidationError is the validation error returned by RefreshTokenRequest.Validate if the designated constraints aren't met.
func (RefreshTokenRequestValidationError) Cause ¶
func (e RefreshTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (RefreshTokenRequestValidationError) Error ¶
func (e RefreshTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTokenRequestValidationError) ErrorName ¶
func (e RefreshTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTokenRequestValidationError) Field ¶
func (e RefreshTokenRequestValidationError) Field() string
Field function returns field value.
func (RefreshTokenRequestValidationError) Key ¶
func (e RefreshTokenRequestValidationError) Key() bool
Key function returns key value.
func (RefreshTokenRequestValidationError) Reason ¶
func (e RefreshTokenRequestValidationError) Reason() string
Reason function returns reason value.
type RefreshTokenResponse ¶
type RefreshTokenResponse struct { TokenType string `protobuf:"bytes,1,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"` AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` ExpiresIn int32 `protobuf:"varint,4,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` // contains filtered or unexported fields }
func (*RefreshTokenResponse) Descriptor
deprecated
func (*RefreshTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use RefreshTokenResponse.ProtoReflect.Descriptor instead.
func (*RefreshTokenResponse) GetAccessToken ¶
func (x *RefreshTokenResponse) GetAccessToken() string
func (*RefreshTokenResponse) GetExpiresIn ¶
func (x *RefreshTokenResponse) GetExpiresIn() int32
func (*RefreshTokenResponse) GetRefreshToken ¶
func (x *RefreshTokenResponse) GetRefreshToken() string
func (*RefreshTokenResponse) GetTokenType ¶
func (x *RefreshTokenResponse) GetTokenType() string
func (*RefreshTokenResponse) ProtoMessage ¶
func (*RefreshTokenResponse) ProtoMessage()
func (*RefreshTokenResponse) ProtoReflect ¶
func (x *RefreshTokenResponse) ProtoReflect() protoreflect.Message
func (*RefreshTokenResponse) Reset ¶
func (x *RefreshTokenResponse) Reset()
func (*RefreshTokenResponse) String ¶
func (x *RefreshTokenResponse) String() string
func (*RefreshTokenResponse) Validate ¶
func (m *RefreshTokenResponse) Validate() error
Validate checks the field values on RefreshTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RefreshTokenResponse) ValidateAll ¶
func (m *RefreshTokenResponse) ValidateAll() error
ValidateAll checks the field values on RefreshTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenResponseMultiError, or nil if none found.
type RefreshTokenResponseMultiError ¶
type RefreshTokenResponseMultiError []error
RefreshTokenResponseMultiError is an error wrapping multiple validation errors returned by RefreshTokenResponse.ValidateAll() if the designated constraints aren't met.
func (RefreshTokenResponseMultiError) AllErrors ¶
func (m RefreshTokenResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshTokenResponseMultiError) Error ¶
func (m RefreshTokenResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RefreshTokenResponseValidationError ¶
type RefreshTokenResponseValidationError struct {
// contains filtered or unexported fields
}
RefreshTokenResponseValidationError is the validation error returned by RefreshTokenResponse.Validate if the designated constraints aren't met.
func (RefreshTokenResponseValidationError) Cause ¶
func (e RefreshTokenResponseValidationError) Cause() error
Cause function returns cause value.
func (RefreshTokenResponseValidationError) Error ¶
func (e RefreshTokenResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTokenResponseValidationError) ErrorName ¶
func (e RefreshTokenResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTokenResponseValidationError) Field ¶
func (e RefreshTokenResponseValidationError) Field() string
Field function returns field value.
func (RefreshTokenResponseValidationError) Key ¶
func (e RefreshTokenResponseValidationError) Key() bool
Key function returns key value.
func (RefreshTokenResponseValidationError) Reason ¶
func (e RefreshTokenResponseValidationError) Reason() string
Reason function returns reason value.
type RegisterRequest ¶
type RegisterRequest struct { Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` DisplayName *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` AvatarUrl *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"` Gender gender.Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=gommerce.types.v1.Gender" json:"gender,omitempty"` // contains filtered or unexported fields }
func (*RegisterRequest) Descriptor
deprecated
func (*RegisterRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.
func (*RegisterRequest) GetAvatarUrl ¶
func (x *RegisterRequest) GetAvatarUrl() *wrapperspb.StringValue
func (*RegisterRequest) GetDisplayName ¶
func (x *RegisterRequest) GetDisplayName() *wrapperspb.StringValue
func (*RegisterRequest) GetGender ¶
func (x *RegisterRequest) GetGender() gender.Gender
func (*RegisterRequest) GetPassword ¶
func (x *RegisterRequest) GetPassword() string
func (*RegisterRequest) GetRealm ¶
func (x *RegisterRequest) GetRealm() string
func (*RegisterRequest) GetUsername ¶
func (x *RegisterRequest) GetUsername() string
func (*RegisterRequest) ProtoMessage ¶
func (*RegisterRequest) ProtoMessage()
func (*RegisterRequest) ProtoReflect ¶
func (x *RegisterRequest) ProtoReflect() protoreflect.Message
func (*RegisterRequest) Reset ¶
func (x *RegisterRequest) Reset()
func (*RegisterRequest) String ¶
func (x *RegisterRequest) String() string
func (*RegisterRequest) Validate ¶
func (m *RegisterRequest) Validate() error
Validate checks the field values on RegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RegisterRequest) ValidateAll ¶
func (m *RegisterRequest) ValidateAll() error
ValidateAll checks the field values on RegisterRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterRequestMultiError, or nil if none found.
type RegisterRequestMultiError ¶
type RegisterRequestMultiError []error
RegisterRequestMultiError is an error wrapping multiple validation errors returned by RegisterRequest.ValidateAll() if the designated constraints aren't met.
func (RegisterRequestMultiError) AllErrors ¶
func (m RegisterRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RegisterRequestMultiError) Error ¶
func (m RegisterRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RegisterRequestValidationError ¶
type RegisterRequestValidationError struct {
// contains filtered or unexported fields
}
RegisterRequestValidationError is the validation error returned by RegisterRequest.Validate if the designated constraints aren't met.
func (RegisterRequestValidationError) Cause ¶
func (e RegisterRequestValidationError) Cause() error
Cause function returns cause value.
func (RegisterRequestValidationError) Error ¶
func (e RegisterRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterRequestValidationError) ErrorName ¶
func (e RegisterRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterRequestValidationError) Field ¶
func (e RegisterRequestValidationError) Field() string
Field function returns field value.
func (RegisterRequestValidationError) Key ¶
func (e RegisterRequestValidationError) Key() bool
Key function returns key value.
func (RegisterRequestValidationError) Reason ¶
func (e RegisterRequestValidationError) Reason() string
Reason function returns reason value.
type RegisterResponse ¶
type RegisterResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*RegisterResponse) Descriptor
deprecated
func (*RegisterResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.
func (*RegisterResponse) GetUser ¶
func (x *RegisterResponse) GetUser() *User
func (*RegisterResponse) ProtoMessage ¶
func (*RegisterResponse) ProtoMessage()
func (*RegisterResponse) ProtoReflect ¶
func (x *RegisterResponse) ProtoReflect() protoreflect.Message
func (*RegisterResponse) Reset ¶
func (x *RegisterResponse) Reset()
func (*RegisterResponse) String ¶
func (x *RegisterResponse) String() string
func (*RegisterResponse) Validate ¶
func (m *RegisterResponse) Validate() error
Validate checks the field values on RegisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RegisterResponse) ValidateAll ¶
func (m *RegisterResponse) ValidateAll() error
ValidateAll checks the field values on RegisterResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterResponseMultiError, or nil if none found.
type RegisterResponseMultiError ¶
type RegisterResponseMultiError []error
RegisterResponseMultiError is an error wrapping multiple validation errors returned by RegisterResponse.ValidateAll() if the designated constraints aren't met.
func (RegisterResponseMultiError) AllErrors ¶
func (m RegisterResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RegisterResponseMultiError) Error ¶
func (m RegisterResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RegisterResponseValidationError ¶
type RegisterResponseValidationError struct {
// contains filtered or unexported fields
}
RegisterResponseValidationError is the validation error returned by RegisterResponse.Validate if the designated constraints aren't met.
func (RegisterResponseValidationError) Cause ¶
func (e RegisterResponseValidationError) Cause() error
Cause function returns cause value.
func (RegisterResponseValidationError) Error ¶
func (e RegisterResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterResponseValidationError) ErrorName ¶
func (e RegisterResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterResponseValidationError) Field ¶
func (e RegisterResponseValidationError) Field() string
Field function returns field value.
func (RegisterResponseValidationError) Key ¶
func (e RegisterResponseValidationError) Key() bool
Key function returns key value.
func (RegisterResponseValidationError) Reason ¶
func (e RegisterResponseValidationError) Reason() string
Reason function returns reason value.
type RevokeTokenRequest ¶
type RevokeTokenRequest struct {
// contains filtered or unexported fields
}
func (*RevokeTokenRequest) Descriptor
deprecated
func (*RevokeTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTokenRequest.ProtoReflect.Descriptor instead.
func (*RevokeTokenRequest) ProtoMessage ¶
func (*RevokeTokenRequest) ProtoMessage()
func (*RevokeTokenRequest) ProtoReflect ¶
func (x *RevokeTokenRequest) ProtoReflect() protoreflect.Message
func (*RevokeTokenRequest) Reset ¶
func (x *RevokeTokenRequest) Reset()
func (*RevokeTokenRequest) String ¶
func (x *RevokeTokenRequest) String() string
func (*RevokeTokenRequest) Validate ¶
func (m *RevokeTokenRequest) Validate() error
Validate checks the field values on RevokeTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RevokeTokenRequest) ValidateAll ¶
func (m *RevokeTokenRequest) ValidateAll() error
ValidateAll checks the field values on RevokeTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeTokenRequestMultiError, or nil if none found.
type RevokeTokenRequestMultiError ¶
type RevokeTokenRequestMultiError []error
RevokeTokenRequestMultiError is an error wrapping multiple validation errors returned by RevokeTokenRequest.ValidateAll() if the designated constraints aren't met.
func (RevokeTokenRequestMultiError) AllErrors ¶
func (m RevokeTokenRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RevokeTokenRequestMultiError) Error ¶
func (m RevokeTokenRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RevokeTokenRequestValidationError ¶
type RevokeTokenRequestValidationError struct {
// contains filtered or unexported fields
}
RevokeTokenRequestValidationError is the validation error returned by RevokeTokenRequest.Validate if the designated constraints aren't met.
func (RevokeTokenRequestValidationError) Cause ¶
func (e RevokeTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (RevokeTokenRequestValidationError) Error ¶
func (e RevokeTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RevokeTokenRequestValidationError) ErrorName ¶
func (e RevokeTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RevokeTokenRequestValidationError) Field ¶
func (e RevokeTokenRequestValidationError) Field() string
Field function returns field value.
func (RevokeTokenRequestValidationError) Key ¶
func (e RevokeTokenRequestValidationError) Key() bool
Key function returns key value.
func (RevokeTokenRequestValidationError) Reason ¶
func (e RevokeTokenRequestValidationError) Reason() string
Reason function returns reason value.
type RevokeTokenResponse ¶
type RevokeTokenResponse struct {
// contains filtered or unexported fields
}
func (*RevokeTokenResponse) Descriptor
deprecated
func (*RevokeTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeTokenResponse.ProtoReflect.Descriptor instead.
func (*RevokeTokenResponse) ProtoMessage ¶
func (*RevokeTokenResponse) ProtoMessage()
func (*RevokeTokenResponse) ProtoReflect ¶
func (x *RevokeTokenResponse) ProtoReflect() protoreflect.Message
func (*RevokeTokenResponse) Reset ¶
func (x *RevokeTokenResponse) Reset()
func (*RevokeTokenResponse) String ¶
func (x *RevokeTokenResponse) String() string
func (*RevokeTokenResponse) Validate ¶
func (m *RevokeTokenResponse) Validate() error
Validate checks the field values on RevokeTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RevokeTokenResponse) ValidateAll ¶
func (m *RevokeTokenResponse) ValidateAll() error
ValidateAll checks the field values on RevokeTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeTokenResponseMultiError, or nil if none found.
type RevokeTokenResponseMultiError ¶
type RevokeTokenResponseMultiError []error
RevokeTokenResponseMultiError is an error wrapping multiple validation errors returned by RevokeTokenResponse.ValidateAll() if the designated constraints aren't met.
func (RevokeTokenResponseMultiError) AllErrors ¶
func (m RevokeTokenResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RevokeTokenResponseMultiError) Error ¶
func (m RevokeTokenResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RevokeTokenResponseValidationError ¶
type RevokeTokenResponseValidationError struct {
// contains filtered or unexported fields
}
RevokeTokenResponseValidationError is the validation error returned by RevokeTokenResponse.Validate if the designated constraints aren't met.
func (RevokeTokenResponseValidationError) Cause ¶
func (e RevokeTokenResponseValidationError) Cause() error
Cause function returns cause value.
func (RevokeTokenResponseValidationError) Error ¶
func (e RevokeTokenResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RevokeTokenResponseValidationError) ErrorName ¶
func (e RevokeTokenResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RevokeTokenResponseValidationError) Field ¶
func (e RevokeTokenResponseValidationError) Field() string
Field function returns field value.
func (RevokeTokenResponseValidationError) Key ¶
func (e RevokeTokenResponseValidationError) Key() bool
Key function returns key value.
func (RevokeTokenResponseValidationError) Reason ¶
func (e RevokeTokenResponseValidationError) Reason() string
Reason function returns reason value.
type SetStateRequest ¶
type SetStateRequest struct { State map[string]string `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetStateRequest) Descriptor
deprecated
func (*SetStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetStateRequest.ProtoReflect.Descriptor instead.
func (*SetStateRequest) GetState ¶
func (x *SetStateRequest) GetState() map[string]string
func (*SetStateRequest) ProtoMessage ¶
func (*SetStateRequest) ProtoMessage()
func (*SetStateRequest) ProtoReflect ¶
func (x *SetStateRequest) ProtoReflect() protoreflect.Message
func (*SetStateRequest) Reset ¶
func (x *SetStateRequest) Reset()
func (*SetStateRequest) String ¶
func (x *SetStateRequest) String() string
func (*SetStateRequest) Validate ¶
func (m *SetStateRequest) Validate() error
Validate checks the field values on SetStateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetStateRequest) ValidateAll ¶
func (m *SetStateRequest) ValidateAll() error
ValidateAll checks the field values on SetStateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetStateRequestMultiError, or nil if none found.
type SetStateRequestMultiError ¶
type SetStateRequestMultiError []error
SetStateRequestMultiError is an error wrapping multiple validation errors returned by SetStateRequest.ValidateAll() if the designated constraints aren't met.
func (SetStateRequestMultiError) AllErrors ¶
func (m SetStateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetStateRequestMultiError) Error ¶
func (m SetStateRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetStateRequestValidationError ¶
type SetStateRequestValidationError struct {
// contains filtered or unexported fields
}
SetStateRequestValidationError is the validation error returned by SetStateRequest.Validate if the designated constraints aren't met.
func (SetStateRequestValidationError) Cause ¶
func (e SetStateRequestValidationError) Cause() error
Cause function returns cause value.
func (SetStateRequestValidationError) Error ¶
func (e SetStateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SetStateRequestValidationError) ErrorName ¶
func (e SetStateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SetStateRequestValidationError) Field ¶
func (e SetStateRequestValidationError) Field() string
Field function returns field value.
func (SetStateRequestValidationError) Key ¶
func (e SetStateRequestValidationError) Key() bool
Key function returns key value.
func (SetStateRequestValidationError) Reason ¶
func (e SetStateRequestValidationError) Reason() string
Reason function returns reason value.
type SetStateResponse ¶
type SetStateResponse struct {
// contains filtered or unexported fields
}
func (*SetStateResponse) Descriptor
deprecated
func (*SetStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetStateResponse.ProtoReflect.Descriptor instead.
func (*SetStateResponse) ProtoMessage ¶
func (*SetStateResponse) ProtoMessage()
func (*SetStateResponse) ProtoReflect ¶
func (x *SetStateResponse) ProtoReflect() protoreflect.Message
func (*SetStateResponse) Reset ¶
func (x *SetStateResponse) Reset()
func (*SetStateResponse) String ¶
func (x *SetStateResponse) String() string
func (*SetStateResponse) Validate ¶
func (m *SetStateResponse) Validate() error
Validate checks the field values on SetStateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetStateResponse) ValidateAll ¶
func (m *SetStateResponse) ValidateAll() error
ValidateAll checks the field values on SetStateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetStateResponseMultiError, or nil if none found.
type SetStateResponseMultiError ¶
type SetStateResponseMultiError []error
SetStateResponseMultiError is an error wrapping multiple validation errors returned by SetStateResponse.ValidateAll() if the designated constraints aren't met.
func (SetStateResponseMultiError) AllErrors ¶
func (m SetStateResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetStateResponseMultiError) Error ¶
func (m SetStateResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetStateResponseValidationError ¶
type SetStateResponseValidationError struct {
// contains filtered or unexported fields
}
SetStateResponseValidationError is the validation error returned by SetStateResponse.Validate if the designated constraints aren't met.
func (SetStateResponseValidationError) Cause ¶
func (e SetStateResponseValidationError) Cause() error
Cause function returns cause value.
func (SetStateResponseValidationError) Error ¶
func (e SetStateResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SetStateResponseValidationError) ErrorName ¶
func (e SetStateResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SetStateResponseValidationError) Field ¶
func (e SetStateResponseValidationError) Field() string
Field function returns field value.
func (SetStateResponseValidationError) Key ¶
func (e SetStateResponseValidationError) Key() bool
Key function returns key value.
func (SetStateResponseValidationError) Reason ¶
func (e SetStateResponseValidationError) Reason() string
Reason function returns reason value.
type TokensServiceClient ¶
type TokensServiceClient interface { CreateToken(ctx context.Context, in *CreateTokenRequest, opts ...grpc.CallOption) (*CreateTokenResponse, error) RevokeToken(ctx context.Context, in *RevokeTokenRequest, opts ...grpc.CallOption) (*RevokeTokenResponse, error) RefreshToken(ctx context.Context, in *RefreshTokenRequest, opts ...grpc.CallOption) (*RefreshTokenResponse, error) }
TokensServiceClient is the client API for TokensService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTokensServiceClient ¶
func NewTokensServiceClient(cc grpc.ClientConnInterface) TokensServiceClient
type TokensServiceServer ¶
type TokensServiceServer interface { CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error) RevokeToken(context.Context, *RevokeTokenRequest) (*RevokeTokenResponse, error) RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenResponse, error) // contains filtered or unexported methods }
TokensServiceServer is the server API for TokensService service. All implementations must embed UnimplementedTokensServiceServer for forward compatibility.
type UnimplementedDevicesServiceServer ¶
type UnimplementedDevicesServiceServer struct{}
UnimplementedDevicesServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedDevicesServiceServer) PatchDevice ¶
func (UnimplementedDevicesServiceServer) PatchDevice(context.Context, *PatchDeviceRequest) (*PatchDeviceResponse, error)
type UnimplementedRealmsServiceServer ¶
type UnimplementedRealmsServiceServer struct{}
UnimplementedRealmsServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedRealmsServiceServer) CreateRealm ¶
func (UnimplementedRealmsServiceServer) CreateRealm(context.Context, *CreateRealmRequest) (*CreateRealmResponse, error)
func (UnimplementedRealmsServiceServer) DeleteRealm ¶
func (UnimplementedRealmsServiceServer) DeleteRealm(context.Context, *DeleteRealmRequest) (*DeleteRealmResponse, error)
func (UnimplementedRealmsServiceServer) GetRealm ¶
func (UnimplementedRealmsServiceServer) GetRealm(context.Context, *GetRealmRequest) (*GetRealmResponse, error)
func (UnimplementedRealmsServiceServer) ListRealms ¶
func (UnimplementedRealmsServiceServer) ListRealms(context.Context, *ListRealmsRequest) (*ListRealmsResponse, error)
func (UnimplementedRealmsServiceServer) UpdateRealm ¶
func (UnimplementedRealmsServiceServer) UpdateRealm(context.Context, *UpdateRealmRequest) (*UpdateRealmResponse, error)
type UnimplementedTokensServiceServer ¶
type UnimplementedTokensServiceServer struct{}
UnimplementedTokensServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedTokensServiceServer) CreateToken ¶
func (UnimplementedTokensServiceServer) CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error)
func (UnimplementedTokensServiceServer) RefreshToken ¶
func (UnimplementedTokensServiceServer) RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenResponse, error)
func (UnimplementedTokensServiceServer) RevokeToken ¶
func (UnimplementedTokensServiceServer) RevokeToken(context.Context, *RevokeTokenRequest) (*RevokeTokenResponse, error)
type UnimplementedUserStateServiceServer ¶
type UnimplementedUserStateServiceServer struct { }
UnimplementedUserStateServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedUserStateServiceServer) GetState ¶
func (UnimplementedUserStateServiceServer) GetState(context.Context, *GetStateRequest) (*GetStateResponse, error)
func (UnimplementedUserStateServiceServer) SetState ¶
func (UnimplementedUserStateServiceServer) SetState(context.Context, *SetStateRequest) (*SetStateResponse, error)
type UnimplementedUsersServiceServer ¶
type UnimplementedUsersServiceServer struct{}
UnimplementedUsersServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUsersServiceServer) GetIdentity ¶
func (UnimplementedUsersServiceServer) GetIdentity(context.Context, *GetIdentityRequest) (*GetIdentityResponse, error)
func (UnimplementedUsersServiceServer) ListUsers ¶
func (UnimplementedUsersServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedUsersServiceServer) Register ¶
func (UnimplementedUsersServiceServer) Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
type UnsafeDevicesServiceServer ¶
type UnsafeDevicesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDevicesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DevicesServiceServer will result in compilation errors.
type UnsafeRealmsServiceServer ¶
type UnsafeRealmsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRealmsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RealmsServiceServer will result in compilation errors.
type UnsafeTokensServiceServer ¶
type UnsafeTokensServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTokensServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TokensServiceServer will result in compilation errors.
type UnsafeUserStateServiceServer ¶
type UnsafeUserStateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserStateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserStateServiceServer will result in compilation errors.
type UnsafeUsersServiceServer ¶
type UnsafeUsersServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUsersServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UsersServiceServer will result in compilation errors.
type UpdateRealmRequest ¶
type UpdateRealmRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Disabled bool `protobuf:"varint,2,opt,name=disabled,proto3" json:"disabled,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"` Description *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateRealmRequest) Descriptor
deprecated
func (*UpdateRealmRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRealmRequest.ProtoReflect.Descriptor instead.
func (*UpdateRealmRequest) GetDescription ¶
func (x *UpdateRealmRequest) GetDescription() *wrapperspb.StringValue
func (*UpdateRealmRequest) GetDisabled ¶
func (x *UpdateRealmRequest) GetDisabled() bool
func (*UpdateRealmRequest) GetId ¶
func (x *UpdateRealmRequest) GetId() string
func (*UpdateRealmRequest) GetName ¶
func (x *UpdateRealmRequest) GetName() string
func (*UpdateRealmRequest) GetTitle ¶
func (x *UpdateRealmRequest) GetTitle() string
func (*UpdateRealmRequest) ProtoMessage ¶
func (*UpdateRealmRequest) ProtoMessage()
func (*UpdateRealmRequest) ProtoReflect ¶
func (x *UpdateRealmRequest) ProtoReflect() protoreflect.Message
func (*UpdateRealmRequest) Reset ¶
func (x *UpdateRealmRequest) Reset()
func (*UpdateRealmRequest) String ¶
func (x *UpdateRealmRequest) String() string
func (*UpdateRealmRequest) Validate ¶
func (m *UpdateRealmRequest) Validate() error
Validate checks the field values on UpdateRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateRealmRequest) ValidateAll ¶
func (m *UpdateRealmRequest) ValidateAll() error
ValidateAll checks the field values on UpdateRealmRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRealmRequestMultiError, or nil if none found.
type UpdateRealmRequestMultiError ¶
type UpdateRealmRequestMultiError []error
UpdateRealmRequestMultiError is an error wrapping multiple validation errors returned by UpdateRealmRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateRealmRequestMultiError) AllErrors ¶
func (m UpdateRealmRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateRealmRequestMultiError) Error ¶
func (m UpdateRealmRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateRealmRequestValidationError ¶
type UpdateRealmRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateRealmRequestValidationError is the validation error returned by UpdateRealmRequest.Validate if the designated constraints aren't met.
func (UpdateRealmRequestValidationError) Cause ¶
func (e UpdateRealmRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateRealmRequestValidationError) Error ¶
func (e UpdateRealmRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRealmRequestValidationError) ErrorName ¶
func (e UpdateRealmRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRealmRequestValidationError) Field ¶
func (e UpdateRealmRequestValidationError) Field() string
Field function returns field value.
func (UpdateRealmRequestValidationError) Key ¶
func (e UpdateRealmRequestValidationError) Key() bool
Key function returns key value.
func (UpdateRealmRequestValidationError) Reason ¶
func (e UpdateRealmRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateRealmResponse ¶
type UpdateRealmResponse struct {
// contains filtered or unexported fields
}
func (*UpdateRealmResponse) Descriptor
deprecated
func (*UpdateRealmResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRealmResponse.ProtoReflect.Descriptor instead.
func (*UpdateRealmResponse) ProtoMessage ¶
func (*UpdateRealmResponse) ProtoMessage()
func (*UpdateRealmResponse) ProtoReflect ¶
func (x *UpdateRealmResponse) ProtoReflect() protoreflect.Message
func (*UpdateRealmResponse) Reset ¶
func (x *UpdateRealmResponse) Reset()
func (*UpdateRealmResponse) String ¶
func (x *UpdateRealmResponse) String() string
func (*UpdateRealmResponse) Validate ¶
func (m *UpdateRealmResponse) Validate() error
Validate checks the field values on UpdateRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateRealmResponse) ValidateAll ¶
func (m *UpdateRealmResponse) ValidateAll() error
ValidateAll checks the field values on UpdateRealmResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRealmResponseMultiError, or nil if none found.
type UpdateRealmResponseMultiError ¶
type UpdateRealmResponseMultiError []error
UpdateRealmResponseMultiError is an error wrapping multiple validation errors returned by UpdateRealmResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateRealmResponseMultiError) AllErrors ¶
func (m UpdateRealmResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateRealmResponseMultiError) Error ¶
func (m UpdateRealmResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateRealmResponseValidationError ¶
type UpdateRealmResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateRealmResponseValidationError is the validation error returned by UpdateRealmResponse.Validate if the designated constraints aren't met.
func (UpdateRealmResponseValidationError) Cause ¶
func (e UpdateRealmResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateRealmResponseValidationError) Error ¶
func (e UpdateRealmResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRealmResponseValidationError) ErrorName ¶
func (e UpdateRealmResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRealmResponseValidationError) Field ¶
func (e UpdateRealmResponseValidationError) Field() string
Field function returns field value.
func (UpdateRealmResponseValidationError) Key ¶
func (e UpdateRealmResponseValidationError) Key() bool
Key function returns key value.
func (UpdateRealmResponseValidationError) Reason ¶
func (e UpdateRealmResponseValidationError) Reason() string
Reason function returns reason value.
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Realm string `protobuf:"bytes,2,opt,name=realm,proto3" json:"realm,omitempty"` Disabled bool `protobuf:"varint,3,opt,name=disabled,proto3" json:"disabled,omitempty"` Approved bool `protobuf:"varint,4,opt,name=approved,proto3" json:"approved,omitempty"` Verified bool `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"` Immutable bool `protobuf:"varint,6,opt,name=immutable,proto3" json:"immutable,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` FirstLoginTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=first_login_time,json=firstLoginTime,proto3" json:"first_login_time,omitempty"` LastActiveTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=last_active_time,json=lastActiveTime,proto3" json:"last_active_time,omitempty"` Flags int64 `protobuf:"varint,13,opt,name=flags,proto3" json:"flags,omitempty"` Attributes map[string]string `` /* 162-byte string literal not displayed */ Description *wrapperspb.StringValue `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"` MaskedPhoneNumber *wrapperspb.StringValue `protobuf:"bytes,26,opt,name=masked_phone_number,json=maskedPhoneNumber,proto3" json:"masked_phone_number,omitempty"` MaskedEmailAddress *wrapperspb.StringValue `protobuf:"bytes,27,opt,name=masked_email_address,json=maskedEmailAddress,proto3" json:"masked_email_address,omitempty"` Creator *User `protobuf:"bytes,38,opt,name=creator,proto3" json:"creator,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetApproved ¶
func (*User) GetAttributes ¶
func (*User) GetCreatedAt ¶
func (x *User) GetCreatedAt() *timestamppb.Timestamp
func (*User) GetCreator ¶
func (*User) GetDeletedAt ¶
func (x *User) GetDeletedAt() *timestamppb.Timestamp
func (*User) GetDescription ¶
func (x *User) GetDescription() *wrapperspb.StringValue
func (*User) GetDisabled ¶
func (*User) GetExpiresAt ¶
func (x *User) GetExpiresAt() *timestamppb.Timestamp
func (*User) GetFirstLoginTime ¶
func (x *User) GetFirstLoginTime() *timestamppb.Timestamp
func (*User) GetImmutable ¶
func (*User) GetLastActiveTime ¶
func (x *User) GetLastActiveTime() *timestamppb.Timestamp
func (*User) GetMaskedEmailAddress ¶
func (x *User) GetMaskedEmailAddress() *wrapperspb.StringValue
func (*User) GetMaskedPhoneNumber ¶
func (x *User) GetMaskedPhoneNumber() *wrapperspb.StringValue
func (*User) GetUpdatedAt ¶
func (x *User) GetUpdatedAt() *timestamppb.Timestamp
func (*User) GetVerified ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) Validate ¶
Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*User) ValidateAll ¶
ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.
type UserActivatedEvent ¶
type UserActivatedEvent struct { Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserActivatedEvent) Descriptor
deprecated
func (*UserActivatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use UserActivatedEvent.ProtoReflect.Descriptor instead.
func (*UserActivatedEvent) GetRealm ¶
func (x *UserActivatedEvent) GetRealm() string
func (*UserActivatedEvent) GetUserId ¶
func (x *UserActivatedEvent) GetUserId() string
func (*UserActivatedEvent) ProtoMessage ¶
func (*UserActivatedEvent) ProtoMessage()
func (*UserActivatedEvent) ProtoReflect ¶
func (x *UserActivatedEvent) ProtoReflect() protoreflect.Message
func (*UserActivatedEvent) Reset ¶
func (x *UserActivatedEvent) Reset()
func (*UserActivatedEvent) String ¶
func (x *UserActivatedEvent) String() string
func (*UserActivatedEvent) Validate ¶
func (m *UserActivatedEvent) Validate() error
Validate checks the field values on UserActivatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserActivatedEvent) ValidateAll ¶
func (m *UserActivatedEvent) ValidateAll() error
ValidateAll checks the field values on UserActivatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserActivatedEventMultiError, or nil if none found.
type UserActivatedEventMultiError ¶
type UserActivatedEventMultiError []error
UserActivatedEventMultiError is an error wrapping multiple validation errors returned by UserActivatedEvent.ValidateAll() if the designated constraints aren't met.
func (UserActivatedEventMultiError) AllErrors ¶
func (m UserActivatedEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserActivatedEventMultiError) Error ¶
func (m UserActivatedEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserActivatedEventValidationError ¶
type UserActivatedEventValidationError struct {
// contains filtered or unexported fields
}
UserActivatedEventValidationError is the validation error returned by UserActivatedEvent.Validate if the designated constraints aren't met.
func (UserActivatedEventValidationError) Cause ¶
func (e UserActivatedEventValidationError) Cause() error
Cause function returns cause value.
func (UserActivatedEventValidationError) Error ¶
func (e UserActivatedEventValidationError) Error() string
Error satisfies the builtin error interface
func (UserActivatedEventValidationError) ErrorName ¶
func (e UserActivatedEventValidationError) ErrorName() string
ErrorName returns error name.
func (UserActivatedEventValidationError) Field ¶
func (e UserActivatedEventValidationError) Field() string
Field function returns field value.
func (UserActivatedEventValidationError) Key ¶
func (e UserActivatedEventValidationError) Key() bool
Key function returns key value.
func (UserActivatedEventValidationError) Reason ¶
func (e UserActivatedEventValidationError) Reason() string
Reason function returns reason value.
type UserCreatedEvent ¶
type UserCreatedEvent struct { Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserCreatedEvent) Descriptor
deprecated
func (*UserCreatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use UserCreatedEvent.ProtoReflect.Descriptor instead.
func (*UserCreatedEvent) GetRealm ¶
func (x *UserCreatedEvent) GetRealm() string
func (*UserCreatedEvent) GetUserId ¶
func (x *UserCreatedEvent) GetUserId() string
func (*UserCreatedEvent) ProtoMessage ¶
func (*UserCreatedEvent) ProtoMessage()
func (*UserCreatedEvent) ProtoReflect ¶
func (x *UserCreatedEvent) ProtoReflect() protoreflect.Message
func (*UserCreatedEvent) Reset ¶
func (x *UserCreatedEvent) Reset()
func (*UserCreatedEvent) String ¶
func (x *UserCreatedEvent) String() string
func (*UserCreatedEvent) Validate ¶
func (m *UserCreatedEvent) Validate() error
Validate checks the field values on UserCreatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserCreatedEvent) ValidateAll ¶
func (m *UserCreatedEvent) ValidateAll() error
ValidateAll checks the field values on UserCreatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserCreatedEventMultiError, or nil if none found.
type UserCreatedEventMultiError ¶
type UserCreatedEventMultiError []error
UserCreatedEventMultiError is an error wrapping multiple validation errors returned by UserCreatedEvent.ValidateAll() if the designated constraints aren't met.
func (UserCreatedEventMultiError) AllErrors ¶
func (m UserCreatedEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserCreatedEventMultiError) Error ¶
func (m UserCreatedEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserCreatedEventValidationError ¶
type UserCreatedEventValidationError struct {
// contains filtered or unexported fields
}
UserCreatedEventValidationError is the validation error returned by UserCreatedEvent.Validate if the designated constraints aren't met.
func (UserCreatedEventValidationError) Cause ¶
func (e UserCreatedEventValidationError) Cause() error
Cause function returns cause value.
func (UserCreatedEventValidationError) Error ¶
func (e UserCreatedEventValidationError) Error() string
Error satisfies the builtin error interface
func (UserCreatedEventValidationError) ErrorName ¶
func (e UserCreatedEventValidationError) ErrorName() string
ErrorName returns error name.
func (UserCreatedEventValidationError) Field ¶
func (e UserCreatedEventValidationError) Field() string
Field function returns field value.
func (UserCreatedEventValidationError) Key ¶
func (e UserCreatedEventValidationError) Key() bool
Key function returns key value.
func (UserCreatedEventValidationError) Reason ¶
func (e UserCreatedEventValidationError) Reason() string
Reason function returns reason value.
type UserLoggedInEvent ¶
type UserLoggedInEvent struct { Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Provider string `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"` Identifier string `protobuf:"bytes,4,opt,name=identifier,proto3" json:"identifier,omitempty"` // contains filtered or unexported fields }
func (*UserLoggedInEvent) Descriptor
deprecated
func (*UserLoggedInEvent) Descriptor() ([]byte, []int)
Deprecated: Use UserLoggedInEvent.ProtoReflect.Descriptor instead.
func (*UserLoggedInEvent) GetIdentifier ¶
func (x *UserLoggedInEvent) GetIdentifier() string
func (*UserLoggedInEvent) GetProvider ¶
func (x *UserLoggedInEvent) GetProvider() string
func (*UserLoggedInEvent) GetRealm ¶
func (x *UserLoggedInEvent) GetRealm() string
func (*UserLoggedInEvent) GetUserId ¶
func (x *UserLoggedInEvent) GetUserId() string
func (*UserLoggedInEvent) ProtoMessage ¶
func (*UserLoggedInEvent) ProtoMessage()
func (*UserLoggedInEvent) ProtoReflect ¶
func (x *UserLoggedInEvent) ProtoReflect() protoreflect.Message
func (*UserLoggedInEvent) Reset ¶
func (x *UserLoggedInEvent) Reset()
func (*UserLoggedInEvent) String ¶
func (x *UserLoggedInEvent) String() string
func (*UserLoggedInEvent) Validate ¶
func (m *UserLoggedInEvent) Validate() error
Validate checks the field values on UserLoggedInEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserLoggedInEvent) ValidateAll ¶
func (m *UserLoggedInEvent) ValidateAll() error
ValidateAll checks the field values on UserLoggedInEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserLoggedInEventMultiError, or nil if none found.
type UserLoggedInEventMultiError ¶
type UserLoggedInEventMultiError []error
UserLoggedInEventMultiError is an error wrapping multiple validation errors returned by UserLoggedInEvent.ValidateAll() if the designated constraints aren't met.
func (UserLoggedInEventMultiError) AllErrors ¶
func (m UserLoggedInEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserLoggedInEventMultiError) Error ¶
func (m UserLoggedInEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserLoggedInEventValidationError ¶
type UserLoggedInEventValidationError struct {
// contains filtered or unexported fields
}
UserLoggedInEventValidationError is the validation error returned by UserLoggedInEvent.Validate if the designated constraints aren't met.
func (UserLoggedInEventValidationError) Cause ¶
func (e UserLoggedInEventValidationError) Cause() error
Cause function returns cause value.
func (UserLoggedInEventValidationError) Error ¶
func (e UserLoggedInEventValidationError) Error() string
Error satisfies the builtin error interface
func (UserLoggedInEventValidationError) ErrorName ¶
func (e UserLoggedInEventValidationError) ErrorName() string
ErrorName returns error name.
func (UserLoggedInEventValidationError) Field ¶
func (e UserLoggedInEventValidationError) Field() string
Field function returns field value.
func (UserLoggedInEventValidationError) Key ¶
func (e UserLoggedInEventValidationError) Key() bool
Key function returns key value.
func (UserLoggedInEventValidationError) Reason ¶
func (e UserLoggedInEventValidationError) Reason() string
Reason function returns reason value.
type UserMultiError ¶
type UserMultiError []error
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.
func (UserMultiError) AllErrors ¶
func (m UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserMultiError) Error ¶
func (m UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserStateServiceClient ¶
type UserStateServiceClient interface { GetState(ctx context.Context, in *GetStateRequest, opts ...grpc.CallOption) (*GetStateResponse, error) SetState(ctx context.Context, in *SetStateRequest, opts ...grpc.CallOption) (*SetStateResponse, error) }
UserStateServiceClient is the client API for UserStateService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserStateServiceClient ¶
func NewUserStateServiceClient(cc grpc.ClientConnInterface) UserStateServiceClient
type UserStateServiceServer ¶
type UserStateServiceServer interface { GetState(context.Context, *GetStateRequest) (*GetStateResponse, error) SetState(context.Context, *SetStateRequest) (*SetStateResponse, error) // contains filtered or unexported methods }
UserStateServiceServer is the server API for UserStateService service. All implementations must embed UnimplementedUserStateServiceServer for forward compatibility
type UserUpdatedEvent ¶
type UserUpdatedEvent struct { Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserUpdatedEvent) Descriptor
deprecated
func (*UserUpdatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use UserUpdatedEvent.ProtoReflect.Descriptor instead.
func (*UserUpdatedEvent) GetRealm ¶
func (x *UserUpdatedEvent) GetRealm() string
func (*UserUpdatedEvent) GetUserId ¶
func (x *UserUpdatedEvent) GetUserId() string
func (*UserUpdatedEvent) ProtoMessage ¶
func (*UserUpdatedEvent) ProtoMessage()
func (*UserUpdatedEvent) ProtoReflect ¶
func (x *UserUpdatedEvent) ProtoReflect() protoreflect.Message
func (*UserUpdatedEvent) Reset ¶
func (x *UserUpdatedEvent) Reset()
func (*UserUpdatedEvent) String ¶
func (x *UserUpdatedEvent) String() string
func (*UserUpdatedEvent) Validate ¶
func (m *UserUpdatedEvent) Validate() error
Validate checks the field values on UserUpdatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserUpdatedEvent) ValidateAll ¶
func (m *UserUpdatedEvent) ValidateAll() error
ValidateAll checks the field values on UserUpdatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserUpdatedEventMultiError, or nil if none found.
type UserUpdatedEventMultiError ¶
type UserUpdatedEventMultiError []error
UserUpdatedEventMultiError is an error wrapping multiple validation errors returned by UserUpdatedEvent.ValidateAll() if the designated constraints aren't met.
func (UserUpdatedEventMultiError) AllErrors ¶
func (m UserUpdatedEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserUpdatedEventMultiError) Error ¶
func (m UserUpdatedEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserUpdatedEventValidationError ¶
type UserUpdatedEventValidationError struct {
// contains filtered or unexported fields
}
UserUpdatedEventValidationError is the validation error returned by UserUpdatedEvent.Validate if the designated constraints aren't met.
func (UserUpdatedEventValidationError) Cause ¶
func (e UserUpdatedEventValidationError) Cause() error
Cause function returns cause value.
func (UserUpdatedEventValidationError) Error ¶
func (e UserUpdatedEventValidationError) Error() string
Error satisfies the builtin error interface
func (UserUpdatedEventValidationError) ErrorName ¶
func (e UserUpdatedEventValidationError) ErrorName() string
ErrorName returns error name.
func (UserUpdatedEventValidationError) Field ¶
func (e UserUpdatedEventValidationError) Field() string
Field function returns field value.
func (UserUpdatedEventValidationError) Key ¶
func (e UserUpdatedEventValidationError) Key() bool
Key function returns key value.
func (UserUpdatedEventValidationError) Reason ¶
func (e UserUpdatedEventValidationError) Reason() string
Reason function returns reason value.
type UserValidationError ¶
type UserValidationError struct {
// contains filtered or unexported fields
}
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
func (UserValidationError) Cause ¶
func (e UserValidationError) Cause() error
Cause function returns cause value.
func (UserValidationError) Error ¶
func (e UserValidationError) Error() string
Error satisfies the builtin error interface
func (UserValidationError) ErrorName ¶
func (e UserValidationError) ErrorName() string
ErrorName returns error name.
func (UserValidationError) Field ¶
func (e UserValidationError) Field() string
Field function returns field value.
func (UserValidationError) Key ¶
func (e UserValidationError) Key() bool
Key function returns key value.
func (UserValidationError) Reason ¶
func (e UserValidationError) Reason() string
Reason function returns reason value.
type UsersServiceClient ¶
type UsersServiceClient interface { Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error) ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) GetIdentity(ctx context.Context, in *GetIdentityRequest, opts ...grpc.CallOption) (*GetIdentityResponse, error) }
UsersServiceClient is the client API for UsersService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUsersServiceClient ¶
func NewUsersServiceClient(cc grpc.ClientConnInterface) UsersServiceClient
type UsersServiceServer ¶
type UsersServiceServer interface { Register(context.Context, *RegisterRequest) (*RegisterResponse, error) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) GetIdentity(context.Context, *GetIdentityRequest) (*GetIdentityResponse, error) // contains filtered or unexported methods }
UsersServiceServer is the server API for UsersService service. All implementations must embed UnimplementedUsersServiceServer for forward compatibility.
Source Files ¶
- devices.pb.go
- devices.pb.gw.go
- devices.pb.validate.go
- devices_grpc.pb.go
- events.pb.go
- events.pb.validate.go
- iam.pb.go
- iam.pb.validate.go
- realms.pb.go
- realms.pb.gw.go
- realms.pb.validate.go
- realms_grpc.pb.go
- state.pb.go
- state.pb.gw.go
- state.pb.validate.go
- state_grpc.pb.go
- tokens.pb.go
- tokens.pb.gw.go
- tokens.pb.validate.go
- tokens_grpc.pb.go
- users.pb.go
- users.pb.gw.go
- users.pb.validate.go
- users_grpc.pb.go