Documentation
¶
Index ¶
- Variables
- type BeginLoginRequest
- func (*BeginLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BeginLoginRequest) GetUserName() string
- func (*BeginLoginRequest) ProtoMessage()
- func (x *BeginLoginRequest) ProtoReflect() protoreflect.Message
- func (x *BeginLoginRequest) Reset()
- func (x *BeginLoginRequest) String() string
- func (m *BeginLoginRequest) Validate() error
- func (m *BeginLoginRequest) ValidateAll() error
- type BeginLoginRequestMultiError
- type BeginLoginRequestValidationError
- func (e BeginLoginRequestValidationError) Cause() error
- func (e BeginLoginRequestValidationError) Error() string
- func (e BeginLoginRequestValidationError) ErrorName() string
- func (e BeginLoginRequestValidationError) Field() string
- func (e BeginLoginRequestValidationError) Key() bool
- func (e BeginLoginRequestValidationError) Reason() string
- type BeginLoginResponse
- func (*BeginLoginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BeginLoginResponse) GetCredentialRequestOptions() string
- func (*BeginLoginResponse) ProtoMessage()
- func (x *BeginLoginResponse) ProtoReflect() protoreflect.Message
- func (x *BeginLoginResponse) Reset()
- func (x *BeginLoginResponse) String() string
- func (m *BeginLoginResponse) Validate() error
- func (m *BeginLoginResponse) ValidateAll() error
- type BeginLoginResponseMultiError
- type BeginLoginResponseValidationError
- func (e BeginLoginResponseValidationError) Cause() error
- func (e BeginLoginResponseValidationError) Error() string
- func (e BeginLoginResponseValidationError) ErrorName() string
- func (e BeginLoginResponseValidationError) Field() string
- func (e BeginLoginResponseValidationError) Key() bool
- func (e BeginLoginResponseValidationError) Reason() string
- type BeginRegistrationRequest
- func (*BeginRegistrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BeginRegistrationRequest) GetUserName() string
- func (*BeginRegistrationRequest) ProtoMessage()
- func (x *BeginRegistrationRequest) ProtoReflect() protoreflect.Message
- func (x *BeginRegistrationRequest) Reset()
- func (x *BeginRegistrationRequest) String() string
- func (m *BeginRegistrationRequest) Validate() error
- func (m *BeginRegistrationRequest) ValidateAll() error
- type BeginRegistrationRequestMultiError
- type BeginRegistrationRequestValidationError
- func (e BeginRegistrationRequestValidationError) Cause() error
- func (e BeginRegistrationRequestValidationError) Error() string
- func (e BeginRegistrationRequestValidationError) ErrorName() string
- func (e BeginRegistrationRequestValidationError) Field() string
- func (e BeginRegistrationRequestValidationError) Key() bool
- func (e BeginRegistrationRequestValidationError) Reason() string
- type BeginRegistrationResponse
- func (*BeginRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BeginRegistrationResponse) GetCredentialCreationOptions() string
- func (*BeginRegistrationResponse) ProtoMessage()
- func (x *BeginRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *BeginRegistrationResponse) Reset()
- func (x *BeginRegistrationResponse) String() string
- func (m *BeginRegistrationResponse) Validate() error
- func (m *BeginRegistrationResponse) ValidateAll() error
- type BeginRegistrationResponseMultiError
- type BeginRegistrationResponseValidationError
- func (e BeginRegistrationResponseValidationError) Cause() error
- func (e BeginRegistrationResponseValidationError) Error() string
- func (e BeginRegistrationResponseValidationError) ErrorName() string
- func (e BeginRegistrationResponseValidationError) Field() string
- func (e BeginRegistrationResponseValidationError) Key() bool
- func (e BeginRegistrationResponseValidationError) Reason() string
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserRequest) GetAddons() []*UserAddon
- func (x *CreateUserRequest) GetAuthType() string
- func (x *CreateUserRequest) GetDisplayName() string
- func (x *CreateUserRequest) GetRoles() []string
- func (x *CreateUserRequest) GetUserName() string
- func (*CreateUserRequest) ProtoMessage()
- func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserRequest) Reset()
- func (x *CreateUserRequest) String() string
- func (m *CreateUserRequest) Validate() error
- func (m *CreateUserRequest) ValidateAll() error
- type CreateUserRequestMultiError
- type CreateUserRequestValidationError
- func (e CreateUserRequestValidationError) Cause() error
- func (e CreateUserRequestValidationError) Error() string
- func (e CreateUserRequestValidationError) ErrorName() string
- func (e CreateUserRequestValidationError) Field() string
- func (e CreateUserRequestValidationError) Key() bool
- func (e CreateUserRequestValidationError) Reason() string
- type CreateUserResponse
- func (*CreateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserResponse) GetMessage() string
- func (x *CreateUserResponse) GetUser() *User
- func (*CreateUserResponse) ProtoMessage()
- func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserResponse) Reset()
- func (x *CreateUserResponse) String() string
- func (m *CreateUserResponse) Validate() error
- func (m *CreateUserResponse) ValidateAll() error
- type CreateUserResponseMultiError
- type CreateUserResponseValidationError
- func (e CreateUserResponseValidationError) Cause() error
- func (e CreateUserResponseValidationError) Error() string
- func (e CreateUserResponseValidationError) ErrorName() string
- func (e CreateUserResponseValidationError) Field() string
- func (e CreateUserResponseValidationError) Key() bool
- func (e CreateUserResponseValidationError) Reason() string
- type CreateWorkspaceRequest
- func (*CreateWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkspaceRequest) GetTemplate() string
- func (x *CreateWorkspaceRequest) GetUserName() string
- func (x *CreateWorkspaceRequest) GetVars() map[string]string
- func (x *CreateWorkspaceRequest) GetWsName() string
- func (*CreateWorkspaceRequest) ProtoMessage()
- func (x *CreateWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkspaceRequest) Reset()
- func (x *CreateWorkspaceRequest) String() string
- func (m *CreateWorkspaceRequest) Validate() error
- func (m *CreateWorkspaceRequest) ValidateAll() error
- type CreateWorkspaceRequestMultiError
- type CreateWorkspaceRequestValidationError
- func (e CreateWorkspaceRequestValidationError) Cause() error
- func (e CreateWorkspaceRequestValidationError) Error() string
- func (e CreateWorkspaceRequestValidationError) ErrorName() string
- func (e CreateWorkspaceRequestValidationError) Field() string
- func (e CreateWorkspaceRequestValidationError) Key() bool
- func (e CreateWorkspaceRequestValidationError) Reason() string
- type CreateWorkspaceResponse
- func (*CreateWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkspaceResponse) GetMessage() string
- func (x *CreateWorkspaceResponse) GetWorkspace() *Workspace
- func (*CreateWorkspaceResponse) ProtoMessage()
- func (x *CreateWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateWorkspaceResponse) Reset()
- func (x *CreateWorkspaceResponse) String() string
- func (m *CreateWorkspaceResponse) Validate() error
- func (m *CreateWorkspaceResponse) ValidateAll() error
- type CreateWorkspaceResponseMultiError
- type CreateWorkspaceResponseValidationError
- func (e CreateWorkspaceResponseValidationError) Cause() error
- func (e CreateWorkspaceResponseValidationError) Error() string
- func (e CreateWorkspaceResponseValidationError) ErrorName() string
- func (e CreateWorkspaceResponseValidationError) Field() string
- func (e CreateWorkspaceResponseValidationError) Key() bool
- func (e CreateWorkspaceResponseValidationError) Reason() string
- type Credential
- func (*Credential) Descriptor() ([]byte, []int)deprecated
- func (x *Credential) GetDisplayName() string
- func (x *Credential) GetId() string
- func (x *Credential) GetTimestamp() *timestamppb.Timestamp
- func (*Credential) ProtoMessage()
- func (x *Credential) ProtoReflect() protoreflect.Message
- func (x *Credential) Reset()
- func (x *Credential) String() string
- func (m *Credential) Validate() error
- func (m *Credential) ValidateAll() error
- type CredentialMultiError
- type CredentialValidationError
- type DeleteCredentialRequest
- func (*DeleteCredentialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCredentialRequest) GetCredId() string
- func (x *DeleteCredentialRequest) GetUserName() string
- func (*DeleteCredentialRequest) ProtoMessage()
- func (x *DeleteCredentialRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCredentialRequest) Reset()
- func (x *DeleteCredentialRequest) String() string
- func (m *DeleteCredentialRequest) Validate() error
- func (m *DeleteCredentialRequest) ValidateAll() error
- type DeleteCredentialRequestMultiError
- type DeleteCredentialRequestValidationError
- func (e DeleteCredentialRequestValidationError) Cause() error
- func (e DeleteCredentialRequestValidationError) Error() string
- func (e DeleteCredentialRequestValidationError) ErrorName() string
- func (e DeleteCredentialRequestValidationError) Field() string
- func (e DeleteCredentialRequestValidationError) Key() bool
- func (e DeleteCredentialRequestValidationError) Reason() string
- type DeleteCredentialResponse
- func (*DeleteCredentialResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCredentialResponse) GetMessage() string
- func (*DeleteCredentialResponse) ProtoMessage()
- func (x *DeleteCredentialResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteCredentialResponse) Reset()
- func (x *DeleteCredentialResponse) String() string
- func (m *DeleteCredentialResponse) Validate() error
- func (m *DeleteCredentialResponse) ValidateAll() error
- type DeleteCredentialResponseMultiError
- type DeleteCredentialResponseValidationError
- func (e DeleteCredentialResponseValidationError) Cause() error
- func (e DeleteCredentialResponseValidationError) Error() string
- func (e DeleteCredentialResponseValidationError) ErrorName() string
- func (e DeleteCredentialResponseValidationError) Field() string
- func (e DeleteCredentialResponseValidationError) Key() bool
- func (e DeleteCredentialResponseValidationError) Reason() string
- type DeleteNetworkRuleRequest
- func (*DeleteNetworkRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNetworkRuleRequest) GetIndex() int32
- func (x *DeleteNetworkRuleRequest) GetUserName() string
- func (x *DeleteNetworkRuleRequest) GetWsName() string
- func (*DeleteNetworkRuleRequest) ProtoMessage()
- func (x *DeleteNetworkRuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNetworkRuleRequest) Reset()
- func (x *DeleteNetworkRuleRequest) String() string
- func (m *DeleteNetworkRuleRequest) Validate() error
- func (m *DeleteNetworkRuleRequest) ValidateAll() error
- type DeleteNetworkRuleRequestMultiError
- type DeleteNetworkRuleRequestValidationError
- func (e DeleteNetworkRuleRequestValidationError) Cause() error
- func (e DeleteNetworkRuleRequestValidationError) Error() string
- func (e DeleteNetworkRuleRequestValidationError) ErrorName() string
- func (e DeleteNetworkRuleRequestValidationError) Field() string
- func (e DeleteNetworkRuleRequestValidationError) Key() bool
- func (e DeleteNetworkRuleRequestValidationError) Reason() string
- type DeleteNetworkRuleResponse
- func (*DeleteNetworkRuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNetworkRuleResponse) GetMessage() string
- func (x *DeleteNetworkRuleResponse) GetNetworkRule() *NetworkRule
- func (*DeleteNetworkRuleResponse) ProtoMessage()
- func (x *DeleteNetworkRuleResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteNetworkRuleResponse) Reset()
- func (x *DeleteNetworkRuleResponse) String() string
- func (m *DeleteNetworkRuleResponse) Validate() error
- func (m *DeleteNetworkRuleResponse) ValidateAll() error
- type DeleteNetworkRuleResponseMultiError
- type DeleteNetworkRuleResponseValidationError
- func (e DeleteNetworkRuleResponseValidationError) Cause() error
- func (e DeleteNetworkRuleResponseValidationError) Error() string
- func (e DeleteNetworkRuleResponseValidationError) ErrorName() string
- func (e DeleteNetworkRuleResponseValidationError) Field() string
- func (e DeleteNetworkRuleResponseValidationError) Key() bool
- func (e DeleteNetworkRuleResponseValidationError) Reason() string
- type DeleteUserRequest
- func (*DeleteUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserRequest) GetUserName() string
- func (*DeleteUserRequest) ProtoMessage()
- func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserRequest) Reset()
- func (x *DeleteUserRequest) String() string
- func (m *DeleteUserRequest) Validate() error
- func (m *DeleteUserRequest) ValidateAll() error
- type DeleteUserRequestMultiError
- type DeleteUserRequestValidationError
- func (e DeleteUserRequestValidationError) Cause() error
- func (e DeleteUserRequestValidationError) Error() string
- func (e DeleteUserRequestValidationError) ErrorName() string
- func (e DeleteUserRequestValidationError) Field() string
- func (e DeleteUserRequestValidationError) Key() bool
- func (e DeleteUserRequestValidationError) Reason() string
- type DeleteUserResponse
- func (*DeleteUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserResponse) GetMessage() string
- func (x *DeleteUserResponse) GetUser() *User
- func (*DeleteUserResponse) ProtoMessage()
- func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteUserResponse) Reset()
- func (x *DeleteUserResponse) String() string
- func (m *DeleteUserResponse) Validate() error
- func (m *DeleteUserResponse) ValidateAll() error
- type DeleteUserResponseMultiError
- type DeleteUserResponseValidationError
- func (e DeleteUserResponseValidationError) Cause() error
- func (e DeleteUserResponseValidationError) Error() string
- func (e DeleteUserResponseValidationError) ErrorName() string
- func (e DeleteUserResponseValidationError) Field() string
- func (e DeleteUserResponseValidationError) Key() bool
- func (e DeleteUserResponseValidationError) Reason() string
- type DeleteWorkspaceRequest
- func (*DeleteWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWorkspaceRequest) GetUserName() string
- func (x *DeleteWorkspaceRequest) GetWsName() string
- func (*DeleteWorkspaceRequest) ProtoMessage()
- func (x *DeleteWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWorkspaceRequest) Reset()
- func (x *DeleteWorkspaceRequest) String() string
- func (m *DeleteWorkspaceRequest) Validate() error
- func (m *DeleteWorkspaceRequest) ValidateAll() error
- type DeleteWorkspaceRequestMultiError
- type DeleteWorkspaceRequestValidationError
- func (e DeleteWorkspaceRequestValidationError) Cause() error
- func (e DeleteWorkspaceRequestValidationError) Error() string
- func (e DeleteWorkspaceRequestValidationError) ErrorName() string
- func (e DeleteWorkspaceRequestValidationError) Field() string
- func (e DeleteWorkspaceRequestValidationError) Key() bool
- func (e DeleteWorkspaceRequestValidationError) Reason() string
- type DeleteWorkspaceResponse
- func (*DeleteWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWorkspaceResponse) GetMessage() string
- func (x *DeleteWorkspaceResponse) GetWorkspace() *Workspace
- func (*DeleteWorkspaceResponse) ProtoMessage()
- func (x *DeleteWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteWorkspaceResponse) Reset()
- func (x *DeleteWorkspaceResponse) String() string
- func (m *DeleteWorkspaceResponse) Validate() error
- func (m *DeleteWorkspaceResponse) ValidateAll() error
- type DeleteWorkspaceResponseMultiError
- type DeleteWorkspaceResponseValidationError
- func (e DeleteWorkspaceResponseValidationError) Cause() error
- func (e DeleteWorkspaceResponseValidationError) Error() string
- func (e DeleteWorkspaceResponseValidationError) ErrorName() string
- func (e DeleteWorkspaceResponseValidationError) Field() string
- func (e DeleteWorkspaceResponseValidationError) Key() bool
- func (e DeleteWorkspaceResponseValidationError) Reason() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetEventTime() *timestamppb.Timestamp
- func (x *Event) GetNote() string
- func (x *Event) GetReason() string
- func (x *Event) GetRegarding() *ObjectReference
- func (x *Event) GetReportingController() string
- func (x *Event) GetSeries() *EventSeries
- func (x *Event) GetType() string
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- func (m *Event) Validate() error
- func (m *Event) ValidateAll() error
- type EventMultiError
- type EventSeries
- func (*EventSeries) Descriptor() ([]byte, []int)deprecated
- func (x *EventSeries) GetCount() int32
- func (x *EventSeries) GetLastObservedTime() *timestamppb.Timestamp
- func (*EventSeries) ProtoMessage()
- func (x *EventSeries) ProtoReflect() protoreflect.Message
- func (x *EventSeries) Reset()
- func (x *EventSeries) String() string
- func (m *EventSeries) Validate() error
- func (m *EventSeries) ValidateAll() error
- type EventSeriesMultiError
- type EventSeriesValidationError
- func (e EventSeriesValidationError) Cause() error
- func (e EventSeriesValidationError) Error() string
- func (e EventSeriesValidationError) ErrorName() string
- func (e EventSeriesValidationError) Field() string
- func (e EventSeriesValidationError) Key() bool
- func (e EventSeriesValidationError) Reason() string
- type EventValidationError
- type FinishLoginRequest
- func (*FinishLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishLoginRequest) GetCredentialRequestResult() string
- func (x *FinishLoginRequest) GetUserName() string
- func (*FinishLoginRequest) ProtoMessage()
- func (x *FinishLoginRequest) ProtoReflect() protoreflect.Message
- func (x *FinishLoginRequest) Reset()
- func (x *FinishLoginRequest) String() string
- func (m *FinishLoginRequest) Validate() error
- func (m *FinishLoginRequest) ValidateAll() error
- type FinishLoginRequestMultiError
- type FinishLoginRequestValidationError
- func (e FinishLoginRequestValidationError) Cause() error
- func (e FinishLoginRequestValidationError) Error() string
- func (e FinishLoginRequestValidationError) ErrorName() string
- func (e FinishLoginRequestValidationError) Field() string
- func (e FinishLoginRequestValidationError) Key() bool
- func (e FinishLoginRequestValidationError) Reason() string
- type FinishLoginResponse
- func (*FinishLoginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishLoginResponse) GetExpireAt() *timestamppb.Timestamp
- func (x *FinishLoginResponse) GetMessage() string
- func (*FinishLoginResponse) ProtoMessage()
- func (x *FinishLoginResponse) ProtoReflect() protoreflect.Message
- func (x *FinishLoginResponse) Reset()
- func (x *FinishLoginResponse) String() string
- func (m *FinishLoginResponse) Validate() error
- func (m *FinishLoginResponse) ValidateAll() error
- type FinishLoginResponseMultiError
- type FinishLoginResponseValidationError
- func (e FinishLoginResponseValidationError) Cause() error
- func (e FinishLoginResponseValidationError) Error() string
- func (e FinishLoginResponseValidationError) ErrorName() string
- func (e FinishLoginResponseValidationError) Field() string
- func (e FinishLoginResponseValidationError) Key() bool
- func (e FinishLoginResponseValidationError) Reason() string
- type FinishRegistrationRequest
- func (*FinishRegistrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishRegistrationRequest) GetCredentialCreationResponse() string
- func (x *FinishRegistrationRequest) GetUserName() string
- func (*FinishRegistrationRequest) ProtoMessage()
- func (x *FinishRegistrationRequest) ProtoReflect() protoreflect.Message
- func (x *FinishRegistrationRequest) Reset()
- func (x *FinishRegistrationRequest) String() string
- func (m *FinishRegistrationRequest) Validate() error
- func (m *FinishRegistrationRequest) ValidateAll() error
- type FinishRegistrationRequestMultiError
- type FinishRegistrationRequestValidationError
- func (e FinishRegistrationRequestValidationError) Cause() error
- func (e FinishRegistrationRequestValidationError) Error() string
- func (e FinishRegistrationRequestValidationError) ErrorName() string
- func (e FinishRegistrationRequestValidationError) Field() string
- func (e FinishRegistrationRequestValidationError) Key() bool
- func (e FinishRegistrationRequestValidationError) Reason() string
- type FinishRegistrationResponse
- func (*FinishRegistrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishRegistrationResponse) GetMessage() string
- func (*FinishRegistrationResponse) ProtoMessage()
- func (x *FinishRegistrationResponse) ProtoReflect() protoreflect.Message
- func (x *FinishRegistrationResponse) Reset()
- func (x *FinishRegistrationResponse) String() string
- func (m *FinishRegistrationResponse) Validate() error
- func (m *FinishRegistrationResponse) ValidateAll() error
- type FinishRegistrationResponseMultiError
- type FinishRegistrationResponseValidationError
- func (e FinishRegistrationResponseValidationError) Cause() error
- func (e FinishRegistrationResponseValidationError) Error() string
- func (e FinishRegistrationResponseValidationError) ErrorName() string
- func (e FinishRegistrationResponseValidationError) Field() string
- func (e FinishRegistrationResponseValidationError) Key() bool
- func (e FinishRegistrationResponseValidationError) Reason() string
- type GetUserAddonTemplatesRequest
- func (*GetUserAddonTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAddonTemplatesRequest) GetUseRoleFilter() bool
- func (x *GetUserAddonTemplatesRequest) GetWithRaw() bool
- func (*GetUserAddonTemplatesRequest) ProtoMessage()
- func (x *GetUserAddonTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserAddonTemplatesRequest) Reset()
- func (x *GetUserAddonTemplatesRequest) String() string
- func (m *GetUserAddonTemplatesRequest) Validate() error
- func (m *GetUserAddonTemplatesRequest) ValidateAll() error
- type GetUserAddonTemplatesRequestMultiError
- type GetUserAddonTemplatesRequestValidationError
- func (e GetUserAddonTemplatesRequestValidationError) Cause() error
- func (e GetUserAddonTemplatesRequestValidationError) Error() string
- func (e GetUserAddonTemplatesRequestValidationError) ErrorName() string
- func (e GetUserAddonTemplatesRequestValidationError) Field() string
- func (e GetUserAddonTemplatesRequestValidationError) Key() bool
- func (e GetUserAddonTemplatesRequestValidationError) Reason() string
- type GetUserAddonTemplatesResponse
- func (*GetUserAddonTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAddonTemplatesResponse) GetItems() []*Template
- func (x *GetUserAddonTemplatesResponse) GetMessage() string
- func (*GetUserAddonTemplatesResponse) ProtoMessage()
- func (x *GetUserAddonTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserAddonTemplatesResponse) Reset()
- func (x *GetUserAddonTemplatesResponse) String() string
- func (m *GetUserAddonTemplatesResponse) Validate() error
- func (m *GetUserAddonTemplatesResponse) ValidateAll() error
- type GetUserAddonTemplatesResponseMultiError
- type GetUserAddonTemplatesResponseValidationError
- func (e GetUserAddonTemplatesResponseValidationError) Cause() error
- func (e GetUserAddonTemplatesResponseValidationError) Error() string
- func (e GetUserAddonTemplatesResponseValidationError) ErrorName() string
- func (e GetUserAddonTemplatesResponseValidationError) Field() string
- func (e GetUserAddonTemplatesResponseValidationError) Key() bool
- func (e GetUserAddonTemplatesResponseValidationError) Reason() string
- type GetUserRequest
- func (*GetUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRequest) GetUserName() string
- func (x *GetUserRequest) GetWithRaw() bool
- func (*GetUserRequest) ProtoMessage()
- func (x *GetUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRequest) Reset()
- func (x *GetUserRequest) String() string
- func (m *GetUserRequest) Validate() error
- func (m *GetUserRequest) ValidateAll() error
- type GetUserRequestMultiError
- type GetUserRequestValidationError
- func (e GetUserRequestValidationError) Cause() error
- func (e GetUserRequestValidationError) Error() string
- func (e GetUserRequestValidationError) ErrorName() string
- func (e GetUserRequestValidationError) Field() string
- func (e GetUserRequestValidationError) Key() bool
- func (e GetUserRequestValidationError) Reason() string
- type GetUserResponse
- func (*GetUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponse) GetUser() *User
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) String() string
- func (m *GetUserResponse) Validate() error
- func (m *GetUserResponse) ValidateAll() error
- type GetUserResponseMultiError
- type GetUserResponseValidationError
- func (e GetUserResponseValidationError) Cause() error
- func (e GetUserResponseValidationError) Error() string
- func (e GetUserResponseValidationError) ErrorName() string
- func (e GetUserResponseValidationError) Field() string
- func (e GetUserResponseValidationError) Key() bool
- func (e GetUserResponseValidationError) Reason() string
- type GetUsersRequest
- func (*GetUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUsersRequest) GetWithRaw() bool
- func (*GetUsersRequest) ProtoMessage()
- func (x *GetUsersRequest) ProtoReflect() protoreflect.Message
- func (x *GetUsersRequest) Reset()
- func (x *GetUsersRequest) String() string
- func (m *GetUsersRequest) Validate() error
- func (m *GetUsersRequest) ValidateAll() error
- type GetUsersRequestMultiError
- type GetUsersRequestValidationError
- func (e GetUsersRequestValidationError) Cause() error
- func (e GetUsersRequestValidationError) Error() string
- func (e GetUsersRequestValidationError) ErrorName() string
- func (e GetUsersRequestValidationError) Field() string
- func (e GetUsersRequestValidationError) Key() bool
- func (e GetUsersRequestValidationError) Reason() string
- type GetUsersResponse
- func (*GetUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUsersResponse) GetItems() []*User
- func (x *GetUsersResponse) GetMessage() string
- func (*GetUsersResponse) ProtoMessage()
- func (x *GetUsersResponse) ProtoReflect() protoreflect.Message
- func (x *GetUsersResponse) Reset()
- func (x *GetUsersResponse) String() string
- func (m *GetUsersResponse) Validate() error
- func (m *GetUsersResponse) ValidateAll() error
- type GetUsersResponseMultiError
- type GetUsersResponseValidationError
- func (e GetUsersResponseValidationError) Cause() error
- func (e GetUsersResponseValidationError) Error() string
- func (e GetUsersResponseValidationError) ErrorName() string
- func (e GetUsersResponseValidationError) Field() string
- func (e GetUsersResponseValidationError) Key() bool
- func (e GetUsersResponseValidationError) Reason() string
- type GetWorkspaceRequest
- func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceRequest) GetUserName() string
- func (x *GetWorkspaceRequest) GetWithRaw() bool
- func (x *GetWorkspaceRequest) GetWsName() string
- func (*GetWorkspaceRequest) ProtoMessage()
- func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceRequest) Reset()
- func (x *GetWorkspaceRequest) String() string
- func (m *GetWorkspaceRequest) Validate() error
- func (m *GetWorkspaceRequest) ValidateAll() error
- type GetWorkspaceRequestMultiError
- type GetWorkspaceRequestValidationError
- func (e GetWorkspaceRequestValidationError) Cause() error
- func (e GetWorkspaceRequestValidationError) Error() string
- func (e GetWorkspaceRequestValidationError) ErrorName() string
- func (e GetWorkspaceRequestValidationError) Field() string
- func (e GetWorkspaceRequestValidationError) Key() bool
- func (e GetWorkspaceRequestValidationError) Reason() string
- type GetWorkspaceResponse
- func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceResponse) GetWorkspace() *Workspace
- func (*GetWorkspaceResponse) ProtoMessage()
- func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceResponse) Reset()
- func (x *GetWorkspaceResponse) String() string
- func (m *GetWorkspaceResponse) Validate() error
- func (m *GetWorkspaceResponse) ValidateAll() error
- type GetWorkspaceResponseMultiError
- type GetWorkspaceResponseValidationError
- func (e GetWorkspaceResponseValidationError) Cause() error
- func (e GetWorkspaceResponseValidationError) Error() string
- func (e GetWorkspaceResponseValidationError) ErrorName() string
- func (e GetWorkspaceResponseValidationError) Field() string
- func (e GetWorkspaceResponseValidationError) Key() bool
- func (e GetWorkspaceResponseValidationError) Reason() string
- type GetWorkspaceTemplatesRequest
- func (*GetWorkspaceTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceTemplatesRequest) GetUseRoleFilter() bool
- func (x *GetWorkspaceTemplatesRequest) GetWithRaw() bool
- func (*GetWorkspaceTemplatesRequest) ProtoMessage()
- func (x *GetWorkspaceTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceTemplatesRequest) Reset()
- func (x *GetWorkspaceTemplatesRequest) String() string
- func (m *GetWorkspaceTemplatesRequest) Validate() error
- func (m *GetWorkspaceTemplatesRequest) ValidateAll() error
- type GetWorkspaceTemplatesRequestMultiError
- type GetWorkspaceTemplatesRequestValidationError
- func (e GetWorkspaceTemplatesRequestValidationError) Cause() error
- func (e GetWorkspaceTemplatesRequestValidationError) Error() string
- func (e GetWorkspaceTemplatesRequestValidationError) ErrorName() string
- func (e GetWorkspaceTemplatesRequestValidationError) Field() string
- func (e GetWorkspaceTemplatesRequestValidationError) Key() bool
- func (e GetWorkspaceTemplatesRequestValidationError) Reason() string
- type GetWorkspaceTemplatesResponse
- func (*GetWorkspaceTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceTemplatesResponse) GetItems() []*Template
- func (x *GetWorkspaceTemplatesResponse) GetMessage() string
- func (*GetWorkspaceTemplatesResponse) ProtoMessage()
- func (x *GetWorkspaceTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceTemplatesResponse) Reset()
- func (x *GetWorkspaceTemplatesResponse) String() string
- func (m *GetWorkspaceTemplatesResponse) Validate() error
- func (m *GetWorkspaceTemplatesResponse) ValidateAll() error
- type GetWorkspaceTemplatesResponseMultiError
- type GetWorkspaceTemplatesResponseValidationError
- func (e GetWorkspaceTemplatesResponseValidationError) Cause() error
- func (e GetWorkspaceTemplatesResponseValidationError) Error() string
- func (e GetWorkspaceTemplatesResponseValidationError) ErrorName() string
- func (e GetWorkspaceTemplatesResponseValidationError) Field() string
- func (e GetWorkspaceTemplatesResponseValidationError) Key() bool
- func (e GetWorkspaceTemplatesResponseValidationError) Reason() string
- type GetWorkspacesRequest
- func (*GetWorkspacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspacesRequest) GetUserName() string
- func (x *GetWorkspacesRequest) GetWithRaw() bool
- func (*GetWorkspacesRequest) ProtoMessage()
- func (x *GetWorkspacesRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspacesRequest) Reset()
- func (x *GetWorkspacesRequest) String() string
- func (m *GetWorkspacesRequest) Validate() error
- func (m *GetWorkspacesRequest) ValidateAll() error
- type GetWorkspacesRequestMultiError
- type GetWorkspacesRequestValidationError
- func (e GetWorkspacesRequestValidationError) Cause() error
- func (e GetWorkspacesRequestValidationError) Error() string
- func (e GetWorkspacesRequestValidationError) ErrorName() string
- func (e GetWorkspacesRequestValidationError) Field() string
- func (e GetWorkspacesRequestValidationError) Key() bool
- func (e GetWorkspacesRequestValidationError) Reason() string
- type GetWorkspacesResponse
- func (*GetWorkspacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspacesResponse) GetItems() []*Workspace
- func (x *GetWorkspacesResponse) GetMessage() string
- func (*GetWorkspacesResponse) ProtoMessage()
- func (x *GetWorkspacesResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkspacesResponse) Reset()
- func (x *GetWorkspacesResponse) String() string
- func (m *GetWorkspacesResponse) Validate() error
- func (m *GetWorkspacesResponse) ValidateAll() error
- type GetWorkspacesResponseMultiError
- type GetWorkspacesResponseValidationError
- func (e GetWorkspacesResponseValidationError) Cause() error
- func (e GetWorkspacesResponseValidationError) Error() string
- func (e GetWorkspacesResponseValidationError) ErrorName() string
- func (e GetWorkspacesResponseValidationError) Field() string
- func (e GetWorkspacesResponseValidationError) Key() bool
- func (e GetWorkspacesResponseValidationError) Reason() string
- type ListCredentialsRequest
- func (*ListCredentialsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCredentialsRequest) GetUserName() string
- func (*ListCredentialsRequest) ProtoMessage()
- func (x *ListCredentialsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCredentialsRequest) Reset()
- func (x *ListCredentialsRequest) String() string
- func (m *ListCredentialsRequest) Validate() error
- func (m *ListCredentialsRequest) ValidateAll() error
- type ListCredentialsRequestMultiError
- type ListCredentialsRequestValidationError
- func (e ListCredentialsRequestValidationError) Cause() error
- func (e ListCredentialsRequestValidationError) Error() string
- func (e ListCredentialsRequestValidationError) ErrorName() string
- func (e ListCredentialsRequestValidationError) Field() string
- func (e ListCredentialsRequestValidationError) Key() bool
- func (e ListCredentialsRequestValidationError) Reason() string
- type ListCredentialsResponse
- func (*ListCredentialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCredentialsResponse) GetCredentials() []*Credential
- func (x *ListCredentialsResponse) GetMessage() string
- func (*ListCredentialsResponse) ProtoMessage()
- func (x *ListCredentialsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCredentialsResponse) Reset()
- func (x *ListCredentialsResponse) String() string
- func (m *ListCredentialsResponse) Validate() error
- func (m *ListCredentialsResponse) ValidateAll() error
- type ListCredentialsResponseMultiError
- type ListCredentialsResponseValidationError
- func (e ListCredentialsResponseValidationError) Cause() error
- func (e ListCredentialsResponseValidationError) Error() string
- func (e ListCredentialsResponseValidationError) ErrorName() string
- func (e ListCredentialsResponseValidationError) Field() string
- func (e ListCredentialsResponseValidationError) Key() bool
- func (e ListCredentialsResponseValidationError) Reason() string
- type LoginRequest
- func (*LoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginRequest) GetPassword() string
- func (x *LoginRequest) GetUserName() string
- func (*LoginRequest) ProtoMessage()
- func (x *LoginRequest) ProtoReflect() protoreflect.Message
- func (x *LoginRequest) Reset()
- func (x *LoginRequest) String() string
- func (m *LoginRequest) Validate() error
- func (m *LoginRequest) ValidateAll() error
- type LoginRequestMultiError
- type LoginRequestValidationError
- func (e LoginRequestValidationError) Cause() error
- func (e LoginRequestValidationError) Error() string
- func (e LoginRequestValidationError) ErrorName() string
- func (e LoginRequestValidationError) Field() string
- func (e LoginRequestValidationError) Key() bool
- func (e LoginRequestValidationError) Reason() string
- type LoginResponse
- func (*LoginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LoginResponse) GetExpireAt() *timestamppb.Timestamp
- func (x *LoginResponse) GetRequirePasswordUpdate() bool
- func (x *LoginResponse) GetUserName() string
- func (*LoginResponse) ProtoMessage()
- func (x *LoginResponse) ProtoReflect() protoreflect.Message
- func (x *LoginResponse) Reset()
- func (x *LoginResponse) String() string
- func (m *LoginResponse) Validate() error
- func (m *LoginResponse) ValidateAll() error
- type LoginResponseMultiError
- type LoginResponseValidationError
- func (e LoginResponseValidationError) Cause() error
- func (e LoginResponseValidationError) Error() string
- func (e LoginResponseValidationError) ErrorName() string
- func (e LoginResponseValidationError) Field() string
- func (e LoginResponseValidationError) Key() bool
- func (e LoginResponseValidationError) Reason() string
- type NetworkRule
- func (*NetworkRule) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkRule) GetCustomHostPrefix() string
- func (x *NetworkRule) GetHttpPath() string
- func (x *NetworkRule) GetPortNumber() int32
- func (x *NetworkRule) GetPublic() bool
- func (x *NetworkRule) GetUrl() string
- func (*NetworkRule) ProtoMessage()
- func (x *NetworkRule) ProtoReflect() protoreflect.Message
- func (x *NetworkRule) Reset()
- func (x *NetworkRule) String() string
- func (m *NetworkRule) Validate() error
- func (m *NetworkRule) ValidateAll() error
- type NetworkRuleMultiError
- type NetworkRuleValidationError
- func (e NetworkRuleValidationError) Cause() error
- func (e NetworkRuleValidationError) Error() string
- func (e NetworkRuleValidationError) ErrorName() string
- func (e NetworkRuleValidationError) Field() string
- func (e NetworkRuleValidationError) Key() bool
- func (e NetworkRuleValidationError) Reason() string
- type ObjectReference
- func (*ObjectReference) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectReference) GetApiVersion() string
- func (x *ObjectReference) GetKind() string
- func (x *ObjectReference) GetName() string
- func (x *ObjectReference) GetNamespace() string
- func (*ObjectReference) ProtoMessage()
- func (x *ObjectReference) ProtoReflect() protoreflect.Message
- func (x *ObjectReference) Reset()
- func (x *ObjectReference) String() string
- func (m *ObjectReference) Validate() error
- func (m *ObjectReference) ValidateAll() error
- type ObjectReferenceMultiError
- type ObjectReferenceValidationError
- func (e ObjectReferenceValidationError) Cause() error
- func (e ObjectReferenceValidationError) Error() string
- func (e ObjectReferenceValidationError) ErrorName() string
- func (e ObjectReferenceValidationError) Field() string
- func (e ObjectReferenceValidationError) Key() bool
- func (e ObjectReferenceValidationError) Reason() string
- type ServiceAccountLoginRequest
- func (*ServiceAccountLoginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceAccountLoginRequest) GetToken() string
- func (*ServiceAccountLoginRequest) ProtoMessage()
- func (x *ServiceAccountLoginRequest) ProtoReflect() protoreflect.Message
- func (x *ServiceAccountLoginRequest) Reset()
- func (x *ServiceAccountLoginRequest) String() string
- func (m *ServiceAccountLoginRequest) Validate() error
- func (m *ServiceAccountLoginRequest) ValidateAll() error
- type ServiceAccountLoginRequestMultiError
- type ServiceAccountLoginRequestValidationError
- func (e ServiceAccountLoginRequestValidationError) Cause() error
- func (e ServiceAccountLoginRequestValidationError) Error() string
- func (e ServiceAccountLoginRequestValidationError) ErrorName() string
- func (e ServiceAccountLoginRequestValidationError) Field() string
- func (e ServiceAccountLoginRequestValidationError) Key() bool
- func (e ServiceAccountLoginRequestValidationError) Reason() string
- type Template
- func (*Template) Descriptor() ([]byte, []int)deprecated
- func (x *Template) GetDescription() string
- func (x *Template) GetIsClusterScope() bool
- func (x *Template) GetIsDefaultUserAddon() bool
- func (x *Template) GetName() string
- func (x *Template) GetRaw() string
- func (x *Template) GetRequiredUseraddons() []string
- func (x *Template) GetRequiredVars() []*TemplateRequiredVars
- func (x *Template) GetUserroles() []string
- func (*Template) ProtoMessage()
- func (x *Template) ProtoReflect() protoreflect.Message
- func (x *Template) Reset()
- func (x *Template) String() string
- func (m *Template) Validate() error
- func (m *Template) ValidateAll() error
- type TemplateMultiError
- type TemplateRequiredVars
- func (*TemplateRequiredVars) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateRequiredVars) GetDefaultValue() string
- func (x *TemplateRequiredVars) GetVarName() string
- func (*TemplateRequiredVars) ProtoMessage()
- func (x *TemplateRequiredVars) ProtoReflect() protoreflect.Message
- func (x *TemplateRequiredVars) Reset()
- func (x *TemplateRequiredVars) String() string
- func (m *TemplateRequiredVars) Validate() error
- func (m *TemplateRequiredVars) ValidateAll() error
- type TemplateRequiredVarsMultiError
- type TemplateRequiredVarsValidationError
- func (e TemplateRequiredVarsValidationError) Cause() error
- func (e TemplateRequiredVarsValidationError) Error() string
- func (e TemplateRequiredVarsValidationError) ErrorName() string
- func (e TemplateRequiredVarsValidationError) Field() string
- func (e TemplateRequiredVarsValidationError) Key() bool
- func (e TemplateRequiredVarsValidationError) Reason() string
- type TemplateValidationError
- type UpdateCredentialRequest
- func (*UpdateCredentialRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCredentialRequest) GetCredDisplayName() string
- func (x *UpdateCredentialRequest) GetCredId() string
- func (x *UpdateCredentialRequest) GetUserName() string
- func (*UpdateCredentialRequest) ProtoMessage()
- func (x *UpdateCredentialRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCredentialRequest) Reset()
- func (x *UpdateCredentialRequest) String() string
- func (m *UpdateCredentialRequest) Validate() error
- func (m *UpdateCredentialRequest) ValidateAll() error
- type UpdateCredentialRequestMultiError
- type UpdateCredentialRequestValidationError
- func (e UpdateCredentialRequestValidationError) Cause() error
- func (e UpdateCredentialRequestValidationError) Error() string
- func (e UpdateCredentialRequestValidationError) ErrorName() string
- func (e UpdateCredentialRequestValidationError) Field() string
- func (e UpdateCredentialRequestValidationError) Key() bool
- func (e UpdateCredentialRequestValidationError) Reason() string
- type UpdateCredentialResponse
- func (*UpdateCredentialResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCredentialResponse) GetMessage() string
- func (*UpdateCredentialResponse) ProtoMessage()
- func (x *UpdateCredentialResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCredentialResponse) Reset()
- func (x *UpdateCredentialResponse) String() string
- func (m *UpdateCredentialResponse) Validate() error
- func (m *UpdateCredentialResponse) ValidateAll() error
- type UpdateCredentialResponseMultiError
- type UpdateCredentialResponseValidationError
- func (e UpdateCredentialResponseValidationError) Cause() error
- func (e UpdateCredentialResponseValidationError) Error() string
- func (e UpdateCredentialResponseValidationError) ErrorName() string
- func (e UpdateCredentialResponseValidationError) Field() string
- func (e UpdateCredentialResponseValidationError) Key() bool
- func (e UpdateCredentialResponseValidationError) Reason() string
- type UpdateUserAddonsRequest
- func (*UpdateUserAddonsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAddonsRequest) GetAddons() []*UserAddon
- func (x *UpdateUserAddonsRequest) GetUserName() string
- func (*UpdateUserAddonsRequest) ProtoMessage()
- func (x *UpdateUserAddonsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAddonsRequest) Reset()
- func (x *UpdateUserAddonsRequest) String() string
- func (m *UpdateUserAddonsRequest) Validate() error
- func (m *UpdateUserAddonsRequest) ValidateAll() error
- type UpdateUserAddonsRequestMultiError
- type UpdateUserAddonsRequestValidationError
- func (e UpdateUserAddonsRequestValidationError) Cause() error
- func (e UpdateUserAddonsRequestValidationError) Error() string
- func (e UpdateUserAddonsRequestValidationError) ErrorName() string
- func (e UpdateUserAddonsRequestValidationError) Field() string
- func (e UpdateUserAddonsRequestValidationError) Key() bool
- func (e UpdateUserAddonsRequestValidationError) Reason() string
- type UpdateUserAddonsResponse
- func (*UpdateUserAddonsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAddonsResponse) GetMessage() string
- func (x *UpdateUserAddonsResponse) GetUser() *User
- func (*UpdateUserAddonsResponse) ProtoMessage()
- func (x *UpdateUserAddonsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAddonsResponse) Reset()
- func (x *UpdateUserAddonsResponse) String() string
- func (m *UpdateUserAddonsResponse) Validate() error
- func (m *UpdateUserAddonsResponse) ValidateAll() error
- type UpdateUserAddonsResponseMultiError
- type UpdateUserAddonsResponseValidationError
- func (e UpdateUserAddonsResponseValidationError) Cause() error
- func (e UpdateUserAddonsResponseValidationError) Error() string
- func (e UpdateUserAddonsResponseValidationError) ErrorName() string
- func (e UpdateUserAddonsResponseValidationError) Field() string
- func (e UpdateUserAddonsResponseValidationError) Key() bool
- func (e UpdateUserAddonsResponseValidationError) Reason() string
- type UpdateUserDisplayNameRequest
- func (*UpdateUserDisplayNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserDisplayNameRequest) GetDisplayName() string
- func (x *UpdateUserDisplayNameRequest) GetUserName() string
- func (*UpdateUserDisplayNameRequest) ProtoMessage()
- func (x *UpdateUserDisplayNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserDisplayNameRequest) Reset()
- func (x *UpdateUserDisplayNameRequest) String() string
- func (m *UpdateUserDisplayNameRequest) Validate() error
- func (m *UpdateUserDisplayNameRequest) ValidateAll() error
- type UpdateUserDisplayNameRequestMultiError
- type UpdateUserDisplayNameRequestValidationError
- func (e UpdateUserDisplayNameRequestValidationError) Cause() error
- func (e UpdateUserDisplayNameRequestValidationError) Error() string
- func (e UpdateUserDisplayNameRequestValidationError) ErrorName() string
- func (e UpdateUserDisplayNameRequestValidationError) Field() string
- func (e UpdateUserDisplayNameRequestValidationError) Key() bool
- func (e UpdateUserDisplayNameRequestValidationError) Reason() string
- type UpdateUserDisplayNameResponse
- func (*UpdateUserDisplayNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserDisplayNameResponse) GetMessage() string
- func (x *UpdateUserDisplayNameResponse) GetUser() *User
- func (*UpdateUserDisplayNameResponse) ProtoMessage()
- func (x *UpdateUserDisplayNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserDisplayNameResponse) Reset()
- func (x *UpdateUserDisplayNameResponse) String() string
- func (m *UpdateUserDisplayNameResponse) Validate() error
- func (m *UpdateUserDisplayNameResponse) ValidateAll() error
- type UpdateUserDisplayNameResponseMultiError
- type UpdateUserDisplayNameResponseValidationError
- func (e UpdateUserDisplayNameResponseValidationError) Cause() error
- func (e UpdateUserDisplayNameResponseValidationError) Error() string
- func (e UpdateUserDisplayNameResponseValidationError) ErrorName() string
- func (e UpdateUserDisplayNameResponseValidationError) Field() string
- func (e UpdateUserDisplayNameResponseValidationError) Key() bool
- func (e UpdateUserDisplayNameResponseValidationError) Reason() string
- type UpdateUserPasswordRequest
- func (*UpdateUserPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPasswordRequest) GetCurrentPassword() string
- func (x *UpdateUserPasswordRequest) GetNewPassword() string
- func (x *UpdateUserPasswordRequest) GetUserName() string
- func (*UpdateUserPasswordRequest) ProtoMessage()
- func (x *UpdateUserPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPasswordRequest) Reset()
- func (x *UpdateUserPasswordRequest) String() string
- func (m *UpdateUserPasswordRequest) Validate() error
- func (m *UpdateUserPasswordRequest) ValidateAll() error
- type UpdateUserPasswordRequestMultiError
- type UpdateUserPasswordRequestValidationError
- func (e UpdateUserPasswordRequestValidationError) Cause() error
- func (e UpdateUserPasswordRequestValidationError) Error() string
- func (e UpdateUserPasswordRequestValidationError) ErrorName() string
- func (e UpdateUserPasswordRequestValidationError) Field() string
- func (e UpdateUserPasswordRequestValidationError) Key() bool
- func (e UpdateUserPasswordRequestValidationError) Reason() string
- type UpdateUserPasswordResponse
- func (*UpdateUserPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserPasswordResponse) GetMessage() string
- func (*UpdateUserPasswordResponse) ProtoMessage()
- func (x *UpdateUserPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserPasswordResponse) Reset()
- func (x *UpdateUserPasswordResponse) String() string
- func (m *UpdateUserPasswordResponse) Validate() error
- func (m *UpdateUserPasswordResponse) ValidateAll() error
- type UpdateUserPasswordResponseMultiError
- type UpdateUserPasswordResponseValidationError
- func (e UpdateUserPasswordResponseValidationError) Cause() error
- func (e UpdateUserPasswordResponseValidationError) Error() string
- func (e UpdateUserPasswordResponseValidationError) ErrorName() string
- func (e UpdateUserPasswordResponseValidationError) Field() string
- func (e UpdateUserPasswordResponseValidationError) Key() bool
- func (e UpdateUserPasswordResponseValidationError) Reason() string
- type UpdateUserRoleRequest
- func (*UpdateUserRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRoleRequest) GetRoles() []string
- func (x *UpdateUserRoleRequest) GetUserName() string
- func (*UpdateUserRoleRequest) ProtoMessage()
- func (x *UpdateUserRoleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRoleRequest) Reset()
- func (x *UpdateUserRoleRequest) String() string
- func (m *UpdateUserRoleRequest) Validate() error
- func (m *UpdateUserRoleRequest) ValidateAll() error
- type UpdateUserRoleRequestMultiError
- type UpdateUserRoleRequestValidationError
- func (e UpdateUserRoleRequestValidationError) Cause() error
- func (e UpdateUserRoleRequestValidationError) Error() string
- func (e UpdateUserRoleRequestValidationError) ErrorName() string
- func (e UpdateUserRoleRequestValidationError) Field() string
- func (e UpdateUserRoleRequestValidationError) Key() bool
- func (e UpdateUserRoleRequestValidationError) Reason() string
- type UpdateUserRoleResponse
- func (*UpdateUserRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRoleResponse) GetMessage() string
- func (x *UpdateUserRoleResponse) GetUser() *User
- func (*UpdateUserRoleResponse) ProtoMessage()
- func (x *UpdateUserRoleResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRoleResponse) Reset()
- func (x *UpdateUserRoleResponse) String() string
- func (m *UpdateUserRoleResponse) Validate() error
- func (m *UpdateUserRoleResponse) ValidateAll() error
- type UpdateUserRoleResponseMultiError
- type UpdateUserRoleResponseValidationError
- func (e UpdateUserRoleResponseValidationError) Cause() error
- func (e UpdateUserRoleResponseValidationError) Error() string
- func (e UpdateUserRoleResponseValidationError) ErrorName() string
- func (e UpdateUserRoleResponseValidationError) Field() string
- func (e UpdateUserRoleResponseValidationError) Key() bool
- func (e UpdateUserRoleResponseValidationError) Reason() string
- type UpdateWorkspaceRequest
- func (*UpdateWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceRequest) GetReplicas() int64
- func (x *UpdateWorkspaceRequest) GetUserName() string
- func (x *UpdateWorkspaceRequest) GetVars() map[string]string
- func (x *UpdateWorkspaceRequest) GetWsName() string
- func (*UpdateWorkspaceRequest) ProtoMessage()
- func (x *UpdateWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceRequest) Reset()
- func (x *UpdateWorkspaceRequest) String() string
- func (m *UpdateWorkspaceRequest) Validate() error
- func (m *UpdateWorkspaceRequest) ValidateAll() error
- type UpdateWorkspaceRequestMultiError
- type UpdateWorkspaceRequestValidationError
- func (e UpdateWorkspaceRequestValidationError) Cause() error
- func (e UpdateWorkspaceRequestValidationError) Error() string
- func (e UpdateWorkspaceRequestValidationError) ErrorName() string
- func (e UpdateWorkspaceRequestValidationError) Field() string
- func (e UpdateWorkspaceRequestValidationError) Key() bool
- func (e UpdateWorkspaceRequestValidationError) Reason() string
- type UpdateWorkspaceResponse
- func (*UpdateWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceResponse) GetMessage() string
- func (x *UpdateWorkspaceResponse) GetWorkspace() *Workspace
- func (*UpdateWorkspaceResponse) ProtoMessage()
- func (x *UpdateWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceResponse) Reset()
- func (x *UpdateWorkspaceResponse) String() string
- func (m *UpdateWorkspaceResponse) Validate() error
- func (m *UpdateWorkspaceResponse) ValidateAll() error
- type UpdateWorkspaceResponseMultiError
- type UpdateWorkspaceResponseValidationError
- func (e UpdateWorkspaceResponseValidationError) Cause() error
- func (e UpdateWorkspaceResponseValidationError) Error() string
- func (e UpdateWorkspaceResponseValidationError) ErrorName() string
- func (e UpdateWorkspaceResponseValidationError) Field() string
- func (e UpdateWorkspaceResponseValidationError) Key() bool
- func (e UpdateWorkspaceResponseValidationError) Reason() string
- type UpsertNetworkRuleRequest
- func (*UpsertNetworkRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertNetworkRuleRequest) GetIndex() int32
- func (x *UpsertNetworkRuleRequest) GetNetworkRule() *NetworkRule
- func (x *UpsertNetworkRuleRequest) GetUserName() string
- func (x *UpsertNetworkRuleRequest) GetWsName() string
- func (*UpsertNetworkRuleRequest) ProtoMessage()
- func (x *UpsertNetworkRuleRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertNetworkRuleRequest) Reset()
- func (x *UpsertNetworkRuleRequest) String() string
- func (m *UpsertNetworkRuleRequest) Validate() error
- func (m *UpsertNetworkRuleRequest) ValidateAll() error
- type UpsertNetworkRuleRequestMultiError
- type UpsertNetworkRuleRequestValidationError
- func (e UpsertNetworkRuleRequestValidationError) Cause() error
- func (e UpsertNetworkRuleRequestValidationError) Error() string
- func (e UpsertNetworkRuleRequestValidationError) ErrorName() string
- func (e UpsertNetworkRuleRequestValidationError) Field() string
- func (e UpsertNetworkRuleRequestValidationError) Key() bool
- func (e UpsertNetworkRuleRequestValidationError) Reason() string
- type UpsertNetworkRuleResponse
- func (*UpsertNetworkRuleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertNetworkRuleResponse) GetMessage() string
- func (x *UpsertNetworkRuleResponse) GetNetworkRule() *NetworkRule
- func (*UpsertNetworkRuleResponse) ProtoMessage()
- func (x *UpsertNetworkRuleResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertNetworkRuleResponse) Reset()
- func (x *UpsertNetworkRuleResponse) String() string
- func (m *UpsertNetworkRuleResponse) Validate() error
- func (m *UpsertNetworkRuleResponse) ValidateAll() error
- type UpsertNetworkRuleResponseMultiError
- type UpsertNetworkRuleResponseValidationError
- func (e UpsertNetworkRuleResponseValidationError) Cause() error
- func (e UpsertNetworkRuleResponseValidationError) Error() string
- func (e UpsertNetworkRuleResponseValidationError) ErrorName() string
- func (e UpsertNetworkRuleResponseValidationError) Field() string
- func (e UpsertNetworkRuleResponseValidationError) Key() bool
- func (e UpsertNetworkRuleResponseValidationError) Reason() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetAddons() []*UserAddon
- func (x *User) GetAuthType() string
- func (x *User) GetDefaultPassword() string
- func (x *User) GetDisplayName() string
- func (x *User) GetEvents() []*Event
- func (x *User) GetName() string
- func (x *User) GetRaw() string
- func (x *User) GetRoles() []string
- func (x *User) GetStatus() string
- 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 UserAddon
- func (*UserAddon) Descriptor() ([]byte, []int)deprecated
- func (x *UserAddon) GetClusterScoped() bool
- func (x *UserAddon) GetTemplate() string
- func (x *UserAddon) GetVars() map[string]string
- func (*UserAddon) ProtoMessage()
- func (x *UserAddon) ProtoReflect() protoreflect.Message
- func (x *UserAddon) Reset()
- func (x *UserAddon) String() string
- func (m *UserAddon) Validate() error
- func (m *UserAddon) ValidateAll() error
- type UserAddonMultiError
- type UserAddonValidationError
- type UserMultiError
- type UserValidationError
- type VerifyResponse
- func (*VerifyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VerifyResponse) GetExpireAt() *timestamppb.Timestamp
- func (x *VerifyResponse) GetRequirePasswordUpdate() bool
- func (x *VerifyResponse) GetUserName() string
- func (*VerifyResponse) ProtoMessage()
- func (x *VerifyResponse) ProtoReflect() protoreflect.Message
- func (x *VerifyResponse) Reset()
- func (x *VerifyResponse) String() string
- func (m *VerifyResponse) Validate() error
- func (m *VerifyResponse) ValidateAll() error
- type VerifyResponseMultiError
- type VerifyResponseValidationError
- func (e VerifyResponseValidationError) Cause() error
- func (e VerifyResponseValidationError) Error() string
- func (e VerifyResponseValidationError) ErrorName() string
- func (e VerifyResponseValidationError) Field() string
- func (e VerifyResponseValidationError) Key() bool
- func (e VerifyResponseValidationError) Reason() string
- type Workspace
- func (*Workspace) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace) GetName() string
- func (x *Workspace) GetOwnerName() string
- func (x *Workspace) GetRaw() string
- func (x *Workspace) GetSpec() *WorkspaceSpec
- func (x *Workspace) GetStatus() *WorkspaceStatus
- func (*Workspace) ProtoMessage()
- func (x *Workspace) ProtoReflect() protoreflect.Message
- func (x *Workspace) Reset()
- func (x *Workspace) String() string
- func (m *Workspace) Validate() error
- func (m *Workspace) ValidateAll() error
- type WorkspaceMultiError
- type WorkspaceSpec
- func (*WorkspaceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspaceSpec) GetNetwork() []*NetworkRule
- func (x *WorkspaceSpec) GetReplicas() int64
- func (x *WorkspaceSpec) GetTemplate() string
- func (x *WorkspaceSpec) GetVars() map[string]string
- func (*WorkspaceSpec) ProtoMessage()
- func (x *WorkspaceSpec) ProtoReflect() protoreflect.Message
- func (x *WorkspaceSpec) Reset()
- func (x *WorkspaceSpec) String() string
- func (m *WorkspaceSpec) Validate() error
- func (m *WorkspaceSpec) ValidateAll() error
- type WorkspaceSpecMultiError
- type WorkspaceSpecValidationError
- func (e WorkspaceSpecValidationError) Cause() error
- func (e WorkspaceSpecValidationError) Error() string
- func (e WorkspaceSpecValidationError) ErrorName() string
- func (e WorkspaceSpecValidationError) Field() string
- func (e WorkspaceSpecValidationError) Key() bool
- func (e WorkspaceSpecValidationError) Reason() string
- type WorkspaceStatus
- func (*WorkspaceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspaceStatus) GetMainUrl() string
- func (x *WorkspaceStatus) GetPhase() string
- func (*WorkspaceStatus) ProtoMessage()
- func (x *WorkspaceStatus) ProtoReflect() protoreflect.Message
- func (x *WorkspaceStatus) Reset()
- func (x *WorkspaceStatus) String() string
- func (m *WorkspaceStatus) Validate() error
- func (m *WorkspaceStatus) ValidateAll() error
- type WorkspaceStatusMultiError
- type WorkspaceStatusValidationError
- func (e WorkspaceStatusValidationError) Cause() error
- func (e WorkspaceStatusValidationError) Error() string
- func (e WorkspaceStatusValidationError) ErrorName() string
- func (e WorkspaceStatusValidationError) Field() string
- func (e WorkspaceStatusValidationError) Key() bool
- func (e WorkspaceStatusValidationError) Reason() string
- type WorkspaceValidationError
Constants ¶
This section is empty.
Variables ¶
var File_dashboard_v1alpha1_auth_service_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_event_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_template_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_template_service_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_user_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_user_service_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_webauthn_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_workspace_proto protoreflect.FileDescriptor
var File_dashboard_v1alpha1_workspace_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BeginLoginRequest ¶
type BeginLoginRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// contains filtered or unexported fields
}
func (*BeginLoginRequest) Descriptor
deprecated
func (*BeginLoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use BeginLoginRequest.ProtoReflect.Descriptor instead.
func (*BeginLoginRequest) GetUserName ¶
func (x *BeginLoginRequest) GetUserName() string
func (*BeginLoginRequest) ProtoMessage ¶
func (*BeginLoginRequest) ProtoMessage()
func (*BeginLoginRequest) ProtoReflect ¶
func (x *BeginLoginRequest) ProtoReflect() protoreflect.Message
func (*BeginLoginRequest) Reset ¶
func (x *BeginLoginRequest) Reset()
func (*BeginLoginRequest) String ¶
func (x *BeginLoginRequest) String() string
func (*BeginLoginRequest) Validate ¶
func (m *BeginLoginRequest) Validate() error
Validate checks the field values on BeginLoginRequest 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 (*BeginLoginRequest) ValidateAll ¶
func (m *BeginLoginRequest) ValidateAll() error
ValidateAll checks the field values on BeginLoginRequest 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 BeginLoginRequestMultiError, or nil if none found.
type BeginLoginRequestMultiError ¶
type BeginLoginRequestMultiError []error
BeginLoginRequestMultiError is an error wrapping multiple validation errors returned by BeginLoginRequest.ValidateAll() if the designated constraints aren't met.
func (BeginLoginRequestMultiError) AllErrors ¶
func (m BeginLoginRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BeginLoginRequestMultiError) Error ¶
func (m BeginLoginRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BeginLoginRequestValidationError ¶
type BeginLoginRequestValidationError struct {
// contains filtered or unexported fields
}
BeginLoginRequestValidationError is the validation error returned by BeginLoginRequest.Validate if the designated constraints aren't met.
func (BeginLoginRequestValidationError) Cause ¶
func (e BeginLoginRequestValidationError) Cause() error
Cause function returns cause value.
func (BeginLoginRequestValidationError) Error ¶
func (e BeginLoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (BeginLoginRequestValidationError) ErrorName ¶
func (e BeginLoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (BeginLoginRequestValidationError) Field ¶
func (e BeginLoginRequestValidationError) Field() string
Field function returns field value.
func (BeginLoginRequestValidationError) Key ¶
func (e BeginLoginRequestValidationError) Key() bool
Key function returns key value.
func (BeginLoginRequestValidationError) Reason ¶
func (e BeginLoginRequestValidationError) Reason() string
Reason function returns reason value.
type BeginLoginResponse ¶
type BeginLoginResponse struct {
CredentialRequestOptions string `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*BeginLoginResponse) Descriptor
deprecated
func (*BeginLoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use BeginLoginResponse.ProtoReflect.Descriptor instead.
func (*BeginLoginResponse) GetCredentialRequestOptions ¶
func (x *BeginLoginResponse) GetCredentialRequestOptions() string
func (*BeginLoginResponse) ProtoMessage ¶
func (*BeginLoginResponse) ProtoMessage()
func (*BeginLoginResponse) ProtoReflect ¶
func (x *BeginLoginResponse) ProtoReflect() protoreflect.Message
func (*BeginLoginResponse) Reset ¶
func (x *BeginLoginResponse) Reset()
func (*BeginLoginResponse) String ¶
func (x *BeginLoginResponse) String() string
func (*BeginLoginResponse) Validate ¶
func (m *BeginLoginResponse) Validate() error
Validate checks the field values on BeginLoginResponse 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 (*BeginLoginResponse) ValidateAll ¶
func (m *BeginLoginResponse) ValidateAll() error
ValidateAll checks the field values on BeginLoginResponse 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 BeginLoginResponseMultiError, or nil if none found.
type BeginLoginResponseMultiError ¶
type BeginLoginResponseMultiError []error
BeginLoginResponseMultiError is an error wrapping multiple validation errors returned by BeginLoginResponse.ValidateAll() if the designated constraints aren't met.
func (BeginLoginResponseMultiError) AllErrors ¶
func (m BeginLoginResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BeginLoginResponseMultiError) Error ¶
func (m BeginLoginResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BeginLoginResponseValidationError ¶
type BeginLoginResponseValidationError struct {
// contains filtered or unexported fields
}
BeginLoginResponseValidationError is the validation error returned by BeginLoginResponse.Validate if the designated constraints aren't met.
func (BeginLoginResponseValidationError) Cause ¶
func (e BeginLoginResponseValidationError) Cause() error
Cause function returns cause value.
func (BeginLoginResponseValidationError) Error ¶
func (e BeginLoginResponseValidationError) Error() string
Error satisfies the builtin error interface
func (BeginLoginResponseValidationError) ErrorName ¶
func (e BeginLoginResponseValidationError) ErrorName() string
ErrorName returns error name.
func (BeginLoginResponseValidationError) Field ¶
func (e BeginLoginResponseValidationError) Field() string
Field function returns field value.
func (BeginLoginResponseValidationError) Key ¶
func (e BeginLoginResponseValidationError) Key() bool
Key function returns key value.
func (BeginLoginResponseValidationError) Reason ¶
func (e BeginLoginResponseValidationError) Reason() string
Reason function returns reason value.
type BeginRegistrationRequest ¶
type BeginRegistrationRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// contains filtered or unexported fields
}
func (*BeginRegistrationRequest) Descriptor
deprecated
func (*BeginRegistrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use BeginRegistrationRequest.ProtoReflect.Descriptor instead.
func (*BeginRegistrationRequest) GetUserName ¶
func (x *BeginRegistrationRequest) GetUserName() string
func (*BeginRegistrationRequest) ProtoMessage ¶
func (*BeginRegistrationRequest) ProtoMessage()
func (*BeginRegistrationRequest) ProtoReflect ¶
func (x *BeginRegistrationRequest) ProtoReflect() protoreflect.Message
func (*BeginRegistrationRequest) Reset ¶
func (x *BeginRegistrationRequest) Reset()
func (*BeginRegistrationRequest) String ¶
func (x *BeginRegistrationRequest) String() string
func (*BeginRegistrationRequest) Validate ¶
func (m *BeginRegistrationRequest) Validate() error
Validate checks the field values on BeginRegistrationRequest 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 (*BeginRegistrationRequest) ValidateAll ¶
func (m *BeginRegistrationRequest) ValidateAll() error
ValidateAll checks the field values on BeginRegistrationRequest 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 BeginRegistrationRequestMultiError, or nil if none found.
type BeginRegistrationRequestMultiError ¶
type BeginRegistrationRequestMultiError []error
BeginRegistrationRequestMultiError is an error wrapping multiple validation errors returned by BeginRegistrationRequest.ValidateAll() if the designated constraints aren't met.
func (BeginRegistrationRequestMultiError) AllErrors ¶
func (m BeginRegistrationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BeginRegistrationRequestMultiError) Error ¶
func (m BeginRegistrationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BeginRegistrationRequestValidationError ¶
type BeginRegistrationRequestValidationError struct {
// contains filtered or unexported fields
}
BeginRegistrationRequestValidationError is the validation error returned by BeginRegistrationRequest.Validate if the designated constraints aren't met.
func (BeginRegistrationRequestValidationError) Cause ¶
func (e BeginRegistrationRequestValidationError) Cause() error
Cause function returns cause value.
func (BeginRegistrationRequestValidationError) Error ¶
func (e BeginRegistrationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (BeginRegistrationRequestValidationError) ErrorName ¶
func (e BeginRegistrationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (BeginRegistrationRequestValidationError) Field ¶
func (e BeginRegistrationRequestValidationError) Field() string
Field function returns field value.
func (BeginRegistrationRequestValidationError) Key ¶
func (e BeginRegistrationRequestValidationError) Key() bool
Key function returns key value.
func (BeginRegistrationRequestValidationError) Reason ¶
func (e BeginRegistrationRequestValidationError) Reason() string
Reason function returns reason value.
type BeginRegistrationResponse ¶
type BeginRegistrationResponse struct {
CredentialCreationOptions string `` /* 138-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*BeginRegistrationResponse) Descriptor
deprecated
func (*BeginRegistrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use BeginRegistrationResponse.ProtoReflect.Descriptor instead.
func (*BeginRegistrationResponse) GetCredentialCreationOptions ¶
func (x *BeginRegistrationResponse) GetCredentialCreationOptions() string
func (*BeginRegistrationResponse) ProtoMessage ¶
func (*BeginRegistrationResponse) ProtoMessage()
func (*BeginRegistrationResponse) ProtoReflect ¶
func (x *BeginRegistrationResponse) ProtoReflect() protoreflect.Message
func (*BeginRegistrationResponse) Reset ¶
func (x *BeginRegistrationResponse) Reset()
func (*BeginRegistrationResponse) String ¶
func (x *BeginRegistrationResponse) String() string
func (*BeginRegistrationResponse) Validate ¶
func (m *BeginRegistrationResponse) Validate() error
Validate checks the field values on BeginRegistrationResponse 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 (*BeginRegistrationResponse) ValidateAll ¶
func (m *BeginRegistrationResponse) ValidateAll() error
ValidateAll checks the field values on BeginRegistrationResponse 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 BeginRegistrationResponseMultiError, or nil if none found.
type BeginRegistrationResponseMultiError ¶
type BeginRegistrationResponseMultiError []error
BeginRegistrationResponseMultiError is an error wrapping multiple validation errors returned by BeginRegistrationResponse.ValidateAll() if the designated constraints aren't met.
func (BeginRegistrationResponseMultiError) AllErrors ¶
func (m BeginRegistrationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BeginRegistrationResponseMultiError) Error ¶
func (m BeginRegistrationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BeginRegistrationResponseValidationError ¶
type BeginRegistrationResponseValidationError struct {
// contains filtered or unexported fields
}
BeginRegistrationResponseValidationError is the validation error returned by BeginRegistrationResponse.Validate if the designated constraints aren't met.
func (BeginRegistrationResponseValidationError) Cause ¶
func (e BeginRegistrationResponseValidationError) Cause() error
Cause function returns cause value.
func (BeginRegistrationResponseValidationError) Error ¶
func (e BeginRegistrationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (BeginRegistrationResponseValidationError) ErrorName ¶
func (e BeginRegistrationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (BeginRegistrationResponseValidationError) Field ¶
func (e BeginRegistrationResponseValidationError) Field() string
Field function returns field value.
func (BeginRegistrationResponseValidationError) Key ¶
func (e BeginRegistrationResponseValidationError) Key() bool
Key function returns key value.
func (BeginRegistrationResponseValidationError) Reason ¶
func (e BeginRegistrationResponseValidationError) Reason() string
Reason function returns reason value.
type CreateUserRequest ¶
type CreateUserRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
Roles []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
AuthType string `protobuf:"bytes,4,opt,name=auth_type,json=authType,proto3" json:"auth_type,omitempty"`
Addons []*UserAddon `protobuf:"bytes,5,rep,name=addons,proto3" json:"addons,omitempty"`
// contains filtered or unexported fields
}
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetAddons ¶
func (x *CreateUserRequest) GetAddons() []*UserAddon
func (*CreateUserRequest) GetAuthType ¶
func (x *CreateUserRequest) GetAuthType() string
func (*CreateUserRequest) GetDisplayName ¶
func (x *CreateUserRequest) GetDisplayName() string
func (*CreateUserRequest) GetRoles ¶
func (x *CreateUserRequest) GetRoles() []string
func (*CreateUserRequest) GetUserName ¶
func (x *CreateUserRequest) GetUserName() string
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
func (*CreateUserRequest) Validate ¶
func (m *CreateUserRequest) Validate() error
Validate checks the field values on CreateUserRequest 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 (*CreateUserRequest) ValidateAll ¶
func (m *CreateUserRequest) ValidateAll() error
ValidateAll checks the field values on CreateUserRequest 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 CreateUserRequestMultiError, or nil if none found.
type CreateUserRequestMultiError ¶
type CreateUserRequestMultiError []error
CreateUserRequestMultiError is an error wrapping multiple validation errors returned by CreateUserRequest.ValidateAll() if the designated constraints aren't met.
func (CreateUserRequestMultiError) AllErrors ¶
func (m CreateUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateUserRequestMultiError) Error ¶
func (m CreateUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateUserRequestValidationError ¶
type CreateUserRequestValidationError struct {
// contains filtered or unexported fields
}
CreateUserRequestValidationError is the validation error returned by CreateUserRequest.Validate if the designated constraints aren't met.
func (CreateUserRequestValidationError) Cause ¶
func (e CreateUserRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateUserRequestValidationError) Error ¶
func (e CreateUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateUserRequestValidationError) ErrorName ¶
func (e CreateUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateUserRequestValidationError) Field ¶
func (e CreateUserRequestValidationError) Field() string
Field function returns field value.
func (CreateUserRequestValidationError) Key ¶
func (e CreateUserRequestValidationError) Key() bool
Key function returns key value.
func (CreateUserRequestValidationError) Reason ¶
func (e CreateUserRequestValidationError) Reason() string
Reason function returns reason value.
type CreateUserResponse ¶
type CreateUserResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetMessage ¶
func (x *CreateUserResponse) GetMessage() string
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
func (*CreateUserResponse) Validate ¶
func (m *CreateUserResponse) Validate() error
Validate checks the field values on CreateUserResponse 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 (*CreateUserResponse) ValidateAll ¶
func (m *CreateUserResponse) ValidateAll() error
ValidateAll checks the field values on CreateUserResponse 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 CreateUserResponseMultiError, or nil if none found.
type CreateUserResponseMultiError ¶
type CreateUserResponseMultiError []error
CreateUserResponseMultiError is an error wrapping multiple validation errors returned by CreateUserResponse.ValidateAll() if the designated constraints aren't met.
func (CreateUserResponseMultiError) AllErrors ¶
func (m CreateUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateUserResponseMultiError) Error ¶
func (m CreateUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateUserResponseValidationError ¶
type CreateUserResponseValidationError struct {
// contains filtered or unexported fields
}
CreateUserResponseValidationError is the validation error returned by CreateUserResponse.Validate if the designated constraints aren't met.
func (CreateUserResponseValidationError) Cause ¶
func (e CreateUserResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateUserResponseValidationError) Error ¶
func (e CreateUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateUserResponseValidationError) ErrorName ¶
func (e CreateUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateUserResponseValidationError) Field ¶
func (e CreateUserResponseValidationError) Field() string
Field function returns field value.
func (CreateUserResponseValidationError) Key ¶
func (e CreateUserResponseValidationError) Key() bool
Key function returns key value.
func (CreateUserResponseValidationError) Reason ¶
func (e CreateUserResponseValidationError) Reason() string
Reason function returns reason value.
type CreateWorkspaceRequest ¶
type CreateWorkspaceRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
Template string `protobuf:"bytes,3,opt,name=template,proto3" json:"template,omitempty"`
Vars map[string]string `` /* 149-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*CreateWorkspaceRequest) Descriptor
deprecated
func (*CreateWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*CreateWorkspaceRequest) GetTemplate ¶
func (x *CreateWorkspaceRequest) GetTemplate() string
func (*CreateWorkspaceRequest) GetUserName ¶
func (x *CreateWorkspaceRequest) GetUserName() string
func (*CreateWorkspaceRequest) GetVars ¶
func (x *CreateWorkspaceRequest) GetVars() map[string]string
func (*CreateWorkspaceRequest) GetWsName ¶
func (x *CreateWorkspaceRequest) GetWsName() string
func (*CreateWorkspaceRequest) ProtoMessage ¶
func (*CreateWorkspaceRequest) ProtoMessage()
func (*CreateWorkspaceRequest) ProtoReflect ¶
func (x *CreateWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*CreateWorkspaceRequest) Reset ¶
func (x *CreateWorkspaceRequest) Reset()
func (*CreateWorkspaceRequest) String ¶
func (x *CreateWorkspaceRequest) String() string
func (*CreateWorkspaceRequest) Validate ¶
func (m *CreateWorkspaceRequest) Validate() error
Validate checks the field values on CreateWorkspaceRequest 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 (*CreateWorkspaceRequest) ValidateAll ¶
func (m *CreateWorkspaceRequest) ValidateAll() error
ValidateAll checks the field values on CreateWorkspaceRequest 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 CreateWorkspaceRequestMultiError, or nil if none found.
type CreateWorkspaceRequestMultiError ¶
type CreateWorkspaceRequestMultiError []error
CreateWorkspaceRequestMultiError is an error wrapping multiple validation errors returned by CreateWorkspaceRequest.ValidateAll() if the designated constraints aren't met.
func (CreateWorkspaceRequestMultiError) AllErrors ¶
func (m CreateWorkspaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateWorkspaceRequestMultiError) Error ¶
func (m CreateWorkspaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateWorkspaceRequestValidationError ¶
type CreateWorkspaceRequestValidationError struct {
// contains filtered or unexported fields
}
CreateWorkspaceRequestValidationError is the validation error returned by CreateWorkspaceRequest.Validate if the designated constraints aren't met.
func (CreateWorkspaceRequestValidationError) Cause ¶
func (e CreateWorkspaceRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateWorkspaceRequestValidationError) Error ¶
func (e CreateWorkspaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateWorkspaceRequestValidationError) ErrorName ¶
func (e CreateWorkspaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateWorkspaceRequestValidationError) Field ¶
func (e CreateWorkspaceRequestValidationError) Field() string
Field function returns field value.
func (CreateWorkspaceRequestValidationError) Key ¶
func (e CreateWorkspaceRequestValidationError) Key() bool
Key function returns key value.
func (CreateWorkspaceRequestValidationError) Reason ¶
func (e CreateWorkspaceRequestValidationError) Reason() string
Reason function returns reason value.
type CreateWorkspaceResponse ¶
type CreateWorkspaceResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Workspace *Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
// contains filtered or unexported fields
}
func (*CreateWorkspaceResponse) Descriptor
deprecated
func (*CreateWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*CreateWorkspaceResponse) GetMessage ¶
func (x *CreateWorkspaceResponse) GetMessage() string
func (*CreateWorkspaceResponse) GetWorkspace ¶
func (x *CreateWorkspaceResponse) GetWorkspace() *Workspace
func (*CreateWorkspaceResponse) ProtoMessage ¶
func (*CreateWorkspaceResponse) ProtoMessage()
func (*CreateWorkspaceResponse) ProtoReflect ¶
func (x *CreateWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*CreateWorkspaceResponse) Reset ¶
func (x *CreateWorkspaceResponse) Reset()
func (*CreateWorkspaceResponse) String ¶
func (x *CreateWorkspaceResponse) String() string
func (*CreateWorkspaceResponse) Validate ¶
func (m *CreateWorkspaceResponse) Validate() error
Validate checks the field values on CreateWorkspaceResponse 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 (*CreateWorkspaceResponse) ValidateAll ¶
func (m *CreateWorkspaceResponse) ValidateAll() error
ValidateAll checks the field values on CreateWorkspaceResponse 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 CreateWorkspaceResponseMultiError, or nil if none found.
type CreateWorkspaceResponseMultiError ¶
type CreateWorkspaceResponseMultiError []error
CreateWorkspaceResponseMultiError is an error wrapping multiple validation errors returned by CreateWorkspaceResponse.ValidateAll() if the designated constraints aren't met.
func (CreateWorkspaceResponseMultiError) AllErrors ¶
func (m CreateWorkspaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateWorkspaceResponseMultiError) Error ¶
func (m CreateWorkspaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateWorkspaceResponseValidationError ¶
type CreateWorkspaceResponseValidationError struct {
// contains filtered or unexported fields
}
CreateWorkspaceResponseValidationError is the validation error returned by CreateWorkspaceResponse.Validate if the designated constraints aren't met.
func (CreateWorkspaceResponseValidationError) Cause ¶
func (e CreateWorkspaceResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateWorkspaceResponseValidationError) Error ¶
func (e CreateWorkspaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateWorkspaceResponseValidationError) ErrorName ¶
func (e CreateWorkspaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateWorkspaceResponseValidationError) Field ¶
func (e CreateWorkspaceResponseValidationError) Field() string
Field function returns field value.
func (CreateWorkspaceResponseValidationError) Key ¶
func (e CreateWorkspaceResponseValidationError) Key() bool
Key function returns key value.
func (CreateWorkspaceResponseValidationError) Reason ¶
func (e CreateWorkspaceResponseValidationError) Reason() string
Reason function returns reason value.
type Credential ¶
type Credential struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*Credential) Descriptor
deprecated
func (*Credential) Descriptor() ([]byte, []int)
Deprecated: Use Credential.ProtoReflect.Descriptor instead.
func (*Credential) GetDisplayName ¶
func (x *Credential) GetDisplayName() string
func (*Credential) GetId ¶
func (x *Credential) GetId() string
func (*Credential) GetTimestamp ¶
func (x *Credential) GetTimestamp() *timestamppb.Timestamp
func (*Credential) ProtoMessage ¶
func (*Credential) ProtoMessage()
func (*Credential) ProtoReflect ¶
func (x *Credential) ProtoReflect() protoreflect.Message
func (*Credential) Reset ¶
func (x *Credential) Reset()
func (*Credential) String ¶
func (x *Credential) String() string
func (*Credential) Validate ¶
func (m *Credential) Validate() error
Validate checks the field values on Credential 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 (*Credential) ValidateAll ¶
func (m *Credential) ValidateAll() error
ValidateAll checks the field values on Credential 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 CredentialMultiError, or nil if none found.
type CredentialMultiError ¶
type CredentialMultiError []error
CredentialMultiError is an error wrapping multiple validation errors returned by Credential.ValidateAll() if the designated constraints aren't met.
func (CredentialMultiError) AllErrors ¶
func (m CredentialMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CredentialMultiError) Error ¶
func (m CredentialMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CredentialValidationError ¶
type CredentialValidationError struct {
// contains filtered or unexported fields
}
CredentialValidationError is the validation error returned by Credential.Validate if the designated constraints aren't met.
func (CredentialValidationError) Cause ¶
func (e CredentialValidationError) Cause() error
Cause function returns cause value.
func (CredentialValidationError) Error ¶
func (e CredentialValidationError) Error() string
Error satisfies the builtin error interface
func (CredentialValidationError) ErrorName ¶
func (e CredentialValidationError) ErrorName() string
ErrorName returns error name.
func (CredentialValidationError) Field ¶
func (e CredentialValidationError) Field() string
Field function returns field value.
func (CredentialValidationError) Key ¶
func (e CredentialValidationError) Key() bool
Key function returns key value.
func (CredentialValidationError) Reason ¶
func (e CredentialValidationError) Reason() string
Reason function returns reason value.
type DeleteCredentialRequest ¶
type DeleteCredentialRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
CredId string `protobuf:"bytes,2,opt,name=cred_id,json=credId,proto3" json:"cred_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteCredentialRequest) Descriptor
deprecated
func (*DeleteCredentialRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCredentialRequest.ProtoReflect.Descriptor instead.
func (*DeleteCredentialRequest) GetCredId ¶
func (x *DeleteCredentialRequest) GetCredId() string
func (*DeleteCredentialRequest) GetUserName ¶
func (x *DeleteCredentialRequest) GetUserName() string
func (*DeleteCredentialRequest) ProtoMessage ¶
func (*DeleteCredentialRequest) ProtoMessage()
func (*DeleteCredentialRequest) ProtoReflect ¶
func (x *DeleteCredentialRequest) ProtoReflect() protoreflect.Message
func (*DeleteCredentialRequest) Reset ¶
func (x *DeleteCredentialRequest) Reset()
func (*DeleteCredentialRequest) String ¶
func (x *DeleteCredentialRequest) String() string
func (*DeleteCredentialRequest) Validate ¶
func (m *DeleteCredentialRequest) Validate() error
Validate checks the field values on DeleteCredentialRequest 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 (*DeleteCredentialRequest) ValidateAll ¶
func (m *DeleteCredentialRequest) ValidateAll() error
ValidateAll checks the field values on DeleteCredentialRequest 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 DeleteCredentialRequestMultiError, or nil if none found.
type DeleteCredentialRequestMultiError ¶
type DeleteCredentialRequestMultiError []error
DeleteCredentialRequestMultiError is an error wrapping multiple validation errors returned by DeleteCredentialRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteCredentialRequestMultiError) AllErrors ¶
func (m DeleteCredentialRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteCredentialRequestMultiError) Error ¶
func (m DeleteCredentialRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteCredentialRequestValidationError ¶
type DeleteCredentialRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteCredentialRequestValidationError is the validation error returned by DeleteCredentialRequest.Validate if the designated constraints aren't met.
func (DeleteCredentialRequestValidationError) Cause ¶
func (e DeleteCredentialRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteCredentialRequestValidationError) Error ¶
func (e DeleteCredentialRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCredentialRequestValidationError) ErrorName ¶
func (e DeleteCredentialRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCredentialRequestValidationError) Field ¶
func (e DeleteCredentialRequestValidationError) Field() string
Field function returns field value.
func (DeleteCredentialRequestValidationError) Key ¶
func (e DeleteCredentialRequestValidationError) Key() bool
Key function returns key value.
func (DeleteCredentialRequestValidationError) Reason ¶
func (e DeleteCredentialRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteCredentialResponse ¶
type DeleteCredentialResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteCredentialResponse) Descriptor
deprecated
func (*DeleteCredentialResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCredentialResponse.ProtoReflect.Descriptor instead.
func (*DeleteCredentialResponse) GetMessage ¶
func (x *DeleteCredentialResponse) GetMessage() string
func (*DeleteCredentialResponse) ProtoMessage ¶
func (*DeleteCredentialResponse) ProtoMessage()
func (*DeleteCredentialResponse) ProtoReflect ¶
func (x *DeleteCredentialResponse) ProtoReflect() protoreflect.Message
func (*DeleteCredentialResponse) Reset ¶
func (x *DeleteCredentialResponse) Reset()
func (*DeleteCredentialResponse) String ¶
func (x *DeleteCredentialResponse) String() string
func (*DeleteCredentialResponse) Validate ¶
func (m *DeleteCredentialResponse) Validate() error
Validate checks the field values on DeleteCredentialResponse 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 (*DeleteCredentialResponse) ValidateAll ¶
func (m *DeleteCredentialResponse) ValidateAll() error
ValidateAll checks the field values on DeleteCredentialResponse 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 DeleteCredentialResponseMultiError, or nil if none found.
type DeleteCredentialResponseMultiError ¶
type DeleteCredentialResponseMultiError []error
DeleteCredentialResponseMultiError is an error wrapping multiple validation errors returned by DeleteCredentialResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteCredentialResponseMultiError) AllErrors ¶
func (m DeleteCredentialResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteCredentialResponseMultiError) Error ¶
func (m DeleteCredentialResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteCredentialResponseValidationError ¶
type DeleteCredentialResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteCredentialResponseValidationError is the validation error returned by DeleteCredentialResponse.Validate if the designated constraints aren't met.
func (DeleteCredentialResponseValidationError) Cause ¶
func (e DeleteCredentialResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteCredentialResponseValidationError) Error ¶
func (e DeleteCredentialResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCredentialResponseValidationError) ErrorName ¶
func (e DeleteCredentialResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCredentialResponseValidationError) Field ¶
func (e DeleteCredentialResponseValidationError) Field() string
Field function returns field value.
func (DeleteCredentialResponseValidationError) Key ¶
func (e DeleteCredentialResponseValidationError) Key() bool
Key function returns key value.
func (DeleteCredentialResponseValidationError) Reason ¶
func (e DeleteCredentialResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteNetworkRuleRequest ¶
type DeleteNetworkRuleRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
Index int32 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteNetworkRuleRequest) Descriptor
deprecated
func (*DeleteNetworkRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNetworkRuleRequest.ProtoReflect.Descriptor instead.
func (*DeleteNetworkRuleRequest) GetIndex ¶ added in v0.10.0
func (x *DeleteNetworkRuleRequest) GetIndex() int32
func (*DeleteNetworkRuleRequest) GetUserName ¶
func (x *DeleteNetworkRuleRequest) GetUserName() string
func (*DeleteNetworkRuleRequest) GetWsName ¶
func (x *DeleteNetworkRuleRequest) GetWsName() string
func (*DeleteNetworkRuleRequest) ProtoMessage ¶
func (*DeleteNetworkRuleRequest) ProtoMessage()
func (*DeleteNetworkRuleRequest) ProtoReflect ¶
func (x *DeleteNetworkRuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteNetworkRuleRequest) Reset ¶
func (x *DeleteNetworkRuleRequest) Reset()
func (*DeleteNetworkRuleRequest) String ¶
func (x *DeleteNetworkRuleRequest) String() string
func (*DeleteNetworkRuleRequest) Validate ¶
func (m *DeleteNetworkRuleRequest) Validate() error
Validate checks the field values on DeleteNetworkRuleRequest 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 (*DeleteNetworkRuleRequest) ValidateAll ¶
func (m *DeleteNetworkRuleRequest) ValidateAll() error
ValidateAll checks the field values on DeleteNetworkRuleRequest 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 DeleteNetworkRuleRequestMultiError, or nil if none found.
type DeleteNetworkRuleRequestMultiError ¶
type DeleteNetworkRuleRequestMultiError []error
DeleteNetworkRuleRequestMultiError is an error wrapping multiple validation errors returned by DeleteNetworkRuleRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteNetworkRuleRequestMultiError) AllErrors ¶
func (m DeleteNetworkRuleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteNetworkRuleRequestMultiError) Error ¶
func (m DeleteNetworkRuleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteNetworkRuleRequestValidationError ¶
type DeleteNetworkRuleRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteNetworkRuleRequestValidationError is the validation error returned by DeleteNetworkRuleRequest.Validate if the designated constraints aren't met.
func (DeleteNetworkRuleRequestValidationError) Cause ¶
func (e DeleteNetworkRuleRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteNetworkRuleRequestValidationError) Error ¶
func (e DeleteNetworkRuleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteNetworkRuleRequestValidationError) ErrorName ¶
func (e DeleteNetworkRuleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteNetworkRuleRequestValidationError) Field ¶
func (e DeleteNetworkRuleRequestValidationError) Field() string
Field function returns field value.
func (DeleteNetworkRuleRequestValidationError) Key ¶
func (e DeleteNetworkRuleRequestValidationError) Key() bool
Key function returns key value.
func (DeleteNetworkRuleRequestValidationError) Reason ¶
func (e DeleteNetworkRuleRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteNetworkRuleResponse ¶
type DeleteNetworkRuleResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
NetworkRule *NetworkRule `protobuf:"bytes,2,opt,name=network_rule,json=networkRule,proto3" json:"network_rule,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteNetworkRuleResponse) Descriptor
deprecated
func (*DeleteNetworkRuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNetworkRuleResponse.ProtoReflect.Descriptor instead.
func (*DeleteNetworkRuleResponse) GetMessage ¶
func (x *DeleteNetworkRuleResponse) GetMessage() string
func (*DeleteNetworkRuleResponse) GetNetworkRule ¶
func (x *DeleteNetworkRuleResponse) GetNetworkRule() *NetworkRule
func (*DeleteNetworkRuleResponse) ProtoMessage ¶
func (*DeleteNetworkRuleResponse) ProtoMessage()
func (*DeleteNetworkRuleResponse) ProtoReflect ¶
func (x *DeleteNetworkRuleResponse) ProtoReflect() protoreflect.Message
func (*DeleteNetworkRuleResponse) Reset ¶
func (x *DeleteNetworkRuleResponse) Reset()
func (*DeleteNetworkRuleResponse) String ¶
func (x *DeleteNetworkRuleResponse) String() string
func (*DeleteNetworkRuleResponse) Validate ¶
func (m *DeleteNetworkRuleResponse) Validate() error
Validate checks the field values on DeleteNetworkRuleResponse 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 (*DeleteNetworkRuleResponse) ValidateAll ¶
func (m *DeleteNetworkRuleResponse) ValidateAll() error
ValidateAll checks the field values on DeleteNetworkRuleResponse 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 DeleteNetworkRuleResponseMultiError, or nil if none found.
type DeleteNetworkRuleResponseMultiError ¶
type DeleteNetworkRuleResponseMultiError []error
DeleteNetworkRuleResponseMultiError is an error wrapping multiple validation errors returned by DeleteNetworkRuleResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteNetworkRuleResponseMultiError) AllErrors ¶
func (m DeleteNetworkRuleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteNetworkRuleResponseMultiError) Error ¶
func (m DeleteNetworkRuleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteNetworkRuleResponseValidationError ¶
type DeleteNetworkRuleResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteNetworkRuleResponseValidationError is the validation error returned by DeleteNetworkRuleResponse.Validate if the designated constraints aren't met.
func (DeleteNetworkRuleResponseValidationError) Cause ¶
func (e DeleteNetworkRuleResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteNetworkRuleResponseValidationError) Error ¶
func (e DeleteNetworkRuleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteNetworkRuleResponseValidationError) ErrorName ¶
func (e DeleteNetworkRuleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteNetworkRuleResponseValidationError) Field ¶
func (e DeleteNetworkRuleResponseValidationError) Field() string
Field function returns field value.
func (DeleteNetworkRuleResponseValidationError) Key ¶
func (e DeleteNetworkRuleResponseValidationError) Key() bool
Key function returns key value.
func (DeleteNetworkRuleResponseValidationError) Reason ¶
func (e DeleteNetworkRuleResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteUserRequest ¶
type DeleteUserRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetUserName ¶
func (x *DeleteUserRequest) GetUserName() string
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
func (*DeleteUserRequest) Validate ¶
func (m *DeleteUserRequest) Validate() error
Validate checks the field values on DeleteUserRequest 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 (*DeleteUserRequest) ValidateAll ¶
func (m *DeleteUserRequest) ValidateAll() error
ValidateAll checks the field values on DeleteUserRequest 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 DeleteUserRequestMultiError, or nil if none found.
type DeleteUserRequestMultiError ¶
type DeleteUserRequestMultiError []error
DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteUserRequestMultiError) AllErrors ¶
func (m DeleteUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteUserRequestMultiError) Error ¶
func (m DeleteUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteUserRequestValidationError ¶
type DeleteUserRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.
func (DeleteUserRequestValidationError) Cause ¶
func (e DeleteUserRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteUserRequestValidationError) Error ¶
func (e DeleteUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteUserRequestValidationError) ErrorName ¶
func (e DeleteUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteUserRequestValidationError) Field ¶
func (e DeleteUserRequestValidationError) Field() string
Field function returns field value.
func (DeleteUserRequestValidationError) Key ¶
func (e DeleteUserRequestValidationError) Key() bool
Key function returns key value.
func (DeleteUserRequestValidationError) Reason ¶
func (e DeleteUserRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteUserResponse ¶
type DeleteUserResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) GetMessage ¶
func (x *DeleteUserResponse) GetMessage() string
func (*DeleteUserResponse) GetUser ¶
func (x *DeleteUserResponse) GetUser() *User
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
func (*DeleteUserResponse) Validate ¶
func (m *DeleteUserResponse) Validate() error
Validate checks the field values on DeleteUserResponse 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 (*DeleteUserResponse) ValidateAll ¶
func (m *DeleteUserResponse) ValidateAll() error
ValidateAll checks the field values on DeleteUserResponse 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 DeleteUserResponseMultiError, or nil if none found.
type DeleteUserResponseMultiError ¶
type DeleteUserResponseMultiError []error
DeleteUserResponseMultiError is an error wrapping multiple validation errors returned by DeleteUserResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteUserResponseMultiError) AllErrors ¶
func (m DeleteUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteUserResponseMultiError) Error ¶
func (m DeleteUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteUserResponseValidationError ¶
type DeleteUserResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteUserResponseValidationError is the validation error returned by DeleteUserResponse.Validate if the designated constraints aren't met.
func (DeleteUserResponseValidationError) Cause ¶
func (e DeleteUserResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteUserResponseValidationError) Error ¶
func (e DeleteUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteUserResponseValidationError) ErrorName ¶
func (e DeleteUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteUserResponseValidationError) Field ¶
func (e DeleteUserResponseValidationError) Field() string
Field function returns field value.
func (DeleteUserResponseValidationError) Key ¶
func (e DeleteUserResponseValidationError) Key() bool
Key function returns key value.
func (DeleteUserResponseValidationError) Reason ¶
func (e DeleteUserResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteWorkspaceRequest ¶
type DeleteWorkspaceRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteWorkspaceRequest) Descriptor
deprecated
func (*DeleteWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*DeleteWorkspaceRequest) GetUserName ¶
func (x *DeleteWorkspaceRequest) GetUserName() string
func (*DeleteWorkspaceRequest) GetWsName ¶
func (x *DeleteWorkspaceRequest) GetWsName() string
func (*DeleteWorkspaceRequest) ProtoMessage ¶
func (*DeleteWorkspaceRequest) ProtoMessage()
func (*DeleteWorkspaceRequest) ProtoReflect ¶
func (x *DeleteWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*DeleteWorkspaceRequest) Reset ¶
func (x *DeleteWorkspaceRequest) Reset()
func (*DeleteWorkspaceRequest) String ¶
func (x *DeleteWorkspaceRequest) String() string
func (*DeleteWorkspaceRequest) Validate ¶
func (m *DeleteWorkspaceRequest) Validate() error
Validate checks the field values on DeleteWorkspaceRequest 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 (*DeleteWorkspaceRequest) ValidateAll ¶
func (m *DeleteWorkspaceRequest) ValidateAll() error
ValidateAll checks the field values on DeleteWorkspaceRequest 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 DeleteWorkspaceRequestMultiError, or nil if none found.
type DeleteWorkspaceRequestMultiError ¶
type DeleteWorkspaceRequestMultiError []error
DeleteWorkspaceRequestMultiError is an error wrapping multiple validation errors returned by DeleteWorkspaceRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteWorkspaceRequestMultiError) AllErrors ¶
func (m DeleteWorkspaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteWorkspaceRequestMultiError) Error ¶
func (m DeleteWorkspaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteWorkspaceRequestValidationError ¶
type DeleteWorkspaceRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteWorkspaceRequestValidationError is the validation error returned by DeleteWorkspaceRequest.Validate if the designated constraints aren't met.
func (DeleteWorkspaceRequestValidationError) Cause ¶
func (e DeleteWorkspaceRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteWorkspaceRequestValidationError) Error ¶
func (e DeleteWorkspaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteWorkspaceRequestValidationError) ErrorName ¶
func (e DeleteWorkspaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteWorkspaceRequestValidationError) Field ¶
func (e DeleteWorkspaceRequestValidationError) Field() string
Field function returns field value.
func (DeleteWorkspaceRequestValidationError) Key ¶
func (e DeleteWorkspaceRequestValidationError) Key() bool
Key function returns key value.
func (DeleteWorkspaceRequestValidationError) Reason ¶
func (e DeleteWorkspaceRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteWorkspaceResponse ¶
type DeleteWorkspaceResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Workspace *Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteWorkspaceResponse) Descriptor
deprecated
func (*DeleteWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*DeleteWorkspaceResponse) GetMessage ¶
func (x *DeleteWorkspaceResponse) GetMessage() string
func (*DeleteWorkspaceResponse) GetWorkspace ¶
func (x *DeleteWorkspaceResponse) GetWorkspace() *Workspace
func (*DeleteWorkspaceResponse) ProtoMessage ¶
func (*DeleteWorkspaceResponse) ProtoMessage()
func (*DeleteWorkspaceResponse) ProtoReflect ¶
func (x *DeleteWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*DeleteWorkspaceResponse) Reset ¶
func (x *DeleteWorkspaceResponse) Reset()
func (*DeleteWorkspaceResponse) String ¶
func (x *DeleteWorkspaceResponse) String() string
func (*DeleteWorkspaceResponse) Validate ¶
func (m *DeleteWorkspaceResponse) Validate() error
Validate checks the field values on DeleteWorkspaceResponse 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 (*DeleteWorkspaceResponse) ValidateAll ¶
func (m *DeleteWorkspaceResponse) ValidateAll() error
ValidateAll checks the field values on DeleteWorkspaceResponse 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 DeleteWorkspaceResponseMultiError, or nil if none found.
type DeleteWorkspaceResponseMultiError ¶
type DeleteWorkspaceResponseMultiError []error
DeleteWorkspaceResponseMultiError is an error wrapping multiple validation errors returned by DeleteWorkspaceResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteWorkspaceResponseMultiError) AllErrors ¶
func (m DeleteWorkspaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteWorkspaceResponseMultiError) Error ¶
func (m DeleteWorkspaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteWorkspaceResponseValidationError ¶
type DeleteWorkspaceResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteWorkspaceResponseValidationError is the validation error returned by DeleteWorkspaceResponse.Validate if the designated constraints aren't met.
func (DeleteWorkspaceResponseValidationError) Cause ¶
func (e DeleteWorkspaceResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteWorkspaceResponseValidationError) Error ¶
func (e DeleteWorkspaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteWorkspaceResponseValidationError) ErrorName ¶
func (e DeleteWorkspaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteWorkspaceResponseValidationError) Field ¶
func (e DeleteWorkspaceResponseValidationError) Field() string
Field function returns field value.
func (DeleteWorkspaceResponseValidationError) Key ¶
func (e DeleteWorkspaceResponseValidationError) Key() bool
Key function returns key value.
func (DeleteWorkspaceResponseValidationError) Reason ¶
func (e DeleteWorkspaceResponseValidationError) Reason() string
Reason function returns reason value.
type Event ¶
type Event struct {
EventTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=eventTime,proto3" json:"eventTime,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
Regarding *ObjectReference `protobuf:"bytes,5,opt,name=regarding,proto3" json:"regarding,omitempty"`
ReportingController string `protobuf:"bytes,6,opt,name=reportingController,proto3" json:"reportingController,omitempty"`
Series *EventSeries `protobuf:"bytes,7,opt,name=series,proto3,oneof" json:"series,omitempty"`
// contains filtered or unexported fields
}
func (*Event) Descriptor
deprecated
func (*Event) GetEventTime ¶
func (x *Event) GetEventTime() *timestamppb.Timestamp
func (*Event) GetRegarding ¶
func (x *Event) GetRegarding() *ObjectReference
func (*Event) GetReportingController ¶
func (*Event) GetSeries ¶
func (x *Event) GetSeries() *EventSeries
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) Validate ¶
Validate checks the field values on Event 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 (*Event) ValidateAll ¶
ValidateAll checks the field values on Event 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 EventMultiError, or nil if none found.
type EventMultiError ¶
type EventMultiError []error
EventMultiError is an error wrapping multiple validation errors returned by Event.ValidateAll() if the designated constraints aren't met.
func (EventMultiError) AllErrors ¶
func (m EventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EventMultiError) Error ¶
func (m EventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EventSeries ¶
type EventSeries struct {
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
LastObservedTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=lastObservedTime,proto3" json:"lastObservedTime,omitempty"`
// contains filtered or unexported fields
}
func (*EventSeries) Descriptor
deprecated
func (*EventSeries) Descriptor() ([]byte, []int)
Deprecated: Use EventSeries.ProtoReflect.Descriptor instead.
func (*EventSeries) GetCount ¶
func (x *EventSeries) GetCount() int32
func (*EventSeries) GetLastObservedTime ¶
func (x *EventSeries) GetLastObservedTime() *timestamppb.Timestamp
func (*EventSeries) ProtoMessage ¶
func (*EventSeries) ProtoMessage()
func (*EventSeries) ProtoReflect ¶
func (x *EventSeries) ProtoReflect() protoreflect.Message
func (*EventSeries) Reset ¶
func (x *EventSeries) Reset()
func (*EventSeries) String ¶
func (x *EventSeries) String() string
func (*EventSeries) Validate ¶
func (m *EventSeries) Validate() error
Validate checks the field values on EventSeries 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 (*EventSeries) ValidateAll ¶
func (m *EventSeries) ValidateAll() error
ValidateAll checks the field values on EventSeries 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 EventSeriesMultiError, or nil if none found.
type EventSeriesMultiError ¶
type EventSeriesMultiError []error
EventSeriesMultiError is an error wrapping multiple validation errors returned by EventSeries.ValidateAll() if the designated constraints aren't met.
func (EventSeriesMultiError) AllErrors ¶
func (m EventSeriesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EventSeriesMultiError) Error ¶
func (m EventSeriesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EventSeriesValidationError ¶
type EventSeriesValidationError struct {
// contains filtered or unexported fields
}
EventSeriesValidationError is the validation error returned by EventSeries.Validate if the designated constraints aren't met.
func (EventSeriesValidationError) Cause ¶
func (e EventSeriesValidationError) Cause() error
Cause function returns cause value.
func (EventSeriesValidationError) Error ¶
func (e EventSeriesValidationError) Error() string
Error satisfies the builtin error interface
func (EventSeriesValidationError) ErrorName ¶
func (e EventSeriesValidationError) ErrorName() string
ErrorName returns error name.
func (EventSeriesValidationError) Field ¶
func (e EventSeriesValidationError) Field() string
Field function returns field value.
func (EventSeriesValidationError) Key ¶
func (e EventSeriesValidationError) Key() bool
Key function returns key value.
func (EventSeriesValidationError) Reason ¶
func (e EventSeriesValidationError) Reason() string
Reason function returns reason value.
type EventValidationError ¶
type EventValidationError struct {
// contains filtered or unexported fields
}
EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.
func (EventValidationError) Cause ¶
func (e EventValidationError) Cause() error
Cause function returns cause value.
func (EventValidationError) Error ¶
func (e EventValidationError) Error() string
Error satisfies the builtin error interface
func (EventValidationError) ErrorName ¶
func (e EventValidationError) ErrorName() string
ErrorName returns error name.
func (EventValidationError) Field ¶
func (e EventValidationError) Field() string
Field function returns field value.
func (EventValidationError) Key ¶
func (e EventValidationError) Key() bool
Key function returns key value.
func (EventValidationError) Reason ¶
func (e EventValidationError) Reason() string
Reason function returns reason value.
type FinishLoginRequest ¶
type FinishLoginRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
CredentialRequestResult string `` /* 132-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*FinishLoginRequest) Descriptor
deprecated
func (*FinishLoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishLoginRequest.ProtoReflect.Descriptor instead.
func (*FinishLoginRequest) GetCredentialRequestResult ¶
func (x *FinishLoginRequest) GetCredentialRequestResult() string
func (*FinishLoginRequest) GetUserName ¶
func (x *FinishLoginRequest) GetUserName() string
func (*FinishLoginRequest) ProtoMessage ¶
func (*FinishLoginRequest) ProtoMessage()
func (*FinishLoginRequest) ProtoReflect ¶
func (x *FinishLoginRequest) ProtoReflect() protoreflect.Message
func (*FinishLoginRequest) Reset ¶
func (x *FinishLoginRequest) Reset()
func (*FinishLoginRequest) String ¶
func (x *FinishLoginRequest) String() string
func (*FinishLoginRequest) Validate ¶
func (m *FinishLoginRequest) Validate() error
Validate checks the field values on FinishLoginRequest 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 (*FinishLoginRequest) ValidateAll ¶
func (m *FinishLoginRequest) ValidateAll() error
ValidateAll checks the field values on FinishLoginRequest 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 FinishLoginRequestMultiError, or nil if none found.
type FinishLoginRequestMultiError ¶
type FinishLoginRequestMultiError []error
FinishLoginRequestMultiError is an error wrapping multiple validation errors returned by FinishLoginRequest.ValidateAll() if the designated constraints aren't met.
func (FinishLoginRequestMultiError) AllErrors ¶
func (m FinishLoginRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FinishLoginRequestMultiError) Error ¶
func (m FinishLoginRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FinishLoginRequestValidationError ¶
type FinishLoginRequestValidationError struct {
// contains filtered or unexported fields
}
FinishLoginRequestValidationError is the validation error returned by FinishLoginRequest.Validate if the designated constraints aren't met.
func (FinishLoginRequestValidationError) Cause ¶
func (e FinishLoginRequestValidationError) Cause() error
Cause function returns cause value.
func (FinishLoginRequestValidationError) Error ¶
func (e FinishLoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FinishLoginRequestValidationError) ErrorName ¶
func (e FinishLoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FinishLoginRequestValidationError) Field ¶
func (e FinishLoginRequestValidationError) Field() string
Field function returns field value.
func (FinishLoginRequestValidationError) Key ¶
func (e FinishLoginRequestValidationError) Key() bool
Key function returns key value.
func (FinishLoginRequestValidationError) Reason ¶
func (e FinishLoginRequestValidationError) Reason() string
Reason function returns reason value.
type FinishLoginResponse ¶
type FinishLoginResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
ExpireAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
// contains filtered or unexported fields
}
func (*FinishLoginResponse) Descriptor
deprecated
func (*FinishLoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishLoginResponse.ProtoReflect.Descriptor instead.
func (*FinishLoginResponse) GetExpireAt ¶
func (x *FinishLoginResponse) GetExpireAt() *timestamppb.Timestamp
func (*FinishLoginResponse) GetMessage ¶
func (x *FinishLoginResponse) GetMessage() string
func (*FinishLoginResponse) ProtoMessage ¶
func (*FinishLoginResponse) ProtoMessage()
func (*FinishLoginResponse) ProtoReflect ¶
func (x *FinishLoginResponse) ProtoReflect() protoreflect.Message
func (*FinishLoginResponse) Reset ¶
func (x *FinishLoginResponse) Reset()
func (*FinishLoginResponse) String ¶
func (x *FinishLoginResponse) String() string
func (*FinishLoginResponse) Validate ¶
func (m *FinishLoginResponse) Validate() error
Validate checks the field values on FinishLoginResponse 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 (*FinishLoginResponse) ValidateAll ¶
func (m *FinishLoginResponse) ValidateAll() error
ValidateAll checks the field values on FinishLoginResponse 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 FinishLoginResponseMultiError, or nil if none found.
type FinishLoginResponseMultiError ¶
type FinishLoginResponseMultiError []error
FinishLoginResponseMultiError is an error wrapping multiple validation errors returned by FinishLoginResponse.ValidateAll() if the designated constraints aren't met.
func (FinishLoginResponseMultiError) AllErrors ¶
func (m FinishLoginResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FinishLoginResponseMultiError) Error ¶
func (m FinishLoginResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FinishLoginResponseValidationError ¶
type FinishLoginResponseValidationError struct {
// contains filtered or unexported fields
}
FinishLoginResponseValidationError is the validation error returned by FinishLoginResponse.Validate if the designated constraints aren't met.
func (FinishLoginResponseValidationError) Cause ¶
func (e FinishLoginResponseValidationError) Cause() error
Cause function returns cause value.
func (FinishLoginResponseValidationError) Error ¶
func (e FinishLoginResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FinishLoginResponseValidationError) ErrorName ¶
func (e FinishLoginResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FinishLoginResponseValidationError) Field ¶
func (e FinishLoginResponseValidationError) Field() string
Field function returns field value.
func (FinishLoginResponseValidationError) Key ¶
func (e FinishLoginResponseValidationError) Key() bool
Key function returns key value.
func (FinishLoginResponseValidationError) Reason ¶
func (e FinishLoginResponseValidationError) Reason() string
Reason function returns reason value.
type FinishRegistrationRequest ¶
type FinishRegistrationRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
CredentialCreationResponse string `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*FinishRegistrationRequest) Descriptor
deprecated
func (*FinishRegistrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishRegistrationRequest.ProtoReflect.Descriptor instead.
func (*FinishRegistrationRequest) GetCredentialCreationResponse ¶
func (x *FinishRegistrationRequest) GetCredentialCreationResponse() string
func (*FinishRegistrationRequest) GetUserName ¶
func (x *FinishRegistrationRequest) GetUserName() string
func (*FinishRegistrationRequest) ProtoMessage ¶
func (*FinishRegistrationRequest) ProtoMessage()
func (*FinishRegistrationRequest) ProtoReflect ¶
func (x *FinishRegistrationRequest) ProtoReflect() protoreflect.Message
func (*FinishRegistrationRequest) Reset ¶
func (x *FinishRegistrationRequest) Reset()
func (*FinishRegistrationRequest) String ¶
func (x *FinishRegistrationRequest) String() string
func (*FinishRegistrationRequest) Validate ¶
func (m *FinishRegistrationRequest) Validate() error
Validate checks the field values on FinishRegistrationRequest 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 (*FinishRegistrationRequest) ValidateAll ¶
func (m *FinishRegistrationRequest) ValidateAll() error
ValidateAll checks the field values on FinishRegistrationRequest 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 FinishRegistrationRequestMultiError, or nil if none found.
type FinishRegistrationRequestMultiError ¶
type FinishRegistrationRequestMultiError []error
FinishRegistrationRequestMultiError is an error wrapping multiple validation errors returned by FinishRegistrationRequest.ValidateAll() if the designated constraints aren't met.
func (FinishRegistrationRequestMultiError) AllErrors ¶
func (m FinishRegistrationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FinishRegistrationRequestMultiError) Error ¶
func (m FinishRegistrationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FinishRegistrationRequestValidationError ¶
type FinishRegistrationRequestValidationError struct {
// contains filtered or unexported fields
}
FinishRegistrationRequestValidationError is the validation error returned by FinishRegistrationRequest.Validate if the designated constraints aren't met.
func (FinishRegistrationRequestValidationError) Cause ¶
func (e FinishRegistrationRequestValidationError) Cause() error
Cause function returns cause value.
func (FinishRegistrationRequestValidationError) Error ¶
func (e FinishRegistrationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FinishRegistrationRequestValidationError) ErrorName ¶
func (e FinishRegistrationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FinishRegistrationRequestValidationError) Field ¶
func (e FinishRegistrationRequestValidationError) Field() string
Field function returns field value.
func (FinishRegistrationRequestValidationError) Key ¶
func (e FinishRegistrationRequestValidationError) Key() bool
Key function returns key value.
func (FinishRegistrationRequestValidationError) Reason ¶
func (e FinishRegistrationRequestValidationError) Reason() string
Reason function returns reason value.
type FinishRegistrationResponse ¶
type FinishRegistrationResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*FinishRegistrationResponse) Descriptor
deprecated
func (*FinishRegistrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishRegistrationResponse.ProtoReflect.Descriptor instead.
func (*FinishRegistrationResponse) GetMessage ¶
func (x *FinishRegistrationResponse) GetMessage() string
func (*FinishRegistrationResponse) ProtoMessage ¶
func (*FinishRegistrationResponse) ProtoMessage()
func (*FinishRegistrationResponse) ProtoReflect ¶
func (x *FinishRegistrationResponse) ProtoReflect() protoreflect.Message
func (*FinishRegistrationResponse) Reset ¶
func (x *FinishRegistrationResponse) Reset()
func (*FinishRegistrationResponse) String ¶
func (x *FinishRegistrationResponse) String() string
func (*FinishRegistrationResponse) Validate ¶
func (m *FinishRegistrationResponse) Validate() error
Validate checks the field values on FinishRegistrationResponse 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 (*FinishRegistrationResponse) ValidateAll ¶
func (m *FinishRegistrationResponse) ValidateAll() error
ValidateAll checks the field values on FinishRegistrationResponse 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 FinishRegistrationResponseMultiError, or nil if none found.
type FinishRegistrationResponseMultiError ¶
type FinishRegistrationResponseMultiError []error
FinishRegistrationResponseMultiError is an error wrapping multiple validation errors returned by FinishRegistrationResponse.ValidateAll() if the designated constraints aren't met.
func (FinishRegistrationResponseMultiError) AllErrors ¶
func (m FinishRegistrationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FinishRegistrationResponseMultiError) Error ¶
func (m FinishRegistrationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FinishRegistrationResponseValidationError ¶
type FinishRegistrationResponseValidationError struct {
// contains filtered or unexported fields
}
FinishRegistrationResponseValidationError is the validation error returned by FinishRegistrationResponse.Validate if the designated constraints aren't met.
func (FinishRegistrationResponseValidationError) Cause ¶
func (e FinishRegistrationResponseValidationError) Cause() error
Cause function returns cause value.
func (FinishRegistrationResponseValidationError) Error ¶
func (e FinishRegistrationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FinishRegistrationResponseValidationError) ErrorName ¶
func (e FinishRegistrationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FinishRegistrationResponseValidationError) Field ¶
func (e FinishRegistrationResponseValidationError) Field() string
Field function returns field value.
func (FinishRegistrationResponseValidationError) Key ¶
func (e FinishRegistrationResponseValidationError) Key() bool
Key function returns key value.
func (FinishRegistrationResponseValidationError) Reason ¶
func (e FinishRegistrationResponseValidationError) Reason() string
Reason function returns reason value.
type GetUserAddonTemplatesRequest ¶
type GetUserAddonTemplatesRequest struct {
UseRoleFilter *bool `protobuf:"varint,1,opt,name=use_role_filter,json=useRoleFilter,proto3,oneof" json:"use_role_filter,omitempty"`
WithRaw *bool `protobuf:"varint,2,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserAddonTemplatesRequest) Descriptor
deprecated
func (*GetUserAddonTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAddonTemplatesRequest.ProtoReflect.Descriptor instead.
func (*GetUserAddonTemplatesRequest) GetUseRoleFilter ¶
func (x *GetUserAddonTemplatesRequest) GetUseRoleFilter() bool
func (*GetUserAddonTemplatesRequest) GetWithRaw ¶
func (x *GetUserAddonTemplatesRequest) GetWithRaw() bool
func (*GetUserAddonTemplatesRequest) ProtoMessage ¶
func (*GetUserAddonTemplatesRequest) ProtoMessage()
func (*GetUserAddonTemplatesRequest) ProtoReflect ¶
func (x *GetUserAddonTemplatesRequest) ProtoReflect() protoreflect.Message
func (*GetUserAddonTemplatesRequest) Reset ¶
func (x *GetUserAddonTemplatesRequest) Reset()
func (*GetUserAddonTemplatesRequest) String ¶
func (x *GetUserAddonTemplatesRequest) String() string
func (*GetUserAddonTemplatesRequest) Validate ¶
func (m *GetUserAddonTemplatesRequest) Validate() error
Validate checks the field values on GetUserAddonTemplatesRequest 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 (*GetUserAddonTemplatesRequest) ValidateAll ¶
func (m *GetUserAddonTemplatesRequest) ValidateAll() error
ValidateAll checks the field values on GetUserAddonTemplatesRequest 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 GetUserAddonTemplatesRequestMultiError, or nil if none found.
type GetUserAddonTemplatesRequestMultiError ¶
type GetUserAddonTemplatesRequestMultiError []error
GetUserAddonTemplatesRequestMultiError is an error wrapping multiple validation errors returned by GetUserAddonTemplatesRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserAddonTemplatesRequestMultiError) AllErrors ¶
func (m GetUserAddonTemplatesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserAddonTemplatesRequestMultiError) Error ¶
func (m GetUserAddonTemplatesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserAddonTemplatesRequestValidationError ¶
type GetUserAddonTemplatesRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserAddonTemplatesRequestValidationError is the validation error returned by GetUserAddonTemplatesRequest.Validate if the designated constraints aren't met.
func (GetUserAddonTemplatesRequestValidationError) Cause ¶
func (e GetUserAddonTemplatesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserAddonTemplatesRequestValidationError) Error ¶
func (e GetUserAddonTemplatesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserAddonTemplatesRequestValidationError) ErrorName ¶
func (e GetUserAddonTemplatesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserAddonTemplatesRequestValidationError) Field ¶
func (e GetUserAddonTemplatesRequestValidationError) Field() string
Field function returns field value.
func (GetUserAddonTemplatesRequestValidationError) Key ¶
func (e GetUserAddonTemplatesRequestValidationError) Key() bool
Key function returns key value.
func (GetUserAddonTemplatesRequestValidationError) Reason ¶
func (e GetUserAddonTemplatesRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserAddonTemplatesResponse ¶
type GetUserAddonTemplatesResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Items []*Template `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserAddonTemplatesResponse) Descriptor
deprecated
func (*GetUserAddonTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAddonTemplatesResponse.ProtoReflect.Descriptor instead.
func (*GetUserAddonTemplatesResponse) GetItems ¶
func (x *GetUserAddonTemplatesResponse) GetItems() []*Template
func (*GetUserAddonTemplatesResponse) GetMessage ¶
func (x *GetUserAddonTemplatesResponse) GetMessage() string
func (*GetUserAddonTemplatesResponse) ProtoMessage ¶
func (*GetUserAddonTemplatesResponse) ProtoMessage()
func (*GetUserAddonTemplatesResponse) ProtoReflect ¶
func (x *GetUserAddonTemplatesResponse) ProtoReflect() protoreflect.Message
func (*GetUserAddonTemplatesResponse) Reset ¶
func (x *GetUserAddonTemplatesResponse) Reset()
func (*GetUserAddonTemplatesResponse) String ¶
func (x *GetUserAddonTemplatesResponse) String() string
func (*GetUserAddonTemplatesResponse) Validate ¶
func (m *GetUserAddonTemplatesResponse) Validate() error
Validate checks the field values on GetUserAddonTemplatesResponse 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 (*GetUserAddonTemplatesResponse) ValidateAll ¶
func (m *GetUserAddonTemplatesResponse) ValidateAll() error
ValidateAll checks the field values on GetUserAddonTemplatesResponse 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 GetUserAddonTemplatesResponseMultiError, or nil if none found.
type GetUserAddonTemplatesResponseMultiError ¶
type GetUserAddonTemplatesResponseMultiError []error
GetUserAddonTemplatesResponseMultiError is an error wrapping multiple validation errors returned by GetUserAddonTemplatesResponse.ValidateAll() if the designated constraints aren't met.
func (GetUserAddonTemplatesResponseMultiError) AllErrors ¶
func (m GetUserAddonTemplatesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserAddonTemplatesResponseMultiError) Error ¶
func (m GetUserAddonTemplatesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserAddonTemplatesResponseValidationError ¶
type GetUserAddonTemplatesResponseValidationError struct {
// contains filtered or unexported fields
}
GetUserAddonTemplatesResponseValidationError is the validation error returned by GetUserAddonTemplatesResponse.Validate if the designated constraints aren't met.
func (GetUserAddonTemplatesResponseValidationError) Cause ¶
func (e GetUserAddonTemplatesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetUserAddonTemplatesResponseValidationError) Error ¶
func (e GetUserAddonTemplatesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserAddonTemplatesResponseValidationError) ErrorName ¶
func (e GetUserAddonTemplatesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserAddonTemplatesResponseValidationError) Field ¶
func (e GetUserAddonTemplatesResponseValidationError) Field() string
Field function returns field value.
func (GetUserAddonTemplatesResponseValidationError) Key ¶
func (e GetUserAddonTemplatesResponseValidationError) Key() bool
Key function returns key value.
func (GetUserAddonTemplatesResponseValidationError) Reason ¶
func (e GetUserAddonTemplatesResponseValidationError) Reason() string
Reason function returns reason value.
type GetUserRequest ¶
type GetUserRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WithRaw *bool `protobuf:"varint,2,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetUserName ¶
func (x *GetUserRequest) GetUserName() string
func (*GetUserRequest) GetWithRaw ¶
func (x *GetUserRequest) GetWithRaw() bool
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
func (*GetUserRequest) Validate ¶
func (m *GetUserRequest) Validate() error
Validate checks the field values on GetUserRequest 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 (*GetUserRequest) ValidateAll ¶
func (m *GetUserRequest) ValidateAll() error
ValidateAll checks the field values on GetUserRequest 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 GetUserRequestMultiError, or nil if none found.
type GetUserRequestMultiError ¶
type GetUserRequestMultiError []error
GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.
func (GetUserRequestMultiError) AllErrors ¶
func (m GetUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserRequestMultiError) Error ¶
func (m GetUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserRequestValidationError ¶
type GetUserRequestValidationError struct {
// contains filtered or unexported fields
}
GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.
func (GetUserRequestValidationError) Cause ¶
func (e GetUserRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUserRequestValidationError) Error ¶
func (e GetUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserRequestValidationError) ErrorName ¶
func (e GetUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserRequestValidationError) Field ¶
func (e GetUserRequestValidationError) Field() string
Field function returns field value.
func (GetUserRequestValidationError) Key ¶
func (e GetUserRequestValidationError) Key() bool
Key function returns key value.
func (GetUserRequestValidationError) Reason ¶
func (e GetUserRequestValidationError) Reason() string
Reason function returns reason value.
type GetUserResponse ¶
type GetUserResponse struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
func (*GetUserResponse) Validate ¶
func (m *GetUserResponse) Validate() error
Validate checks the field values on GetUserResponse 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 (*GetUserResponse) ValidateAll ¶
func (m *GetUserResponse) ValidateAll() error
ValidateAll checks the field values on GetUserResponse 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 GetUserResponseMultiError, or nil if none found.
type GetUserResponseMultiError ¶
type GetUserResponseMultiError []error
GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.
func (GetUserResponseMultiError) AllErrors ¶
func (m GetUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserResponseMultiError) Error ¶
func (m GetUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserResponseValidationError ¶
type GetUserResponseValidationError struct {
// contains filtered or unexported fields
}
GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.
func (GetUserResponseValidationError) Cause ¶
func (e GetUserResponseValidationError) Cause() error
Cause function returns cause value.
func (GetUserResponseValidationError) Error ¶
func (e GetUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserResponseValidationError) ErrorName ¶
func (e GetUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserResponseValidationError) Field ¶
func (e GetUserResponseValidationError) Field() string
Field function returns field value.
func (GetUserResponseValidationError) Key ¶
func (e GetUserResponseValidationError) Key() bool
Key function returns key value.
func (GetUserResponseValidationError) Reason ¶
func (e GetUserResponseValidationError) Reason() string
Reason function returns reason value.
type GetUsersRequest ¶
type GetUsersRequest struct {
WithRaw *bool `protobuf:"varint,1,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetUsersRequest) Descriptor
deprecated
func (*GetUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.
func (*GetUsersRequest) GetWithRaw ¶
func (x *GetUsersRequest) GetWithRaw() bool
func (*GetUsersRequest) ProtoMessage ¶
func (*GetUsersRequest) ProtoMessage()
func (*GetUsersRequest) ProtoReflect ¶
func (x *GetUsersRequest) ProtoReflect() protoreflect.Message
func (*GetUsersRequest) Reset ¶
func (x *GetUsersRequest) Reset()
func (*GetUsersRequest) String ¶
func (x *GetUsersRequest) String() string
func (*GetUsersRequest) Validate ¶
func (m *GetUsersRequest) Validate() error
Validate checks the field values on GetUsersRequest 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 (*GetUsersRequest) ValidateAll ¶
func (m *GetUsersRequest) ValidateAll() error
ValidateAll checks the field values on GetUsersRequest 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 GetUsersRequestMultiError, or nil if none found.
type GetUsersRequestMultiError ¶
type GetUsersRequestMultiError []error
GetUsersRequestMultiError is an error wrapping multiple validation errors returned by GetUsersRequest.ValidateAll() if the designated constraints aren't met.
func (GetUsersRequestMultiError) AllErrors ¶
func (m GetUsersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUsersRequestMultiError) Error ¶
func (m GetUsersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUsersRequestValidationError ¶
type GetUsersRequestValidationError struct {
// contains filtered or unexported fields
}
GetUsersRequestValidationError is the validation error returned by GetUsersRequest.Validate if the designated constraints aren't met.
func (GetUsersRequestValidationError) Cause ¶
func (e GetUsersRequestValidationError) Cause() error
Cause function returns cause value.
func (GetUsersRequestValidationError) Error ¶
func (e GetUsersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetUsersRequestValidationError) ErrorName ¶
func (e GetUsersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetUsersRequestValidationError) Field ¶
func (e GetUsersRequestValidationError) Field() string
Field function returns field value.
func (GetUsersRequestValidationError) Key ¶
func (e GetUsersRequestValidationError) Key() bool
Key function returns key value.
func (GetUsersRequestValidationError) Reason ¶
func (e GetUsersRequestValidationError) Reason() string
Reason function returns reason value.
type GetUsersResponse ¶
type GetUsersResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Items []*User `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetUsersResponse) Descriptor
deprecated
func (*GetUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.
func (*GetUsersResponse) GetItems ¶
func (x *GetUsersResponse) GetItems() []*User
func (*GetUsersResponse) GetMessage ¶
func (x *GetUsersResponse) GetMessage() string
func (*GetUsersResponse) ProtoMessage ¶
func (*GetUsersResponse) ProtoMessage()
func (*GetUsersResponse) ProtoReflect ¶
func (x *GetUsersResponse) ProtoReflect() protoreflect.Message
func (*GetUsersResponse) Reset ¶
func (x *GetUsersResponse) Reset()
func (*GetUsersResponse) String ¶
func (x *GetUsersResponse) String() string
func (*GetUsersResponse) Validate ¶
func (m *GetUsersResponse) Validate() error
Validate checks the field values on GetUsersResponse 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 (*GetUsersResponse) ValidateAll ¶
func (m *GetUsersResponse) ValidateAll() error
ValidateAll checks the field values on GetUsersResponse 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 GetUsersResponseMultiError, or nil if none found.
type GetUsersResponseMultiError ¶
type GetUsersResponseMultiError []error
GetUsersResponseMultiError is an error wrapping multiple validation errors returned by GetUsersResponse.ValidateAll() if the designated constraints aren't met.
func (GetUsersResponseMultiError) AllErrors ¶
func (m GetUsersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUsersResponseMultiError) Error ¶
func (m GetUsersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUsersResponseValidationError ¶
type GetUsersResponseValidationError struct {
// contains filtered or unexported fields
}
GetUsersResponseValidationError is the validation error returned by GetUsersResponse.Validate if the designated constraints aren't met.
func (GetUsersResponseValidationError) Cause ¶
func (e GetUsersResponseValidationError) Cause() error
Cause function returns cause value.
func (GetUsersResponseValidationError) Error ¶
func (e GetUsersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetUsersResponseValidationError) ErrorName ¶
func (e GetUsersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetUsersResponseValidationError) Field ¶
func (e GetUsersResponseValidationError) Field() string
Field function returns field value.
func (GetUsersResponseValidationError) Key ¶
func (e GetUsersResponseValidationError) Key() bool
Key function returns key value.
func (GetUsersResponseValidationError) Reason ¶
func (e GetUsersResponseValidationError) Reason() string
Reason function returns reason value.
type GetWorkspaceRequest ¶
type GetWorkspaceRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
WithRaw *bool `protobuf:"varint,3,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspaceRequest) Descriptor
deprecated
func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*GetWorkspaceRequest) GetUserName ¶
func (x *GetWorkspaceRequest) GetUserName() string
func (*GetWorkspaceRequest) GetWithRaw ¶
func (x *GetWorkspaceRequest) GetWithRaw() bool
func (*GetWorkspaceRequest) GetWsName ¶
func (x *GetWorkspaceRequest) GetWsName() string
func (*GetWorkspaceRequest) ProtoMessage ¶
func (*GetWorkspaceRequest) ProtoMessage()
func (*GetWorkspaceRequest) ProtoReflect ¶
func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*GetWorkspaceRequest) Reset ¶
func (x *GetWorkspaceRequest) Reset()
func (*GetWorkspaceRequest) String ¶
func (x *GetWorkspaceRequest) String() string
func (*GetWorkspaceRequest) Validate ¶
func (m *GetWorkspaceRequest) Validate() error
Validate checks the field values on GetWorkspaceRequest 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 (*GetWorkspaceRequest) ValidateAll ¶
func (m *GetWorkspaceRequest) ValidateAll() error
ValidateAll checks the field values on GetWorkspaceRequest 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 GetWorkspaceRequestMultiError, or nil if none found.
type GetWorkspaceRequestMultiError ¶
type GetWorkspaceRequestMultiError []error
GetWorkspaceRequestMultiError is an error wrapping multiple validation errors returned by GetWorkspaceRequest.ValidateAll() if the designated constraints aren't met.
func (GetWorkspaceRequestMultiError) AllErrors ¶
func (m GetWorkspaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspaceRequestMultiError) Error ¶
func (m GetWorkspaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspaceRequestValidationError ¶
type GetWorkspaceRequestValidationError struct {
// contains filtered or unexported fields
}
GetWorkspaceRequestValidationError is the validation error returned by GetWorkspaceRequest.Validate if the designated constraints aren't met.
func (GetWorkspaceRequestValidationError) Cause ¶
func (e GetWorkspaceRequestValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspaceRequestValidationError) Error ¶
func (e GetWorkspaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspaceRequestValidationError) ErrorName ¶
func (e GetWorkspaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspaceRequestValidationError) Field ¶
func (e GetWorkspaceRequestValidationError) Field() string
Field function returns field value.
func (GetWorkspaceRequestValidationError) Key ¶
func (e GetWorkspaceRequestValidationError) Key() bool
Key function returns key value.
func (GetWorkspaceRequestValidationError) Reason ¶
func (e GetWorkspaceRequestValidationError) Reason() string
Reason function returns reason value.
type GetWorkspaceResponse ¶
type GetWorkspaceResponse struct {
Workspace *Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspaceResponse) Descriptor
deprecated
func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*GetWorkspaceResponse) GetWorkspace ¶
func (x *GetWorkspaceResponse) GetWorkspace() *Workspace
func (*GetWorkspaceResponse) ProtoMessage ¶
func (*GetWorkspaceResponse) ProtoMessage()
func (*GetWorkspaceResponse) ProtoReflect ¶
func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*GetWorkspaceResponse) Reset ¶
func (x *GetWorkspaceResponse) Reset()
func (*GetWorkspaceResponse) String ¶
func (x *GetWorkspaceResponse) String() string
func (*GetWorkspaceResponse) Validate ¶
func (m *GetWorkspaceResponse) Validate() error
Validate checks the field values on GetWorkspaceResponse 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 (*GetWorkspaceResponse) ValidateAll ¶
func (m *GetWorkspaceResponse) ValidateAll() error
ValidateAll checks the field values on GetWorkspaceResponse 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 GetWorkspaceResponseMultiError, or nil if none found.
type GetWorkspaceResponseMultiError ¶
type GetWorkspaceResponseMultiError []error
GetWorkspaceResponseMultiError is an error wrapping multiple validation errors returned by GetWorkspaceResponse.ValidateAll() if the designated constraints aren't met.
func (GetWorkspaceResponseMultiError) AllErrors ¶
func (m GetWorkspaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspaceResponseMultiError) Error ¶
func (m GetWorkspaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspaceResponseValidationError ¶
type GetWorkspaceResponseValidationError struct {
// contains filtered or unexported fields
}
GetWorkspaceResponseValidationError is the validation error returned by GetWorkspaceResponse.Validate if the designated constraints aren't met.
func (GetWorkspaceResponseValidationError) Cause ¶
func (e GetWorkspaceResponseValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspaceResponseValidationError) Error ¶
func (e GetWorkspaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspaceResponseValidationError) ErrorName ¶
func (e GetWorkspaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspaceResponseValidationError) Field ¶
func (e GetWorkspaceResponseValidationError) Field() string
Field function returns field value.
func (GetWorkspaceResponseValidationError) Key ¶
func (e GetWorkspaceResponseValidationError) Key() bool
Key function returns key value.
func (GetWorkspaceResponseValidationError) Reason ¶
func (e GetWorkspaceResponseValidationError) Reason() string
Reason function returns reason value.
type GetWorkspaceTemplatesRequest ¶
type GetWorkspaceTemplatesRequest struct {
UseRoleFilter *bool `protobuf:"varint,1,opt,name=use_role_filter,json=useRoleFilter,proto3,oneof" json:"use_role_filter,omitempty"`
WithRaw *bool `protobuf:"varint,2,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspaceTemplatesRequest) Descriptor
deprecated
func (*GetWorkspaceTemplatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceTemplatesRequest.ProtoReflect.Descriptor instead.
func (*GetWorkspaceTemplatesRequest) GetUseRoleFilter ¶
func (x *GetWorkspaceTemplatesRequest) GetUseRoleFilter() bool
func (*GetWorkspaceTemplatesRequest) GetWithRaw ¶
func (x *GetWorkspaceTemplatesRequest) GetWithRaw() bool
func (*GetWorkspaceTemplatesRequest) ProtoMessage ¶
func (*GetWorkspaceTemplatesRequest) ProtoMessage()
func (*GetWorkspaceTemplatesRequest) ProtoReflect ¶
func (x *GetWorkspaceTemplatesRequest) ProtoReflect() protoreflect.Message
func (*GetWorkspaceTemplatesRequest) Reset ¶
func (x *GetWorkspaceTemplatesRequest) Reset()
func (*GetWorkspaceTemplatesRequest) String ¶
func (x *GetWorkspaceTemplatesRequest) String() string
func (*GetWorkspaceTemplatesRequest) Validate ¶
func (m *GetWorkspaceTemplatesRequest) Validate() error
Validate checks the field values on GetWorkspaceTemplatesRequest 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 (*GetWorkspaceTemplatesRequest) ValidateAll ¶
func (m *GetWorkspaceTemplatesRequest) ValidateAll() error
ValidateAll checks the field values on GetWorkspaceTemplatesRequest 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 GetWorkspaceTemplatesRequestMultiError, or nil if none found.
type GetWorkspaceTemplatesRequestMultiError ¶
type GetWorkspaceTemplatesRequestMultiError []error
GetWorkspaceTemplatesRequestMultiError is an error wrapping multiple validation errors returned by GetWorkspaceTemplatesRequest.ValidateAll() if the designated constraints aren't met.
func (GetWorkspaceTemplatesRequestMultiError) AllErrors ¶
func (m GetWorkspaceTemplatesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspaceTemplatesRequestMultiError) Error ¶
func (m GetWorkspaceTemplatesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspaceTemplatesRequestValidationError ¶
type GetWorkspaceTemplatesRequestValidationError struct {
// contains filtered or unexported fields
}
GetWorkspaceTemplatesRequestValidationError is the validation error returned by GetWorkspaceTemplatesRequest.Validate if the designated constraints aren't met.
func (GetWorkspaceTemplatesRequestValidationError) Cause ¶
func (e GetWorkspaceTemplatesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspaceTemplatesRequestValidationError) Error ¶
func (e GetWorkspaceTemplatesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspaceTemplatesRequestValidationError) ErrorName ¶
func (e GetWorkspaceTemplatesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspaceTemplatesRequestValidationError) Field ¶
func (e GetWorkspaceTemplatesRequestValidationError) Field() string
Field function returns field value.
func (GetWorkspaceTemplatesRequestValidationError) Key ¶
func (e GetWorkspaceTemplatesRequestValidationError) Key() bool
Key function returns key value.
func (GetWorkspaceTemplatesRequestValidationError) Reason ¶
func (e GetWorkspaceTemplatesRequestValidationError) Reason() string
Reason function returns reason value.
type GetWorkspaceTemplatesResponse ¶
type GetWorkspaceTemplatesResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Items []*Template `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspaceTemplatesResponse) Descriptor
deprecated
func (*GetWorkspaceTemplatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceTemplatesResponse.ProtoReflect.Descriptor instead.
func (*GetWorkspaceTemplatesResponse) GetItems ¶
func (x *GetWorkspaceTemplatesResponse) GetItems() []*Template
func (*GetWorkspaceTemplatesResponse) GetMessage ¶
func (x *GetWorkspaceTemplatesResponse) GetMessage() string
func (*GetWorkspaceTemplatesResponse) ProtoMessage ¶
func (*GetWorkspaceTemplatesResponse) ProtoMessage()
func (*GetWorkspaceTemplatesResponse) ProtoReflect ¶
func (x *GetWorkspaceTemplatesResponse) ProtoReflect() protoreflect.Message
func (*GetWorkspaceTemplatesResponse) Reset ¶
func (x *GetWorkspaceTemplatesResponse) Reset()
func (*GetWorkspaceTemplatesResponse) String ¶
func (x *GetWorkspaceTemplatesResponse) String() string
func (*GetWorkspaceTemplatesResponse) Validate ¶
func (m *GetWorkspaceTemplatesResponse) Validate() error
Validate checks the field values on GetWorkspaceTemplatesResponse 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 (*GetWorkspaceTemplatesResponse) ValidateAll ¶
func (m *GetWorkspaceTemplatesResponse) ValidateAll() error
ValidateAll checks the field values on GetWorkspaceTemplatesResponse 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 GetWorkspaceTemplatesResponseMultiError, or nil if none found.
type GetWorkspaceTemplatesResponseMultiError ¶
type GetWorkspaceTemplatesResponseMultiError []error
GetWorkspaceTemplatesResponseMultiError is an error wrapping multiple validation errors returned by GetWorkspaceTemplatesResponse.ValidateAll() if the designated constraints aren't met.
func (GetWorkspaceTemplatesResponseMultiError) AllErrors ¶
func (m GetWorkspaceTemplatesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspaceTemplatesResponseMultiError) Error ¶
func (m GetWorkspaceTemplatesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspaceTemplatesResponseValidationError ¶
type GetWorkspaceTemplatesResponseValidationError struct {
// contains filtered or unexported fields
}
GetWorkspaceTemplatesResponseValidationError is the validation error returned by GetWorkspaceTemplatesResponse.Validate if the designated constraints aren't met.
func (GetWorkspaceTemplatesResponseValidationError) Cause ¶
func (e GetWorkspaceTemplatesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspaceTemplatesResponseValidationError) Error ¶
func (e GetWorkspaceTemplatesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspaceTemplatesResponseValidationError) ErrorName ¶
func (e GetWorkspaceTemplatesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspaceTemplatesResponseValidationError) Field ¶
func (e GetWorkspaceTemplatesResponseValidationError) Field() string
Field function returns field value.
func (GetWorkspaceTemplatesResponseValidationError) Key ¶
func (e GetWorkspaceTemplatesResponseValidationError) Key() bool
Key function returns key value.
func (GetWorkspaceTemplatesResponseValidationError) Reason ¶
func (e GetWorkspaceTemplatesResponseValidationError) Reason() string
Reason function returns reason value.
type GetWorkspacesRequest ¶
type GetWorkspacesRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WithRaw *bool `protobuf:"varint,2,opt,name=with_raw,json=withRaw,proto3,oneof" json:"with_raw,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspacesRequest) Descriptor
deprecated
func (*GetWorkspacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspacesRequest.ProtoReflect.Descriptor instead.
func (*GetWorkspacesRequest) GetUserName ¶
func (x *GetWorkspacesRequest) GetUserName() string
func (*GetWorkspacesRequest) GetWithRaw ¶
func (x *GetWorkspacesRequest) GetWithRaw() bool
func (*GetWorkspacesRequest) ProtoMessage ¶
func (*GetWorkspacesRequest) ProtoMessage()
func (*GetWorkspacesRequest) ProtoReflect ¶
func (x *GetWorkspacesRequest) ProtoReflect() protoreflect.Message
func (*GetWorkspacesRequest) Reset ¶
func (x *GetWorkspacesRequest) Reset()
func (*GetWorkspacesRequest) String ¶
func (x *GetWorkspacesRequest) String() string
func (*GetWorkspacesRequest) Validate ¶
func (m *GetWorkspacesRequest) Validate() error
Validate checks the field values on GetWorkspacesRequest 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 (*GetWorkspacesRequest) ValidateAll ¶
func (m *GetWorkspacesRequest) ValidateAll() error
ValidateAll checks the field values on GetWorkspacesRequest 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 GetWorkspacesRequestMultiError, or nil if none found.
type GetWorkspacesRequestMultiError ¶
type GetWorkspacesRequestMultiError []error
GetWorkspacesRequestMultiError is an error wrapping multiple validation errors returned by GetWorkspacesRequest.ValidateAll() if the designated constraints aren't met.
func (GetWorkspacesRequestMultiError) AllErrors ¶
func (m GetWorkspacesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspacesRequestMultiError) Error ¶
func (m GetWorkspacesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspacesRequestValidationError ¶
type GetWorkspacesRequestValidationError struct {
// contains filtered or unexported fields
}
GetWorkspacesRequestValidationError is the validation error returned by GetWorkspacesRequest.Validate if the designated constraints aren't met.
func (GetWorkspacesRequestValidationError) Cause ¶
func (e GetWorkspacesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspacesRequestValidationError) Error ¶
func (e GetWorkspacesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspacesRequestValidationError) ErrorName ¶
func (e GetWorkspacesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspacesRequestValidationError) Field ¶
func (e GetWorkspacesRequestValidationError) Field() string
Field function returns field value.
func (GetWorkspacesRequestValidationError) Key ¶
func (e GetWorkspacesRequestValidationError) Key() bool
Key function returns key value.
func (GetWorkspacesRequestValidationError) Reason ¶
func (e GetWorkspacesRequestValidationError) Reason() string
Reason function returns reason value.
type GetWorkspacesResponse ¶
type GetWorkspacesResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Items []*Workspace `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
// contains filtered or unexported fields
}
func (*GetWorkspacesResponse) Descriptor
deprecated
func (*GetWorkspacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspacesResponse.ProtoReflect.Descriptor instead.
func (*GetWorkspacesResponse) GetItems ¶
func (x *GetWorkspacesResponse) GetItems() []*Workspace
func (*GetWorkspacesResponse) GetMessage ¶
func (x *GetWorkspacesResponse) GetMessage() string
func (*GetWorkspacesResponse) ProtoMessage ¶
func (*GetWorkspacesResponse) ProtoMessage()
func (*GetWorkspacesResponse) ProtoReflect ¶
func (x *GetWorkspacesResponse) ProtoReflect() protoreflect.Message
func (*GetWorkspacesResponse) Reset ¶
func (x *GetWorkspacesResponse) Reset()
func (*GetWorkspacesResponse) String ¶
func (x *GetWorkspacesResponse) String() string
func (*GetWorkspacesResponse) Validate ¶
func (m *GetWorkspacesResponse) Validate() error
Validate checks the field values on GetWorkspacesResponse 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 (*GetWorkspacesResponse) ValidateAll ¶
func (m *GetWorkspacesResponse) ValidateAll() error
ValidateAll checks the field values on GetWorkspacesResponse 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 GetWorkspacesResponseMultiError, or nil if none found.
type GetWorkspacesResponseMultiError ¶
type GetWorkspacesResponseMultiError []error
GetWorkspacesResponseMultiError is an error wrapping multiple validation errors returned by GetWorkspacesResponse.ValidateAll() if the designated constraints aren't met.
func (GetWorkspacesResponseMultiError) AllErrors ¶
func (m GetWorkspacesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetWorkspacesResponseMultiError) Error ¶
func (m GetWorkspacesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetWorkspacesResponseValidationError ¶
type GetWorkspacesResponseValidationError struct {
// contains filtered or unexported fields
}
GetWorkspacesResponseValidationError is the validation error returned by GetWorkspacesResponse.Validate if the designated constraints aren't met.
func (GetWorkspacesResponseValidationError) Cause ¶
func (e GetWorkspacesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetWorkspacesResponseValidationError) Error ¶
func (e GetWorkspacesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetWorkspacesResponseValidationError) ErrorName ¶
func (e GetWorkspacesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetWorkspacesResponseValidationError) Field ¶
func (e GetWorkspacesResponseValidationError) Field() string
Field function returns field value.
func (GetWorkspacesResponseValidationError) Key ¶
func (e GetWorkspacesResponseValidationError) Key() bool
Key function returns key value.
func (GetWorkspacesResponseValidationError) Reason ¶
func (e GetWorkspacesResponseValidationError) Reason() string
Reason function returns reason value.
type ListCredentialsRequest ¶
type ListCredentialsRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
// contains filtered or unexported fields
}
func (*ListCredentialsRequest) Descriptor
deprecated
func (*ListCredentialsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCredentialsRequest.ProtoReflect.Descriptor instead.
func (*ListCredentialsRequest) GetUserName ¶
func (x *ListCredentialsRequest) GetUserName() string
func (*ListCredentialsRequest) ProtoMessage ¶
func (*ListCredentialsRequest) ProtoMessage()
func (*ListCredentialsRequest) ProtoReflect ¶
func (x *ListCredentialsRequest) ProtoReflect() protoreflect.Message
func (*ListCredentialsRequest) Reset ¶
func (x *ListCredentialsRequest) Reset()
func (*ListCredentialsRequest) String ¶
func (x *ListCredentialsRequest) String() string
func (*ListCredentialsRequest) Validate ¶
func (m *ListCredentialsRequest) Validate() error
Validate checks the field values on ListCredentialsRequest 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 (*ListCredentialsRequest) ValidateAll ¶
func (m *ListCredentialsRequest) ValidateAll() error
ValidateAll checks the field values on ListCredentialsRequest 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 ListCredentialsRequestMultiError, or nil if none found.
type ListCredentialsRequestMultiError ¶
type ListCredentialsRequestMultiError []error
ListCredentialsRequestMultiError is an error wrapping multiple validation errors returned by ListCredentialsRequest.ValidateAll() if the designated constraints aren't met.
func (ListCredentialsRequestMultiError) AllErrors ¶
func (m ListCredentialsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCredentialsRequestMultiError) Error ¶
func (m ListCredentialsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListCredentialsRequestValidationError ¶
type ListCredentialsRequestValidationError struct {
// contains filtered or unexported fields
}
ListCredentialsRequestValidationError is the validation error returned by ListCredentialsRequest.Validate if the designated constraints aren't met.
func (ListCredentialsRequestValidationError) Cause ¶
func (e ListCredentialsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListCredentialsRequestValidationError) Error ¶
func (e ListCredentialsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListCredentialsRequestValidationError) ErrorName ¶
func (e ListCredentialsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListCredentialsRequestValidationError) Field ¶
func (e ListCredentialsRequestValidationError) Field() string
Field function returns field value.
func (ListCredentialsRequestValidationError) Key ¶
func (e ListCredentialsRequestValidationError) Key() bool
Key function returns key value.
func (ListCredentialsRequestValidationError) Reason ¶
func (e ListCredentialsRequestValidationError) Reason() string
Reason function returns reason value.
type ListCredentialsResponse ¶
type ListCredentialsResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Credentials []*Credential `protobuf:"bytes,2,rep,name=credentials,proto3" json:"credentials,omitempty"`
// contains filtered or unexported fields
}
func (*ListCredentialsResponse) Descriptor
deprecated
func (*ListCredentialsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCredentialsResponse.ProtoReflect.Descriptor instead.
func (*ListCredentialsResponse) GetCredentials ¶
func (x *ListCredentialsResponse) GetCredentials() []*Credential
func (*ListCredentialsResponse) GetMessage ¶
func (x *ListCredentialsResponse) GetMessage() string
func (*ListCredentialsResponse) ProtoMessage ¶
func (*ListCredentialsResponse) ProtoMessage()
func (*ListCredentialsResponse) ProtoReflect ¶
func (x *ListCredentialsResponse) ProtoReflect() protoreflect.Message
func (*ListCredentialsResponse) Reset ¶
func (x *ListCredentialsResponse) Reset()
func (*ListCredentialsResponse) String ¶
func (x *ListCredentialsResponse) String() string
func (*ListCredentialsResponse) Validate ¶
func (m *ListCredentialsResponse) Validate() error
Validate checks the field values on ListCredentialsResponse 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 (*ListCredentialsResponse) ValidateAll ¶
func (m *ListCredentialsResponse) ValidateAll() error
ValidateAll checks the field values on ListCredentialsResponse 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 ListCredentialsResponseMultiError, or nil if none found.
type ListCredentialsResponseMultiError ¶
type ListCredentialsResponseMultiError []error
ListCredentialsResponseMultiError is an error wrapping multiple validation errors returned by ListCredentialsResponse.ValidateAll() if the designated constraints aren't met.
func (ListCredentialsResponseMultiError) AllErrors ¶
func (m ListCredentialsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCredentialsResponseMultiError) Error ¶
func (m ListCredentialsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListCredentialsResponseValidationError ¶
type ListCredentialsResponseValidationError struct {
// contains filtered or unexported fields
}
ListCredentialsResponseValidationError is the validation error returned by ListCredentialsResponse.Validate if the designated constraints aren't met.
func (ListCredentialsResponseValidationError) Cause ¶
func (e ListCredentialsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListCredentialsResponseValidationError) Error ¶
func (e ListCredentialsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListCredentialsResponseValidationError) ErrorName ¶
func (e ListCredentialsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListCredentialsResponseValidationError) Field ¶
func (e ListCredentialsResponseValidationError) Field() string
Field function returns field value.
func (ListCredentialsResponseValidationError) Key ¶
func (e ListCredentialsResponseValidationError) Key() bool
Key function returns key value.
func (ListCredentialsResponseValidationError) Reason ¶
func (e ListCredentialsResponseValidationError) Reason() string
Reason function returns reason value.
type LoginRequest ¶
type LoginRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
// contains filtered or unexported fields
}
func (*LoginRequest) Descriptor
deprecated
func (*LoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
func (*LoginRequest) GetPassword ¶
func (x *LoginRequest) GetPassword() string
func (*LoginRequest) GetUserName ¶
func (x *LoginRequest) GetUserName() string
func (*LoginRequest) ProtoMessage ¶
func (*LoginRequest) ProtoMessage()
func (*LoginRequest) ProtoReflect ¶
func (x *LoginRequest) ProtoReflect() protoreflect.Message
func (*LoginRequest) Reset ¶
func (x *LoginRequest) Reset()
func (*LoginRequest) String ¶
func (x *LoginRequest) String() string
func (*LoginRequest) Validate ¶
func (m *LoginRequest) Validate() error
Validate checks the field values on LoginRequest 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 (*LoginRequest) ValidateAll ¶
func (m *LoginRequest) ValidateAll() error
ValidateAll checks the field values on LoginRequest 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 LoginRequestMultiError, or nil if none found.
type LoginRequestMultiError ¶
type LoginRequestMultiError []error
LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.
func (LoginRequestMultiError) AllErrors ¶
func (m LoginRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginRequestMultiError) Error ¶
func (m LoginRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginRequestValidationError ¶
type LoginRequestValidationError struct {
// contains filtered or unexported fields
}
LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.
func (LoginRequestValidationError) Cause ¶
func (e LoginRequestValidationError) Cause() error
Cause function returns cause value.
func (LoginRequestValidationError) Error ¶
func (e LoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LoginRequestValidationError) ErrorName ¶
func (e LoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LoginRequestValidationError) Field ¶
func (e LoginRequestValidationError) Field() string
Field function returns field value.
func (LoginRequestValidationError) Key ¶
func (e LoginRequestValidationError) Key() bool
Key function returns key value.
func (LoginRequestValidationError) Reason ¶
func (e LoginRequestValidationError) Reason() string
Reason function returns reason value.
type LoginResponse ¶
type LoginResponse struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
ExpireAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
RequirePasswordUpdate bool `` /* 127-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*LoginResponse) Descriptor
deprecated
func (*LoginResponse) Descriptor() ([]byte, []int)
Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.
func (*LoginResponse) GetExpireAt ¶
func (x *LoginResponse) GetExpireAt() *timestamppb.Timestamp
func (*LoginResponse) GetRequirePasswordUpdate ¶
func (x *LoginResponse) GetRequirePasswordUpdate() bool
func (*LoginResponse) GetUserName ¶
func (x *LoginResponse) GetUserName() string
func (*LoginResponse) ProtoMessage ¶
func (*LoginResponse) ProtoMessage()
func (*LoginResponse) ProtoReflect ¶
func (x *LoginResponse) ProtoReflect() protoreflect.Message
func (*LoginResponse) Reset ¶
func (x *LoginResponse) Reset()
func (*LoginResponse) String ¶
func (x *LoginResponse) String() string
func (*LoginResponse) Validate ¶
func (m *LoginResponse) Validate() error
Validate checks the field values on LoginResponse 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 (*LoginResponse) ValidateAll ¶
func (m *LoginResponse) ValidateAll() error
ValidateAll checks the field values on LoginResponse 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 LoginResponseMultiError, or nil if none found.
type LoginResponseMultiError ¶
type LoginResponseMultiError []error
LoginResponseMultiError is an error wrapping multiple validation errors returned by LoginResponse.ValidateAll() if the designated constraints aren't met.
func (LoginResponseMultiError) AllErrors ¶
func (m LoginResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginResponseMultiError) Error ¶
func (m LoginResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginResponseValidationError ¶
type LoginResponseValidationError struct {
// contains filtered or unexported fields
}
LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.
func (LoginResponseValidationError) Cause ¶
func (e LoginResponseValidationError) Cause() error
Cause function returns cause value.
func (LoginResponseValidationError) Error ¶
func (e LoginResponseValidationError) Error() string
Error satisfies the builtin error interface
func (LoginResponseValidationError) ErrorName ¶
func (e LoginResponseValidationError) ErrorName() string
ErrorName returns error name.
func (LoginResponseValidationError) Field ¶
func (e LoginResponseValidationError) Field() string
Field function returns field value.
func (LoginResponseValidationError) Key ¶
func (e LoginResponseValidationError) Key() bool
Key function returns key value.
func (LoginResponseValidationError) Reason ¶
func (e LoginResponseValidationError) Reason() string
Reason function returns reason value.
type NetworkRule ¶
type NetworkRule struct {
PortNumber int32 `protobuf:"varint,1,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
CustomHostPrefix string `protobuf:"bytes,2,opt,name=custom_host_prefix,json=customHostPrefix,proto3" json:"custom_host_prefix,omitempty"`
HttpPath string `protobuf:"bytes,3,opt,name=http_path,json=httpPath,proto3" json:"http_path,omitempty"`
Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
Public bool `protobuf:"varint,5,opt,name=public,proto3" json:"public,omitempty"`
// contains filtered or unexported fields
}
func (*NetworkRule) Descriptor
deprecated
func (*NetworkRule) Descriptor() ([]byte, []int)
Deprecated: Use NetworkRule.ProtoReflect.Descriptor instead.
func (*NetworkRule) GetCustomHostPrefix ¶ added in v0.10.0
func (x *NetworkRule) GetCustomHostPrefix() string
func (*NetworkRule) GetHttpPath ¶
func (x *NetworkRule) GetHttpPath() string
func (*NetworkRule) GetPortNumber ¶
func (x *NetworkRule) GetPortNumber() int32
func (*NetworkRule) GetPublic ¶
func (x *NetworkRule) GetPublic() bool
func (*NetworkRule) GetUrl ¶
func (x *NetworkRule) GetUrl() string
func (*NetworkRule) ProtoMessage ¶
func (*NetworkRule) ProtoMessage()
func (*NetworkRule) ProtoReflect ¶
func (x *NetworkRule) ProtoReflect() protoreflect.Message
func (*NetworkRule) Reset ¶
func (x *NetworkRule) Reset()
func (*NetworkRule) String ¶
func (x *NetworkRule) String() string
func (*NetworkRule) Validate ¶
func (m *NetworkRule) Validate() error
Validate checks the field values on NetworkRule 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 (*NetworkRule) ValidateAll ¶
func (m *NetworkRule) ValidateAll() error
ValidateAll checks the field values on NetworkRule 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 NetworkRuleMultiError, or nil if none found.
type NetworkRuleMultiError ¶
type NetworkRuleMultiError []error
NetworkRuleMultiError is an error wrapping multiple validation errors returned by NetworkRule.ValidateAll() if the designated constraints aren't met.
func (NetworkRuleMultiError) AllErrors ¶
func (m NetworkRuleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (NetworkRuleMultiError) Error ¶
func (m NetworkRuleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type NetworkRuleValidationError ¶
type NetworkRuleValidationError struct {
// contains filtered or unexported fields
}
NetworkRuleValidationError is the validation error returned by NetworkRule.Validate if the designated constraints aren't met.
func (NetworkRuleValidationError) Cause ¶
func (e NetworkRuleValidationError) Cause() error
Cause function returns cause value.
func (NetworkRuleValidationError) Error ¶
func (e NetworkRuleValidationError) Error() string
Error satisfies the builtin error interface
func (NetworkRuleValidationError) ErrorName ¶
func (e NetworkRuleValidationError) ErrorName() string
ErrorName returns error name.
func (NetworkRuleValidationError) Field ¶
func (e NetworkRuleValidationError) Field() string
Field function returns field value.
func (NetworkRuleValidationError) Key ¶
func (e NetworkRuleValidationError) Key() bool
Key function returns key value.
func (NetworkRuleValidationError) Reason ¶
func (e NetworkRuleValidationError) Reason() string
Reason function returns reason value.
type ObjectReference ¶
type ObjectReference struct {
ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"`
Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
// contains filtered or unexported fields
}
func (*ObjectReference) Descriptor
deprecated
func (*ObjectReference) Descriptor() ([]byte, []int)
Deprecated: Use ObjectReference.ProtoReflect.Descriptor instead.
func (*ObjectReference) GetApiVersion ¶
func (x *ObjectReference) GetApiVersion() string
func (*ObjectReference) GetKind ¶
func (x *ObjectReference) GetKind() string
func (*ObjectReference) GetName ¶
func (x *ObjectReference) GetName() string
func (*ObjectReference) GetNamespace ¶
func (x *ObjectReference) GetNamespace() string
func (*ObjectReference) ProtoMessage ¶
func (*ObjectReference) ProtoMessage()
func (*ObjectReference) ProtoReflect ¶
func (x *ObjectReference) ProtoReflect() protoreflect.Message
func (*ObjectReference) Reset ¶
func (x *ObjectReference) Reset()
func (*ObjectReference) String ¶
func (x *ObjectReference) String() string
func (*ObjectReference) Validate ¶
func (m *ObjectReference) Validate() error
Validate checks the field values on ObjectReference 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 (*ObjectReference) ValidateAll ¶
func (m *ObjectReference) ValidateAll() error
ValidateAll checks the field values on ObjectReference 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 ObjectReferenceMultiError, or nil if none found.
type ObjectReferenceMultiError ¶
type ObjectReferenceMultiError []error
ObjectReferenceMultiError is an error wrapping multiple validation errors returned by ObjectReference.ValidateAll() if the designated constraints aren't met.
func (ObjectReferenceMultiError) AllErrors ¶
func (m ObjectReferenceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ObjectReferenceMultiError) Error ¶
func (m ObjectReferenceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ObjectReferenceValidationError ¶
type ObjectReferenceValidationError struct {
// contains filtered or unexported fields
}
ObjectReferenceValidationError is the validation error returned by ObjectReference.Validate if the designated constraints aren't met.
func (ObjectReferenceValidationError) Cause ¶
func (e ObjectReferenceValidationError) Cause() error
Cause function returns cause value.
func (ObjectReferenceValidationError) Error ¶
func (e ObjectReferenceValidationError) Error() string
Error satisfies the builtin error interface
func (ObjectReferenceValidationError) ErrorName ¶
func (e ObjectReferenceValidationError) ErrorName() string
ErrorName returns error name.
func (ObjectReferenceValidationError) Field ¶
func (e ObjectReferenceValidationError) Field() string
Field function returns field value.
func (ObjectReferenceValidationError) Key ¶
func (e ObjectReferenceValidationError) Key() bool
Key function returns key value.
func (ObjectReferenceValidationError) Reason ¶
func (e ObjectReferenceValidationError) Reason() string
Reason function returns reason value.
type ServiceAccountLoginRequest ¶
type ServiceAccountLoginRequest struct {
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
// contains filtered or unexported fields
}
func (*ServiceAccountLoginRequest) Descriptor
deprecated
func (*ServiceAccountLoginRequest) Descriptor() ([]byte, []int)
Deprecated: Use ServiceAccountLoginRequest.ProtoReflect.Descriptor instead.
func (*ServiceAccountLoginRequest) GetToken ¶
func (x *ServiceAccountLoginRequest) GetToken() string
func (*ServiceAccountLoginRequest) ProtoMessage ¶
func (*ServiceAccountLoginRequest) ProtoMessage()
func (*ServiceAccountLoginRequest) ProtoReflect ¶
func (x *ServiceAccountLoginRequest) ProtoReflect() protoreflect.Message
func (*ServiceAccountLoginRequest) Reset ¶
func (x *ServiceAccountLoginRequest) Reset()
func (*ServiceAccountLoginRequest) String ¶
func (x *ServiceAccountLoginRequest) String() string
func (*ServiceAccountLoginRequest) Validate ¶
func (m *ServiceAccountLoginRequest) Validate() error
Validate checks the field values on ServiceAccountLoginRequest 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 (*ServiceAccountLoginRequest) ValidateAll ¶
func (m *ServiceAccountLoginRequest) ValidateAll() error
ValidateAll checks the field values on ServiceAccountLoginRequest 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 ServiceAccountLoginRequestMultiError, or nil if none found.
type ServiceAccountLoginRequestMultiError ¶
type ServiceAccountLoginRequestMultiError []error
ServiceAccountLoginRequestMultiError is an error wrapping multiple validation errors returned by ServiceAccountLoginRequest.ValidateAll() if the designated constraints aren't met.
func (ServiceAccountLoginRequestMultiError) AllErrors ¶
func (m ServiceAccountLoginRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceAccountLoginRequestMultiError) Error ¶
func (m ServiceAccountLoginRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceAccountLoginRequestValidationError ¶
type ServiceAccountLoginRequestValidationError struct {
// contains filtered or unexported fields
}
ServiceAccountLoginRequestValidationError is the validation error returned by ServiceAccountLoginRequest.Validate if the designated constraints aren't met.
func (ServiceAccountLoginRequestValidationError) Cause ¶
func (e ServiceAccountLoginRequestValidationError) Cause() error
Cause function returns cause value.
func (ServiceAccountLoginRequestValidationError) Error ¶
func (e ServiceAccountLoginRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceAccountLoginRequestValidationError) ErrorName ¶
func (e ServiceAccountLoginRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceAccountLoginRequestValidationError) Field ¶
func (e ServiceAccountLoginRequestValidationError) Field() string
Field function returns field value.
func (ServiceAccountLoginRequestValidationError) Key ¶
func (e ServiceAccountLoginRequestValidationError) Key() bool
Key function returns key value.
func (ServiceAccountLoginRequestValidationError) Reason ¶
func (e ServiceAccountLoginRequestValidationError) Reason() string
Reason function returns reason value.
type Template ¶
type Template struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
RequiredVars []*TemplateRequiredVars `protobuf:"bytes,3,rep,name=required_vars,json=requiredVars,proto3" json:"required_vars,omitempty"`
IsDefaultUserAddon *bool `` /* 126-byte string literal not displayed */
IsClusterScope bool `protobuf:"varint,5,opt,name=is_cluster_scope,json=isClusterScope,proto3" json:"is_cluster_scope,omitempty"`
RequiredUseraddons []string `protobuf:"bytes,6,rep,name=required_useraddons,json=requiredUseraddons,proto3" json:"required_useraddons,omitempty"`
Userroles []string `protobuf:"bytes,7,rep,name=userroles,proto3" json:"userroles,omitempty"`
Raw *string `protobuf:"bytes,8,opt,name=raw,proto3,oneof" json:"raw,omitempty"`
// contains filtered or unexported fields
}
func (*Template) Descriptor
deprecated
func (*Template) GetDescription ¶
func (*Template) GetIsClusterScope ¶
func (*Template) GetIsDefaultUserAddon ¶
func (*Template) GetRequiredUseraddons ¶
func (*Template) GetRequiredVars ¶
func (x *Template) GetRequiredVars() []*TemplateRequiredVars
func (*Template) GetUserroles ¶
func (*Template) ProtoMessage ¶
func (*Template) ProtoMessage()
func (*Template) ProtoReflect ¶
func (x *Template) ProtoReflect() protoreflect.Message
func (*Template) Validate ¶
Validate checks the field values on Template 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 (*Template) ValidateAll ¶
ValidateAll checks the field values on Template 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 TemplateMultiError, or nil if none found.
type TemplateMultiError ¶
type TemplateMultiError []error
TemplateMultiError is an error wrapping multiple validation errors returned by Template.ValidateAll() if the designated constraints aren't met.
func (TemplateMultiError) AllErrors ¶
func (m TemplateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TemplateMultiError) Error ¶
func (m TemplateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TemplateRequiredVars ¶
type TemplateRequiredVars struct {
VarName string `protobuf:"bytes,1,opt,name=var_name,json=varName,proto3" json:"var_name,omitempty"`
DefaultValue string `protobuf:"bytes,2,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
// contains filtered or unexported fields
}
func (*TemplateRequiredVars) Descriptor
deprecated
func (*TemplateRequiredVars) Descriptor() ([]byte, []int)
Deprecated: Use TemplateRequiredVars.ProtoReflect.Descriptor instead.
func (*TemplateRequiredVars) GetDefaultValue ¶
func (x *TemplateRequiredVars) GetDefaultValue() string
func (*TemplateRequiredVars) GetVarName ¶
func (x *TemplateRequiredVars) GetVarName() string
func (*TemplateRequiredVars) ProtoMessage ¶
func (*TemplateRequiredVars) ProtoMessage()
func (*TemplateRequiredVars) ProtoReflect ¶
func (x *TemplateRequiredVars) ProtoReflect() protoreflect.Message
func (*TemplateRequiredVars) Reset ¶
func (x *TemplateRequiredVars) Reset()
func (*TemplateRequiredVars) String ¶
func (x *TemplateRequiredVars) String() string
func (*TemplateRequiredVars) Validate ¶
func (m *TemplateRequiredVars) Validate() error
Validate checks the field values on TemplateRequiredVars 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 (*TemplateRequiredVars) ValidateAll ¶
func (m *TemplateRequiredVars) ValidateAll() error
ValidateAll checks the field values on TemplateRequiredVars 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 TemplateRequiredVarsMultiError, or nil if none found.
type TemplateRequiredVarsMultiError ¶
type TemplateRequiredVarsMultiError []error
TemplateRequiredVarsMultiError is an error wrapping multiple validation errors returned by TemplateRequiredVars.ValidateAll() if the designated constraints aren't met.
func (TemplateRequiredVarsMultiError) AllErrors ¶
func (m TemplateRequiredVarsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TemplateRequiredVarsMultiError) Error ¶
func (m TemplateRequiredVarsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TemplateRequiredVarsValidationError ¶
type TemplateRequiredVarsValidationError struct {
// contains filtered or unexported fields
}
TemplateRequiredVarsValidationError is the validation error returned by TemplateRequiredVars.Validate if the designated constraints aren't met.
func (TemplateRequiredVarsValidationError) Cause ¶
func (e TemplateRequiredVarsValidationError) Cause() error
Cause function returns cause value.
func (TemplateRequiredVarsValidationError) Error ¶
func (e TemplateRequiredVarsValidationError) Error() string
Error satisfies the builtin error interface
func (TemplateRequiredVarsValidationError) ErrorName ¶
func (e TemplateRequiredVarsValidationError) ErrorName() string
ErrorName returns error name.
func (TemplateRequiredVarsValidationError) Field ¶
func (e TemplateRequiredVarsValidationError) Field() string
Field function returns field value.
func (TemplateRequiredVarsValidationError) Key ¶
func (e TemplateRequiredVarsValidationError) Key() bool
Key function returns key value.
func (TemplateRequiredVarsValidationError) Reason ¶
func (e TemplateRequiredVarsValidationError) Reason() string
Reason function returns reason value.
type TemplateValidationError ¶
type TemplateValidationError struct {
// contains filtered or unexported fields
}
TemplateValidationError is the validation error returned by Template.Validate if the designated constraints aren't met.
func (TemplateValidationError) Cause ¶
func (e TemplateValidationError) Cause() error
Cause function returns cause value.
func (TemplateValidationError) Error ¶
func (e TemplateValidationError) Error() string
Error satisfies the builtin error interface
func (TemplateValidationError) ErrorName ¶
func (e TemplateValidationError) ErrorName() string
ErrorName returns error name.
func (TemplateValidationError) Field ¶
func (e TemplateValidationError) Field() string
Field function returns field value.
func (TemplateValidationError) Key ¶
func (e TemplateValidationError) Key() bool
Key function returns key value.
func (TemplateValidationError) Reason ¶
func (e TemplateValidationError) Reason() string
Reason function returns reason value.
type UpdateCredentialRequest ¶
type UpdateCredentialRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
CredId string `protobuf:"bytes,2,opt,name=cred_id,json=credId,proto3" json:"cred_id,omitempty"`
CredDisplayName string `protobuf:"bytes,3,opt,name=cred_display_name,json=credDisplayName,proto3" json:"cred_display_name,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateCredentialRequest) Descriptor
deprecated
func (*UpdateCredentialRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCredentialRequest.ProtoReflect.Descriptor instead.
func (*UpdateCredentialRequest) GetCredDisplayName ¶
func (x *UpdateCredentialRequest) GetCredDisplayName() string
func (*UpdateCredentialRequest) GetCredId ¶
func (x *UpdateCredentialRequest) GetCredId() string
func (*UpdateCredentialRequest) GetUserName ¶
func (x *UpdateCredentialRequest) GetUserName() string
func (*UpdateCredentialRequest) ProtoMessage ¶
func (*UpdateCredentialRequest) ProtoMessage()
func (*UpdateCredentialRequest) ProtoReflect ¶
func (x *UpdateCredentialRequest) ProtoReflect() protoreflect.Message
func (*UpdateCredentialRequest) Reset ¶
func (x *UpdateCredentialRequest) Reset()
func (*UpdateCredentialRequest) String ¶
func (x *UpdateCredentialRequest) String() string
func (*UpdateCredentialRequest) Validate ¶
func (m *UpdateCredentialRequest) Validate() error
Validate checks the field values on UpdateCredentialRequest 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 (*UpdateCredentialRequest) ValidateAll ¶
func (m *UpdateCredentialRequest) ValidateAll() error
ValidateAll checks the field values on UpdateCredentialRequest 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 UpdateCredentialRequestMultiError, or nil if none found.
type UpdateCredentialRequestMultiError ¶
type UpdateCredentialRequestMultiError []error
UpdateCredentialRequestMultiError is an error wrapping multiple validation errors returned by UpdateCredentialRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateCredentialRequestMultiError) AllErrors ¶
func (m UpdateCredentialRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateCredentialRequestMultiError) Error ¶
func (m UpdateCredentialRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateCredentialRequestValidationError ¶
type UpdateCredentialRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateCredentialRequestValidationError is the validation error returned by UpdateCredentialRequest.Validate if the designated constraints aren't met.
func (UpdateCredentialRequestValidationError) Cause ¶
func (e UpdateCredentialRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateCredentialRequestValidationError) Error ¶
func (e UpdateCredentialRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCredentialRequestValidationError) ErrorName ¶
func (e UpdateCredentialRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCredentialRequestValidationError) Field ¶
func (e UpdateCredentialRequestValidationError) Field() string
Field function returns field value.
func (UpdateCredentialRequestValidationError) Key ¶
func (e UpdateCredentialRequestValidationError) Key() bool
Key function returns key value.
func (UpdateCredentialRequestValidationError) Reason ¶
func (e UpdateCredentialRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateCredentialResponse ¶
type UpdateCredentialResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateCredentialResponse) Descriptor
deprecated
func (*UpdateCredentialResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCredentialResponse.ProtoReflect.Descriptor instead.
func (*UpdateCredentialResponse) GetMessage ¶
func (x *UpdateCredentialResponse) GetMessage() string
func (*UpdateCredentialResponse) ProtoMessage ¶
func (*UpdateCredentialResponse) ProtoMessage()
func (*UpdateCredentialResponse) ProtoReflect ¶
func (x *UpdateCredentialResponse) ProtoReflect() protoreflect.Message
func (*UpdateCredentialResponse) Reset ¶
func (x *UpdateCredentialResponse) Reset()
func (*UpdateCredentialResponse) String ¶
func (x *UpdateCredentialResponse) String() string
func (*UpdateCredentialResponse) Validate ¶
func (m *UpdateCredentialResponse) Validate() error
Validate checks the field values on UpdateCredentialResponse 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 (*UpdateCredentialResponse) ValidateAll ¶
func (m *UpdateCredentialResponse) ValidateAll() error
ValidateAll checks the field values on UpdateCredentialResponse 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 UpdateCredentialResponseMultiError, or nil if none found.
type UpdateCredentialResponseMultiError ¶
type UpdateCredentialResponseMultiError []error
UpdateCredentialResponseMultiError is an error wrapping multiple validation errors returned by UpdateCredentialResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateCredentialResponseMultiError) AllErrors ¶
func (m UpdateCredentialResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateCredentialResponseMultiError) Error ¶
func (m UpdateCredentialResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateCredentialResponseValidationError ¶
type UpdateCredentialResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateCredentialResponseValidationError is the validation error returned by UpdateCredentialResponse.Validate if the designated constraints aren't met.
func (UpdateCredentialResponseValidationError) Cause ¶
func (e UpdateCredentialResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateCredentialResponseValidationError) Error ¶
func (e UpdateCredentialResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCredentialResponseValidationError) ErrorName ¶
func (e UpdateCredentialResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCredentialResponseValidationError) Field ¶
func (e UpdateCredentialResponseValidationError) Field() string
Field function returns field value.
func (UpdateCredentialResponseValidationError) Key ¶
func (e UpdateCredentialResponseValidationError) Key() bool
Key function returns key value.
func (UpdateCredentialResponseValidationError) Reason ¶
func (e UpdateCredentialResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateUserAddonsRequest ¶
type UpdateUserAddonsRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
Addons []*UserAddon `protobuf:"bytes,2,rep,name=addons,proto3" json:"addons,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserAddonsRequest) Descriptor
deprecated
func (*UpdateUserAddonsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAddonsRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserAddonsRequest) GetAddons ¶
func (x *UpdateUserAddonsRequest) GetAddons() []*UserAddon
func (*UpdateUserAddonsRequest) GetUserName ¶
func (x *UpdateUserAddonsRequest) GetUserName() string
func (*UpdateUserAddonsRequest) ProtoMessage ¶
func (*UpdateUserAddonsRequest) ProtoMessage()
func (*UpdateUserAddonsRequest) ProtoReflect ¶
func (x *UpdateUserAddonsRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserAddonsRequest) Reset ¶
func (x *UpdateUserAddonsRequest) Reset()
func (*UpdateUserAddonsRequest) String ¶
func (x *UpdateUserAddonsRequest) String() string
func (*UpdateUserAddonsRequest) Validate ¶
func (m *UpdateUserAddonsRequest) Validate() error
Validate checks the field values on UpdateUserAddonsRequest 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 (*UpdateUserAddonsRequest) ValidateAll ¶
func (m *UpdateUserAddonsRequest) ValidateAll() error
ValidateAll checks the field values on UpdateUserAddonsRequest 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 UpdateUserAddonsRequestMultiError, or nil if none found.
type UpdateUserAddonsRequestMultiError ¶
type UpdateUserAddonsRequestMultiError []error
UpdateUserAddonsRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserAddonsRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateUserAddonsRequestMultiError) AllErrors ¶
func (m UpdateUserAddonsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserAddonsRequestMultiError) Error ¶
func (m UpdateUserAddonsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserAddonsRequestValidationError ¶
type UpdateUserAddonsRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateUserAddonsRequestValidationError is the validation error returned by UpdateUserAddonsRequest.Validate if the designated constraints aren't met.
func (UpdateUserAddonsRequestValidationError) Cause ¶
func (e UpdateUserAddonsRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserAddonsRequestValidationError) Error ¶
func (e UpdateUserAddonsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserAddonsRequestValidationError) ErrorName ¶
func (e UpdateUserAddonsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserAddonsRequestValidationError) Field ¶
func (e UpdateUserAddonsRequestValidationError) Field() string
Field function returns field value.
func (UpdateUserAddonsRequestValidationError) Key ¶
func (e UpdateUserAddonsRequestValidationError) Key() bool
Key function returns key value.
func (UpdateUserAddonsRequestValidationError) Reason ¶
func (e UpdateUserAddonsRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateUserAddonsResponse ¶
type UpdateUserAddonsResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserAddonsResponse) Descriptor
deprecated
func (*UpdateUserAddonsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAddonsResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserAddonsResponse) GetMessage ¶
func (x *UpdateUserAddonsResponse) GetMessage() string
func (*UpdateUserAddonsResponse) GetUser ¶
func (x *UpdateUserAddonsResponse) GetUser() *User
func (*UpdateUserAddonsResponse) ProtoMessage ¶
func (*UpdateUserAddonsResponse) ProtoMessage()
func (*UpdateUserAddonsResponse) ProtoReflect ¶
func (x *UpdateUserAddonsResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserAddonsResponse) Reset ¶
func (x *UpdateUserAddonsResponse) Reset()
func (*UpdateUserAddonsResponse) String ¶
func (x *UpdateUserAddonsResponse) String() string
func (*UpdateUserAddonsResponse) Validate ¶
func (m *UpdateUserAddonsResponse) Validate() error
Validate checks the field values on UpdateUserAddonsResponse 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 (*UpdateUserAddonsResponse) ValidateAll ¶
func (m *UpdateUserAddonsResponse) ValidateAll() error
ValidateAll checks the field values on UpdateUserAddonsResponse 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 UpdateUserAddonsResponseMultiError, or nil if none found.
type UpdateUserAddonsResponseMultiError ¶
type UpdateUserAddonsResponseMultiError []error
UpdateUserAddonsResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserAddonsResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateUserAddonsResponseMultiError) AllErrors ¶
func (m UpdateUserAddonsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserAddonsResponseMultiError) Error ¶
func (m UpdateUserAddonsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserAddonsResponseValidationError ¶
type UpdateUserAddonsResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateUserAddonsResponseValidationError is the validation error returned by UpdateUserAddonsResponse.Validate if the designated constraints aren't met.
func (UpdateUserAddonsResponseValidationError) Cause ¶
func (e UpdateUserAddonsResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserAddonsResponseValidationError) Error ¶
func (e UpdateUserAddonsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserAddonsResponseValidationError) ErrorName ¶
func (e UpdateUserAddonsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserAddonsResponseValidationError) Field ¶
func (e UpdateUserAddonsResponseValidationError) Field() string
Field function returns field value.
func (UpdateUserAddonsResponseValidationError) Key ¶
func (e UpdateUserAddonsResponseValidationError) Key() bool
Key function returns key value.
func (UpdateUserAddonsResponseValidationError) Reason ¶
func (e UpdateUserAddonsResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateUserDisplayNameRequest ¶
type UpdateUserDisplayNameRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserDisplayNameRequest) Descriptor
deprecated
func (*UpdateUserDisplayNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserDisplayNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserDisplayNameRequest) GetDisplayName ¶
func (x *UpdateUserDisplayNameRequest) GetDisplayName() string
func (*UpdateUserDisplayNameRequest) GetUserName ¶
func (x *UpdateUserDisplayNameRequest) GetUserName() string
func (*UpdateUserDisplayNameRequest) ProtoMessage ¶
func (*UpdateUserDisplayNameRequest) ProtoMessage()
func (*UpdateUserDisplayNameRequest) ProtoReflect ¶
func (x *UpdateUserDisplayNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserDisplayNameRequest) Reset ¶
func (x *UpdateUserDisplayNameRequest) Reset()
func (*UpdateUserDisplayNameRequest) String ¶
func (x *UpdateUserDisplayNameRequest) String() string
func (*UpdateUserDisplayNameRequest) Validate ¶
func (m *UpdateUserDisplayNameRequest) Validate() error
Validate checks the field values on UpdateUserDisplayNameRequest 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 (*UpdateUserDisplayNameRequest) ValidateAll ¶
func (m *UpdateUserDisplayNameRequest) ValidateAll() error
ValidateAll checks the field values on UpdateUserDisplayNameRequest 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 UpdateUserDisplayNameRequestMultiError, or nil if none found.
type UpdateUserDisplayNameRequestMultiError ¶
type UpdateUserDisplayNameRequestMultiError []error
UpdateUserDisplayNameRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserDisplayNameRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateUserDisplayNameRequestMultiError) AllErrors ¶
func (m UpdateUserDisplayNameRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserDisplayNameRequestMultiError) Error ¶
func (m UpdateUserDisplayNameRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserDisplayNameRequestValidationError ¶
type UpdateUserDisplayNameRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateUserDisplayNameRequestValidationError is the validation error returned by UpdateUserDisplayNameRequest.Validate if the designated constraints aren't met.
func (UpdateUserDisplayNameRequestValidationError) Cause ¶
func (e UpdateUserDisplayNameRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserDisplayNameRequestValidationError) Error ¶
func (e UpdateUserDisplayNameRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserDisplayNameRequestValidationError) ErrorName ¶
func (e UpdateUserDisplayNameRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserDisplayNameRequestValidationError) Field ¶
func (e UpdateUserDisplayNameRequestValidationError) Field() string
Field function returns field value.
func (UpdateUserDisplayNameRequestValidationError) Key ¶
func (e UpdateUserDisplayNameRequestValidationError) Key() bool
Key function returns key value.
func (UpdateUserDisplayNameRequestValidationError) Reason ¶
func (e UpdateUserDisplayNameRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateUserDisplayNameResponse ¶
type UpdateUserDisplayNameResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserDisplayNameResponse) Descriptor
deprecated
func (*UpdateUserDisplayNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserDisplayNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserDisplayNameResponse) GetMessage ¶
func (x *UpdateUserDisplayNameResponse) GetMessage() string
func (*UpdateUserDisplayNameResponse) GetUser ¶
func (x *UpdateUserDisplayNameResponse) GetUser() *User
func (*UpdateUserDisplayNameResponse) ProtoMessage ¶
func (*UpdateUserDisplayNameResponse) ProtoMessage()
func (*UpdateUserDisplayNameResponse) ProtoReflect ¶
func (x *UpdateUserDisplayNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserDisplayNameResponse) Reset ¶
func (x *UpdateUserDisplayNameResponse) Reset()
func (*UpdateUserDisplayNameResponse) String ¶
func (x *UpdateUserDisplayNameResponse) String() string
func (*UpdateUserDisplayNameResponse) Validate ¶
func (m *UpdateUserDisplayNameResponse) Validate() error
Validate checks the field values on UpdateUserDisplayNameResponse 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 (*UpdateUserDisplayNameResponse) ValidateAll ¶
func (m *UpdateUserDisplayNameResponse) ValidateAll() error
ValidateAll checks the field values on UpdateUserDisplayNameResponse 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 UpdateUserDisplayNameResponseMultiError, or nil if none found.
type UpdateUserDisplayNameResponseMultiError ¶
type UpdateUserDisplayNameResponseMultiError []error
UpdateUserDisplayNameResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserDisplayNameResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateUserDisplayNameResponseMultiError) AllErrors ¶
func (m UpdateUserDisplayNameResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserDisplayNameResponseMultiError) Error ¶
func (m UpdateUserDisplayNameResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserDisplayNameResponseValidationError ¶
type UpdateUserDisplayNameResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateUserDisplayNameResponseValidationError is the validation error returned by UpdateUserDisplayNameResponse.Validate if the designated constraints aren't met.
func (UpdateUserDisplayNameResponseValidationError) Cause ¶
func (e UpdateUserDisplayNameResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserDisplayNameResponseValidationError) Error ¶
func (e UpdateUserDisplayNameResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserDisplayNameResponseValidationError) ErrorName ¶
func (e UpdateUserDisplayNameResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserDisplayNameResponseValidationError) Field ¶
func (e UpdateUserDisplayNameResponseValidationError) Field() string
Field function returns field value.
func (UpdateUserDisplayNameResponseValidationError) Key ¶
func (e UpdateUserDisplayNameResponseValidationError) Key() bool
Key function returns key value.
func (UpdateUserDisplayNameResponseValidationError) Reason ¶
func (e UpdateUserDisplayNameResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateUserPasswordRequest ¶
type UpdateUserPasswordRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
CurrentPassword string `protobuf:"bytes,2,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"`
NewPassword string `protobuf:"bytes,3,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserPasswordRequest) Descriptor
deprecated
func (*UpdateUserPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPasswordRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserPasswordRequest) GetCurrentPassword ¶
func (x *UpdateUserPasswordRequest) GetCurrentPassword() string
func (*UpdateUserPasswordRequest) GetNewPassword ¶
func (x *UpdateUserPasswordRequest) GetNewPassword() string
func (*UpdateUserPasswordRequest) GetUserName ¶
func (x *UpdateUserPasswordRequest) GetUserName() string
func (*UpdateUserPasswordRequest) ProtoMessage ¶
func (*UpdateUserPasswordRequest) ProtoMessage()
func (*UpdateUserPasswordRequest) ProtoReflect ¶
func (x *UpdateUserPasswordRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserPasswordRequest) Reset ¶
func (x *UpdateUserPasswordRequest) Reset()
func (*UpdateUserPasswordRequest) String ¶
func (x *UpdateUserPasswordRequest) String() string
func (*UpdateUserPasswordRequest) Validate ¶
func (m *UpdateUserPasswordRequest) Validate() error
Validate checks the field values on UpdateUserPasswordRequest 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 (*UpdateUserPasswordRequest) ValidateAll ¶
func (m *UpdateUserPasswordRequest) ValidateAll() error
ValidateAll checks the field values on UpdateUserPasswordRequest 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 UpdateUserPasswordRequestMultiError, or nil if none found.
type UpdateUserPasswordRequestMultiError ¶
type UpdateUserPasswordRequestMultiError []error
UpdateUserPasswordRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserPasswordRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateUserPasswordRequestMultiError) AllErrors ¶
func (m UpdateUserPasswordRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserPasswordRequestMultiError) Error ¶
func (m UpdateUserPasswordRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserPasswordRequestValidationError ¶
type UpdateUserPasswordRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateUserPasswordRequestValidationError is the validation error returned by UpdateUserPasswordRequest.Validate if the designated constraints aren't met.
func (UpdateUserPasswordRequestValidationError) Cause ¶
func (e UpdateUserPasswordRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserPasswordRequestValidationError) Error ¶
func (e UpdateUserPasswordRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserPasswordRequestValidationError) ErrorName ¶
func (e UpdateUserPasswordRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserPasswordRequestValidationError) Field ¶
func (e UpdateUserPasswordRequestValidationError) Field() string
Field function returns field value.
func (UpdateUserPasswordRequestValidationError) Key ¶
func (e UpdateUserPasswordRequestValidationError) Key() bool
Key function returns key value.
func (UpdateUserPasswordRequestValidationError) Reason ¶
func (e UpdateUserPasswordRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateUserPasswordResponse ¶
type UpdateUserPasswordResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserPasswordResponse) Descriptor
deprecated
func (*UpdateUserPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserPasswordResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserPasswordResponse) GetMessage ¶
func (x *UpdateUserPasswordResponse) GetMessage() string
func (*UpdateUserPasswordResponse) ProtoMessage ¶
func (*UpdateUserPasswordResponse) ProtoMessage()
func (*UpdateUserPasswordResponse) ProtoReflect ¶
func (x *UpdateUserPasswordResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserPasswordResponse) Reset ¶
func (x *UpdateUserPasswordResponse) Reset()
func (*UpdateUserPasswordResponse) String ¶
func (x *UpdateUserPasswordResponse) String() string
func (*UpdateUserPasswordResponse) Validate ¶
func (m *UpdateUserPasswordResponse) Validate() error
Validate checks the field values on UpdateUserPasswordResponse 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 (*UpdateUserPasswordResponse) ValidateAll ¶
func (m *UpdateUserPasswordResponse) ValidateAll() error
ValidateAll checks the field values on UpdateUserPasswordResponse 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 UpdateUserPasswordResponseMultiError, or nil if none found.
type UpdateUserPasswordResponseMultiError ¶
type UpdateUserPasswordResponseMultiError []error
UpdateUserPasswordResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserPasswordResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateUserPasswordResponseMultiError) AllErrors ¶
func (m UpdateUserPasswordResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserPasswordResponseMultiError) Error ¶
func (m UpdateUserPasswordResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserPasswordResponseValidationError ¶
type UpdateUserPasswordResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateUserPasswordResponseValidationError is the validation error returned by UpdateUserPasswordResponse.Validate if the designated constraints aren't met.
func (UpdateUserPasswordResponseValidationError) Cause ¶
func (e UpdateUserPasswordResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserPasswordResponseValidationError) Error ¶
func (e UpdateUserPasswordResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserPasswordResponseValidationError) ErrorName ¶
func (e UpdateUserPasswordResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserPasswordResponseValidationError) Field ¶
func (e UpdateUserPasswordResponseValidationError) Field() string
Field function returns field value.
func (UpdateUserPasswordResponseValidationError) Key ¶
func (e UpdateUserPasswordResponseValidationError) Key() bool
Key function returns key value.
func (UpdateUserPasswordResponseValidationError) Reason ¶
func (e UpdateUserPasswordResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateUserRoleRequest ¶
type UpdateUserRoleRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserRoleRequest) Descriptor
deprecated
func (*UpdateUserRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRoleRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRoleRequest) GetRoles ¶
func (x *UpdateUserRoleRequest) GetRoles() []string
func (*UpdateUserRoleRequest) GetUserName ¶
func (x *UpdateUserRoleRequest) GetUserName() string
func (*UpdateUserRoleRequest) ProtoMessage ¶
func (*UpdateUserRoleRequest) ProtoMessage()
func (*UpdateUserRoleRequest) ProtoReflect ¶
func (x *UpdateUserRoleRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserRoleRequest) Reset ¶
func (x *UpdateUserRoleRequest) Reset()
func (*UpdateUserRoleRequest) String ¶
func (x *UpdateUserRoleRequest) String() string
func (*UpdateUserRoleRequest) Validate ¶
func (m *UpdateUserRoleRequest) Validate() error
Validate checks the field values on UpdateUserRoleRequest 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 (*UpdateUserRoleRequest) ValidateAll ¶
func (m *UpdateUserRoleRequest) ValidateAll() error
ValidateAll checks the field values on UpdateUserRoleRequest 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 UpdateUserRoleRequestMultiError, or nil if none found.
type UpdateUserRoleRequestMultiError ¶
type UpdateUserRoleRequestMultiError []error
UpdateUserRoleRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserRoleRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateUserRoleRequestMultiError) AllErrors ¶
func (m UpdateUserRoleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserRoleRequestMultiError) Error ¶
func (m UpdateUserRoleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserRoleRequestValidationError ¶
type UpdateUserRoleRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateUserRoleRequestValidationError is the validation error returned by UpdateUserRoleRequest.Validate if the designated constraints aren't met.
func (UpdateUserRoleRequestValidationError) Cause ¶
func (e UpdateUserRoleRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserRoleRequestValidationError) Error ¶
func (e UpdateUserRoleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserRoleRequestValidationError) ErrorName ¶
func (e UpdateUserRoleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserRoleRequestValidationError) Field ¶
func (e UpdateUserRoleRequestValidationError) Field() string
Field function returns field value.
func (UpdateUserRoleRequestValidationError) Key ¶
func (e UpdateUserRoleRequestValidationError) Key() bool
Key function returns key value.
func (UpdateUserRoleRequestValidationError) Reason ¶
func (e UpdateUserRoleRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateUserRoleResponse ¶
type UpdateUserRoleResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserRoleResponse) Descriptor
deprecated
func (*UpdateUserRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRoleResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserRoleResponse) GetMessage ¶
func (x *UpdateUserRoleResponse) GetMessage() string
func (*UpdateUserRoleResponse) GetUser ¶
func (x *UpdateUserRoleResponse) GetUser() *User
func (*UpdateUserRoleResponse) ProtoMessage ¶
func (*UpdateUserRoleResponse) ProtoMessage()
func (*UpdateUserRoleResponse) ProtoReflect ¶
func (x *UpdateUserRoleResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserRoleResponse) Reset ¶
func (x *UpdateUserRoleResponse) Reset()
func (*UpdateUserRoleResponse) String ¶
func (x *UpdateUserRoleResponse) String() string
func (*UpdateUserRoleResponse) Validate ¶
func (m *UpdateUserRoleResponse) Validate() error
Validate checks the field values on UpdateUserRoleResponse 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 (*UpdateUserRoleResponse) ValidateAll ¶
func (m *UpdateUserRoleResponse) ValidateAll() error
ValidateAll checks the field values on UpdateUserRoleResponse 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 UpdateUserRoleResponseMultiError, or nil if none found.
type UpdateUserRoleResponseMultiError ¶
type UpdateUserRoleResponseMultiError []error
UpdateUserRoleResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserRoleResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateUserRoleResponseMultiError) AllErrors ¶
func (m UpdateUserRoleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateUserRoleResponseMultiError) Error ¶
func (m UpdateUserRoleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateUserRoleResponseValidationError ¶
type UpdateUserRoleResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateUserRoleResponseValidationError is the validation error returned by UpdateUserRoleResponse.Validate if the designated constraints aren't met.
func (UpdateUserRoleResponseValidationError) Cause ¶
func (e UpdateUserRoleResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateUserRoleResponseValidationError) Error ¶
func (e UpdateUserRoleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateUserRoleResponseValidationError) ErrorName ¶
func (e UpdateUserRoleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateUserRoleResponseValidationError) Field ¶
func (e UpdateUserRoleResponseValidationError) Field() string
Field function returns field value.
func (UpdateUserRoleResponseValidationError) Key ¶
func (e UpdateUserRoleResponseValidationError) Key() bool
Key function returns key value.
func (UpdateUserRoleResponseValidationError) Reason ¶
func (e UpdateUserRoleResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateWorkspaceRequest ¶
type UpdateWorkspaceRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
Replicas *int64 `protobuf:"varint,3,opt,name=replicas,proto3,oneof" json:"replicas,omitempty"`
Vars map[string]string `` /* 149-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*UpdateWorkspaceRequest) Descriptor
deprecated
func (*UpdateWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*UpdateWorkspaceRequest) GetReplicas ¶
func (x *UpdateWorkspaceRequest) GetReplicas() int64
func (*UpdateWorkspaceRequest) GetUserName ¶
func (x *UpdateWorkspaceRequest) GetUserName() string
func (*UpdateWorkspaceRequest) GetVars ¶
func (x *UpdateWorkspaceRequest) GetVars() map[string]string
func (*UpdateWorkspaceRequest) GetWsName ¶
func (x *UpdateWorkspaceRequest) GetWsName() string
func (*UpdateWorkspaceRequest) ProtoMessage ¶
func (*UpdateWorkspaceRequest) ProtoMessage()
func (*UpdateWorkspaceRequest) ProtoReflect ¶
func (x *UpdateWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkspaceRequest) Reset ¶
func (x *UpdateWorkspaceRequest) Reset()
func (*UpdateWorkspaceRequest) String ¶
func (x *UpdateWorkspaceRequest) String() string
func (*UpdateWorkspaceRequest) Validate ¶
func (m *UpdateWorkspaceRequest) Validate() error
Validate checks the field values on UpdateWorkspaceRequest 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 (*UpdateWorkspaceRequest) ValidateAll ¶
func (m *UpdateWorkspaceRequest) ValidateAll() error
ValidateAll checks the field values on UpdateWorkspaceRequest 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 UpdateWorkspaceRequestMultiError, or nil if none found.
type UpdateWorkspaceRequestMultiError ¶
type UpdateWorkspaceRequestMultiError []error
UpdateWorkspaceRequestMultiError is an error wrapping multiple validation errors returned by UpdateWorkspaceRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateWorkspaceRequestMultiError) AllErrors ¶
func (m UpdateWorkspaceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateWorkspaceRequestMultiError) Error ¶
func (m UpdateWorkspaceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateWorkspaceRequestValidationError ¶
type UpdateWorkspaceRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateWorkspaceRequestValidationError is the validation error returned by UpdateWorkspaceRequest.Validate if the designated constraints aren't met.
func (UpdateWorkspaceRequestValidationError) Cause ¶
func (e UpdateWorkspaceRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateWorkspaceRequestValidationError) Error ¶
func (e UpdateWorkspaceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateWorkspaceRequestValidationError) ErrorName ¶
func (e UpdateWorkspaceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateWorkspaceRequestValidationError) Field ¶
func (e UpdateWorkspaceRequestValidationError) Field() string
Field function returns field value.
func (UpdateWorkspaceRequestValidationError) Key ¶
func (e UpdateWorkspaceRequestValidationError) Key() bool
Key function returns key value.
func (UpdateWorkspaceRequestValidationError) Reason ¶
func (e UpdateWorkspaceRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateWorkspaceResponse ¶
type UpdateWorkspaceResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Workspace *Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateWorkspaceResponse) Descriptor
deprecated
func (*UpdateWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*UpdateWorkspaceResponse) GetMessage ¶
func (x *UpdateWorkspaceResponse) GetMessage() string
func (*UpdateWorkspaceResponse) GetWorkspace ¶
func (x *UpdateWorkspaceResponse) GetWorkspace() *Workspace
func (*UpdateWorkspaceResponse) ProtoMessage ¶
func (*UpdateWorkspaceResponse) ProtoMessage()
func (*UpdateWorkspaceResponse) ProtoReflect ¶
func (x *UpdateWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*UpdateWorkspaceResponse) Reset ¶
func (x *UpdateWorkspaceResponse) Reset()
func (*UpdateWorkspaceResponse) String ¶
func (x *UpdateWorkspaceResponse) String() string
func (*UpdateWorkspaceResponse) Validate ¶
func (m *UpdateWorkspaceResponse) Validate() error
Validate checks the field values on UpdateWorkspaceResponse 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 (*UpdateWorkspaceResponse) ValidateAll ¶
func (m *UpdateWorkspaceResponse) ValidateAll() error
ValidateAll checks the field values on UpdateWorkspaceResponse 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 UpdateWorkspaceResponseMultiError, or nil if none found.
type UpdateWorkspaceResponseMultiError ¶
type UpdateWorkspaceResponseMultiError []error
UpdateWorkspaceResponseMultiError is an error wrapping multiple validation errors returned by UpdateWorkspaceResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateWorkspaceResponseMultiError) AllErrors ¶
func (m UpdateWorkspaceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateWorkspaceResponseMultiError) Error ¶
func (m UpdateWorkspaceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateWorkspaceResponseValidationError ¶
type UpdateWorkspaceResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateWorkspaceResponseValidationError is the validation error returned by UpdateWorkspaceResponse.Validate if the designated constraints aren't met.
func (UpdateWorkspaceResponseValidationError) Cause ¶
func (e UpdateWorkspaceResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateWorkspaceResponseValidationError) Error ¶
func (e UpdateWorkspaceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateWorkspaceResponseValidationError) ErrorName ¶
func (e UpdateWorkspaceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateWorkspaceResponseValidationError) Field ¶
func (e UpdateWorkspaceResponseValidationError) Field() string
Field function returns field value.
func (UpdateWorkspaceResponseValidationError) Key ¶
func (e UpdateWorkspaceResponseValidationError) Key() bool
Key function returns key value.
func (UpdateWorkspaceResponseValidationError) Reason ¶
func (e UpdateWorkspaceResponseValidationError) Reason() string
Reason function returns reason value.
type UpsertNetworkRuleRequest ¶
type UpsertNetworkRuleRequest struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
WsName string `protobuf:"bytes,2,opt,name=ws_name,json=wsName,proto3" json:"ws_name,omitempty"`
NetworkRule *NetworkRule `protobuf:"bytes,3,opt,name=network_rule,json=networkRule,proto3" json:"network_rule,omitempty"`
// network rule index to update. insert if index is out of length
Index int32 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
// contains filtered or unexported fields
}
func (*UpsertNetworkRuleRequest) Descriptor
deprecated
func (*UpsertNetworkRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertNetworkRuleRequest.ProtoReflect.Descriptor instead.
func (*UpsertNetworkRuleRequest) GetIndex ¶ added in v0.10.0
func (x *UpsertNetworkRuleRequest) GetIndex() int32
func (*UpsertNetworkRuleRequest) GetNetworkRule ¶
func (x *UpsertNetworkRuleRequest) GetNetworkRule() *NetworkRule
func (*UpsertNetworkRuleRequest) GetUserName ¶
func (x *UpsertNetworkRuleRequest) GetUserName() string
func (*UpsertNetworkRuleRequest) GetWsName ¶
func (x *UpsertNetworkRuleRequest) GetWsName() string
func (*UpsertNetworkRuleRequest) ProtoMessage ¶
func (*UpsertNetworkRuleRequest) ProtoMessage()
func (*UpsertNetworkRuleRequest) ProtoReflect ¶
func (x *UpsertNetworkRuleRequest) ProtoReflect() protoreflect.Message
func (*UpsertNetworkRuleRequest) Reset ¶
func (x *UpsertNetworkRuleRequest) Reset()
func (*UpsertNetworkRuleRequest) String ¶
func (x *UpsertNetworkRuleRequest) String() string
func (*UpsertNetworkRuleRequest) Validate ¶
func (m *UpsertNetworkRuleRequest) Validate() error
Validate checks the field values on UpsertNetworkRuleRequest 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 (*UpsertNetworkRuleRequest) ValidateAll ¶
func (m *UpsertNetworkRuleRequest) ValidateAll() error
ValidateAll checks the field values on UpsertNetworkRuleRequest 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 UpsertNetworkRuleRequestMultiError, or nil if none found.
type UpsertNetworkRuleRequestMultiError ¶
type UpsertNetworkRuleRequestMultiError []error
UpsertNetworkRuleRequestMultiError is an error wrapping multiple validation errors returned by UpsertNetworkRuleRequest.ValidateAll() if the designated constraints aren't met.
func (UpsertNetworkRuleRequestMultiError) AllErrors ¶
func (m UpsertNetworkRuleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertNetworkRuleRequestMultiError) Error ¶
func (m UpsertNetworkRuleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertNetworkRuleRequestValidationError ¶
type UpsertNetworkRuleRequestValidationError struct {
// contains filtered or unexported fields
}
UpsertNetworkRuleRequestValidationError is the validation error returned by UpsertNetworkRuleRequest.Validate if the designated constraints aren't met.
func (UpsertNetworkRuleRequestValidationError) Cause ¶
func (e UpsertNetworkRuleRequestValidationError) Cause() error
Cause function returns cause value.
func (UpsertNetworkRuleRequestValidationError) Error ¶
func (e UpsertNetworkRuleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertNetworkRuleRequestValidationError) ErrorName ¶
func (e UpsertNetworkRuleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertNetworkRuleRequestValidationError) Field ¶
func (e UpsertNetworkRuleRequestValidationError) Field() string
Field function returns field value.
func (UpsertNetworkRuleRequestValidationError) Key ¶
func (e UpsertNetworkRuleRequestValidationError) Key() bool
Key function returns key value.
func (UpsertNetworkRuleRequestValidationError) Reason ¶
func (e UpsertNetworkRuleRequestValidationError) Reason() string
Reason function returns reason value.
type UpsertNetworkRuleResponse ¶
type UpsertNetworkRuleResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
NetworkRule *NetworkRule `protobuf:"bytes,2,opt,name=network_rule,json=networkRule,proto3" json:"network_rule,omitempty"`
// contains filtered or unexported fields
}
func (*UpsertNetworkRuleResponse) Descriptor
deprecated
func (*UpsertNetworkRuleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertNetworkRuleResponse.ProtoReflect.Descriptor instead.
func (*UpsertNetworkRuleResponse) GetMessage ¶
func (x *UpsertNetworkRuleResponse) GetMessage() string
func (*UpsertNetworkRuleResponse) GetNetworkRule ¶
func (x *UpsertNetworkRuleResponse) GetNetworkRule() *NetworkRule
func (*UpsertNetworkRuleResponse) ProtoMessage ¶
func (*UpsertNetworkRuleResponse) ProtoMessage()
func (*UpsertNetworkRuleResponse) ProtoReflect ¶
func (x *UpsertNetworkRuleResponse) ProtoReflect() protoreflect.Message
func (*UpsertNetworkRuleResponse) Reset ¶
func (x *UpsertNetworkRuleResponse) Reset()
func (*UpsertNetworkRuleResponse) String ¶
func (x *UpsertNetworkRuleResponse) String() string
func (*UpsertNetworkRuleResponse) Validate ¶
func (m *UpsertNetworkRuleResponse) Validate() error
Validate checks the field values on UpsertNetworkRuleResponse 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 (*UpsertNetworkRuleResponse) ValidateAll ¶
func (m *UpsertNetworkRuleResponse) ValidateAll() error
ValidateAll checks the field values on UpsertNetworkRuleResponse 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 UpsertNetworkRuleResponseMultiError, or nil if none found.
type UpsertNetworkRuleResponseMultiError ¶
type UpsertNetworkRuleResponseMultiError []error
UpsertNetworkRuleResponseMultiError is an error wrapping multiple validation errors returned by UpsertNetworkRuleResponse.ValidateAll() if the designated constraints aren't met.
func (UpsertNetworkRuleResponseMultiError) AllErrors ¶
func (m UpsertNetworkRuleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpsertNetworkRuleResponseMultiError) Error ¶
func (m UpsertNetworkRuleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpsertNetworkRuleResponseValidationError ¶
type UpsertNetworkRuleResponseValidationError struct {
// contains filtered or unexported fields
}
UpsertNetworkRuleResponseValidationError is the validation error returned by UpsertNetworkRuleResponse.Validate if the designated constraints aren't met.
func (UpsertNetworkRuleResponseValidationError) Cause ¶
func (e UpsertNetworkRuleResponseValidationError) Cause() error
Cause function returns cause value.
func (UpsertNetworkRuleResponseValidationError) Error ¶
func (e UpsertNetworkRuleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpsertNetworkRuleResponseValidationError) ErrorName ¶
func (e UpsertNetworkRuleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpsertNetworkRuleResponseValidationError) Field ¶
func (e UpsertNetworkRuleResponseValidationError) Field() string
Field function returns field value.
func (UpsertNetworkRuleResponseValidationError) Key ¶
func (e UpsertNetworkRuleResponseValidationError) Key() bool
Key function returns key value.
func (UpsertNetworkRuleResponseValidationError) Reason ¶
func (e UpsertNetworkRuleResponseValidationError) Reason() string
Reason function returns reason value.
type User ¶
type User struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
Roles []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
AuthType string `protobuf:"bytes,4,opt,name=auth_type,json=authType,proto3" json:"auth_type,omitempty"`
Addons []*UserAddon `protobuf:"bytes,5,rep,name=addons,proto3" json:"addons,omitempty"`
DefaultPassword string `protobuf:"bytes,6,opt,name=default_password,json=defaultPassword,proto3" json:"default_password,omitempty"`
Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
Raw *string `protobuf:"bytes,8,opt,name=raw,proto3,oneof" json:"raw,omitempty"`
Events []*Event `protobuf:"bytes,9,rep,name=events,proto3" json:"events,omitempty"`
// contains filtered or unexported fields
}
func (*User) Descriptor
deprecated
func (*User) GetAuthType ¶
func (*User) GetDefaultPassword ¶
func (*User) GetDisplayName ¶
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 UserAddon ¶
type UserAddon struct {
Template string `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
ClusterScoped bool `protobuf:"varint,2,opt,name=cluster_scoped,json=clusterScoped,proto3" json:"cluster_scoped,omitempty"`
Vars map[string]string `` /* 149-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*UserAddon) Descriptor
deprecated
func (*UserAddon) GetClusterScoped ¶
func (*UserAddon) GetTemplate ¶
func (*UserAddon) ProtoMessage ¶
func (*UserAddon) ProtoMessage()
func (*UserAddon) ProtoReflect ¶
func (x *UserAddon) ProtoReflect() protoreflect.Message
func (*UserAddon) Validate ¶
Validate checks the field values on UserAddon 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 (*UserAddon) ValidateAll ¶
ValidateAll checks the field values on UserAddon 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 UserAddonMultiError, or nil if none found.
type UserAddonMultiError ¶
type UserAddonMultiError []error
UserAddonMultiError is an error wrapping multiple validation errors returned by UserAddon.ValidateAll() if the designated constraints aren't met.
func (UserAddonMultiError) AllErrors ¶
func (m UserAddonMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserAddonMultiError) Error ¶
func (m UserAddonMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserAddonValidationError ¶
type UserAddonValidationError struct {
// contains filtered or unexported fields
}
UserAddonValidationError is the validation error returned by UserAddon.Validate if the designated constraints aren't met.
func (UserAddonValidationError) Cause ¶
func (e UserAddonValidationError) Cause() error
Cause function returns cause value.
func (UserAddonValidationError) Error ¶
func (e UserAddonValidationError) Error() string
Error satisfies the builtin error interface
func (UserAddonValidationError) ErrorName ¶
func (e UserAddonValidationError) ErrorName() string
ErrorName returns error name.
func (UserAddonValidationError) Field ¶
func (e UserAddonValidationError) Field() string
Field function returns field value.
func (UserAddonValidationError) Key ¶
func (e UserAddonValidationError) Key() bool
Key function returns key value.
func (UserAddonValidationError) Reason ¶
func (e UserAddonValidationError) 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 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 VerifyResponse ¶
type VerifyResponse struct {
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
ExpireAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
RequirePasswordUpdate bool `` /* 127-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*VerifyResponse) Descriptor
deprecated
func (*VerifyResponse) Descriptor() ([]byte, []int)
Deprecated: Use VerifyResponse.ProtoReflect.Descriptor instead.
func (*VerifyResponse) GetExpireAt ¶
func (x *VerifyResponse) GetExpireAt() *timestamppb.Timestamp
func (*VerifyResponse) GetRequirePasswordUpdate ¶
func (x *VerifyResponse) GetRequirePasswordUpdate() bool
func (*VerifyResponse) GetUserName ¶
func (x *VerifyResponse) GetUserName() string
func (*VerifyResponse) ProtoMessage ¶
func (*VerifyResponse) ProtoMessage()
func (*VerifyResponse) ProtoReflect ¶
func (x *VerifyResponse) ProtoReflect() protoreflect.Message
func (*VerifyResponse) Reset ¶
func (x *VerifyResponse) Reset()
func (*VerifyResponse) String ¶
func (x *VerifyResponse) String() string
func (*VerifyResponse) Validate ¶
func (m *VerifyResponse) Validate() error
Validate checks the field values on VerifyResponse 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 (*VerifyResponse) ValidateAll ¶
func (m *VerifyResponse) ValidateAll() error
ValidateAll checks the field values on VerifyResponse 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 VerifyResponseMultiError, or nil if none found.
type VerifyResponseMultiError ¶
type VerifyResponseMultiError []error
VerifyResponseMultiError is an error wrapping multiple validation errors returned by VerifyResponse.ValidateAll() if the designated constraints aren't met.
func (VerifyResponseMultiError) AllErrors ¶
func (m VerifyResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (VerifyResponseMultiError) Error ¶
func (m VerifyResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type VerifyResponseValidationError ¶
type VerifyResponseValidationError struct {
// contains filtered or unexported fields
}
VerifyResponseValidationError is the validation error returned by VerifyResponse.Validate if the designated constraints aren't met.
func (VerifyResponseValidationError) Cause ¶
func (e VerifyResponseValidationError) Cause() error
Cause function returns cause value.
func (VerifyResponseValidationError) Error ¶
func (e VerifyResponseValidationError) Error() string
Error satisfies the builtin error interface
func (VerifyResponseValidationError) ErrorName ¶
func (e VerifyResponseValidationError) ErrorName() string
ErrorName returns error name.
func (VerifyResponseValidationError) Field ¶
func (e VerifyResponseValidationError) Field() string
Field function returns field value.
func (VerifyResponseValidationError) Key ¶
func (e VerifyResponseValidationError) Key() bool
Key function returns key value.
func (VerifyResponseValidationError) Reason ¶
func (e VerifyResponseValidationError) Reason() string
Reason function returns reason value.
type Workspace ¶
type Workspace struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
OwnerName string `protobuf:"bytes,2,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
Spec *WorkspaceSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
Status *WorkspaceStatus `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
Raw *string `protobuf:"bytes,5,opt,name=raw,proto3,oneof" json:"raw,omitempty"`
// contains filtered or unexported fields
}
func (*Workspace) Descriptor
deprecated
func (*Workspace) GetOwnerName ¶
func (*Workspace) GetSpec ¶
func (x *Workspace) GetSpec() *WorkspaceSpec
func (*Workspace) GetStatus ¶
func (x *Workspace) GetStatus() *WorkspaceStatus
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
func (*Workspace) Validate ¶
Validate checks the field values on Workspace 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 (*Workspace) ValidateAll ¶
ValidateAll checks the field values on Workspace 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 WorkspaceMultiError, or nil if none found.
type WorkspaceMultiError ¶
type WorkspaceMultiError []error
WorkspaceMultiError is an error wrapping multiple validation errors returned by Workspace.ValidateAll() if the designated constraints aren't met.
func (WorkspaceMultiError) AllErrors ¶
func (m WorkspaceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkspaceMultiError) Error ¶
func (m WorkspaceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkspaceSpec ¶
type WorkspaceSpec struct {
Template string `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
Replicas int64 `protobuf:"varint,2,opt,name=replicas,proto3" json:"replicas,omitempty"`
Vars map[string]string `` /* 149-byte string literal not displayed */
Network []*NetworkRule `protobuf:"bytes,4,rep,name=network,proto3" json:"network,omitempty"`
// contains filtered or unexported fields
}
func (*WorkspaceSpec) Descriptor
deprecated
func (*WorkspaceSpec) Descriptor() ([]byte, []int)
Deprecated: Use WorkspaceSpec.ProtoReflect.Descriptor instead.
func (*WorkspaceSpec) GetNetwork ¶ added in v0.10.0
func (x *WorkspaceSpec) GetNetwork() []*NetworkRule
func (*WorkspaceSpec) GetReplicas ¶
func (x *WorkspaceSpec) GetReplicas() int64
func (*WorkspaceSpec) GetTemplate ¶
func (x *WorkspaceSpec) GetTemplate() string
func (*WorkspaceSpec) GetVars ¶
func (x *WorkspaceSpec) GetVars() map[string]string
func (*WorkspaceSpec) ProtoMessage ¶
func (*WorkspaceSpec) ProtoMessage()
func (*WorkspaceSpec) ProtoReflect ¶
func (x *WorkspaceSpec) ProtoReflect() protoreflect.Message
func (*WorkspaceSpec) Reset ¶
func (x *WorkspaceSpec) Reset()
func (*WorkspaceSpec) String ¶
func (x *WorkspaceSpec) String() string
func (*WorkspaceSpec) Validate ¶
func (m *WorkspaceSpec) Validate() error
Validate checks the field values on WorkspaceSpec 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 (*WorkspaceSpec) ValidateAll ¶
func (m *WorkspaceSpec) ValidateAll() error
ValidateAll checks the field values on WorkspaceSpec 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 WorkspaceSpecMultiError, or nil if none found.
type WorkspaceSpecMultiError ¶
type WorkspaceSpecMultiError []error
WorkspaceSpecMultiError is an error wrapping multiple validation errors returned by WorkspaceSpec.ValidateAll() if the designated constraints aren't met.
func (WorkspaceSpecMultiError) AllErrors ¶
func (m WorkspaceSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkspaceSpecMultiError) Error ¶
func (m WorkspaceSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkspaceSpecValidationError ¶
type WorkspaceSpecValidationError struct {
// contains filtered or unexported fields
}
WorkspaceSpecValidationError is the validation error returned by WorkspaceSpec.Validate if the designated constraints aren't met.
func (WorkspaceSpecValidationError) Cause ¶
func (e WorkspaceSpecValidationError) Cause() error
Cause function returns cause value.
func (WorkspaceSpecValidationError) Error ¶
func (e WorkspaceSpecValidationError) Error() string
Error satisfies the builtin error interface
func (WorkspaceSpecValidationError) ErrorName ¶
func (e WorkspaceSpecValidationError) ErrorName() string
ErrorName returns error name.
func (WorkspaceSpecValidationError) Field ¶
func (e WorkspaceSpecValidationError) Field() string
Field function returns field value.
func (WorkspaceSpecValidationError) Key ¶
func (e WorkspaceSpecValidationError) Key() bool
Key function returns key value.
func (WorkspaceSpecValidationError) Reason ¶
func (e WorkspaceSpecValidationError) Reason() string
Reason function returns reason value.
type WorkspaceStatus ¶
type WorkspaceStatus struct {
Phase string `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
MainUrl string `protobuf:"bytes,2,opt,name=main_url,json=mainUrl,proto3" json:"main_url,omitempty"`
// contains filtered or unexported fields
}
func (*WorkspaceStatus) Descriptor
deprecated
func (*WorkspaceStatus) Descriptor() ([]byte, []int)
Deprecated: Use WorkspaceStatus.ProtoReflect.Descriptor instead.
func (*WorkspaceStatus) GetMainUrl ¶
func (x *WorkspaceStatus) GetMainUrl() string
func (*WorkspaceStatus) GetPhase ¶
func (x *WorkspaceStatus) GetPhase() string
func (*WorkspaceStatus) ProtoMessage ¶
func (*WorkspaceStatus) ProtoMessage()
func (*WorkspaceStatus) ProtoReflect ¶
func (x *WorkspaceStatus) ProtoReflect() protoreflect.Message
func (*WorkspaceStatus) Reset ¶
func (x *WorkspaceStatus) Reset()
func (*WorkspaceStatus) String ¶
func (x *WorkspaceStatus) String() string
func (*WorkspaceStatus) Validate ¶
func (m *WorkspaceStatus) Validate() error
Validate checks the field values on WorkspaceStatus 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 (*WorkspaceStatus) ValidateAll ¶
func (m *WorkspaceStatus) ValidateAll() error
ValidateAll checks the field values on WorkspaceStatus 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 WorkspaceStatusMultiError, or nil if none found.
type WorkspaceStatusMultiError ¶
type WorkspaceStatusMultiError []error
WorkspaceStatusMultiError is an error wrapping multiple validation errors returned by WorkspaceStatus.ValidateAll() if the designated constraints aren't met.
func (WorkspaceStatusMultiError) AllErrors ¶
func (m WorkspaceStatusMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WorkspaceStatusMultiError) Error ¶
func (m WorkspaceStatusMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WorkspaceStatusValidationError ¶
type WorkspaceStatusValidationError struct {
// contains filtered or unexported fields
}
WorkspaceStatusValidationError is the validation error returned by WorkspaceStatus.Validate if the designated constraints aren't met.
func (WorkspaceStatusValidationError) Cause ¶
func (e WorkspaceStatusValidationError) Cause() error
Cause function returns cause value.
func (WorkspaceStatusValidationError) Error ¶
func (e WorkspaceStatusValidationError) Error() string
Error satisfies the builtin error interface
func (WorkspaceStatusValidationError) ErrorName ¶
func (e WorkspaceStatusValidationError) ErrorName() string
ErrorName returns error name.
func (WorkspaceStatusValidationError) Field ¶
func (e WorkspaceStatusValidationError) Field() string
Field function returns field value.
func (WorkspaceStatusValidationError) Key ¶
func (e WorkspaceStatusValidationError) Key() bool
Key function returns key value.
func (WorkspaceStatusValidationError) Reason ¶
func (e WorkspaceStatusValidationError) Reason() string
Reason function returns reason value.
type WorkspaceValidationError ¶
type WorkspaceValidationError struct {
// contains filtered or unexported fields
}
WorkspaceValidationError is the validation error returned by Workspace.Validate if the designated constraints aren't met.
func (WorkspaceValidationError) Cause ¶
func (e WorkspaceValidationError) Cause() error
Cause function returns cause value.
func (WorkspaceValidationError) Error ¶
func (e WorkspaceValidationError) Error() string
Error satisfies the builtin error interface
func (WorkspaceValidationError) ErrorName ¶
func (e WorkspaceValidationError) ErrorName() string
ErrorName returns error name.
func (WorkspaceValidationError) Field ¶
func (e WorkspaceValidationError) Field() string
Field function returns field value.
func (WorkspaceValidationError) Key ¶
func (e WorkspaceValidationError) Key() bool
Key function returns key value.
func (WorkspaceValidationError) Reason ¶
func (e WorkspaceValidationError) Reason() string
Reason function returns reason value.
Source Files
¶
- auth_service.pb.go
- auth_service.pb.validate.go
- event.pb.go
- event.pb.validate.go
- template.pb.go
- template.pb.validate.go
- template_service.pb.go
- template_service.pb.validate.go
- user.pb.go
- user.pb.validate.go
- user_service.pb.go
- user_service.pb.validate.go
- webauthn.pb.go
- webauthn.pb.validate.go
- workspace.pb.go
- workspace.pb.validate.go
- workspace_service.pb.go
- workspace_service.pb.validate.go