dashboardv1alpha1

package
v1.0.0-rc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dashboard_v1alpha1_auth_service_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_event_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_template_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_template_service_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_user_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_user_service_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_webauthn_proto protoreflect.FileDescriptor
View Source
var File_dashboard_v1alpha1_workspace_proto protoreflect.FileDescriptor
View Source
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

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

Cause function returns cause value.

func (BeginLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (BeginLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (BeginLoginRequestValidationError) Field

Field function returns field value.

func (BeginLoginRequestValidationError) Key

Key function returns key value.

func (BeginLoginRequestValidationError) Reason

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

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

Cause function returns cause value.

func (BeginLoginResponseValidationError) Error

Error satisfies the builtin error interface

func (BeginLoginResponseValidationError) ErrorName

ErrorName returns error name.

func (BeginLoginResponseValidationError) Field

Field function returns field value.

func (BeginLoginResponseValidationError) Key

Key function returns key value.

func (BeginLoginResponseValidationError) Reason

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

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

Cause function returns cause value.

func (BeginRegistrationRequestValidationError) Error

Error satisfies the builtin error interface

func (BeginRegistrationRequestValidationError) ErrorName

ErrorName returns error name.

func (BeginRegistrationRequestValidationError) Field

Field function returns field value.

func (BeginRegistrationRequestValidationError) Key

Key function returns key value.

func (BeginRegistrationRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (BeginRegistrationResponseMultiError) Error

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

Cause function returns cause value.

func (BeginRegistrationResponseValidationError) Error

Error satisfies the builtin error interface

func (BeginRegistrationResponseValidationError) ErrorName

ErrorName returns error name.

func (BeginRegistrationResponseValidationError) Field

Field function returns field value.

func (BeginRegistrationResponseValidationError) Key

Key function returns key value.

func (BeginRegistrationResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateUserRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateUserRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateUserRequestValidationError) Field

Field function returns field value.

func (CreateUserRequestValidationError) Key

Key function returns key value.

func (CreateUserRequestValidationError) Reason

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

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

Cause function returns cause value.

func (CreateUserResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateUserResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateUserResponseValidationError) Field

Field function returns field value.

func (CreateUserResponseValidationError) Key

Key function returns key value.

func (CreateUserResponseValidationError) Reason

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

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

Cause function returns cause value.

func (CreateWorkspaceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateWorkspaceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateWorkspaceRequestValidationError) Field

Field function returns field value.

func (CreateWorkspaceRequestValidationError) Key

Key function returns key value.

func (CreateWorkspaceRequestValidationError) Reason

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

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

Cause function returns cause value.

func (CreateWorkspaceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateWorkspaceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateWorkspaceResponseValidationError) Field

Field function returns field value.

func (CreateWorkspaceResponseValidationError) Key

Key function returns key value.

func (CreateWorkspaceResponseValidationError) Reason

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

Error satisfies the builtin error interface

func (CredentialValidationError) ErrorName

func (e CredentialValidationError) ErrorName() string

ErrorName returns error name.

func (CredentialValidationError) Field

Field function returns field value.

func (CredentialValidationError) Key

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

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

Cause function returns cause value.

func (DeleteCredentialRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCredentialRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCredentialRequestValidationError) Field

Field function returns field value.

func (DeleteCredentialRequestValidationError) Key

Key function returns key value.

func (DeleteCredentialRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteCredentialResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCredentialResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCredentialResponseValidationError) Field

Field function returns field value.

func (DeleteCredentialResponseValidationError) Key

Key function returns key value.

func (DeleteCredentialResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteNetworkRuleRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteNetworkRuleRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteNetworkRuleRequestValidationError) Field

Field function returns field value.

func (DeleteNetworkRuleRequestValidationError) Key

Key function returns key value.

func (DeleteNetworkRuleRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (DeleteNetworkRuleResponseMultiError) Error

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

Cause function returns cause value.

func (DeleteNetworkRuleResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteNetworkRuleResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteNetworkRuleResponseValidationError) Field

Field function returns field value.

func (DeleteNetworkRuleResponseValidationError) Key

Key function returns key value.

func (DeleteNetworkRuleResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteUserRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserRequestValidationError) Field

Field function returns field value.

func (DeleteUserRequestValidationError) Key

Key function returns key value.

func (DeleteUserRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteUserResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserResponseValidationError) Field

Field function returns field value.

func (DeleteUserResponseValidationError) Key

Key function returns key value.

func (DeleteUserResponseValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteWorkspaceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteWorkspaceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteWorkspaceRequestValidationError) Field

Field function returns field value.

func (DeleteWorkspaceRequestValidationError) Key

Key function returns key value.

func (DeleteWorkspaceRequestValidationError) Reason

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

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

Cause function returns cause value.

func (DeleteWorkspaceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteWorkspaceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteWorkspaceResponseValidationError) Field

Field function returns field value.

func (DeleteWorkspaceResponseValidationError) Key

Key function returns key value.

func (DeleteWorkspaceResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetEventTime

func (x *Event) GetEventTime() *timestamppb.Timestamp

func (*Event) GetNote

func (x *Event) GetNote() string

func (*Event) GetReason

func (x *Event) GetReason() string

func (*Event) GetRegarding

func (x *Event) GetRegarding() *ObjectReference

func (*Event) GetReportingController

func (x *Event) GetReportingController() string

func (*Event) GetSeries

func (x *Event) GetSeries() *EventSeries

func (*Event) GetType

func (x *Event) GetType() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

func (*Event) Validate

func (m *Event) Validate() error

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

func (m *Event) ValidateAll() error

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

Cause function returns cause value.

func (EventSeriesValidationError) Error

Error satisfies the builtin error interface

func (EventSeriesValidationError) ErrorName

func (e EventSeriesValidationError) ErrorName() string

ErrorName returns error name.

func (EventSeriesValidationError) Field

Field function returns field value.

func (EventSeriesValidationError) Key

Key function returns key value.

func (EventSeriesValidationError) Reason

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

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

Cause function returns cause value.

func (FinishLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (FinishLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (FinishLoginRequestValidationError) Field

Field function returns field value.

func (FinishLoginRequestValidationError) Key

Key function returns key value.

func (FinishLoginRequestValidationError) Reason

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

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

Cause function returns cause value.

func (FinishLoginResponseValidationError) Error

Error satisfies the builtin error interface

func (FinishLoginResponseValidationError) ErrorName

ErrorName returns error name.

func (FinishLoginResponseValidationError) Field

Field function returns field value.

func (FinishLoginResponseValidationError) Key

Key function returns key value.

func (FinishLoginResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (FinishRegistrationRequestMultiError) Error

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

Cause function returns cause value.

func (FinishRegistrationRequestValidationError) Error

Error satisfies the builtin error interface

func (FinishRegistrationRequestValidationError) ErrorName

ErrorName returns error name.

func (FinishRegistrationRequestValidationError) Field

Field function returns field value.

func (FinishRegistrationRequestValidationError) Key

Key function returns key value.

func (FinishRegistrationRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (FinishRegistrationResponseMultiError) Error

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

Cause function returns cause value.

func (FinishRegistrationResponseValidationError) Error

Error satisfies the builtin error interface

func (FinishRegistrationResponseValidationError) ErrorName

ErrorName returns error name.

func (FinishRegistrationResponseValidationError) Field

Field function returns field value.

func (FinishRegistrationResponseValidationError) Key

Key function returns key value.

func (FinishRegistrationResponseValidationError) Reason

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 (*GetUserAddonTemplatesRequest) Reset

func (x *GetUserAddonTemplatesRequest) Reset()

func (*GetUserAddonTemplatesRequest) 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

AllErrors returns a list of validation violation errors.

func (GetUserAddonTemplatesRequestMultiError) Error

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

Cause function returns cause value.

func (GetUserAddonTemplatesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserAddonTemplatesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserAddonTemplatesRequestValidationError) Field

Field function returns field value.

func (GetUserAddonTemplatesRequestValidationError) Key

Key function returns key value.

func (GetUserAddonTemplatesRequestValidationError) Reason

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 (*GetUserAddonTemplatesResponse) Reset

func (x *GetUserAddonTemplatesResponse) Reset()

func (*GetUserAddonTemplatesResponse) 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

AllErrors returns a list of validation violation errors.

func (GetUserAddonTemplatesResponseMultiError) Error

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

Cause function returns cause value.

func (GetUserAddonTemplatesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserAddonTemplatesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserAddonTemplatesResponseValidationError) Field

Field function returns field value.

func (GetUserAddonTemplatesResponseValidationError) Key

Key function returns key value.

func (GetUserAddonTemplatesResponseValidationError) Reason

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

Cause function returns cause value.

func (GetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field

Field function returns field value.

func (GetUserRequestValidationError) Key

Key function returns key value.

func (GetUserRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field

Field function returns field value.

func (GetUserResponseValidationError) Key

Key function returns key value.

func (GetUserResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUsersRequestValidationError) ErrorName

func (e GetUsersRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUsersRequestValidationError) Field

Field function returns field value.

func (GetUsersRequestValidationError) Key

Key function returns key value.

func (GetUsersRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUsersResponseValidationError) Field

Field function returns field value.

func (GetUsersResponseValidationError) Key

Key function returns key value.

func (GetUsersResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetWorkspaceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspaceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspaceRequestValidationError) Field

Field function returns field value.

func (GetWorkspaceRequestValidationError) Key

Key function returns key value.

func (GetWorkspaceRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetWorkspaceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspaceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspaceResponseValidationError) Field

Field function returns field value.

func (GetWorkspaceResponseValidationError) Key

Key function returns key value.

func (GetWorkspaceResponseValidationError) Reason

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 (*GetWorkspaceTemplatesRequest) Reset

func (x *GetWorkspaceTemplatesRequest) Reset()

func (*GetWorkspaceTemplatesRequest) 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

AllErrors returns a list of validation violation errors.

func (GetWorkspaceTemplatesRequestMultiError) Error

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

Cause function returns cause value.

func (GetWorkspaceTemplatesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspaceTemplatesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspaceTemplatesRequestValidationError) Field

Field function returns field value.

func (GetWorkspaceTemplatesRequestValidationError) Key

Key function returns key value.

func (GetWorkspaceTemplatesRequestValidationError) Reason

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 (*GetWorkspaceTemplatesResponse) Reset

func (x *GetWorkspaceTemplatesResponse) Reset()

func (*GetWorkspaceTemplatesResponse) 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

AllErrors returns a list of validation violation errors.

func (GetWorkspaceTemplatesResponseMultiError) Error

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

Cause function returns cause value.

func (GetWorkspaceTemplatesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspaceTemplatesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspaceTemplatesResponseValidationError) Field

Field function returns field value.

func (GetWorkspaceTemplatesResponseValidationError) Key

Key function returns key value.

func (GetWorkspaceTemplatesResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetWorkspacesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspacesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspacesRequestValidationError) Field

Field function returns field value.

func (GetWorkspacesRequestValidationError) Key

Key function returns key value.

func (GetWorkspacesRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetWorkspacesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetWorkspacesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetWorkspacesResponseValidationError) Field

Field function returns field value.

func (GetWorkspacesResponseValidationError) Key

Key function returns key value.

func (GetWorkspacesResponseValidationError) Reason

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

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

Cause function returns cause value.

func (ListCredentialsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCredentialsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCredentialsRequestValidationError) Field

Field function returns field value.

func (ListCredentialsRequestValidationError) Key

Key function returns key value.

func (ListCredentialsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (ListCredentialsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCredentialsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCredentialsResponseValidationError) Field

Field function returns field value.

func (ListCredentialsResponseValidationError) Key

Key function returns key value.

func (ListCredentialsResponseValidationError) Reason

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

Cause function returns cause value.

func (LoginRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginRequestValidationError) ErrorName

func (e LoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LoginRequestValidationError) Field

Field function returns field value.

func (LoginRequestValidationError) Key

Key function returns key value.

func (LoginRequestValidationError) Reason

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

Cause function returns cause value.

func (LoginResponseValidationError) Error

Error satisfies the builtin error interface

func (LoginResponseValidationError) ErrorName

func (e LoginResponseValidationError) ErrorName() string

ErrorName returns error name.

func (LoginResponseValidationError) Field

Field function returns field value.

func (LoginResponseValidationError) Key

Key function returns key value.

func (LoginResponseValidationError) Reason

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

Cause function returns cause value.

func (NetworkRuleValidationError) Error

Error satisfies the builtin error interface

func (NetworkRuleValidationError) ErrorName

func (e NetworkRuleValidationError) ErrorName() string

ErrorName returns error name.

func (NetworkRuleValidationError) Field

Field function returns field value.

func (NetworkRuleValidationError) Key

Key function returns key value.

func (NetworkRuleValidationError) Reason

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

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

Cause function returns cause value.

func (ObjectReferenceValidationError) Error

Error satisfies the builtin error interface

func (ObjectReferenceValidationError) ErrorName

func (e ObjectReferenceValidationError) ErrorName() string

ErrorName returns error name.

func (ObjectReferenceValidationError) Field

Field function returns field value.

func (ObjectReferenceValidationError) Key

Key function returns key value.

func (ObjectReferenceValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (ServiceAccountLoginRequestMultiError) Error

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

Cause function returns cause value.

func (ServiceAccountLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (ServiceAccountLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (ServiceAccountLoginRequestValidationError) Field

Field function returns field value.

func (ServiceAccountLoginRequestValidationError) Key

Key function returns key value.

func (ServiceAccountLoginRequestValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetDescription

func (x *Template) GetDescription() string

func (*Template) GetIsClusterScope

func (x *Template) GetIsClusterScope() bool

func (*Template) GetIsDefaultUserAddon

func (x *Template) GetIsDefaultUserAddon() bool

func (*Template) GetName

func (x *Template) GetName() string

func (*Template) GetRaw

func (x *Template) GetRaw() string

func (*Template) GetRequiredUseraddons

func (x *Template) GetRequiredUseraddons() []string

func (*Template) GetRequiredVars

func (x *Template) GetRequiredVars() []*TemplateRequiredVars

func (*Template) GetUserroles

func (x *Template) GetUserroles() []string

func (*Template) ProtoMessage

func (*Template) ProtoMessage()

func (*Template) ProtoReflect

func (x *Template) ProtoReflect() protoreflect.Message

func (*Template) Reset

func (x *Template) Reset()

func (*Template) String

func (x *Template) String() string

func (*Template) Validate

func (m *Template) Validate() error

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

func (m *Template) ValidateAll() error

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

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

Cause function returns cause value.

func (TemplateRequiredVarsValidationError) Error

Error satisfies the builtin error interface

func (TemplateRequiredVarsValidationError) ErrorName

ErrorName returns error name.

func (TemplateRequiredVarsValidationError) Field

Field function returns field value.

func (TemplateRequiredVarsValidationError) Key

Key function returns key value.

func (TemplateRequiredVarsValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateCredentialRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateCredentialRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateCredentialRequestValidationError) Field

Field function returns field value.

func (UpdateCredentialRequestValidationError) Key

Key function returns key value.

func (UpdateCredentialRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateCredentialResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateCredentialResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateCredentialResponseValidationError) Field

Field function returns field value.

func (UpdateCredentialResponseValidationError) Key

Key function returns key value.

func (UpdateCredentialResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateUserAddonsRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserAddonsRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserAddonsRequestValidationError) Field

Field function returns field value.

func (UpdateUserAddonsRequestValidationError) Key

Key function returns key value.

func (UpdateUserAddonsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateUserAddonsResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserAddonsResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserAddonsResponseValidationError) Field

Field function returns field value.

func (UpdateUserAddonsResponseValidationError) Key

Key function returns key value.

func (UpdateUserAddonsResponseValidationError) Reason

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 (*UpdateUserDisplayNameRequest) Reset

func (x *UpdateUserDisplayNameRequest) Reset()

func (*UpdateUserDisplayNameRequest) 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

AllErrors returns a list of validation violation errors.

func (UpdateUserDisplayNameRequestMultiError) Error

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

Cause function returns cause value.

func (UpdateUserDisplayNameRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserDisplayNameRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserDisplayNameRequestValidationError) Field

Field function returns field value.

func (UpdateUserDisplayNameRequestValidationError) Key

Key function returns key value.

func (UpdateUserDisplayNameRequestValidationError) Reason

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 (*UpdateUserDisplayNameResponse) Reset

func (x *UpdateUserDisplayNameResponse) Reset()

func (*UpdateUserDisplayNameResponse) 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

AllErrors returns a list of validation violation errors.

func (UpdateUserDisplayNameResponseMultiError) Error

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

Cause function returns cause value.

func (UpdateUserDisplayNameResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserDisplayNameResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserDisplayNameResponseValidationError) Field

Field function returns field value.

func (UpdateUserDisplayNameResponseValidationError) Key

Key function returns key value.

func (UpdateUserDisplayNameResponseValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (UpdateUserPasswordRequestMultiError) Error

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

Cause function returns cause value.

func (UpdateUserPasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserPasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserPasswordRequestValidationError) Field

Field function returns field value.

func (UpdateUserPasswordRequestValidationError) Key

Key function returns key value.

func (UpdateUserPasswordRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (UpdateUserPasswordResponseMultiError) Error

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

Cause function returns cause value.

func (UpdateUserPasswordResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserPasswordResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserPasswordResponseValidationError) Field

Field function returns field value.

func (UpdateUserPasswordResponseValidationError) Key

Key function returns key value.

func (UpdateUserPasswordResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateUserRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserRoleRequestValidationError) Field

Field function returns field value.

func (UpdateUserRoleRequestValidationError) Key

Key function returns key value.

func (UpdateUserRoleRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateUserRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserRoleResponseValidationError) Field

Field function returns field value.

func (UpdateUserRoleResponseValidationError) Key

Key function returns key value.

func (UpdateUserRoleResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateWorkspaceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateWorkspaceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateWorkspaceRequestValidationError) Field

Field function returns field value.

func (UpdateWorkspaceRequestValidationError) Key

Key function returns key value.

func (UpdateWorkspaceRequestValidationError) Reason

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

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

Cause function returns cause value.

func (UpdateWorkspaceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateWorkspaceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateWorkspaceResponseValidationError) Field

Field function returns field value.

func (UpdateWorkspaceResponseValidationError) Key

Key function returns key value.

func (UpdateWorkspaceResponseValidationError) Reason

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

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

Cause function returns cause value.

func (UpsertNetworkRuleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpsertNetworkRuleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpsertNetworkRuleRequestValidationError) Field

Field function returns field value.

func (UpsertNetworkRuleRequestValidationError) Key

Key function returns key value.

func (UpsertNetworkRuleRequestValidationError) Reason

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 (*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

AllErrors returns a list of validation violation errors.

func (UpsertNetworkRuleResponseMultiError) Error

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

Cause function returns cause value.

func (UpsertNetworkRuleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpsertNetworkRuleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpsertNetworkRuleResponseValidationError) Field

Field function returns field value.

func (UpsertNetworkRuleResponseValidationError) Key

Key function returns key value.

func (UpsertNetworkRuleResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAddons

func (x *User) GetAddons() []*UserAddon

func (*User) GetAuthType

func (x *User) GetAuthType() string

func (*User) GetDefaultPassword

func (x *User) GetDefaultPassword() string

func (*User) GetDisplayName

func (x *User) GetDisplayName() string

func (*User) GetEvents

func (x *User) GetEvents() []*Event

func (*User) GetName

func (x *User) GetName() string

func (*User) GetRaw

func (x *User) GetRaw() string

func (*User) GetRoles

func (x *User) GetRoles() []string

func (*User) GetStatus

func (x *User) GetStatus() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

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

func (m *User) ValidateAll() error

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) Descriptor() ([]byte, []int)

Deprecated: Use UserAddon.ProtoReflect.Descriptor instead.

func (*UserAddon) GetClusterScoped

func (x *UserAddon) GetClusterScoped() bool

func (*UserAddon) GetTemplate

func (x *UserAddon) GetTemplate() string

func (*UserAddon) GetVars

func (x *UserAddon) GetVars() map[string]string

func (*UserAddon) ProtoMessage

func (*UserAddon) ProtoMessage()

func (*UserAddon) ProtoReflect

func (x *UserAddon) ProtoReflect() protoreflect.Message

func (*UserAddon) Reset

func (x *UserAddon) Reset()

func (*UserAddon) String

func (x *UserAddon) String() string

func (*UserAddon) Validate

func (m *UserAddon) Validate() error

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

func (m *UserAddon) ValidateAll() error

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

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

Cause function returns cause value.

func (VerifyResponseValidationError) Error

Error satisfies the builtin error interface

func (VerifyResponseValidationError) ErrorName

func (e VerifyResponseValidationError) ErrorName() string

ErrorName returns error name.

func (VerifyResponseValidationError) Field

Field function returns field value.

func (VerifyResponseValidationError) Key

Key function returns key value.

func (VerifyResponseValidationError) Reason

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) Descriptor() ([]byte, []int)

Deprecated: Use Workspace.ProtoReflect.Descriptor instead.

func (*Workspace) GetName

func (x *Workspace) GetName() string

func (*Workspace) GetOwnerName

func (x *Workspace) GetOwnerName() string

func (*Workspace) GetRaw

func (x *Workspace) GetRaw() string

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) Reset

func (x *Workspace) Reset()

func (*Workspace) String

func (x *Workspace) String() string

func (*Workspace) Validate

func (m *Workspace) Validate() error

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

func (m *Workspace) ValidateAll() error

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

Cause function returns cause value.

func (WorkspaceSpecValidationError) Error

Error satisfies the builtin error interface

func (WorkspaceSpecValidationError) ErrorName

func (e WorkspaceSpecValidationError) ErrorName() string

ErrorName returns error name.

func (WorkspaceSpecValidationError) Field

Field function returns field value.

func (WorkspaceSpecValidationError) Key

Key function returns key value.

func (WorkspaceSpecValidationError) Reason

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

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

Cause function returns cause value.

func (WorkspaceStatusValidationError) Error

Error satisfies the builtin error interface

func (WorkspaceStatusValidationError) ErrorName

func (e WorkspaceStatusValidationError) ErrorName() string

ErrorName returns error name.

func (WorkspaceStatusValidationError) Field

Field function returns field value.

func (WorkspaceStatusValidationError) Key

Key function returns key value.

func (WorkspaceStatusValidationError) Reason

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

Key function returns key value.

func (WorkspaceValidationError) Reason

func (e WorkspaceValidationError) Reason() string

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL