apiv1

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 20 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Operate_name = map[int32]string{
		0: "OPERATE_UNSPECIFIED",
		1: "OPERATE_RECONCILE",
		2: "OPERATE_MAINTAIN",
		3: "OPERATE_RETRY",
	}
	Operate_value = map[string]int32{
		"OPERATE_UNSPECIFIED": 0,
		"OPERATE_RECONCILE":   1,
		"OPERATE_MAINTAIN":    2,
		"OPERATE_RETRY":       3,
	}
)

Enum value maps for Operate.

View Source
var (
	OAuthProvider_name = map[int32]string{
		0: "O_AUTH_PROVIDER_UNSPECIFIED",
		1: "O_AUTH_PROVIDER_GITHUB",
		2: "O_AUTH_PROVIDER_AZURE",
		3: "O_AUTH_PROVIDER_GOOGLE",
	}
	OAuthProvider_value = map[string]int32{
		"O_AUTH_PROVIDER_UNSPECIFIED": 0,
		"O_AUTH_PROVIDER_GITHUB":      1,
		"O_AUTH_PROVIDER_AZURE":       2,
		"O_AUTH_PROVIDER_GOOGLE":      3,
	}
)

Enum value maps for OAuthProvider.

View Source
var (
	TenantRole_name = map[int32]string{
		0: "TENANT_ROLE_UNSPECIFIED",
		1: "TENANT_ROLE_OWNER",
		2: "TENANT_ROLE_EDITOR",
		3: "TENANT_ROLE_VIEWER",
	}
	TenantRole_value = map[string]int32{
		"TENANT_ROLE_UNSPECIFIED": 0,
		"TENANT_ROLE_OWNER":       1,
		"TENANT_ROLE_EDITOR":      2,
		"TENANT_ROLE_VIEWER":      3,
	}
)

Enum value maps for TenantRole.

View Source
var (
	ProjectRole_name = map[int32]string{
		0: "PROJECT_ROLE_UNSPECIFIED",
		1: "PROJECT_ROLE_OWNER",
		2: "PROJECT_ROLE_EDITOR",
		3: "PROJECT_ROLE_VIEWER",
	}
	ProjectRole_value = map[string]int32{
		"PROJECT_ROLE_UNSPECIFIED": 0,
		"PROJECT_ROLE_OWNER":       1,
		"PROJECT_ROLE_EDITOR":      2,
		"PROJECT_ROLE_VIEWER":      3,
	}
)

Enum value maps for ProjectRole.

View Source
var (
	AdminRole_name = map[int32]string{
		0: "ADMIN_ROLE_UNSPECIFIED",
		1: "ADMIN_ROLE_EDITOR",
		2: "ADMIN_ROLE_VIEWER",
	}
	AdminRole_value = map[string]int32{
		"ADMIN_ROLE_UNSPECIFIED": 0,
		"ADMIN_ROLE_EDITOR":      1,
		"ADMIN_ROLE_VIEWER":      2,
	}
)

Enum value maps for AdminRole.

View Source
var (
	Visibility_name = map[int32]string{
		0: "VISIBILITY_UNSPECIFIED",
		1: "VISIBILITY_PUBLIC",
		2: "VISIBILITY_PRIVATE",
		3: "VISIBILITY_SELF",
	}
	Visibility_value = map[string]int32{
		"VISIBILITY_UNSPECIFIED": 0,
		"VISIBILITY_PUBLIC":      1,
		"VISIBILITY_PRIVATE":     2,
		"VISIBILITY_SELF":        3,
	}
)

Enum value maps for Visibility.

View Source
var (
	Chargeable_name = map[int32]string{
		0: "CHARGEABLE_UNSPECIFIED",
		1: "CHARGEABLE_TRUE",
		2: "CHARGEABLE_FALSE",
	}
	Chargeable_value = map[string]int32{
		"CHARGEABLE_UNSPECIFIED": 0,
		"CHARGEABLE_TRUE":        1,
		"CHARGEABLE_FALSE":       2,
	}
)

Enum value maps for Chargeable.

View Source
var (
	Auditing_name = map[int32]string{
		0: "AUDITING_UNSPECIFIED",
		1: "AUDITING_INCLUDED",
		2: "AUDITING_EXCLUDED",
	}
	Auditing_value = map[string]int32{
		"AUDITING_UNSPECIFIED": 0,
		"AUDITING_INCLUDED":    1,
		"AUDITING_EXCLUDED":    2,
	}
)

Enum value maps for Auditing.

View Source
var (
	// TenantRoles are used to define which tenant role a logged in user must provide to call this method
	//
	// repeated api.v1.TenantRole tenant_roles = 51000;
	E_TenantRoles = &file_api_v1_common_proto_extTypes[0]
	// ProjectRoles are used to define which project role a logged in user must provide to call this method
	//
	// repeated api.v1.ProjectRole project_roles = 51001;
	E_ProjectRoles = &file_api_v1_common_proto_extTypes[1]
	// AdminRoles are used to define which admin role a logged in user must provide to call this method
	//
	// repeated api.v1.AdminRole admin_roles = 51002;
	E_AdminRoles = &file_api_v1_common_proto_extTypes[2]
	// Visibility defines the visibility of this method, this is used to have public, private or self visible methods
	//
	// optional api.v1.Visibility visibility = 51003;
	E_Visibility = &file_api_v1_common_proto_extTypes[3]
	// Chargeable if this is set on a method, calling it requires that billing credentials are present
	//
	// optional api.v1.Chargeable chargeable = 51004;
	E_Chargeable = &file_api_v1_common_proto_extTypes[4]
	// Auditing defines if calls to this method should be audited or not
	//
	// optional api.v1.Auditing auditing = 51005;
	E_Auditing = &file_api_v1_common_proto_extTypes[5]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	ServiceStatus_name = map[int32]string{
		0: "SERVICE_STATUS_UNSPECIFIED",
		1: "SERVICE_STATUS_DEGRADED",
		2: "SERVICE_STATUS_UNHEALTHY",
		3: "SERVICE_STATUS_HEALTHY",
	}
	ServiceStatus_value = map[string]int32{
		"SERVICE_STATUS_UNSPECIFIED": 0,
		"SERVICE_STATUS_DEGRADED":    1,
		"SERVICE_STATUS_UNHEALTHY":   2,
		"SERVICE_STATUS_HEALTHY":     3,
	}
)

Enum value maps for ServiceStatus.

View Source
var (
	Service_name = map[int32]string{
		0: "SERVICE_UNSPECIFIED",
		1: "SERVICE_CLUSTER",
		2: "SERVICE_VOLUME",
		3: "SERVICE_MACHINES",
	}
	Service_value = map[string]int32{
		"SERVICE_UNSPECIFIED": 0,
		"SERVICE_CLUSTER":     1,
		"SERVICE_VOLUME":      2,
		"SERVICE_MACHINES":    3,
	}
)

Enum value maps for Service.

View Source
var (
	IPType_name = map[int32]string{
		0: "IP_TYPE_UNSPECIFIED",
		1: "IP_TYPE_EPHEMERAL",
		2: "IP_TYPE_STATIC",
	}
	IPType_value = map[string]int32{
		"IP_TYPE_UNSPECIFIED": 0,
		"IP_TYPE_EPHEMERAL":   1,
		"IP_TYPE_STATIC":      2,
	}
)

Enum value maps for IPType.

View Source
var (
	ProductType_name = map[int32]string{
		0: "PRODUCT_TYPE_UNSPECIFIED",
		1: "PRODUCT_TYPE_STORAGE",
		2: "PRODUCT_TYPE_COMPUTE",
		3: "PRODUCT_TYPE_NETWORK",
		5: "PRODUCT_TYPE_KUBERNETES",
	}
	ProductType_value = map[string]int32{
		"PRODUCT_TYPE_UNSPECIFIED": 0,
		"PRODUCT_TYPE_STORAGE":     1,
		"PRODUCT_TYPE_COMPUTE":     2,
		"PRODUCT_TYPE_NETWORK":     3,
		"PRODUCT_TYPE_KUBERNETES":  5,
	}
)

Enum value maps for ProductType.

View Source
var (
	TokenType_name = map[int32]string{
		0: "TOKEN_TYPE_UNSPECIFIED",
		1: "TOKEN_TYPE_API",
		2: "TOKEN_TYPE_CONSOLE",
	}
	TokenType_value = map[string]int32{
		"TOKEN_TYPE_UNSPECIFIED": 0,
		"TOKEN_TYPE_API":         1,
		"TOKEN_TYPE_CONSOLE":     2,
	}
)

Enum value maps for TokenType.

View Source
var File_api_v1_assets_proto protoreflect.FileDescriptor
View Source
var File_api_v1_cluster_proto protoreflect.FileDescriptor
View Source
var File_api_v1_common_proto protoreflect.FileDescriptor
View Source
var File_api_v1_health_proto protoreflect.FileDescriptor
View Source
var File_api_v1_ip_proto protoreflect.FileDescriptor
View Source
var File_api_v1_methods_proto protoreflect.FileDescriptor
View Source
var File_api_v1_payment_proto protoreflect.FileDescriptor
View Source
var File_api_v1_project_proto protoreflect.FileDescriptor
View Source
var File_api_v1_tenant_proto protoreflect.FileDescriptor
View Source
var File_api_v1_token_proto protoreflect.FileDescriptor
View Source
var File_api_v1_user_proto protoreflect.FileDescriptor
View Source
var File_api_v1_version_proto protoreflect.FileDescriptor
View Source
var File_api_v1_volume_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Address

type Address struct {

	// Line1 the first address line
	Line1 string `protobuf:"bytes,1,opt,name=line1,proto3" json:"line1,omitempty"`
	// Line2 the second address line
	Line2 string `protobuf:"bytes,2,opt,name=line2,proto3" json:"line2,omitempty"`
	// PostalCode of the city or address
	PostalCode string `protobuf:"bytes,3,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	// City where the customer lives
	City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
	// Sate where the customer lives
	State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	// Country where the customer lives
	Country string `protobuf:"bytes,6,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

Address postal address of a customer

func (*Address) Descriptor deprecated

func (*Address) Descriptor() ([]byte, []int)

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) GetCity

func (x *Address) GetCity() string

func (*Address) GetCountry

func (x *Address) GetCountry() string

func (*Address) GetLine1

func (x *Address) GetLine1() string

func (*Address) GetLine2

func (x *Address) GetLine2() string

func (*Address) GetPostalCode

func (x *Address) GetPostalCode() string

func (*Address) GetState

func (x *Address) GetState() string

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

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

func (*Address) Reset

func (x *Address) Reset()

func (*Address) String

func (x *Address) String() string

func (*Address) Validate

func (m *Address) Validate() error

Validate checks the field values on Address 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 (*Address) ValidateAll

func (m *Address) ValidateAll() error

ValidateAll checks the field values on Address 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 AddressMultiError, or nil if none found.

type AddressMultiError

type AddressMultiError []error

AddressMultiError is an error wrapping multiple validation errors returned by Address.ValidateAll() if the designated constraints aren't met.

func (AddressMultiError) AllErrors

func (m AddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddressMultiError) Error

func (m AddressMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AddressValidationError

type AddressValidationError struct {
	// contains filtered or unexported fields
}

AddressValidationError is the validation error returned by Address.Validate if the designated constraints aren't met.

func (AddressValidationError) Cause

func (e AddressValidationError) Cause() error

Cause function returns cause value.

func (AddressValidationError) Error

func (e AddressValidationError) Error() string

Error satisfies the builtin error interface

func (AddressValidationError) ErrorName

func (e AddressValidationError) ErrorName() string

ErrorName returns error name.

func (AddressValidationError) Field

func (e AddressValidationError) Field() string

Field function returns field value.

func (AddressValidationError) Key

func (e AddressValidationError) Key() bool

Key function returns key value.

func (AddressValidationError) Reason

func (e AddressValidationError) Reason() string

Reason function returns reason value.

type AdminRole

type AdminRole int32

AdminRole specifies what role a logged in user needs to call this admin service

const (
	// ADMIN_ROLE_UNSPECIFIED is not specified
	AdminRole_ADMIN_ROLE_UNSPECIFIED AdminRole = 0
	// ADMIN_ROLE_EDITOR the logged in user needs at least editor role to call this method
	AdminRole_ADMIN_ROLE_EDITOR AdminRole = 1
	// ADMIN_ROLE_VIEWER the logged in user needs at least viewer role to call this method
	AdminRole_ADMIN_ROLE_VIEWER AdminRole = 2
)

func (AdminRole) Descriptor

func (AdminRole) Descriptor() protoreflect.EnumDescriptor

func (AdminRole) Enum

func (x AdminRole) Enum() *AdminRole

func (AdminRole) EnumDescriptor deprecated

func (AdminRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdminRole.Descriptor instead.

func (AdminRole) Number

func (x AdminRole) Number() protoreflect.EnumNumber

func (AdminRole) String

func (x AdminRole) String() string

func (AdminRole) Type

type Asset

type Asset struct {

	// Region defines a datacenter location, e.g. a city.
	Region *Region `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// MachineTypes available by region
	MachineTypes map[string]*MachineType `` /* 185-byte string literal not displayed */
	// Kubernetes a list of kubernetes versions
	Kubernetes []*Kubernetes `protobuf:"bytes,3,rep,name=kubernetes,proto3" json:"kubernetes,omitempty"`
	// contains filtered or unexported fields
}

Asset defines the available resources which can be used

func (*Asset) Descriptor deprecated

func (*Asset) Descriptor() ([]byte, []int)

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetKubernetes

func (x *Asset) GetKubernetes() []*Kubernetes

func (*Asset) GetMachineTypes

func (x *Asset) GetMachineTypes() map[string]*MachineType

func (*Asset) GetRegion

func (x *Asset) GetRegion() *Region

func (*Asset) ProtoMessage

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect

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

func (*Asset) Reset

func (x *Asset) Reset()

func (*Asset) String

func (x *Asset) String() string

func (*Asset) Validate

func (m *Asset) Validate() error

Validate checks the field values on Asset 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 (*Asset) ValidateAll

func (m *Asset) ValidateAll() error

ValidateAll checks the field values on Asset 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 AssetMultiError, or nil if none found.

type AssetDefaults

type AssetDefaults struct {

	// MachineType defines the default machine type used
	MachineType string `protobuf:"bytes,1,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// KubernetesVersion defines the default kubernetes version to be used
	KubernetesVersion string `protobuf:"bytes,2,opt,name=kubernetes_version,json=kubernetesVersion,proto3" json:"kubernetes_version,omitempty"`
	// WorkerMin defines how many servers are specified as minimum
	WorkerMin uint32 `protobuf:"varint,3,opt,name=worker_min,json=workerMin,proto3" json:"worker_min,omitempty"`
	// WorkerMax defines how many servers are specified as maximum
	WorkerMax uint32 `protobuf:"varint,4,opt,name=worker_max,json=workerMax,proto3" json:"worker_max,omitempty"`
	// Partition defines where the cluster is created if not otherwise specified
	Partition string `protobuf:"bytes,7,opt,name=partition,proto3" json:"partition,omitempty"`
	// contains filtered or unexported fields
}

AssetDefaults apply if no specific properties are specified

func (*AssetDefaults) Descriptor deprecated

func (*AssetDefaults) Descriptor() ([]byte, []int)

Deprecated: Use AssetDefaults.ProtoReflect.Descriptor instead.

func (*AssetDefaults) GetKubernetesVersion

func (x *AssetDefaults) GetKubernetesVersion() string

func (*AssetDefaults) GetMachineType

func (x *AssetDefaults) GetMachineType() string

func (*AssetDefaults) GetPartition

func (x *AssetDefaults) GetPartition() string

func (*AssetDefaults) GetWorkerMax

func (x *AssetDefaults) GetWorkerMax() uint32

func (*AssetDefaults) GetWorkerMin

func (x *AssetDefaults) GetWorkerMin() uint32

func (*AssetDefaults) ProtoMessage

func (*AssetDefaults) ProtoMessage()

func (*AssetDefaults) ProtoReflect

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

func (*AssetDefaults) Reset

func (x *AssetDefaults) Reset()

func (*AssetDefaults) String

func (x *AssetDefaults) String() string

func (*AssetDefaults) Validate

func (m *AssetDefaults) Validate() error

Validate checks the field values on AssetDefaults 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 (*AssetDefaults) ValidateAll

func (m *AssetDefaults) ValidateAll() error

ValidateAll checks the field values on AssetDefaults 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 AssetDefaultsMultiError, or nil if none found.

type AssetDefaultsMultiError

type AssetDefaultsMultiError []error

AssetDefaultsMultiError is an error wrapping multiple validation errors returned by AssetDefaults.ValidateAll() if the designated constraints aren't met.

func (AssetDefaultsMultiError) AllErrors

func (m AssetDefaultsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssetDefaultsMultiError) Error

func (m AssetDefaultsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AssetDefaultsValidationError

type AssetDefaultsValidationError struct {
	// contains filtered or unexported fields
}

AssetDefaultsValidationError is the validation error returned by AssetDefaults.Validate if the designated constraints aren't met.

func (AssetDefaultsValidationError) Cause

Cause function returns cause value.

func (AssetDefaultsValidationError) Error

Error satisfies the builtin error interface

func (AssetDefaultsValidationError) ErrorName

func (e AssetDefaultsValidationError) ErrorName() string

ErrorName returns error name.

func (AssetDefaultsValidationError) Field

Field function returns field value.

func (AssetDefaultsValidationError) Key

Key function returns key value.

func (AssetDefaultsValidationError) Reason

Reason function returns reason value.

type AssetMultiError

type AssetMultiError []error

AssetMultiError is an error wrapping multiple validation errors returned by Asset.ValidateAll() if the designated constraints aren't met.

func (AssetMultiError) AllErrors

func (m AssetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssetMultiError) Error

func (m AssetMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AssetServiceListRequest

type AssetServiceListRequest struct {
	// contains filtered or unexported fields
}

AssetServiceListRequest is the request payload to list all Assets

func (*AssetServiceListRequest) Descriptor deprecated

func (*AssetServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssetServiceListRequest.ProtoReflect.Descriptor instead.

func (*AssetServiceListRequest) ProtoMessage

func (*AssetServiceListRequest) ProtoMessage()

func (*AssetServiceListRequest) ProtoReflect

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

func (*AssetServiceListRequest) Reset

func (x *AssetServiceListRequest) Reset()

func (*AssetServiceListRequest) String

func (x *AssetServiceListRequest) String() string

func (*AssetServiceListRequest) Validate

func (m *AssetServiceListRequest) Validate() error

Validate checks the field values on AssetServiceListRequest 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 (*AssetServiceListRequest) ValidateAll

func (m *AssetServiceListRequest) ValidateAll() error

ValidateAll checks the field values on AssetServiceListRequest 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 AssetServiceListRequestMultiError, or nil if none found.

type AssetServiceListRequestMultiError

type AssetServiceListRequestMultiError []error

AssetServiceListRequestMultiError is an error wrapping multiple validation errors returned by AssetServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (AssetServiceListRequestMultiError) AllErrors

func (m AssetServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssetServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AssetServiceListRequestValidationError

type AssetServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

AssetServiceListRequestValidationError is the validation error returned by AssetServiceListRequest.Validate if the designated constraints aren't met.

func (AssetServiceListRequestValidationError) Cause

Cause function returns cause value.

func (AssetServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceListRequestValidationError) Field

Field function returns field value.

func (AssetServiceListRequestValidationError) Key

Key function returns key value.

func (AssetServiceListRequestValidationError) Reason

Reason function returns reason value.

type AssetServiceListResponse

type AssetServiceListResponse struct {

	// Assets defines a list of assets
	Assets []*Asset `protobuf:"bytes,2,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

AssetServiceListResponse is the response payload which contains the the Asset list

func (*AssetServiceListResponse) Descriptor deprecated

func (*AssetServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssetServiceListResponse.ProtoReflect.Descriptor instead.

func (*AssetServiceListResponse) GetAssets

func (x *AssetServiceListResponse) GetAssets() []*Asset

func (*AssetServiceListResponse) ProtoMessage

func (*AssetServiceListResponse) ProtoMessage()

func (*AssetServiceListResponse) ProtoReflect

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

func (*AssetServiceListResponse) Reset

func (x *AssetServiceListResponse) Reset()

func (*AssetServiceListResponse) String

func (x *AssetServiceListResponse) String() string

func (*AssetServiceListResponse) Validate

func (m *AssetServiceListResponse) Validate() error

Validate checks the field values on AssetServiceListResponse 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 (*AssetServiceListResponse) ValidateAll

func (m *AssetServiceListResponse) ValidateAll() error

ValidateAll checks the field values on AssetServiceListResponse 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 AssetServiceListResponseMultiError, or nil if none found.

type AssetServiceListResponseMultiError

type AssetServiceListResponseMultiError []error

AssetServiceListResponseMultiError is an error wrapping multiple validation errors returned by AssetServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (AssetServiceListResponseMultiError) AllErrors

func (m AssetServiceListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssetServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AssetServiceListResponseValidationError

type AssetServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

AssetServiceListResponseValidationError is the validation error returned by AssetServiceListResponse.Validate if the designated constraints aren't met.

func (AssetServiceListResponseValidationError) Cause

Cause function returns cause value.

func (AssetServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (AssetServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (AssetServiceListResponseValidationError) Field

Field function returns field value.

func (AssetServiceListResponseValidationError) Key

Key function returns key value.

func (AssetServiceListResponseValidationError) Reason

Reason function returns reason value.

type AssetValidationError

type AssetValidationError struct {
	// contains filtered or unexported fields
}

AssetValidationError is the validation error returned by Asset.Validate if the designated constraints aren't met.

func (AssetValidationError) Cause

func (e AssetValidationError) Cause() error

Cause function returns cause value.

func (AssetValidationError) Error

func (e AssetValidationError) Error() string

Error satisfies the builtin error interface

func (AssetValidationError) ErrorName

func (e AssetValidationError) ErrorName() string

ErrorName returns error name.

func (AssetValidationError) Field

func (e AssetValidationError) Field() string

Field function returns field value.

func (AssetValidationError) Key

func (e AssetValidationError) Key() bool

Key function returns key value.

func (AssetValidationError) Reason

func (e AssetValidationError) Reason() string

Reason function returns reason value.

type Auditing

type Auditing int32

Auditing option specified per service method by default all service methods are included add the auditing option if you want to exclude a method in auditing

const (
	// AUDITING_UNSPECIFIED is not specified
	Auditing_AUDITING_UNSPECIFIED Auditing = 0
	// AUDITING_INCLUDED if a method is annotated with this, all calls are audited
	Auditing_AUDITING_INCLUDED Auditing = 1
	// AUDITING_EXCLUDED if a method is annotated with this, no calls are audited
	Auditing_AUDITING_EXCLUDED Auditing = 2
)

func (Auditing) Descriptor

func (Auditing) Descriptor() protoreflect.EnumDescriptor

func (Auditing) Enum

func (x Auditing) Enum() *Auditing

func (Auditing) EnumDescriptor deprecated

func (Auditing) EnumDescriptor() ([]byte, []int)

Deprecated: Use Auditing.Descriptor instead.

func (Auditing) Number

func (x Auditing) Number() protoreflect.EnumNumber

func (Auditing) String

func (x Auditing) String() string

func (Auditing) Type

type Card

type Card struct {

	// Brand of the card
	Brand string `protobuf:"bytes,1,opt,name=brand,proto3" json:"brand,omitempty"`
	// Country where the card was issued
	Country string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	// ExpMonth is the month when this card expires
	ExpMonth int64 `protobuf:"varint,3,opt,name=exp_month,json=expMonth,proto3" json:"exp_month,omitempty"`
	// ExpYear is the year when this card expires
	ExpYear int64 `protobuf:"varint,4,opt,name=exp_year,json=expYear,proto3" json:"exp_year,omitempty"`
	// Last4 are the 4 last digits of the card number, the full number is not stored anywhere
	Last_4 string `protobuf:"bytes,5,opt,name=last_4,json=last4,proto3" json:"last_4,omitempty"`
	// contains filtered or unexported fields
}

Card is the payment card the customer pays with

func (*Card) Descriptor deprecated

func (*Card) Descriptor() ([]byte, []int)

Deprecated: Use Card.ProtoReflect.Descriptor instead.

func (*Card) GetBrand

func (x *Card) GetBrand() string

func (*Card) GetCountry

func (x *Card) GetCountry() string

func (*Card) GetExpMonth

func (x *Card) GetExpMonth() int64

func (*Card) GetExpYear

func (x *Card) GetExpYear() int64

func (*Card) GetLast_4

func (x *Card) GetLast_4() string

func (*Card) ProtoMessage

func (*Card) ProtoMessage()

func (*Card) ProtoReflect

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

func (*Card) Reset

func (x *Card) Reset()

func (*Card) String

func (x *Card) String() string

func (*Card) Validate

func (m *Card) Validate() error

Validate checks the field values on Card 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 (*Card) ValidateAll

func (m *Card) ValidateAll() error

ValidateAll checks the field values on Card 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 CardMultiError, or nil if none found.

type CardMultiError

type CardMultiError []error

CardMultiError is an error wrapping multiple validation errors returned by Card.ValidateAll() if the designated constraints aren't met.

func (CardMultiError) AllErrors

func (m CardMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CardMultiError) Error

func (m CardMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CardValidationError

type CardValidationError struct {
	// contains filtered or unexported fields
}

CardValidationError is the validation error returned by Card.Validate if the designated constraints aren't met.

func (CardValidationError) Cause

func (e CardValidationError) Cause() error

Cause function returns cause value.

func (CardValidationError) Error

func (e CardValidationError) Error() string

Error satisfies the builtin error interface

func (CardValidationError) ErrorName

func (e CardValidationError) ErrorName() string

ErrorName returns error name.

func (CardValidationError) Field

func (e CardValidationError) Field() string

Field function returns field value.

func (CardValidationError) Key

func (e CardValidationError) Key() bool

Key function returns key value.

func (CardValidationError) Reason

func (e CardValidationError) Reason() string

Reason function returns reason value.

type Chargeable

type Chargeable int32

Chargable defines if calling a method requires that billing credentials are present or not

const (
	// CHARGEABLE_UNSPECIFIED no chargeable option is set
	Chargeable_CHARGEABLE_UNSPECIFIED Chargeable = 0
	// CHARGEABLE_TRUE if this is set on a method, calling it requires that billing credentials are present
	Chargeable_CHARGEABLE_TRUE Chargeable = 1
	// CHARGEABLE_FALSE if this is set on a method, no billing credentials are required
	Chargeable_CHARGEABLE_FALSE Chargeable = 2
)

func (Chargeable) Descriptor

func (Chargeable) Descriptor() protoreflect.EnumDescriptor

func (Chargeable) Enum

func (x Chargeable) Enum() *Chargeable

func (Chargeable) EnumDescriptor deprecated

func (Chargeable) EnumDescriptor() ([]byte, []int)

Deprecated: Use Chargeable.Descriptor instead.

func (Chargeable) Number

func (x Chargeable) Number() protoreflect.EnumNumber

func (Chargeable) String

func (x Chargeable) String() string

func (Chargeable) Type

type Cluster

type Cluster struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Name of the cluster
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Project where this cluster belongs to
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// Partition where this cluster was created
	Partition string `protobuf:"bytes,4,opt,name=partition,proto3" json:"partition,omitempty"`
	// Kubernetes defines the kubernetes specifications of this cluster
	Kubernetes *KubernetesSpec `protobuf:"bytes,5,opt,name=kubernetes,proto3" json:"kubernetes,omitempty"`
	// Workers defines the list of worker groups with their specification
	Workers []*Worker `protobuf:"bytes,6,rep,name=workers,proto3" json:"workers,omitempty"`
	// Maintenance defines when automated actions on this cluster should be scheduled
	Maintenance *Maintenance `protobuf:"bytes,7,opt,name=maintenance,proto3" json:"maintenance,omitempty"`
	// Tenant where this cluster belongs to
	Tenant string `protobuf:"bytes,8,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// CreatedAt defines the date when this cluster was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// UpdatedAt defines the date when this cluster was updated
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// DeletedAt defines the date when this cluster was deleted
	DeletedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// Status of this cluster
	Status *ClusterStatus `protobuf:"bytes,20,opt,name=status,proto3" json:"status,omitempty"`
	// Purpose of this cluster, can be for example production, development or evaluation
	Purpose *string `protobuf:"bytes,21,opt,name=purpose,proto3,oneof" json:"purpose,omitempty"`
	// Monitoring details for this cluster
	Monitoring *ClusterMonitoring `protobuf:"bytes,22,opt,name=monitoring,proto3" json:"monitoring,omitempty"`
	// contains filtered or unexported fields
}

Cluster describes a kubernetes cluster

func (*Cluster) Descriptor deprecated

func (*Cluster) Descriptor() ([]byte, []int)

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetCreatedAt

func (x *Cluster) GetCreatedAt() *timestamppb.Timestamp

func (*Cluster) GetDeletedAt

func (x *Cluster) GetDeletedAt() *timestamppb.Timestamp

func (*Cluster) GetKubernetes

func (x *Cluster) GetKubernetes() *KubernetesSpec

func (*Cluster) GetMaintenance

func (x *Cluster) GetMaintenance() *Maintenance

func (*Cluster) GetMonitoring

func (x *Cluster) GetMonitoring() *ClusterMonitoring

func (*Cluster) GetName

func (x *Cluster) GetName() string

func (*Cluster) GetPartition

func (x *Cluster) GetPartition() string

func (*Cluster) GetProject

func (x *Cluster) GetProject() string

func (*Cluster) GetPurpose

func (x *Cluster) GetPurpose() string

func (*Cluster) GetStatus

func (x *Cluster) GetStatus() *ClusterStatus

func (*Cluster) GetTenant

func (x *Cluster) GetTenant() string

func (*Cluster) GetUpdatedAt

func (x *Cluster) GetUpdatedAt() *timestamppb.Timestamp

func (*Cluster) GetUuid

func (x *Cluster) GetUuid() string

func (*Cluster) GetWorkers

func (x *Cluster) GetWorkers() []*Worker

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

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

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

func (*Cluster) Validate

func (m *Cluster) Validate() error

Validate checks the field values on Cluster 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 (*Cluster) ValidateAll

func (m *Cluster) ValidateAll() error

ValidateAll checks the field values on Cluster 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 ClusterMultiError, or nil if none found.

type ClusterMonitoring

type ClusterMonitoring struct {

	// Username to access the monitoring
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Password to access the monitoring
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// Endpoint is the url to access the monitoring
	Endpoint string `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

ClusterMonitoring contains details howto access the cluster monitoring

func (*ClusterMonitoring) Descriptor deprecated

func (*ClusterMonitoring) Descriptor() ([]byte, []int)

Deprecated: Use ClusterMonitoring.ProtoReflect.Descriptor instead.

func (*ClusterMonitoring) GetEndpoint

func (x *ClusterMonitoring) GetEndpoint() string

func (*ClusterMonitoring) GetPassword

func (x *ClusterMonitoring) GetPassword() string

func (*ClusterMonitoring) GetUsername

func (x *ClusterMonitoring) GetUsername() string

func (*ClusterMonitoring) ProtoMessage

func (*ClusterMonitoring) ProtoMessage()

func (*ClusterMonitoring) ProtoReflect

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

func (*ClusterMonitoring) Reset

func (x *ClusterMonitoring) Reset()

func (*ClusterMonitoring) String

func (x *ClusterMonitoring) String() string

func (*ClusterMonitoring) Validate

func (m *ClusterMonitoring) Validate() error

Validate checks the field values on ClusterMonitoring 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 (*ClusterMonitoring) ValidateAll

func (m *ClusterMonitoring) ValidateAll() error

ValidateAll checks the field values on ClusterMonitoring 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 ClusterMonitoringMultiError, or nil if none found.

type ClusterMonitoringMultiError

type ClusterMonitoringMultiError []error

ClusterMonitoringMultiError is an error wrapping multiple validation errors returned by ClusterMonitoring.ValidateAll() if the designated constraints aren't met.

func (ClusterMonitoringMultiError) AllErrors

func (m ClusterMonitoringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterMonitoringMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterMonitoringValidationError

type ClusterMonitoringValidationError struct {
	// contains filtered or unexported fields
}

ClusterMonitoringValidationError is the validation error returned by ClusterMonitoring.Validate if the designated constraints aren't met.

func (ClusterMonitoringValidationError) Cause

Cause function returns cause value.

func (ClusterMonitoringValidationError) Error

Error satisfies the builtin error interface

func (ClusterMonitoringValidationError) ErrorName

ErrorName returns error name.

func (ClusterMonitoringValidationError) Field

Field function returns field value.

func (ClusterMonitoringValidationError) Key

Key function returns key value.

func (ClusterMonitoringValidationError) Reason

Reason function returns reason value.

type ClusterMultiError

type ClusterMultiError []error

ClusterMultiError is an error wrapping multiple validation errors returned by Cluster.ValidateAll() if the designated constraints aren't met.

func (ClusterMultiError) AllErrors

func (m ClusterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterMultiError) Error

func (m ClusterMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceCreateRequest

type ClusterServiceCreateRequest struct {

	// Name of the cluster to create
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// Partition of the cluster
	Partition string `protobuf:"bytes,4,opt,name=partition,proto3" json:"partition,omitempty"`
	// Kubernetes specification of the cluster
	Kubernetes *KubernetesSpec `protobuf:"bytes,6,opt,name=kubernetes,proto3" json:"kubernetes,omitempty"`
	// Worker specification of the cluster
	Workers []*Worker `protobuf:"bytes,7,rep,name=workers,proto3" json:"workers,omitempty"`
	// Maintenance specification of the cluster
	Maintenance *Maintenance `protobuf:"bytes,8,opt,name=maintenance,proto3" json:"maintenance,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceCreateRequest is the request payload for a cluster create request

func (*ClusterServiceCreateRequest) Descriptor deprecated

func (*ClusterServiceCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceCreateRequest) GetKubernetes

func (x *ClusterServiceCreateRequest) GetKubernetes() *KubernetesSpec

func (*ClusterServiceCreateRequest) GetMaintenance

func (x *ClusterServiceCreateRequest) GetMaintenance() *Maintenance

func (*ClusterServiceCreateRequest) GetName

func (x *ClusterServiceCreateRequest) GetName() string

func (*ClusterServiceCreateRequest) GetPartition

func (x *ClusterServiceCreateRequest) GetPartition() string

func (*ClusterServiceCreateRequest) GetProject

func (x *ClusterServiceCreateRequest) GetProject() string

func (*ClusterServiceCreateRequest) GetWorkers

func (x *ClusterServiceCreateRequest) GetWorkers() []*Worker

func (*ClusterServiceCreateRequest) ProtoMessage

func (*ClusterServiceCreateRequest) ProtoMessage()

func (*ClusterServiceCreateRequest) ProtoReflect

func (*ClusterServiceCreateRequest) Reset

func (x *ClusterServiceCreateRequest) Reset()

func (*ClusterServiceCreateRequest) String

func (x *ClusterServiceCreateRequest) String() string

func (*ClusterServiceCreateRequest) Validate

func (m *ClusterServiceCreateRequest) Validate() error

Validate checks the field values on ClusterServiceCreateRequest 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 (*ClusterServiceCreateRequest) ValidateAll

func (m *ClusterServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceCreateRequest 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 ClusterServiceCreateRequestMultiError, or nil if none found.

type ClusterServiceCreateRequestMultiError

type ClusterServiceCreateRequestMultiError []error

ClusterServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceCreateRequestValidationError

type ClusterServiceCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceCreateRequestValidationError is the validation error returned by ClusterServiceCreateRequest.Validate if the designated constraints aren't met.

func (ClusterServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceCreateRequestValidationError) Field

Field function returns field value.

func (ClusterServiceCreateRequestValidationError) Key

Key function returns key value.

func (ClusterServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceCreateResponse

type ClusterServiceCreateResponse struct {

	// Cluster is the cluster
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceCreateResponse is the response payload of a cluster create request

func (*ClusterServiceCreateResponse) Descriptor deprecated

func (*ClusterServiceCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceCreateResponse) GetCluster

func (x *ClusterServiceCreateResponse) GetCluster() *Cluster

func (*ClusterServiceCreateResponse) ProtoMessage

func (*ClusterServiceCreateResponse) ProtoMessage()

func (*ClusterServiceCreateResponse) ProtoReflect

func (*ClusterServiceCreateResponse) Reset

func (x *ClusterServiceCreateResponse) Reset()

func (*ClusterServiceCreateResponse) String

func (*ClusterServiceCreateResponse) Validate

func (m *ClusterServiceCreateResponse) Validate() error

Validate checks the field values on ClusterServiceCreateResponse 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 (*ClusterServiceCreateResponse) ValidateAll

func (m *ClusterServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceCreateResponse 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 ClusterServiceCreateResponseMultiError, or nil if none found.

type ClusterServiceCreateResponseMultiError

type ClusterServiceCreateResponseMultiError []error

ClusterServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceCreateResponseValidationError

type ClusterServiceCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceCreateResponseValidationError is the validation error returned by ClusterServiceCreateResponse.Validate if the designated constraints aren't met.

func (ClusterServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceCreateResponseValidationError) Field

Field function returns field value.

func (ClusterServiceCreateResponseValidationError) Key

Key function returns key value.

func (ClusterServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceDeleteRequest

type ClusterServiceDeleteRequest struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceDeleteRequest is the request payload for a cluster delete request

func (*ClusterServiceDeleteRequest) Descriptor deprecated

func (*ClusterServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceDeleteRequest) GetProject

func (x *ClusterServiceDeleteRequest) GetProject() string

func (*ClusterServiceDeleteRequest) GetUuid

func (x *ClusterServiceDeleteRequest) GetUuid() string

func (*ClusterServiceDeleteRequest) ProtoMessage

func (*ClusterServiceDeleteRequest) ProtoMessage()

func (*ClusterServiceDeleteRequest) ProtoReflect

func (*ClusterServiceDeleteRequest) Reset

func (x *ClusterServiceDeleteRequest) Reset()

func (*ClusterServiceDeleteRequest) String

func (x *ClusterServiceDeleteRequest) String() string

func (*ClusterServiceDeleteRequest) Validate

func (m *ClusterServiceDeleteRequest) Validate() error

Validate checks the field values on ClusterServiceDeleteRequest 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 (*ClusterServiceDeleteRequest) ValidateAll

func (m *ClusterServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceDeleteRequest 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 ClusterServiceDeleteRequestMultiError, or nil if none found.

type ClusterServiceDeleteRequestMultiError

type ClusterServiceDeleteRequestMultiError []error

ClusterServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceDeleteRequestValidationError

type ClusterServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceDeleteRequestValidationError is the validation error returned by ClusterServiceDeleteRequest.Validate if the designated constraints aren't met.

func (ClusterServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceDeleteRequestValidationError) Field

Field function returns field value.

func (ClusterServiceDeleteRequestValidationError) Key

Key function returns key value.

func (ClusterServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceDeleteResponse

type ClusterServiceDeleteResponse struct {

	// Cluster is the cluster
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceDeleteResponse is the response payload of a cluster delete request

func (*ClusterServiceDeleteResponse) Descriptor deprecated

func (*ClusterServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceDeleteResponse) GetCluster

func (x *ClusterServiceDeleteResponse) GetCluster() *Cluster

func (*ClusterServiceDeleteResponse) ProtoMessage

func (*ClusterServiceDeleteResponse) ProtoMessage()

func (*ClusterServiceDeleteResponse) ProtoReflect

func (*ClusterServiceDeleteResponse) Reset

func (x *ClusterServiceDeleteResponse) Reset()

func (*ClusterServiceDeleteResponse) String

func (*ClusterServiceDeleteResponse) Validate

func (m *ClusterServiceDeleteResponse) Validate() error

Validate checks the field values on ClusterServiceDeleteResponse 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 (*ClusterServiceDeleteResponse) ValidateAll

func (m *ClusterServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceDeleteResponse 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 ClusterServiceDeleteResponseMultiError, or nil if none found.

type ClusterServiceDeleteResponseMultiError

type ClusterServiceDeleteResponseMultiError []error

ClusterServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceDeleteResponseValidationError

type ClusterServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceDeleteResponseValidationError is the validation error returned by ClusterServiceDeleteResponse.Validate if the designated constraints aren't met.

func (ClusterServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceDeleteResponseValidationError) Field

Field function returns field value.

func (ClusterServiceDeleteResponseValidationError) Key

Key function returns key value.

func (ClusterServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceGetCredentialsRequest

type ClusterServiceGetCredentialsRequest struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Expiration defines the duration after which the requested kubernetes access token can not be used anymore
	Expiration *durationpb.Duration `protobuf:"bytes,4,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceGetRequest is the request payload for a cluster get request

func (*ClusterServiceGetCredentialsRequest) Descriptor deprecated

func (*ClusterServiceGetCredentialsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceGetCredentialsRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceGetCredentialsRequest) GetExpiration

func (*ClusterServiceGetCredentialsRequest) GetProject

func (*ClusterServiceGetCredentialsRequest) GetUuid

func (*ClusterServiceGetCredentialsRequest) ProtoMessage

func (*ClusterServiceGetCredentialsRequest) ProtoMessage()

func (*ClusterServiceGetCredentialsRequest) ProtoReflect

func (*ClusterServiceGetCredentialsRequest) Reset

func (*ClusterServiceGetCredentialsRequest) String

func (*ClusterServiceGetCredentialsRequest) Validate

Validate checks the field values on ClusterServiceGetCredentialsRequest 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 (*ClusterServiceGetCredentialsRequest) ValidateAll

func (m *ClusterServiceGetCredentialsRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceGetCredentialsRequest 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 ClusterServiceGetCredentialsRequestMultiError, or nil if none found.

type ClusterServiceGetCredentialsRequestMultiError

type ClusterServiceGetCredentialsRequestMultiError []error

ClusterServiceGetCredentialsRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceGetCredentialsRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceGetCredentialsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceGetCredentialsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceGetCredentialsRequestValidationError

type ClusterServiceGetCredentialsRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceGetCredentialsRequestValidationError is the validation error returned by ClusterServiceGetCredentialsRequest.Validate if the designated constraints aren't met.

func (ClusterServiceGetCredentialsRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceGetCredentialsRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceGetCredentialsRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceGetCredentialsRequestValidationError) Field

Field function returns field value.

func (ClusterServiceGetCredentialsRequestValidationError) Key

Key function returns key value.

func (ClusterServiceGetCredentialsRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceGetCredentialsResponse

type ClusterServiceGetCredentialsResponse struct {

	// Cluster is the cluster
	Kubeconfig string `protobuf:"bytes,1,opt,name=kubeconfig,proto3" json:"kubeconfig,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceGetCredentialsResponse is the response payload of a cluster get credentials request

func (*ClusterServiceGetCredentialsResponse) Descriptor deprecated

func (*ClusterServiceGetCredentialsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceGetCredentialsResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceGetCredentialsResponse) GetKubeconfig

func (x *ClusterServiceGetCredentialsResponse) GetKubeconfig() string

func (*ClusterServiceGetCredentialsResponse) ProtoMessage

func (*ClusterServiceGetCredentialsResponse) ProtoMessage()

func (*ClusterServiceGetCredentialsResponse) ProtoReflect

func (*ClusterServiceGetCredentialsResponse) Reset

func (*ClusterServiceGetCredentialsResponse) String

func (*ClusterServiceGetCredentialsResponse) Validate

Validate checks the field values on ClusterServiceGetCredentialsResponse 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 (*ClusterServiceGetCredentialsResponse) ValidateAll

ValidateAll checks the field values on ClusterServiceGetCredentialsResponse 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 ClusterServiceGetCredentialsResponseMultiError, or nil if none found.

type ClusterServiceGetCredentialsResponseMultiError

type ClusterServiceGetCredentialsResponseMultiError []error

ClusterServiceGetCredentialsResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceGetCredentialsResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceGetCredentialsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceGetCredentialsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceGetCredentialsResponseValidationError

type ClusterServiceGetCredentialsResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceGetCredentialsResponseValidationError is the validation error returned by ClusterServiceGetCredentialsResponse.Validate if the designated constraints aren't met.

func (ClusterServiceGetCredentialsResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceGetCredentialsResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceGetCredentialsResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceGetCredentialsResponseValidationError) Field

Field function returns field value.

func (ClusterServiceGetCredentialsResponseValidationError) Key

Key function returns key value.

func (ClusterServiceGetCredentialsResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceGetRequest

type ClusterServiceGetRequest struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceGetRequest is the request payload for a cluster get request

func (*ClusterServiceGetRequest) Descriptor deprecated

func (*ClusterServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceGetRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceGetRequest) GetProject

func (x *ClusterServiceGetRequest) GetProject() string

func (*ClusterServiceGetRequest) GetUuid

func (x *ClusterServiceGetRequest) GetUuid() string

func (*ClusterServiceGetRequest) ProtoMessage

func (*ClusterServiceGetRequest) ProtoMessage()

func (*ClusterServiceGetRequest) ProtoReflect

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

func (*ClusterServiceGetRequest) Reset

func (x *ClusterServiceGetRequest) Reset()

func (*ClusterServiceGetRequest) String

func (x *ClusterServiceGetRequest) String() string

func (*ClusterServiceGetRequest) Validate

func (m *ClusterServiceGetRequest) Validate() error

Validate checks the field values on ClusterServiceGetRequest 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 (*ClusterServiceGetRequest) ValidateAll

func (m *ClusterServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceGetRequest 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 ClusterServiceGetRequestMultiError, or nil if none found.

type ClusterServiceGetRequestMultiError

type ClusterServiceGetRequestMultiError []error

ClusterServiceGetRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceGetRequestMultiError) AllErrors

func (m ClusterServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceGetRequestValidationError

type ClusterServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceGetRequestValidationError is the validation error returned by ClusterServiceGetRequest.Validate if the designated constraints aren't met.

func (ClusterServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceGetRequestValidationError) Field

Field function returns field value.

func (ClusterServiceGetRequestValidationError) Key

Key function returns key value.

func (ClusterServiceGetRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceGetResponse

type ClusterServiceGetResponse struct {

	// Cluster is the cluster
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceGetResponse is the response payload of a cluster get request

func (*ClusterServiceGetResponse) Descriptor deprecated

func (*ClusterServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceGetResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceGetResponse) GetCluster

func (x *ClusterServiceGetResponse) GetCluster() *Cluster

func (*ClusterServiceGetResponse) ProtoMessage

func (*ClusterServiceGetResponse) ProtoMessage()

func (*ClusterServiceGetResponse) ProtoReflect

func (*ClusterServiceGetResponse) Reset

func (x *ClusterServiceGetResponse) Reset()

func (*ClusterServiceGetResponse) String

func (x *ClusterServiceGetResponse) String() string

func (*ClusterServiceGetResponse) Validate

func (m *ClusterServiceGetResponse) Validate() error

Validate checks the field values on ClusterServiceGetResponse 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 (*ClusterServiceGetResponse) ValidateAll

func (m *ClusterServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceGetResponse 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 ClusterServiceGetResponseMultiError, or nil if none found.

type ClusterServiceGetResponseMultiError

type ClusterServiceGetResponseMultiError []error

ClusterServiceGetResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceGetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceGetResponseValidationError

type ClusterServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceGetResponseValidationError is the validation error returned by ClusterServiceGetResponse.Validate if the designated constraints aren't met.

func (ClusterServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceGetResponseValidationError) Field

Field function returns field value.

func (ClusterServiceGetResponseValidationError) Key

Key function returns key value.

func (ClusterServiceGetResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceListRequest

type ClusterServiceListRequest struct {

	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceListRequest is the request payload for a cluster list request

func (*ClusterServiceListRequest) Descriptor deprecated

func (*ClusterServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceListRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceListRequest) GetProject

func (x *ClusterServiceListRequest) GetProject() string

func (*ClusterServiceListRequest) ProtoMessage

func (*ClusterServiceListRequest) ProtoMessage()

func (*ClusterServiceListRequest) ProtoReflect

func (*ClusterServiceListRequest) Reset

func (x *ClusterServiceListRequest) Reset()

func (*ClusterServiceListRequest) String

func (x *ClusterServiceListRequest) String() string

func (*ClusterServiceListRequest) Validate

func (m *ClusterServiceListRequest) Validate() error

Validate checks the field values on ClusterServiceListRequest 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 (*ClusterServiceListRequest) ValidateAll

func (m *ClusterServiceListRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceListRequest 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 ClusterServiceListRequestMultiError, or nil if none found.

type ClusterServiceListRequestMultiError

type ClusterServiceListRequestMultiError []error

ClusterServiceListRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceListRequestValidationError

type ClusterServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceListRequestValidationError is the validation error returned by ClusterServiceListRequest.Validate if the designated constraints aren't met.

func (ClusterServiceListRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceListRequestValidationError) Field

Field function returns field value.

func (ClusterServiceListRequestValidationError) Key

Key function returns key value.

func (ClusterServiceListRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceListResponse

type ClusterServiceListResponse struct {

	// Clusters a list of clusters
	Clusters []*Cluster `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceListResponse is the response payload of a cluster list request

func (*ClusterServiceListResponse) Descriptor deprecated

func (*ClusterServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceListResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceListResponse) GetClusters

func (x *ClusterServiceListResponse) GetClusters() []*Cluster

func (*ClusterServiceListResponse) ProtoMessage

func (*ClusterServiceListResponse) ProtoMessage()

func (*ClusterServiceListResponse) ProtoReflect

func (*ClusterServiceListResponse) Reset

func (x *ClusterServiceListResponse) Reset()

func (*ClusterServiceListResponse) String

func (x *ClusterServiceListResponse) String() string

func (*ClusterServiceListResponse) Validate

func (m *ClusterServiceListResponse) Validate() error

Validate checks the field values on ClusterServiceListResponse 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 (*ClusterServiceListResponse) ValidateAll

func (m *ClusterServiceListResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceListResponse 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 ClusterServiceListResponseMultiError, or nil if none found.

type ClusterServiceListResponseMultiError

type ClusterServiceListResponseMultiError []error

ClusterServiceListResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceListResponseValidationError

type ClusterServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceListResponseValidationError is the validation error returned by ClusterServiceListResponse.Validate if the designated constraints aren't met.

func (ClusterServiceListResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceListResponseValidationError) Field

Field function returns field value.

func (ClusterServiceListResponseValidationError) Key

Key function returns key value.

func (ClusterServiceListResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceOperateRequest added in v0.7.1

type ClusterServiceOperateRequest struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Operate is the operation which should be performed
	Operate Operate `protobuf:"varint,3,opt,name=operate,proto3,enum=api.v1.Operate" json:"operate,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceOperateRequest is the request payload for the cluster operate request

func (*ClusterServiceOperateRequest) Descriptor deprecated added in v0.7.1

func (*ClusterServiceOperateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceOperateRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceOperateRequest) GetOperate added in v0.7.1

func (x *ClusterServiceOperateRequest) GetOperate() Operate

func (*ClusterServiceOperateRequest) GetProject added in v0.7.1

func (x *ClusterServiceOperateRequest) GetProject() string

func (*ClusterServiceOperateRequest) GetUuid added in v0.7.1

func (x *ClusterServiceOperateRequest) GetUuid() string

func (*ClusterServiceOperateRequest) ProtoMessage added in v0.7.1

func (*ClusterServiceOperateRequest) ProtoMessage()

func (*ClusterServiceOperateRequest) ProtoReflect added in v0.7.1

func (*ClusterServiceOperateRequest) Reset added in v0.7.1

func (x *ClusterServiceOperateRequest) Reset()

func (*ClusterServiceOperateRequest) String added in v0.7.1

func (*ClusterServiceOperateRequest) Validate added in v0.7.1

func (m *ClusterServiceOperateRequest) Validate() error

Validate checks the field values on ClusterServiceOperateRequest 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 (*ClusterServiceOperateRequest) ValidateAll added in v0.7.1

func (m *ClusterServiceOperateRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceOperateRequest 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 ClusterServiceOperateRequestMultiError, or nil if none found.

type ClusterServiceOperateRequestMultiError added in v0.7.1

type ClusterServiceOperateRequestMultiError []error

ClusterServiceOperateRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceOperateRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceOperateRequestMultiError) AllErrors added in v0.7.1

AllErrors returns a list of validation violation errors.

func (ClusterServiceOperateRequestMultiError) Error added in v0.7.1

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceOperateRequestValidationError added in v0.7.1

type ClusterServiceOperateRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceOperateRequestValidationError is the validation error returned by ClusterServiceOperateRequest.Validate if the designated constraints aren't met.

func (ClusterServiceOperateRequestValidationError) Cause added in v0.7.1

Cause function returns cause value.

func (ClusterServiceOperateRequestValidationError) Error added in v0.7.1

Error satisfies the builtin error interface

func (ClusterServiceOperateRequestValidationError) ErrorName added in v0.7.1

ErrorName returns error name.

func (ClusterServiceOperateRequestValidationError) Field added in v0.7.1

Field function returns field value.

func (ClusterServiceOperateRequestValidationError) Key added in v0.7.1

Key function returns key value.

func (ClusterServiceOperateRequestValidationError) Reason added in v0.7.1

Reason function returns reason value.

type ClusterServiceOperateResponse added in v0.7.1

type ClusterServiceOperateResponse struct {

	// Cluster is the cluster
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceOperateResponse is the response payload for the cluster operate request

func (*ClusterServiceOperateResponse) Descriptor deprecated added in v0.7.1

func (*ClusterServiceOperateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceOperateResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceOperateResponse) GetCluster added in v0.7.1

func (x *ClusterServiceOperateResponse) GetCluster() *Cluster

func (*ClusterServiceOperateResponse) ProtoMessage added in v0.7.1

func (*ClusterServiceOperateResponse) ProtoMessage()

func (*ClusterServiceOperateResponse) ProtoReflect added in v0.7.1

func (*ClusterServiceOperateResponse) Reset added in v0.7.1

func (x *ClusterServiceOperateResponse) Reset()

func (*ClusterServiceOperateResponse) String added in v0.7.1

func (*ClusterServiceOperateResponse) Validate added in v0.7.1

func (m *ClusterServiceOperateResponse) Validate() error

Validate checks the field values on ClusterServiceOperateResponse 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 (*ClusterServiceOperateResponse) ValidateAll added in v0.7.1

func (m *ClusterServiceOperateResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceOperateResponse 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 ClusterServiceOperateResponseMultiError, or nil if none found.

type ClusterServiceOperateResponseMultiError added in v0.7.1

type ClusterServiceOperateResponseMultiError []error

ClusterServiceOperateResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceOperateResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceOperateResponseMultiError) AllErrors added in v0.7.1

AllErrors returns a list of validation violation errors.

func (ClusterServiceOperateResponseMultiError) Error added in v0.7.1

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceOperateResponseValidationError added in v0.7.1

type ClusterServiceOperateResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceOperateResponseValidationError is the validation error returned by ClusterServiceOperateResponse.Validate if the designated constraints aren't met.

func (ClusterServiceOperateResponseValidationError) Cause added in v0.7.1

Cause function returns cause value.

func (ClusterServiceOperateResponseValidationError) Error added in v0.7.1

Error satisfies the builtin error interface

func (ClusterServiceOperateResponseValidationError) ErrorName added in v0.7.1

ErrorName returns error name.

func (ClusterServiceOperateResponseValidationError) Field added in v0.7.1

Field function returns field value.

func (ClusterServiceOperateResponseValidationError) Key added in v0.7.1

Key function returns key value.

func (ClusterServiceOperateResponseValidationError) Reason added in v0.7.1

Reason function returns reason value.

type ClusterServiceUpdateRequest

type ClusterServiceUpdateRequest struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Kubernetes specification of the cluster
	Kubernetes *KubernetesSpec `protobuf:"bytes,3,opt,name=kubernetes,proto3,oneof" json:"kubernetes,omitempty"`
	// Worker specification of the cluster
	Workers []*WorkerUpdate `protobuf:"bytes,4,rep,name=workers,proto3" json:"workers,omitempty"`
	// Maintenance specification of the cluster
	Maintenance *Maintenance `protobuf:"bytes,5,opt,name=maintenance,proto3,oneof" json:"maintenance,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceUpdateRequest is the request payload for a cluster update request

func (*ClusterServiceUpdateRequest) Descriptor deprecated

func (*ClusterServiceUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceUpdateRequest) GetKubernetes

func (x *ClusterServiceUpdateRequest) GetKubernetes() *KubernetesSpec

func (*ClusterServiceUpdateRequest) GetMaintenance

func (x *ClusterServiceUpdateRequest) GetMaintenance() *Maintenance

func (*ClusterServiceUpdateRequest) GetProject

func (x *ClusterServiceUpdateRequest) GetProject() string

func (*ClusterServiceUpdateRequest) GetUuid

func (x *ClusterServiceUpdateRequest) GetUuid() string

func (*ClusterServiceUpdateRequest) GetWorkers

func (x *ClusterServiceUpdateRequest) GetWorkers() []*WorkerUpdate

func (*ClusterServiceUpdateRequest) ProtoMessage

func (*ClusterServiceUpdateRequest) ProtoMessage()

func (*ClusterServiceUpdateRequest) ProtoReflect

func (*ClusterServiceUpdateRequest) Reset

func (x *ClusterServiceUpdateRequest) Reset()

func (*ClusterServiceUpdateRequest) String

func (x *ClusterServiceUpdateRequest) String() string

func (*ClusterServiceUpdateRequest) Validate

func (m *ClusterServiceUpdateRequest) Validate() error

Validate checks the field values on ClusterServiceUpdateRequest 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 (*ClusterServiceUpdateRequest) ValidateAll

func (m *ClusterServiceUpdateRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceUpdateRequest 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 ClusterServiceUpdateRequestMultiError, or nil if none found.

type ClusterServiceUpdateRequestMultiError

type ClusterServiceUpdateRequestMultiError []error

ClusterServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceUpdateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceUpdateRequestValidationError

type ClusterServiceUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceUpdateRequestValidationError is the validation error returned by ClusterServiceUpdateRequest.Validate if the designated constraints aren't met.

func (ClusterServiceUpdateRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceUpdateRequestValidationError) Field

Field function returns field value.

func (ClusterServiceUpdateRequestValidationError) Key

Key function returns key value.

func (ClusterServiceUpdateRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceUpdateResponse

type ClusterServiceUpdateResponse struct {

	// Cluster is the cluster
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceUpdateResponse is the response payload of a cluster update request

func (*ClusterServiceUpdateResponse) Descriptor deprecated

func (*ClusterServiceUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceUpdateResponse) GetCluster

func (x *ClusterServiceUpdateResponse) GetCluster() *Cluster

func (*ClusterServiceUpdateResponse) ProtoMessage

func (*ClusterServiceUpdateResponse) ProtoMessage()

func (*ClusterServiceUpdateResponse) ProtoReflect

func (*ClusterServiceUpdateResponse) Reset

func (x *ClusterServiceUpdateResponse) Reset()

func (*ClusterServiceUpdateResponse) String

func (*ClusterServiceUpdateResponse) Validate

func (m *ClusterServiceUpdateResponse) Validate() error

Validate checks the field values on ClusterServiceUpdateResponse 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 (*ClusterServiceUpdateResponse) ValidateAll

func (m *ClusterServiceUpdateResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceUpdateResponse 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 ClusterServiceUpdateResponseMultiError, or nil if none found.

type ClusterServiceUpdateResponseMultiError

type ClusterServiceUpdateResponseMultiError []error

ClusterServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceUpdateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceUpdateResponseValidationError

type ClusterServiceUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceUpdateResponseValidationError is the validation error returned by ClusterServiceUpdateResponse.Validate if the designated constraints aren't met.

func (ClusterServiceUpdateResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceUpdateResponseValidationError) Field

Field function returns field value.

func (ClusterServiceUpdateResponseValidationError) Key

Key function returns key value.

func (ClusterServiceUpdateResponseValidationError) Reason

Reason function returns reason value.

type ClusterServiceWatchStatusRequest

type ClusterServiceWatchStatusRequest struct {

	// Uuid of the cluster
	Uuid *string `protobuf:"bytes,1,opt,name=uuid,proto3,oneof" json:"uuid,omitempty"`
	// Project of the cluster
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceWatchStatusRequest is the request payload for a cluster watch status request

func (*ClusterServiceWatchStatusRequest) Descriptor deprecated

func (*ClusterServiceWatchStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceWatchStatusRequest.ProtoReflect.Descriptor instead.

func (*ClusterServiceWatchStatusRequest) GetProject

func (x *ClusterServiceWatchStatusRequest) GetProject() string

func (*ClusterServiceWatchStatusRequest) GetUuid

func (*ClusterServiceWatchStatusRequest) ProtoMessage

func (*ClusterServiceWatchStatusRequest) ProtoMessage()

func (*ClusterServiceWatchStatusRequest) ProtoReflect

func (*ClusterServiceWatchStatusRequest) Reset

func (*ClusterServiceWatchStatusRequest) String

func (*ClusterServiceWatchStatusRequest) Validate

Validate checks the field values on ClusterServiceWatchStatusRequest 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 (*ClusterServiceWatchStatusRequest) ValidateAll

func (m *ClusterServiceWatchStatusRequest) ValidateAll() error

ValidateAll checks the field values on ClusterServiceWatchStatusRequest 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 ClusterServiceWatchStatusRequestMultiError, or nil if none found.

type ClusterServiceWatchStatusRequestMultiError

type ClusterServiceWatchStatusRequestMultiError []error

ClusterServiceWatchStatusRequestMultiError is an error wrapping multiple validation errors returned by ClusterServiceWatchStatusRequest.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceWatchStatusRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceWatchStatusRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceWatchStatusRequestValidationError

type ClusterServiceWatchStatusRequestValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceWatchStatusRequestValidationError is the validation error returned by ClusterServiceWatchStatusRequest.Validate if the designated constraints aren't met.

func (ClusterServiceWatchStatusRequestValidationError) Cause

Cause function returns cause value.

func (ClusterServiceWatchStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceWatchStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceWatchStatusRequestValidationError) Field

Field function returns field value.

func (ClusterServiceWatchStatusRequestValidationError) Key

Key function returns key value.

func (ClusterServiceWatchStatusRequestValidationError) Reason

Reason function returns reason value.

type ClusterServiceWatchStatusResponse

type ClusterServiceWatchStatusResponse struct {

	// Status the cluster status
	Status *ClusterStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

ClusterServiceWatchStatusResponse is the response payload of a cluster watch status request

func (*ClusterServiceWatchStatusResponse) Descriptor deprecated

func (*ClusterServiceWatchStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use ClusterServiceWatchStatusResponse.ProtoReflect.Descriptor instead.

func (*ClusterServiceWatchStatusResponse) GetStatus

func (*ClusterServiceWatchStatusResponse) ProtoMessage

func (*ClusterServiceWatchStatusResponse) ProtoMessage()

func (*ClusterServiceWatchStatusResponse) ProtoReflect

func (*ClusterServiceWatchStatusResponse) Reset

func (*ClusterServiceWatchStatusResponse) String

func (*ClusterServiceWatchStatusResponse) Validate

Validate checks the field values on ClusterServiceWatchStatusResponse 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 (*ClusterServiceWatchStatusResponse) ValidateAll

func (m *ClusterServiceWatchStatusResponse) ValidateAll() error

ValidateAll checks the field values on ClusterServiceWatchStatusResponse 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 ClusterServiceWatchStatusResponseMultiError, or nil if none found.

type ClusterServiceWatchStatusResponseMultiError

type ClusterServiceWatchStatusResponseMultiError []error

ClusterServiceWatchStatusResponseMultiError is an error wrapping multiple validation errors returned by ClusterServiceWatchStatusResponse.ValidateAll() if the designated constraints aren't met.

func (ClusterServiceWatchStatusResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ClusterServiceWatchStatusResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterServiceWatchStatusResponseValidationError

type ClusterServiceWatchStatusResponseValidationError struct {
	// contains filtered or unexported fields
}

ClusterServiceWatchStatusResponseValidationError is the validation error returned by ClusterServiceWatchStatusResponse.Validate if the designated constraints aren't met.

func (ClusterServiceWatchStatusResponseValidationError) Cause

Cause function returns cause value.

func (ClusterServiceWatchStatusResponseValidationError) Error

Error satisfies the builtin error interface

func (ClusterServiceWatchStatusResponseValidationError) ErrorName

ErrorName returns error name.

func (ClusterServiceWatchStatusResponseValidationError) Field

Field function returns field value.

func (ClusterServiceWatchStatusResponseValidationError) Key

Key function returns key value.

func (ClusterServiceWatchStatusResponseValidationError) Reason

Reason function returns reason value.

type ClusterStatus

type ClusterStatus struct {

	// Uuid of the cluster
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Progress of the cluster reconciliation
	Progress uint32 `protobuf:"varint,2,opt,name=progress,proto3" json:"progress,omitempty"`
	// State of the cluster
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// Type of the cluster status
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// ApiServerReady represents the ready state of the kubernetes api server
	ApiServerReady string `protobuf:"bytes,10,opt,name=api_server_ready,json=apiServerReady,proto3" json:"api_server_ready,omitempty"`
	// ControlPlaneReady represents the ready state of the control plane components
	ControlPlaneReady string `protobuf:"bytes,11,opt,name=control_plane_ready,json=controlPlaneReady,proto3" json:"control_plane_ready,omitempty"`
	// NodesReady represents the ready state of the worker nodes
	NodesReady string `protobuf:"bytes,12,opt,name=nodes_ready,json=nodesReady,proto3" json:"nodes_ready,omitempty"`
	// SystemComponentsReady represents the ready state of the system components
	SystemComponentsReady string `` /* 127-byte string literal not displayed */
	// LastErrors is a list of the last known errors occurred during the cluster reconciliation
	LastErrors []*ClusterStatusLastError `protobuf:"bytes,14,rep,name=last_errors,json=lastErrors,proto3" json:"last_errors,omitempty"`
	// ClusterStatusConditions is a list of status conditions of the cluster
	Conditions []*ClusterStatusCondition `protobuf:"bytes,15,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// contains filtered or unexported fields
}

ClusterStatus

func (*ClusterStatus) Descriptor deprecated

func (*ClusterStatus) Descriptor() ([]byte, []int)

Deprecated: Use ClusterStatus.ProtoReflect.Descriptor instead.

func (*ClusterStatus) GetApiServerReady

func (x *ClusterStatus) GetApiServerReady() string

func (*ClusterStatus) GetConditions added in v0.7.1

func (x *ClusterStatus) GetConditions() []*ClusterStatusCondition

func (*ClusterStatus) GetControlPlaneReady

func (x *ClusterStatus) GetControlPlaneReady() string

func (*ClusterStatus) GetLastErrors

func (x *ClusterStatus) GetLastErrors() []*ClusterStatusLastError

func (*ClusterStatus) GetNodesReady

func (x *ClusterStatus) GetNodesReady() string

func (*ClusterStatus) GetProgress

func (x *ClusterStatus) GetProgress() uint32

func (*ClusterStatus) GetState

func (x *ClusterStatus) GetState() string

func (*ClusterStatus) GetSystemComponentsReady

func (x *ClusterStatus) GetSystemComponentsReady() string

func (*ClusterStatus) GetType

func (x *ClusterStatus) GetType() string

func (*ClusterStatus) GetUuid

func (x *ClusterStatus) GetUuid() string

func (*ClusterStatus) ProtoMessage

func (*ClusterStatus) ProtoMessage()

func (*ClusterStatus) ProtoReflect

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

func (*ClusterStatus) Reset

func (x *ClusterStatus) Reset()

func (*ClusterStatus) String

func (x *ClusterStatus) String() string

func (*ClusterStatus) Validate

func (m *ClusterStatus) Validate() error

Validate checks the field values on ClusterStatus 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 (*ClusterStatus) ValidateAll

func (m *ClusterStatus) ValidateAll() error

ValidateAll checks the field values on ClusterStatus 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 ClusterStatusMultiError, or nil if none found.

type ClusterStatusCondition added in v0.7.1

type ClusterStatusCondition struct {

	// Type is the type of the condition
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Status is the status of the condition
	Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// Reason describes the reason for the condition's last transition
	Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	// StatusMessage is a human readable message indicating details about the transition
	StatusMessage string `protobuf:"bytes,4,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// LastUpdateTime last time the condition transitioned
	LastTransitionTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_transition_time,json=lastTransitionTime,proto3" json:"last_transition_time,omitempty"`
	// LastUpdateTime last time the condition was updated
	LastUpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"`
	// contains filtered or unexported fields
}

ClusterStatusCondition contains status conditions of a cluster

func (*ClusterStatusCondition) Descriptor deprecated added in v0.7.1

func (*ClusterStatusCondition) Descriptor() ([]byte, []int)

Deprecated: Use ClusterStatusCondition.ProtoReflect.Descriptor instead.

func (*ClusterStatusCondition) GetLastTransitionTime added in v0.7.1

func (x *ClusterStatusCondition) GetLastTransitionTime() *timestamppb.Timestamp

func (*ClusterStatusCondition) GetLastUpdateTime added in v0.7.1

func (x *ClusterStatusCondition) GetLastUpdateTime() *timestamppb.Timestamp

func (*ClusterStatusCondition) GetReason added in v0.7.1

func (x *ClusterStatusCondition) GetReason() string

func (*ClusterStatusCondition) GetStatus added in v0.7.1

func (x *ClusterStatusCondition) GetStatus() string

func (*ClusterStatusCondition) GetStatusMessage added in v0.7.1

func (x *ClusterStatusCondition) GetStatusMessage() string

func (*ClusterStatusCondition) GetType added in v0.7.1

func (x *ClusterStatusCondition) GetType() string

func (*ClusterStatusCondition) ProtoMessage added in v0.7.1

func (*ClusterStatusCondition) ProtoMessage()

func (*ClusterStatusCondition) ProtoReflect added in v0.7.1

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

func (*ClusterStatusCondition) Reset added in v0.7.1

func (x *ClusterStatusCondition) Reset()

func (*ClusterStatusCondition) String added in v0.7.1

func (x *ClusterStatusCondition) String() string

func (*ClusterStatusCondition) Validate added in v0.7.1

func (m *ClusterStatusCondition) Validate() error

Validate checks the field values on ClusterStatusCondition 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 (*ClusterStatusCondition) ValidateAll added in v0.7.1

func (m *ClusterStatusCondition) ValidateAll() error

ValidateAll checks the field values on ClusterStatusCondition 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 ClusterStatusConditionMultiError, or nil if none found.

type ClusterStatusConditionMultiError added in v0.7.1

type ClusterStatusConditionMultiError []error

ClusterStatusConditionMultiError is an error wrapping multiple validation errors returned by ClusterStatusCondition.ValidateAll() if the designated constraints aren't met.

func (ClusterStatusConditionMultiError) AllErrors added in v0.7.1

func (m ClusterStatusConditionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterStatusConditionMultiError) Error added in v0.7.1

Error returns a concatenation of all the error messages it wraps.

type ClusterStatusConditionValidationError added in v0.7.1

type ClusterStatusConditionValidationError struct {
	// contains filtered or unexported fields
}

ClusterStatusConditionValidationError is the validation error returned by ClusterStatusCondition.Validate if the designated constraints aren't met.

func (ClusterStatusConditionValidationError) Cause added in v0.7.1

Cause function returns cause value.

func (ClusterStatusConditionValidationError) Error added in v0.7.1

Error satisfies the builtin error interface

func (ClusterStatusConditionValidationError) ErrorName added in v0.7.1

ErrorName returns error name.

func (ClusterStatusConditionValidationError) Field added in v0.7.1

Field function returns field value.

func (ClusterStatusConditionValidationError) Key added in v0.7.1

Key function returns key value.

func (ClusterStatusConditionValidationError) Reason added in v0.7.1

Reason function returns reason value.

type ClusterStatusLastError

type ClusterStatusLastError struct {

	// Description a human readable message indicating details about the last error
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// TaskId ID of the task which caused this last error
	TaskId *string `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3,oneof" json:"task_id,omitempty"`
	// LastUpdateTime last time the error was reported
	LastUpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"`
	// contains filtered or unexported fields
}

ClusterStatusLastError is the last known cluster status error

func (*ClusterStatusLastError) Descriptor deprecated

func (*ClusterStatusLastError) Descriptor() ([]byte, []int)

Deprecated: Use ClusterStatusLastError.ProtoReflect.Descriptor instead.

func (*ClusterStatusLastError) GetDescription

func (x *ClusterStatusLastError) GetDescription() string

func (*ClusterStatusLastError) GetLastUpdateTime

func (x *ClusterStatusLastError) GetLastUpdateTime() *timestamppb.Timestamp

func (*ClusterStatusLastError) GetTaskId

func (x *ClusterStatusLastError) GetTaskId() string

func (*ClusterStatusLastError) ProtoMessage

func (*ClusterStatusLastError) ProtoMessage()

func (*ClusterStatusLastError) ProtoReflect

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

func (*ClusterStatusLastError) Reset

func (x *ClusterStatusLastError) Reset()

func (*ClusterStatusLastError) String

func (x *ClusterStatusLastError) String() string

func (*ClusterStatusLastError) Validate

func (m *ClusterStatusLastError) Validate() error

Validate checks the field values on ClusterStatusLastError 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 (*ClusterStatusLastError) ValidateAll

func (m *ClusterStatusLastError) ValidateAll() error

ValidateAll checks the field values on ClusterStatusLastError 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 ClusterStatusLastErrorMultiError, or nil if none found.

type ClusterStatusLastErrorMultiError

type ClusterStatusLastErrorMultiError []error

ClusterStatusLastErrorMultiError is an error wrapping multiple validation errors returned by ClusterStatusLastError.ValidateAll() if the designated constraints aren't met.

func (ClusterStatusLastErrorMultiError) AllErrors

func (m ClusterStatusLastErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterStatusLastErrorMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ClusterStatusLastErrorValidationError

type ClusterStatusLastErrorValidationError struct {
	// contains filtered or unexported fields
}

ClusterStatusLastErrorValidationError is the validation error returned by ClusterStatusLastError.Validate if the designated constraints aren't met.

func (ClusterStatusLastErrorValidationError) Cause

Cause function returns cause value.

func (ClusterStatusLastErrorValidationError) Error

Error satisfies the builtin error interface

func (ClusterStatusLastErrorValidationError) ErrorName

ErrorName returns error name.

func (ClusterStatusLastErrorValidationError) Field

Field function returns field value.

func (ClusterStatusLastErrorValidationError) Key

Key function returns key value.

func (ClusterStatusLastErrorValidationError) Reason

Reason function returns reason value.

type ClusterStatusMultiError

type ClusterStatusMultiError []error

ClusterStatusMultiError is an error wrapping multiple validation errors returned by ClusterStatus.ValidateAll() if the designated constraints aren't met.

func (ClusterStatusMultiError) AllErrors

func (m ClusterStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterStatusMultiError) Error

func (m ClusterStatusMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ClusterStatusValidationError

type ClusterStatusValidationError struct {
	// contains filtered or unexported fields
}

ClusterStatusValidationError is the validation error returned by ClusterStatus.Validate if the designated constraints aren't met.

func (ClusterStatusValidationError) Cause

Cause function returns cause value.

func (ClusterStatusValidationError) Error

Error satisfies the builtin error interface

func (ClusterStatusValidationError) ErrorName

func (e ClusterStatusValidationError) ErrorName() string

ErrorName returns error name.

func (ClusterStatusValidationError) Field

Field function returns field value.

func (ClusterStatusValidationError) Key

Key function returns key value.

func (ClusterStatusValidationError) Reason

Reason function returns reason value.

type ClusterValidationError

type ClusterValidationError struct {
	// contains filtered or unexported fields
}

ClusterValidationError is the validation error returned by Cluster.Validate if the designated constraints aren't met.

func (ClusterValidationError) Cause

func (e ClusterValidationError) Cause() error

Cause function returns cause value.

func (ClusterValidationError) Error

func (e ClusterValidationError) Error() string

Error satisfies the builtin error interface

func (ClusterValidationError) ErrorName

func (e ClusterValidationError) ErrorName() string

ErrorName returns error name.

func (ClusterValidationError) Field

func (e ClusterValidationError) Field() string

Field function returns field value.

func (ClusterValidationError) Key

func (e ClusterValidationError) Key() bool

Key function returns key value.

func (ClusterValidationError) Reason

func (e ClusterValidationError) Reason() string

Reason function returns reason value.

type Coupon

type Coupon struct {

	// Id of the coupon
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of this coupon
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// AmountOff is th amount the customer can use for free
	AmountOff int64 `protobuf:"varint,3,opt,name=amount_off,json=amountOff,proto3" json:"amount_off,omitempty"`
	// Currency of the free usage amount
	Currency string `protobuf:"bytes,4,opt,name=currency,proto3" json:"currency,omitempty"`
	// DurationInMonth defines how many month this coupon is valid for
	DurationInMonth int64 `protobuf:"varint,5,opt,name=duration_in_month,json=durationInMonth,proto3" json:"duration_in_month,omitempty"`
	// CreatedAt is the date the coupon was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// RedeemBy is the date when this coupon can no longer be used
	RedeemBy *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=redeem_by,json=redeemBy,proto3" json:"redeem_by,omitempty"`
	// TimesRedeemed how often this coupon was already consumed
	TimesRedeemed int64 `protobuf:"varint,8,opt,name=times_redeemed,json=timesRedeemed,proto3" json:"times_redeemed,omitempty"`
	// MaxRedemptions defines how often this coupon can be consumed
	MaxRedemptions int64 `protobuf:"varint,9,opt,name=max_redemptions,json=maxRedemptions,proto3" json:"max_redemptions,omitempty"`
	// AmountLeft how many usages are left for this coupon
	AmountLeft int64 `protobuf:"varint,10,opt,name=amount_left,json=amountLeft,proto3" json:"amount_left,omitempty"`
	// contains filtered or unexported fields
}

Coupon is a amount of free usage which can be granted to a customer

func (*Coupon) Descriptor deprecated

func (*Coupon) Descriptor() ([]byte, []int)

Deprecated: Use Coupon.ProtoReflect.Descriptor instead.

func (*Coupon) GetAmountLeft

func (x *Coupon) GetAmountLeft() int64

func (*Coupon) GetAmountOff

func (x *Coupon) GetAmountOff() int64

func (*Coupon) GetCreatedAt

func (x *Coupon) GetCreatedAt() *timestamppb.Timestamp

func (*Coupon) GetCurrency

func (x *Coupon) GetCurrency() string

func (*Coupon) GetDurationInMonth

func (x *Coupon) GetDurationInMonth() int64

func (*Coupon) GetId

func (x *Coupon) GetId() string

func (*Coupon) GetMaxRedemptions

func (x *Coupon) GetMaxRedemptions() int64

func (*Coupon) GetName

func (x *Coupon) GetName() string

func (*Coupon) GetRedeemBy

func (x *Coupon) GetRedeemBy() *timestamppb.Timestamp

func (*Coupon) GetTimesRedeemed

func (x *Coupon) GetTimesRedeemed() int64

func (*Coupon) ProtoMessage

func (*Coupon) ProtoMessage()

func (*Coupon) ProtoReflect

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

func (*Coupon) Reset

func (x *Coupon) Reset()

func (*Coupon) String

func (x *Coupon) String() string

func (*Coupon) Validate

func (m *Coupon) Validate() error

Validate checks the field values on Coupon 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 (*Coupon) ValidateAll

func (m *Coupon) ValidateAll() error

ValidateAll checks the field values on Coupon 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 CouponMultiError, or nil if none found.

type CouponMultiError

type CouponMultiError []error

CouponMultiError is an error wrapping multiple validation errors returned by Coupon.ValidateAll() if the designated constraints aren't met.

func (CouponMultiError) AllErrors

func (m CouponMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CouponMultiError) Error

func (m CouponMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CouponValidationError

type CouponValidationError struct {
	// contains filtered or unexported fields
}

CouponValidationError is the validation error returned by Coupon.Validate if the designated constraints aren't met.

func (CouponValidationError) Cause

func (e CouponValidationError) Cause() error

Cause function returns cause value.

func (CouponValidationError) Error

func (e CouponValidationError) Error() string

Error satisfies the builtin error interface

func (CouponValidationError) ErrorName

func (e CouponValidationError) ErrorName() string

ErrorName returns error name.

func (CouponValidationError) Field

func (e CouponValidationError) Field() string

Field function returns field value.

func (CouponValidationError) Key

func (e CouponValidationError) Key() bool

Key function returns key value.

func (CouponValidationError) Reason

func (e CouponValidationError) Reason() string

Reason function returns reason value.

type Health

type Health struct {

	// Services the health of all individual services
	Services []*HealthStatus `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

Health reports the health status of all services

func (*Health) Descriptor deprecated

func (*Health) Descriptor() ([]byte, []int)

Deprecated: Use Health.ProtoReflect.Descriptor instead.

func (*Health) GetServices

func (x *Health) GetServices() []*HealthStatus

func (*Health) ProtoMessage

func (*Health) ProtoMessage()

func (*Health) ProtoReflect

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

func (*Health) Reset

func (x *Health) Reset()

func (*Health) String

func (x *Health) String() string

func (*Health) Validate

func (m *Health) Validate() error

Validate checks the field values on Health 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 (*Health) ValidateAll

func (m *Health) ValidateAll() error

ValidateAll checks the field values on Health 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 HealthMultiError, or nil if none found.

type HealthMultiError

type HealthMultiError []error

HealthMultiError is an error wrapping multiple validation errors returned by Health.ValidateAll() if the designated constraints aren't met.

func (HealthMultiError) AllErrors

func (m HealthMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HealthMultiError) Error

func (m HealthMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HealthServiceGetRequest

type HealthServiceGetRequest struct {
	// contains filtered or unexported fields
}

HealthServiceGetRequest is request payload to get the health of the system

func (*HealthServiceGetRequest) Descriptor deprecated

func (*HealthServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use HealthServiceGetRequest.ProtoReflect.Descriptor instead.

func (*HealthServiceGetRequest) ProtoMessage

func (*HealthServiceGetRequest) ProtoMessage()

func (*HealthServiceGetRequest) ProtoReflect

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

func (*HealthServiceGetRequest) Reset

func (x *HealthServiceGetRequest) Reset()

func (*HealthServiceGetRequest) String

func (x *HealthServiceGetRequest) String() string

func (*HealthServiceGetRequest) Validate

func (m *HealthServiceGetRequest) Validate() error

Validate checks the field values on HealthServiceGetRequest 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 (*HealthServiceGetRequest) ValidateAll

func (m *HealthServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on HealthServiceGetRequest 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 HealthServiceGetRequestMultiError, or nil if none found.

type HealthServiceGetRequestMultiError

type HealthServiceGetRequestMultiError []error

HealthServiceGetRequestMultiError is an error wrapping multiple validation errors returned by HealthServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (HealthServiceGetRequestMultiError) AllErrors

func (m HealthServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HealthServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HealthServiceGetRequestValidationError

type HealthServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

HealthServiceGetRequestValidationError is the validation error returned by HealthServiceGetRequest.Validate if the designated constraints aren't met.

func (HealthServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (HealthServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (HealthServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (HealthServiceGetRequestValidationError) Field

Field function returns field value.

func (HealthServiceGetRequestValidationError) Key

Key function returns key value.

func (HealthServiceGetRequestValidationError) Reason

Reason function returns reason value.

type HealthServiceGetResponse

type HealthServiceGetResponse struct {

	// Health is the overall health of the system
	Health *Health `protobuf:"bytes,1,opt,name=health,proto3" json:"health,omitempty"`
	// contains filtered or unexported fields
}

HealthServiceGetRequest is the response payload with the health of the system

func (*HealthServiceGetResponse) Descriptor deprecated

func (*HealthServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use HealthServiceGetResponse.ProtoReflect.Descriptor instead.

func (*HealthServiceGetResponse) GetHealth

func (x *HealthServiceGetResponse) GetHealth() *Health

func (*HealthServiceGetResponse) ProtoMessage

func (*HealthServiceGetResponse) ProtoMessage()

func (*HealthServiceGetResponse) ProtoReflect

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

func (*HealthServiceGetResponse) Reset

func (x *HealthServiceGetResponse) Reset()

func (*HealthServiceGetResponse) String

func (x *HealthServiceGetResponse) String() string

func (*HealthServiceGetResponse) Validate

func (m *HealthServiceGetResponse) Validate() error

Validate checks the field values on HealthServiceGetResponse 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 (*HealthServiceGetResponse) ValidateAll

func (m *HealthServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on HealthServiceGetResponse 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 HealthServiceGetResponseMultiError, or nil if none found.

type HealthServiceGetResponseMultiError

type HealthServiceGetResponseMultiError []error

HealthServiceGetResponseMultiError is an error wrapping multiple validation errors returned by HealthServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (HealthServiceGetResponseMultiError) AllErrors

func (m HealthServiceGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HealthServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HealthServiceGetResponseValidationError

type HealthServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

HealthServiceGetResponseValidationError is the validation error returned by HealthServiceGetResponse.Validate if the designated constraints aren't met.

func (HealthServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (HealthServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (HealthServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (HealthServiceGetResponseValidationError) Field

Field function returns field value.

func (HealthServiceGetResponseValidationError) Key

Key function returns key value.

func (HealthServiceGetResponseValidationError) Reason

Reason function returns reason value.

type HealthStatus

type HealthStatus struct {

	// Name the name of the service
	Name Service `protobuf:"varint,1,opt,name=name,proto3,enum=api.v1.Service" json:"name,omitempty"`
	// Status the status of this service
	Status ServiceStatus `protobuf:"varint,2,opt,name=status,proto3,enum=api.v1.ServiceStatus" json:"status,omitempty"`
	// Message describes the reason for the unhealthy status if possible
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// Partitions describes the health of the service by partition
	Partitions map[string]*PartitionHealth `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

HealthStatus the health of one service

func (*HealthStatus) Descriptor deprecated

func (*HealthStatus) Descriptor() ([]byte, []int)

Deprecated: Use HealthStatus.ProtoReflect.Descriptor instead.

func (*HealthStatus) GetMessage

func (x *HealthStatus) GetMessage() string

func (*HealthStatus) GetName

func (x *HealthStatus) GetName() Service

func (*HealthStatus) GetPartitions

func (x *HealthStatus) GetPartitions() map[string]*PartitionHealth

func (*HealthStatus) GetStatus

func (x *HealthStatus) GetStatus() ServiceStatus

func (*HealthStatus) ProtoMessage

func (*HealthStatus) ProtoMessage()

func (*HealthStatus) ProtoReflect

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

func (*HealthStatus) Reset

func (x *HealthStatus) Reset()

func (*HealthStatus) String

func (x *HealthStatus) String() string

func (*HealthStatus) Validate

func (m *HealthStatus) Validate() error

Validate checks the field values on HealthStatus 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 (*HealthStatus) ValidateAll

func (m *HealthStatus) ValidateAll() error

ValidateAll checks the field values on HealthStatus 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 HealthStatusMultiError, or nil if none found.

type HealthStatusMultiError

type HealthStatusMultiError []error

HealthStatusMultiError is an error wrapping multiple validation errors returned by HealthStatus.ValidateAll() if the designated constraints aren't met.

func (HealthStatusMultiError) AllErrors

func (m HealthStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HealthStatusMultiError) Error

func (m HealthStatusMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HealthStatusValidationError

type HealthStatusValidationError struct {
	// contains filtered or unexported fields
}

HealthStatusValidationError is the validation error returned by HealthStatus.Validate if the designated constraints aren't met.

func (HealthStatusValidationError) Cause

Cause function returns cause value.

func (HealthStatusValidationError) Error

Error satisfies the builtin error interface

func (HealthStatusValidationError) ErrorName

func (e HealthStatusValidationError) ErrorName() string

ErrorName returns error name.

func (HealthStatusValidationError) Field

Field function returns field value.

func (HealthStatusValidationError) Key

Key function returns key value.

func (HealthStatusValidationError) Reason

Reason function returns reason value.

type HealthValidationError

type HealthValidationError struct {
	// contains filtered or unexported fields
}

HealthValidationError is the validation error returned by Health.Validate if the designated constraints aren't met.

func (HealthValidationError) Cause

func (e HealthValidationError) Cause() error

Cause function returns cause value.

func (HealthValidationError) Error

func (e HealthValidationError) Error() string

Error satisfies the builtin error interface

func (HealthValidationError) ErrorName

func (e HealthValidationError) ErrorName() string

ErrorName returns error name.

func (HealthValidationError) Field

func (e HealthValidationError) Field() string

Field function returns field value.

func (HealthValidationError) Key

func (e HealthValidationError) Key() bool

Key function returns key value.

func (HealthValidationError) Reason

func (e HealthValidationError) Reason() string

Reason function returns reason value.

type IP

type IP struct {

	// Uuid of this ip
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Ip is either ipv4 or ipv6 address
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	// Name of this ip
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Description of this ip
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Network is the network this ip belongs to
	Network string `protobuf:"bytes,5,opt,name=network,proto3" json:"network,omitempty"`
	// Project where this ip address belongs to
	Project string `protobuf:"bytes,6,opt,name=project,proto3" json:"project,omitempty"`
	// Type of this ip
	Type IPType `protobuf:"varint,7,opt,name=type,proto3,enum=api.v1.IPType" json:"type,omitempty"`
	// Tags on this ip
	Tags []string `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"`
	// CreatedAt is the date when this ip was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// UpdatedAt is the date when this ip was updated
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// DeletedAt is the date when this ip was deleted
	DeletedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// contains filtered or unexported fields
}

IP is a ip address which can be used as loadbalancer addresses

func (*IP) Descriptor deprecated

func (*IP) Descriptor() ([]byte, []int)

Deprecated: Use IP.ProtoReflect.Descriptor instead.

func (*IP) GetCreatedAt

func (x *IP) GetCreatedAt() *timestamppb.Timestamp

func (*IP) GetDeletedAt

func (x *IP) GetDeletedAt() *timestamppb.Timestamp

func (*IP) GetDescription

func (x *IP) GetDescription() string

func (*IP) GetIp

func (x *IP) GetIp() string

func (*IP) GetName

func (x *IP) GetName() string

func (*IP) GetNetwork

func (x *IP) GetNetwork() string

func (*IP) GetProject

func (x *IP) GetProject() string

func (*IP) GetTags

func (x *IP) GetTags() []string

func (*IP) GetType

func (x *IP) GetType() IPType

func (*IP) GetUpdatedAt

func (x *IP) GetUpdatedAt() *timestamppb.Timestamp

func (*IP) GetUuid

func (x *IP) GetUuid() string

func (*IP) ProtoMessage

func (*IP) ProtoMessage()

func (*IP) ProtoReflect

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

func (*IP) Reset

func (x *IP) Reset()

func (*IP) String

func (x *IP) String() string

func (*IP) Validate

func (m *IP) Validate() error

Validate checks the field values on IP 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 (*IP) ValidateAll

func (m *IP) ValidateAll() error

ValidateAll checks the field values on IP 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 IPMultiError, or nil if none found.

type IPMultiError

type IPMultiError []error

IPMultiError is an error wrapping multiple validation errors returned by IP.ValidateAll() if the designated constraints aren't met.

func (IPMultiError) AllErrors

func (m IPMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPMultiError) Error

func (m IPMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IPServiceAllocateRequest

type IPServiceAllocateRequest struct {

	// Project of the ip
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the ip
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the ip
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Tags to put onto the ip
	Tags []string `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"`
	// Static if set to true, this will be a Static ip
	Static bool `protobuf:"varint,9,opt,name=static,proto3" json:"static,omitempty"`
	// contains filtered or unexported fields
}

IPServiceGetRequest is the request payload for a ip get request

func (*IPServiceAllocateRequest) Descriptor deprecated

func (*IPServiceAllocateRequest) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceAllocateRequest.ProtoReflect.Descriptor instead.

func (*IPServiceAllocateRequest) GetDescription

func (x *IPServiceAllocateRequest) GetDescription() string

func (*IPServiceAllocateRequest) GetName

func (x *IPServiceAllocateRequest) GetName() string

func (*IPServiceAllocateRequest) GetProject

func (x *IPServiceAllocateRequest) GetProject() string

func (*IPServiceAllocateRequest) GetStatic

func (x *IPServiceAllocateRequest) GetStatic() bool

func (*IPServiceAllocateRequest) GetTags

func (x *IPServiceAllocateRequest) GetTags() []string

func (*IPServiceAllocateRequest) ProtoMessage

func (*IPServiceAllocateRequest) ProtoMessage()

func (*IPServiceAllocateRequest) ProtoReflect

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

func (*IPServiceAllocateRequest) Reset

func (x *IPServiceAllocateRequest) Reset()

func (*IPServiceAllocateRequest) String

func (x *IPServiceAllocateRequest) String() string

func (*IPServiceAllocateRequest) Validate

func (m *IPServiceAllocateRequest) Validate() error

Validate checks the field values on IPServiceAllocateRequest 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 (*IPServiceAllocateRequest) ValidateAll

func (m *IPServiceAllocateRequest) ValidateAll() error

ValidateAll checks the field values on IPServiceAllocateRequest 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 IPServiceAllocateRequestMultiError, or nil if none found.

type IPServiceAllocateRequestMultiError

type IPServiceAllocateRequestMultiError []error

IPServiceAllocateRequestMultiError is an error wrapping multiple validation errors returned by IPServiceAllocateRequest.ValidateAll() if the designated constraints aren't met.

func (IPServiceAllocateRequestMultiError) AllErrors

func (m IPServiceAllocateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceAllocateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceAllocateRequestValidationError

type IPServiceAllocateRequestValidationError struct {
	// contains filtered or unexported fields
}

IPServiceAllocateRequestValidationError is the validation error returned by IPServiceAllocateRequest.Validate if the designated constraints aren't met.

func (IPServiceAllocateRequestValidationError) Cause

Cause function returns cause value.

func (IPServiceAllocateRequestValidationError) Error

Error satisfies the builtin error interface

func (IPServiceAllocateRequestValidationError) ErrorName

ErrorName returns error name.

func (IPServiceAllocateRequestValidationError) Field

Field function returns field value.

func (IPServiceAllocateRequestValidationError) Key

Key function returns key value.

func (IPServiceAllocateRequestValidationError) Reason

Reason function returns reason value.

type IPServiceAllocateResponse

type IPServiceAllocateResponse struct {

	// Ip the ip
	Ip *IP `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

IPServiceAllocateResponse is the response payload for a ip allocate request

func (*IPServiceAllocateResponse) Descriptor deprecated

func (*IPServiceAllocateResponse) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceAllocateResponse.ProtoReflect.Descriptor instead.

func (*IPServiceAllocateResponse) GetIp

func (x *IPServiceAllocateResponse) GetIp() *IP

func (*IPServiceAllocateResponse) ProtoMessage

func (*IPServiceAllocateResponse) ProtoMessage()

func (*IPServiceAllocateResponse) ProtoReflect

func (*IPServiceAllocateResponse) Reset

func (x *IPServiceAllocateResponse) Reset()

func (*IPServiceAllocateResponse) String

func (x *IPServiceAllocateResponse) String() string

func (*IPServiceAllocateResponse) Validate

func (m *IPServiceAllocateResponse) Validate() error

Validate checks the field values on IPServiceAllocateResponse 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 (*IPServiceAllocateResponse) ValidateAll

func (m *IPServiceAllocateResponse) ValidateAll() error

ValidateAll checks the field values on IPServiceAllocateResponse 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 IPServiceAllocateResponseMultiError, or nil if none found.

type IPServiceAllocateResponseMultiError

type IPServiceAllocateResponseMultiError []error

IPServiceAllocateResponseMultiError is an error wrapping multiple validation errors returned by IPServiceAllocateResponse.ValidateAll() if the designated constraints aren't met.

func (IPServiceAllocateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IPServiceAllocateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceAllocateResponseValidationError

type IPServiceAllocateResponseValidationError struct {
	// contains filtered or unexported fields
}

IPServiceAllocateResponseValidationError is the validation error returned by IPServiceAllocateResponse.Validate if the designated constraints aren't met.

func (IPServiceAllocateResponseValidationError) Cause

Cause function returns cause value.

func (IPServiceAllocateResponseValidationError) Error

Error satisfies the builtin error interface

func (IPServiceAllocateResponseValidationError) ErrorName

ErrorName returns error name.

func (IPServiceAllocateResponseValidationError) Field

Field function returns field value.

func (IPServiceAllocateResponseValidationError) Key

Key function returns key value.

func (IPServiceAllocateResponseValidationError) Reason

Reason function returns reason value.

type IPServiceDeleteRequest

type IPServiceDeleteRequest struct {

	// Uuid of the ip to delete
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the ip
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

IPServiceDeleteRequest is the request payload for a ip delete request

func (*IPServiceDeleteRequest) Descriptor deprecated

func (*IPServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*IPServiceDeleteRequest) GetProject

func (x *IPServiceDeleteRequest) GetProject() string

func (*IPServiceDeleteRequest) GetUuid

func (x *IPServiceDeleteRequest) GetUuid() string

func (*IPServiceDeleteRequest) ProtoMessage

func (*IPServiceDeleteRequest) ProtoMessage()

func (*IPServiceDeleteRequest) ProtoReflect

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

func (*IPServiceDeleteRequest) Reset

func (x *IPServiceDeleteRequest) Reset()

func (*IPServiceDeleteRequest) String

func (x *IPServiceDeleteRequest) String() string

func (*IPServiceDeleteRequest) Validate

func (m *IPServiceDeleteRequest) Validate() error

Validate checks the field values on IPServiceDeleteRequest 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 (*IPServiceDeleteRequest) ValidateAll

func (m *IPServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on IPServiceDeleteRequest 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 IPServiceDeleteRequestMultiError, or nil if none found.

type IPServiceDeleteRequestMultiError

type IPServiceDeleteRequestMultiError []error

IPServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by IPServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (IPServiceDeleteRequestMultiError) AllErrors

func (m IPServiceDeleteRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceDeleteRequestValidationError

type IPServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

IPServiceDeleteRequestValidationError is the validation error returned by IPServiceDeleteRequest.Validate if the designated constraints aren't met.

func (IPServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (IPServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (IPServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (IPServiceDeleteRequestValidationError) Field

Field function returns field value.

func (IPServiceDeleteRequestValidationError) Key

Key function returns key value.

func (IPServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type IPServiceDeleteResponse

type IPServiceDeleteResponse struct {

	// Ip the ip
	Ip *IP `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

IPServiceDeleteResponse is the response payload for a ip delete request

func (*IPServiceDeleteResponse) Descriptor deprecated

func (*IPServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*IPServiceDeleteResponse) GetIp

func (x *IPServiceDeleteResponse) GetIp() *IP

func (*IPServiceDeleteResponse) ProtoMessage

func (*IPServiceDeleteResponse) ProtoMessage()

func (*IPServiceDeleteResponse) ProtoReflect

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

func (*IPServiceDeleteResponse) Reset

func (x *IPServiceDeleteResponse) Reset()

func (*IPServiceDeleteResponse) String

func (x *IPServiceDeleteResponse) String() string

func (*IPServiceDeleteResponse) Validate

func (m *IPServiceDeleteResponse) Validate() error

Validate checks the field values on IPServiceDeleteResponse 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 (*IPServiceDeleteResponse) ValidateAll

func (m *IPServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on IPServiceDeleteResponse 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 IPServiceDeleteResponseMultiError, or nil if none found.

type IPServiceDeleteResponseMultiError

type IPServiceDeleteResponseMultiError []error

IPServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by IPServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (IPServiceDeleteResponseMultiError) AllErrors

func (m IPServiceDeleteResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceDeleteResponseValidationError

type IPServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

IPServiceDeleteResponseValidationError is the validation error returned by IPServiceDeleteResponse.Validate if the designated constraints aren't met.

func (IPServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (IPServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (IPServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (IPServiceDeleteResponseValidationError) Field

Field function returns field value.

func (IPServiceDeleteResponseValidationError) Key

Key function returns key value.

func (IPServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type IPServiceGetRequest

type IPServiceGetRequest struct {

	// Uuid of the ip to get
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the ip
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

IPServiceGetRequest is the request payload for a ip get request

func (*IPServiceGetRequest) Descriptor deprecated

func (*IPServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceGetRequest.ProtoReflect.Descriptor instead.

func (*IPServiceGetRequest) GetProject

func (x *IPServiceGetRequest) GetProject() string

func (*IPServiceGetRequest) GetUuid

func (x *IPServiceGetRequest) GetUuid() string

func (*IPServiceGetRequest) ProtoMessage

func (*IPServiceGetRequest) ProtoMessage()

func (*IPServiceGetRequest) ProtoReflect

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

func (*IPServiceGetRequest) Reset

func (x *IPServiceGetRequest) Reset()

func (*IPServiceGetRequest) String

func (x *IPServiceGetRequest) String() string

func (*IPServiceGetRequest) Validate

func (m *IPServiceGetRequest) Validate() error

Validate checks the field values on IPServiceGetRequest 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 (*IPServiceGetRequest) ValidateAll

func (m *IPServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on IPServiceGetRequest 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 IPServiceGetRequestMultiError, or nil if none found.

type IPServiceGetRequestMultiError

type IPServiceGetRequestMultiError []error

IPServiceGetRequestMultiError is an error wrapping multiple validation errors returned by IPServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (IPServiceGetRequestMultiError) AllErrors

func (m IPServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceGetRequestValidationError

type IPServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

IPServiceGetRequestValidationError is the validation error returned by IPServiceGetRequest.Validate if the designated constraints aren't met.

func (IPServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (IPServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (IPServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (IPServiceGetRequestValidationError) Field

Field function returns field value.

func (IPServiceGetRequestValidationError) Key

Key function returns key value.

func (IPServiceGetRequestValidationError) Reason

Reason function returns reason value.

type IPServiceGetResponse

type IPServiceGetResponse struct {

	// Ip the ip
	Ip *IP `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

IPServiceGetResponse is the response payload for a ip get request

func (*IPServiceGetResponse) Descriptor deprecated

func (*IPServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceGetResponse.ProtoReflect.Descriptor instead.

func (*IPServiceGetResponse) GetIp

func (x *IPServiceGetResponse) GetIp() *IP

func (*IPServiceGetResponse) ProtoMessage

func (*IPServiceGetResponse) ProtoMessage()

func (*IPServiceGetResponse) ProtoReflect

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

func (*IPServiceGetResponse) Reset

func (x *IPServiceGetResponse) Reset()

func (*IPServiceGetResponse) String

func (x *IPServiceGetResponse) String() string

func (*IPServiceGetResponse) Validate

func (m *IPServiceGetResponse) Validate() error

Validate checks the field values on IPServiceGetResponse 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 (*IPServiceGetResponse) ValidateAll

func (m *IPServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on IPServiceGetResponse 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 IPServiceGetResponseMultiError, or nil if none found.

type IPServiceGetResponseMultiError

type IPServiceGetResponseMultiError []error

IPServiceGetResponseMultiError is an error wrapping multiple validation errors returned by IPServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (IPServiceGetResponseMultiError) AllErrors

func (m IPServiceGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceGetResponseValidationError

type IPServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

IPServiceGetResponseValidationError is the validation error returned by IPServiceGetResponse.Validate if the designated constraints aren't met.

func (IPServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (IPServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (IPServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (IPServiceGetResponseValidationError) Field

Field function returns field value.

func (IPServiceGetResponseValidationError) Key

Key function returns key value.

func (IPServiceGetResponseValidationError) Reason

Reason function returns reason value.

type IPServiceListRequest

type IPServiceListRequest struct {

	// Project of the ips to list
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

IPServiceListRequest is the request payload for a ip list request

func (*IPServiceListRequest) Descriptor deprecated

func (*IPServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceListRequest.ProtoReflect.Descriptor instead.

func (*IPServiceListRequest) GetProject

func (x *IPServiceListRequest) GetProject() string

func (*IPServiceListRequest) ProtoMessage

func (*IPServiceListRequest) ProtoMessage()

func (*IPServiceListRequest) ProtoReflect

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

func (*IPServiceListRequest) Reset

func (x *IPServiceListRequest) Reset()

func (*IPServiceListRequest) String

func (x *IPServiceListRequest) String() string

func (*IPServiceListRequest) Validate

func (m *IPServiceListRequest) Validate() error

Validate checks the field values on IPServiceListRequest 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 (*IPServiceListRequest) ValidateAll

func (m *IPServiceListRequest) ValidateAll() error

ValidateAll checks the field values on IPServiceListRequest 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 IPServiceListRequestMultiError, or nil if none found.

type IPServiceListRequestMultiError

type IPServiceListRequestMultiError []error

IPServiceListRequestMultiError is an error wrapping multiple validation errors returned by IPServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (IPServiceListRequestMultiError) AllErrors

func (m IPServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceListRequestValidationError

type IPServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

IPServiceListRequestValidationError is the validation error returned by IPServiceListRequest.Validate if the designated constraints aren't met.

func (IPServiceListRequestValidationError) Cause

Cause function returns cause value.

func (IPServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (IPServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (IPServiceListRequestValidationError) Field

Field function returns field value.

func (IPServiceListRequestValidationError) Key

Key function returns key value.

func (IPServiceListRequestValidationError) Reason

Reason function returns reason value.

type IPServiceListResponse

type IPServiceListResponse struct {

	// Ips the ips
	Ips []*IP `protobuf:"bytes,1,rep,name=ips,proto3" json:"ips,omitempty"`
	// contains filtered or unexported fields
}

IPServiceListResponse is the response payload for a ip list request

func (*IPServiceListResponse) Descriptor deprecated

func (*IPServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceListResponse.ProtoReflect.Descriptor instead.

func (*IPServiceListResponse) GetIps

func (x *IPServiceListResponse) GetIps() []*IP

func (*IPServiceListResponse) ProtoMessage

func (*IPServiceListResponse) ProtoMessage()

func (*IPServiceListResponse) ProtoReflect

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

func (*IPServiceListResponse) Reset

func (x *IPServiceListResponse) Reset()

func (*IPServiceListResponse) String

func (x *IPServiceListResponse) String() string

func (*IPServiceListResponse) Validate

func (m *IPServiceListResponse) Validate() error

Validate checks the field values on IPServiceListResponse 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 (*IPServiceListResponse) ValidateAll

func (m *IPServiceListResponse) ValidateAll() error

ValidateAll checks the field values on IPServiceListResponse 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 IPServiceListResponseMultiError, or nil if none found.

type IPServiceListResponseMultiError

type IPServiceListResponseMultiError []error

IPServiceListResponseMultiError is an error wrapping multiple validation errors returned by IPServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (IPServiceListResponseMultiError) AllErrors

func (m IPServiceListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceListResponseValidationError

type IPServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

IPServiceListResponseValidationError is the validation error returned by IPServiceListResponse.Validate if the designated constraints aren't met.

func (IPServiceListResponseValidationError) Cause

Cause function returns cause value.

func (IPServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (IPServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (IPServiceListResponseValidationError) Field

Field function returns field value.

func (IPServiceListResponseValidationError) Key

Key function returns key value.

func (IPServiceListResponseValidationError) Reason

Reason function returns reason value.

type IPServiceUpdateRequest

type IPServiceUpdateRequest struct {

	// Project of the ip
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// Ip the ip to update
	Ip *IP `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

IPServiceUpdateRequest is the request payload for a ip update request

func (*IPServiceUpdateRequest) Descriptor deprecated

func (*IPServiceUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*IPServiceUpdateRequest) GetIp

func (x *IPServiceUpdateRequest) GetIp() *IP

func (*IPServiceUpdateRequest) GetProject

func (x *IPServiceUpdateRequest) GetProject() string

func (*IPServiceUpdateRequest) ProtoMessage

func (*IPServiceUpdateRequest) ProtoMessage()

func (*IPServiceUpdateRequest) ProtoReflect

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

func (*IPServiceUpdateRequest) Reset

func (x *IPServiceUpdateRequest) Reset()

func (*IPServiceUpdateRequest) String

func (x *IPServiceUpdateRequest) String() string

func (*IPServiceUpdateRequest) Validate

func (m *IPServiceUpdateRequest) Validate() error

Validate checks the field values on IPServiceUpdateRequest 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 (*IPServiceUpdateRequest) ValidateAll

func (m *IPServiceUpdateRequest) ValidateAll() error

ValidateAll checks the field values on IPServiceUpdateRequest 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 IPServiceUpdateRequestMultiError, or nil if none found.

type IPServiceUpdateRequestMultiError

type IPServiceUpdateRequestMultiError []error

IPServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by IPServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (IPServiceUpdateRequestMultiError) AllErrors

func (m IPServiceUpdateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceUpdateRequestValidationError

type IPServiceUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

IPServiceUpdateRequestValidationError is the validation error returned by IPServiceUpdateRequest.Validate if the designated constraints aren't met.

func (IPServiceUpdateRequestValidationError) Cause

Cause function returns cause value.

func (IPServiceUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (IPServiceUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (IPServiceUpdateRequestValidationError) Field

Field function returns field value.

func (IPServiceUpdateRequestValidationError) Key

Key function returns key value.

func (IPServiceUpdateRequestValidationError) Reason

Reason function returns reason value.

type IPServiceUpdateResponse

type IPServiceUpdateResponse struct {

	// Ip the ip
	Ip *IP `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

IPServiceUpdateResponse is the response payload for a ip update request

func (*IPServiceUpdateResponse) Descriptor deprecated

func (*IPServiceUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use IPServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*IPServiceUpdateResponse) GetIp

func (x *IPServiceUpdateResponse) GetIp() *IP

func (*IPServiceUpdateResponse) ProtoMessage

func (*IPServiceUpdateResponse) ProtoMessage()

func (*IPServiceUpdateResponse) ProtoReflect

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

func (*IPServiceUpdateResponse) Reset

func (x *IPServiceUpdateResponse) Reset()

func (*IPServiceUpdateResponse) String

func (x *IPServiceUpdateResponse) String() string

func (*IPServiceUpdateResponse) Validate

func (m *IPServiceUpdateResponse) Validate() error

Validate checks the field values on IPServiceUpdateResponse 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 (*IPServiceUpdateResponse) ValidateAll

func (m *IPServiceUpdateResponse) ValidateAll() error

ValidateAll checks the field values on IPServiceUpdateResponse 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 IPServiceUpdateResponseMultiError, or nil if none found.

type IPServiceUpdateResponseMultiError

type IPServiceUpdateResponseMultiError []error

IPServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by IPServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (IPServiceUpdateResponseMultiError) AllErrors

func (m IPServiceUpdateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IPServiceUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IPServiceUpdateResponseValidationError

type IPServiceUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

IPServiceUpdateResponseValidationError is the validation error returned by IPServiceUpdateResponse.Validate if the designated constraints aren't met.

func (IPServiceUpdateResponseValidationError) Cause

Cause function returns cause value.

func (IPServiceUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (IPServiceUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (IPServiceUpdateResponseValidationError) Field

Field function returns field value.

func (IPServiceUpdateResponseValidationError) Key

Key function returns key value.

func (IPServiceUpdateResponseValidationError) Reason

Reason function returns reason value.

type IPType

type IPType int32

IPType specifies different ip address types

const (
	// IP_TYPE_UNSPECIFIED is not specified
	IPType_IP_TYPE_UNSPECIFIED IPType = 0
	// IP_TYPE_EPHEMERAL defines a ephemeral ip address which is freed/deleted after usage
	IPType_IP_TYPE_EPHEMERAL IPType = 1
	// IP_TYPE_STATIC defines a static ip address which must be freed/deleted explicitly
	IPType_IP_TYPE_STATIC IPType = 2
)

func (IPType) Descriptor

func (IPType) Descriptor() protoreflect.EnumDescriptor

func (IPType) Enum

func (x IPType) Enum() *IPType

func (IPType) EnumDescriptor deprecated

func (IPType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IPType.Descriptor instead.

func (IPType) Number

func (x IPType) Number() protoreflect.EnumNumber

func (IPType) String

func (x IPType) String() string

func (IPType) Type

func (IPType) Type() protoreflect.EnumType

type IPValidationError

type IPValidationError struct {
	// contains filtered or unexported fields
}

IPValidationError is the validation error returned by IP.Validate if the designated constraints aren't met.

func (IPValidationError) Cause

func (e IPValidationError) Cause() error

Cause function returns cause value.

func (IPValidationError) Error

func (e IPValidationError) Error() string

Error satisfies the builtin error interface

func (IPValidationError) ErrorName

func (e IPValidationError) ErrorName() string

ErrorName returns error name.

func (IPValidationError) Field

func (e IPValidationError) Field() string

Field function returns field value.

func (IPValidationError) Key

func (e IPValidationError) Key() bool

Key function returns key value.

func (IPValidationError) Reason

func (e IPValidationError) Reason() string

Reason function returns reason value.

type Invoice

type Invoice struct {

	// Id of the invoice
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// PdfDownloadUrl is the url where the customer can download this invoice in pdf format
	PdfDownloadUrl string `protobuf:"bytes,2,opt,name=pdf_download_url,json=pdfDownloadUrl,proto3" json:"pdf_download_url,omitempty"`
	// PeriodStart is the start date of this subscription
	PeriodStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=period_start,json=periodStart,proto3" json:"period_start,omitempty"`
	// PeriodEnd is the end date of this subscription
	PeriodEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=period_end,json=periodEnd,proto3" json:"period_end,omitempty"`
	// contains filtered or unexported fields
}

Invoice a customer has to pay for subscription usage

func (*Invoice) Descriptor deprecated

func (*Invoice) Descriptor() ([]byte, []int)

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

func (*Invoice) GetId

func (x *Invoice) GetId() string

func (*Invoice) GetPdfDownloadUrl

func (x *Invoice) GetPdfDownloadUrl() string

func (*Invoice) GetPeriodEnd

func (x *Invoice) GetPeriodEnd() *timestamppb.Timestamp

func (*Invoice) GetPeriodStart

func (x *Invoice) GetPeriodStart() *timestamppb.Timestamp

func (*Invoice) ProtoMessage

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect

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

func (*Invoice) Reset

func (x *Invoice) Reset()

func (*Invoice) String

func (x *Invoice) String() string

func (*Invoice) Validate

func (m *Invoice) Validate() error

Validate checks the field values on Invoice 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 (*Invoice) ValidateAll

func (m *Invoice) ValidateAll() error

ValidateAll checks the field values on Invoice 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 InvoiceMultiError, or nil if none found.

type InvoiceMultiError

type InvoiceMultiError []error

InvoiceMultiError is an error wrapping multiple validation errors returned by Invoice.ValidateAll() if the designated constraints aren't met.

func (InvoiceMultiError) AllErrors

func (m InvoiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvoiceMultiError) Error

func (m InvoiceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InvoiceValidationError

type InvoiceValidationError struct {
	// contains filtered or unexported fields
}

InvoiceValidationError is the validation error returned by Invoice.Validate if the designated constraints aren't met.

func (InvoiceValidationError) Cause

func (e InvoiceValidationError) Cause() error

Cause function returns cause value.

func (InvoiceValidationError) Error

func (e InvoiceValidationError) Error() string

Error satisfies the builtin error interface

func (InvoiceValidationError) ErrorName

func (e InvoiceValidationError) ErrorName() string

ErrorName returns error name.

func (InvoiceValidationError) Field

func (e InvoiceValidationError) Field() string

Field function returns field value.

func (InvoiceValidationError) Key

func (e InvoiceValidationError) Key() bool

Key function returns key value.

func (InvoiceValidationError) Reason

func (e InvoiceValidationError) Reason() string

Reason function returns reason value.

type Kubernetes

type Kubernetes struct {

	// Version of kubernetes
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Expiration sets the date on which the platform support for this kubernetes version expires
	Expiration *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

Kubernetes related configurations available

func (*Kubernetes) Descriptor deprecated

func (*Kubernetes) Descriptor() ([]byte, []int)

Deprecated: Use Kubernetes.ProtoReflect.Descriptor instead.

func (*Kubernetes) GetExpiration added in v0.7.0

func (x *Kubernetes) GetExpiration() *timestamppb.Timestamp

func (*Kubernetes) GetVersion

func (x *Kubernetes) GetVersion() string

func (*Kubernetes) ProtoMessage

func (*Kubernetes) ProtoMessage()

func (*Kubernetes) ProtoReflect

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

func (*Kubernetes) Reset

func (x *Kubernetes) Reset()

func (*Kubernetes) String

func (x *Kubernetes) String() string

func (*Kubernetes) Validate

func (m *Kubernetes) Validate() error

Validate checks the field values on Kubernetes 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 (*Kubernetes) ValidateAll

func (m *Kubernetes) ValidateAll() error

ValidateAll checks the field values on Kubernetes 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 KubernetesMultiError, or nil if none found.

type KubernetesMultiError

type KubernetesMultiError []error

KubernetesMultiError is an error wrapping multiple validation errors returned by Kubernetes.ValidateAll() if the designated constraints aren't met.

func (KubernetesMultiError) AllErrors

func (m KubernetesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KubernetesMultiError) Error

func (m KubernetesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type KubernetesSpec

type KubernetesSpec struct {

	// Version of kubernetes
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

KubernetesSpec details of kubernetes this cluster

func (*KubernetesSpec) Descriptor deprecated

func (*KubernetesSpec) Descriptor() ([]byte, []int)

Deprecated: Use KubernetesSpec.ProtoReflect.Descriptor instead.

func (*KubernetesSpec) GetVersion

func (x *KubernetesSpec) GetVersion() string

func (*KubernetesSpec) ProtoMessage

func (*KubernetesSpec) ProtoMessage()

func (*KubernetesSpec) ProtoReflect

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

func (*KubernetesSpec) Reset

func (x *KubernetesSpec) Reset()

func (*KubernetesSpec) String

func (x *KubernetesSpec) String() string

func (*KubernetesSpec) Validate

func (m *KubernetesSpec) Validate() error

Validate checks the field values on KubernetesSpec 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 (*KubernetesSpec) ValidateAll

func (m *KubernetesSpec) ValidateAll() error

ValidateAll checks the field values on KubernetesSpec 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 KubernetesSpecMultiError, or nil if none found.

type KubernetesSpecMultiError

type KubernetesSpecMultiError []error

KubernetesSpecMultiError is an error wrapping multiple validation errors returned by KubernetesSpec.ValidateAll() if the designated constraints aren't met.

func (KubernetesSpecMultiError) AllErrors

func (m KubernetesSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KubernetesSpecMultiError) Error

func (m KubernetesSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type KubernetesSpecValidationError

type KubernetesSpecValidationError struct {
	// contains filtered or unexported fields
}

KubernetesSpecValidationError is the validation error returned by KubernetesSpec.Validate if the designated constraints aren't met.

func (KubernetesSpecValidationError) Cause

Cause function returns cause value.

func (KubernetesSpecValidationError) Error

Error satisfies the builtin error interface

func (KubernetesSpecValidationError) ErrorName

func (e KubernetesSpecValidationError) ErrorName() string

ErrorName returns error name.

func (KubernetesSpecValidationError) Field

Field function returns field value.

func (KubernetesSpecValidationError) Key

Key function returns key value.

func (KubernetesSpecValidationError) Reason

Reason function returns reason value.

type KubernetesValidationError

type KubernetesValidationError struct {
	// contains filtered or unexported fields
}

KubernetesValidationError is the validation error returned by Kubernetes.Validate if the designated constraints aren't met.

func (KubernetesValidationError) Cause

func (e KubernetesValidationError) Cause() error

Cause function returns cause value.

func (KubernetesValidationError) Error

Error satisfies the builtin error interface

func (KubernetesValidationError) ErrorName

func (e KubernetesValidationError) ErrorName() string

ErrorName returns error name.

func (KubernetesValidationError) Field

Field function returns field value.

func (KubernetesValidationError) Key

Key function returns key value.

func (KubernetesValidationError) Reason

func (e KubernetesValidationError) Reason() string

Reason function returns reason value.

type MachineType

type MachineType struct {

	// Id is the technical id of this machine type
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of this machine type
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// CPUs e.g. cores in this machine / server
	Cpus uint32 `protobuf:"varint,3,opt,name=cpus,proto3" json:"cpus,omitempty"`
	// Memory in this machine / server
	Memory uint64 `protobuf:"varint,4,opt,name=memory,proto3" json:"memory,omitempty"`
	// Storage in this machine / server
	Storage uint64 `protobuf:"varint,5,opt,name=storage,proto3" json:"storage,omitempty"`
	// CpuDescription describes the CPUs of this machine / server
	CpuDescription string `protobuf:"bytes,6,opt,name=cpu_description,json=cpuDescription,proto3" json:"cpu_description,omitempty"`
	// StorageDescription describes the disks of this machine / server
	StorageDescription string `protobuf:"bytes,7,opt,name=storage_description,json=storageDescription,proto3" json:"storage_description,omitempty"`
	// contains filtered or unexported fields
}

MachineType defines a server type

func (*MachineType) Descriptor deprecated

func (*MachineType) Descriptor() ([]byte, []int)

Deprecated: Use MachineType.ProtoReflect.Descriptor instead.

func (*MachineType) GetCpuDescription added in v0.7.0

func (x *MachineType) GetCpuDescription() string

func (*MachineType) GetCpus

func (x *MachineType) GetCpus() uint32

func (*MachineType) GetId

func (x *MachineType) GetId() string

func (*MachineType) GetMemory

func (x *MachineType) GetMemory() uint64

func (*MachineType) GetName

func (x *MachineType) GetName() string

func (*MachineType) GetStorage

func (x *MachineType) GetStorage() uint64

func (*MachineType) GetStorageDescription added in v0.9.2

func (x *MachineType) GetStorageDescription() string

func (*MachineType) ProtoMessage

func (*MachineType) ProtoMessage()

func (*MachineType) ProtoReflect

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

func (*MachineType) Reset

func (x *MachineType) Reset()

func (*MachineType) String

func (x *MachineType) String() string

func (*MachineType) Validate

func (m *MachineType) Validate() error

Validate checks the field values on MachineType 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 (*MachineType) ValidateAll

func (m *MachineType) ValidateAll() error

ValidateAll checks the field values on MachineType 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 MachineTypeMultiError, or nil if none found.

type MachineTypeMultiError

type MachineTypeMultiError []error

MachineTypeMultiError is an error wrapping multiple validation errors returned by MachineType.ValidateAll() if the designated constraints aren't met.

func (MachineTypeMultiError) AllErrors

func (m MachineTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MachineTypeMultiError) Error

func (m MachineTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MachineTypeValidationError

type MachineTypeValidationError struct {
	// contains filtered or unexported fields
}

MachineTypeValidationError is the validation error returned by MachineType.Validate if the designated constraints aren't met.

func (MachineTypeValidationError) Cause

Cause function returns cause value.

func (MachineTypeValidationError) Error

Error satisfies the builtin error interface

func (MachineTypeValidationError) ErrorName

func (e MachineTypeValidationError) ErrorName() string

ErrorName returns error name.

func (MachineTypeValidationError) Field

Field function returns field value.

func (MachineTypeValidationError) Key

Key function returns key value.

func (MachineTypeValidationError) Reason

Reason function returns reason value.

type Maintenance

type Maintenance struct {

	// KubernetesAutoupdate if set to true, kubernetes patch version updates will be done in the maintenance window
	KubernetesAutoupdate *bool `` /* 128-byte string literal not displayed */
	// MachineimageAutoupdate if set to true, machine images will be automatically update by rolling nodes in the maintenance window
	MachineimageAutoupdate *bool `` /* 134-byte string literal not displayed */
	// TimeWindow defines the start time and duration during which automatic actions will be performed
	TimeWindow *MaintenanceTimeWindow `protobuf:"bytes,3,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"`
	// contains filtered or unexported fields
}

Maintenance defines when automatic actions should be scheduled on this cluster

func (*Maintenance) Descriptor deprecated

func (*Maintenance) Descriptor() ([]byte, []int)

Deprecated: Use Maintenance.ProtoReflect.Descriptor instead.

func (*Maintenance) GetKubernetesAutoupdate

func (x *Maintenance) GetKubernetesAutoupdate() bool

func (*Maintenance) GetMachineimageAutoupdate

func (x *Maintenance) GetMachineimageAutoupdate() bool

func (*Maintenance) GetTimeWindow

func (x *Maintenance) GetTimeWindow() *MaintenanceTimeWindow

func (*Maintenance) ProtoMessage

func (*Maintenance) ProtoMessage()

func (*Maintenance) ProtoReflect

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

func (*Maintenance) Reset

func (x *Maintenance) Reset()

func (*Maintenance) String

func (x *Maintenance) String() string

func (*Maintenance) Validate

func (m *Maintenance) Validate() error

Validate checks the field values on Maintenance 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 (*Maintenance) ValidateAll

func (m *Maintenance) ValidateAll() error

ValidateAll checks the field values on Maintenance 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 MaintenanceMultiError, or nil if none found.

type MaintenanceMultiError

type MaintenanceMultiError []error

MaintenanceMultiError is an error wrapping multiple validation errors returned by Maintenance.ValidateAll() if the designated constraints aren't met.

func (MaintenanceMultiError) AllErrors

func (m MaintenanceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MaintenanceMultiError) Error

func (m MaintenanceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MaintenanceTimeWindow

type MaintenanceTimeWindow struct {

	// Begin of the MaintenanceTimeWindow
	Begin *Time `protobuf:"bytes,1,opt,name=begin,proto3" json:"begin,omitempty"`
	// Duration of the MaintenanceTimeWindow
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

MaintenanceTimeWindow defines the start time and duration during which automatic actions will be performed

func (*MaintenanceTimeWindow) Descriptor deprecated

func (*MaintenanceTimeWindow) Descriptor() ([]byte, []int)

Deprecated: Use MaintenanceTimeWindow.ProtoReflect.Descriptor instead.

func (*MaintenanceTimeWindow) GetBegin

func (x *MaintenanceTimeWindow) GetBegin() *Time

func (*MaintenanceTimeWindow) GetDuration

func (x *MaintenanceTimeWindow) GetDuration() *durationpb.Duration

func (*MaintenanceTimeWindow) ProtoMessage

func (*MaintenanceTimeWindow) ProtoMessage()

func (*MaintenanceTimeWindow) ProtoReflect

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

func (*MaintenanceTimeWindow) Reset

func (x *MaintenanceTimeWindow) Reset()

func (*MaintenanceTimeWindow) String

func (x *MaintenanceTimeWindow) String() string

func (*MaintenanceTimeWindow) Validate

func (m *MaintenanceTimeWindow) Validate() error

Validate checks the field values on MaintenanceTimeWindow 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 (*MaintenanceTimeWindow) ValidateAll

func (m *MaintenanceTimeWindow) ValidateAll() error

ValidateAll checks the field values on MaintenanceTimeWindow 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 MaintenanceTimeWindowMultiError, or nil if none found.

type MaintenanceTimeWindowMultiError

type MaintenanceTimeWindowMultiError []error

MaintenanceTimeWindowMultiError is an error wrapping multiple validation errors returned by MaintenanceTimeWindow.ValidateAll() if the designated constraints aren't met.

func (MaintenanceTimeWindowMultiError) AllErrors

func (m MaintenanceTimeWindowMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MaintenanceTimeWindowMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MaintenanceTimeWindowValidationError

type MaintenanceTimeWindowValidationError struct {
	// contains filtered or unexported fields
}

MaintenanceTimeWindowValidationError is the validation error returned by MaintenanceTimeWindow.Validate if the designated constraints aren't met.

func (MaintenanceTimeWindowValidationError) Cause

Cause function returns cause value.

func (MaintenanceTimeWindowValidationError) Error

Error satisfies the builtin error interface

func (MaintenanceTimeWindowValidationError) ErrorName

ErrorName returns error name.

func (MaintenanceTimeWindowValidationError) Field

Field function returns field value.

func (MaintenanceTimeWindowValidationError) Key

Key function returns key value.

func (MaintenanceTimeWindowValidationError) Reason

Reason function returns reason value.

type MaintenanceValidationError

type MaintenanceValidationError struct {
	// contains filtered or unexported fields
}

MaintenanceValidationError is the validation error returned by Maintenance.Validate if the designated constraints aren't met.

func (MaintenanceValidationError) Cause

Cause function returns cause value.

func (MaintenanceValidationError) Error

Error satisfies the builtin error interface

func (MaintenanceValidationError) ErrorName

func (e MaintenanceValidationError) ErrorName() string

ErrorName returns error name.

func (MaintenanceValidationError) Field

Field function returns field value.

func (MaintenanceValidationError) Key

Key function returns key value.

func (MaintenanceValidationError) Reason

Reason function returns reason value.

type MethodPermission

type MethodPermission struct {

	// Subject maybe either the project or the tenant
	// for which the methods should be allowed
	Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// Methods which should be accessible
	Methods []string `protobuf:"bytes,2,rep,name=methods,proto3" json:"methods,omitempty"`
	// contains filtered or unexported fields
}

MethodPermission is a mapping from a subject/project to a service method

func (*MethodPermission) Descriptor deprecated

func (*MethodPermission) Descriptor() ([]byte, []int)

Deprecated: Use MethodPermission.ProtoReflect.Descriptor instead.

func (*MethodPermission) GetMethods

func (x *MethodPermission) GetMethods() []string

func (*MethodPermission) GetSubject

func (x *MethodPermission) GetSubject() string

func (*MethodPermission) ProtoMessage

func (*MethodPermission) ProtoMessage()

func (*MethodPermission) ProtoReflect

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

func (*MethodPermission) Reset

func (x *MethodPermission) Reset()

func (*MethodPermission) String

func (x *MethodPermission) String() string

func (*MethodPermission) Validate

func (m *MethodPermission) Validate() error

Validate checks the field values on MethodPermission 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 (*MethodPermission) ValidateAll

func (m *MethodPermission) ValidateAll() error

ValidateAll checks the field values on MethodPermission 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 MethodPermissionMultiError, or nil if none found.

type MethodPermissionMultiError

type MethodPermissionMultiError []error

MethodPermissionMultiError is an error wrapping multiple validation errors returned by MethodPermission.ValidateAll() if the designated constraints aren't met.

func (MethodPermissionMultiError) AllErrors

func (m MethodPermissionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MethodPermissionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodPermissionValidationError

type MethodPermissionValidationError struct {
	// contains filtered or unexported fields
}

MethodPermissionValidationError is the validation error returned by MethodPermission.Validate if the designated constraints aren't met.

func (MethodPermissionValidationError) Cause

Cause function returns cause value.

func (MethodPermissionValidationError) Error

Error satisfies the builtin error interface

func (MethodPermissionValidationError) ErrorName

ErrorName returns error name.

func (MethodPermissionValidationError) Field

Field function returns field value.

func (MethodPermissionValidationError) Key

Key function returns key value.

func (MethodPermissionValidationError) Reason

Reason function returns reason value.

type MethodServiceListRequest

type MethodServiceListRequest struct {
	// contains filtered or unexported fields
}

MethodServiceListRequest is the request payload to list all public methods

func (*MethodServiceListRequest) Descriptor deprecated

func (*MethodServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use MethodServiceListRequest.ProtoReflect.Descriptor instead.

func (*MethodServiceListRequest) ProtoMessage

func (*MethodServiceListRequest) ProtoMessage()

func (*MethodServiceListRequest) ProtoReflect

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

func (*MethodServiceListRequest) Reset

func (x *MethodServiceListRequest) Reset()

func (*MethodServiceListRequest) String

func (x *MethodServiceListRequest) String() string

func (*MethodServiceListRequest) Validate

func (m *MethodServiceListRequest) Validate() error

Validate checks the field values on MethodServiceListRequest 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 (*MethodServiceListRequest) ValidateAll

func (m *MethodServiceListRequest) ValidateAll() error

ValidateAll checks the field values on MethodServiceListRequest 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 MethodServiceListRequestMultiError, or nil if none found.

type MethodServiceListRequestMultiError

type MethodServiceListRequestMultiError []error

MethodServiceListRequestMultiError is an error wrapping multiple validation errors returned by MethodServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (MethodServiceListRequestMultiError) AllErrors

func (m MethodServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MethodServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodServiceListRequestValidationError

type MethodServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

MethodServiceListRequestValidationError is the validation error returned by MethodServiceListRequest.Validate if the designated constraints aren't met.

func (MethodServiceListRequestValidationError) Cause

Cause function returns cause value.

func (MethodServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (MethodServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (MethodServiceListRequestValidationError) Field

Field function returns field value.

func (MethodServiceListRequestValidationError) Key

Key function returns key value.

func (MethodServiceListRequestValidationError) Reason

Reason function returns reason value.

type MethodServiceListResponse

type MethodServiceListResponse struct {

	// Methods is a list of methods public callable
	Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty"`
	// contains filtered or unexported fields
}

MethodServiceListResponse is the response payload with all public visible methods

func (*MethodServiceListResponse) Descriptor deprecated

func (*MethodServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use MethodServiceListResponse.ProtoReflect.Descriptor instead.

func (*MethodServiceListResponse) GetMethods

func (x *MethodServiceListResponse) GetMethods() []string

func (*MethodServiceListResponse) ProtoMessage

func (*MethodServiceListResponse) ProtoMessage()

func (*MethodServiceListResponse) ProtoReflect

func (*MethodServiceListResponse) Reset

func (x *MethodServiceListResponse) Reset()

func (*MethodServiceListResponse) String

func (x *MethodServiceListResponse) String() string

func (*MethodServiceListResponse) Validate

func (m *MethodServiceListResponse) Validate() error

Validate checks the field values on MethodServiceListResponse 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 (*MethodServiceListResponse) ValidateAll

func (m *MethodServiceListResponse) ValidateAll() error

ValidateAll checks the field values on MethodServiceListResponse 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 MethodServiceListResponseMultiError, or nil if none found.

type MethodServiceListResponseMultiError

type MethodServiceListResponseMultiError []error

MethodServiceListResponseMultiError is an error wrapping multiple validation errors returned by MethodServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (MethodServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MethodServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodServiceListResponseValidationError

type MethodServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

MethodServiceListResponseValidationError is the validation error returned by MethodServiceListResponse.Validate if the designated constraints aren't met.

func (MethodServiceListResponseValidationError) Cause

Cause function returns cause value.

func (MethodServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (MethodServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (MethodServiceListResponseValidationError) Field

Field function returns field value.

func (MethodServiceListResponseValidationError) Key

Key function returns key value.

func (MethodServiceListResponseValidationError) Reason

Reason function returns reason value.

type MethodServiceTokenScopedListRequest

type MethodServiceTokenScopedListRequest struct {
	// contains filtered or unexported fields
}

MethodServiceTokenScopedListRequest is the request payload to list all methods callable with the token present in the request

func (*MethodServiceTokenScopedListRequest) Descriptor deprecated

func (*MethodServiceTokenScopedListRequest) Descriptor() ([]byte, []int)

Deprecated: Use MethodServiceTokenScopedListRequest.ProtoReflect.Descriptor instead.

func (*MethodServiceTokenScopedListRequest) ProtoMessage

func (*MethodServiceTokenScopedListRequest) ProtoMessage()

func (*MethodServiceTokenScopedListRequest) ProtoReflect

func (*MethodServiceTokenScopedListRequest) Reset

func (*MethodServiceTokenScopedListRequest) String

func (*MethodServiceTokenScopedListRequest) Validate

Validate checks the field values on MethodServiceTokenScopedListRequest 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 (*MethodServiceTokenScopedListRequest) ValidateAll

func (m *MethodServiceTokenScopedListRequest) ValidateAll() error

ValidateAll checks the field values on MethodServiceTokenScopedListRequest 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 MethodServiceTokenScopedListRequestMultiError, or nil if none found.

type MethodServiceTokenScopedListRequestMultiError

type MethodServiceTokenScopedListRequestMultiError []error

MethodServiceTokenScopedListRequestMultiError is an error wrapping multiple validation errors returned by MethodServiceTokenScopedListRequest.ValidateAll() if the designated constraints aren't met.

func (MethodServiceTokenScopedListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MethodServiceTokenScopedListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodServiceTokenScopedListRequestValidationError

type MethodServiceTokenScopedListRequestValidationError struct {
	// contains filtered or unexported fields
}

MethodServiceTokenScopedListRequestValidationError is the validation error returned by MethodServiceTokenScopedListRequest.Validate if the designated constraints aren't met.

func (MethodServiceTokenScopedListRequestValidationError) Cause

Cause function returns cause value.

func (MethodServiceTokenScopedListRequestValidationError) Error

Error satisfies the builtin error interface

func (MethodServiceTokenScopedListRequestValidationError) ErrorName

ErrorName returns error name.

func (MethodServiceTokenScopedListRequestValidationError) Field

Field function returns field value.

func (MethodServiceTokenScopedListRequestValidationError) Key

Key function returns key value.

func (MethodServiceTokenScopedListRequestValidationError) Reason

Reason function returns reason value.

type MethodServiceTokenScopedListResponse

type MethodServiceTokenScopedListResponse struct {

	// Permissions a list of methods which can be called
	Permissions []*MethodPermission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// ProjectRoles associates a project id with the corresponding role of the token owner
	ProjectRoles map[string]ProjectRole `` /* 210-byte string literal not displayed */
	// TenantRoles associates a tenant id with the corresponding role of the token owner
	TenantRoles map[string]TenantRole `` /* 206-byte string literal not displayed */
	// AdminRole defines the admin role of the token owner
	AdminRole *AdminRole `protobuf:"varint,5,opt,name=admin_role,json=adminRole,proto3,enum=api.v1.AdminRole,oneof" json:"admin_role,omitempty"`
	// contains filtered or unexported fields
}

MethodServiceTokenScopedListResponse is the response payload which contains all methods which are callable with the given token

func (*MethodServiceTokenScopedListResponse) Descriptor deprecated

func (*MethodServiceTokenScopedListResponse) Descriptor() ([]byte, []int)

Deprecated: Use MethodServiceTokenScopedListResponse.ProtoReflect.Descriptor instead.

func (*MethodServiceTokenScopedListResponse) GetAdminRole added in v0.9.0

func (*MethodServiceTokenScopedListResponse) GetPermissions

func (*MethodServiceTokenScopedListResponse) GetProjectRoles added in v0.9.0

func (x *MethodServiceTokenScopedListResponse) GetProjectRoles() map[string]ProjectRole

func (*MethodServiceTokenScopedListResponse) GetTenantRoles added in v0.9.0

func (x *MethodServiceTokenScopedListResponse) GetTenantRoles() map[string]TenantRole

func (*MethodServiceTokenScopedListResponse) ProtoMessage

func (*MethodServiceTokenScopedListResponse) ProtoMessage()

func (*MethodServiceTokenScopedListResponse) ProtoReflect

func (*MethodServiceTokenScopedListResponse) Reset

func (*MethodServiceTokenScopedListResponse) String

func (*MethodServiceTokenScopedListResponse) Validate

Validate checks the field values on MethodServiceTokenScopedListResponse 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 (*MethodServiceTokenScopedListResponse) ValidateAll

ValidateAll checks the field values on MethodServiceTokenScopedListResponse 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 MethodServiceTokenScopedListResponseMultiError, or nil if none found.

type MethodServiceTokenScopedListResponseMultiError

type MethodServiceTokenScopedListResponseMultiError []error

MethodServiceTokenScopedListResponseMultiError is an error wrapping multiple validation errors returned by MethodServiceTokenScopedListResponse.ValidateAll() if the designated constraints aren't met.

func (MethodServiceTokenScopedListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (MethodServiceTokenScopedListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodServiceTokenScopedListResponseValidationError

type MethodServiceTokenScopedListResponseValidationError struct {
	// contains filtered or unexported fields
}

MethodServiceTokenScopedListResponseValidationError is the validation error returned by MethodServiceTokenScopedListResponse.Validate if the designated constraints aren't met.

func (MethodServiceTokenScopedListResponseValidationError) Cause

Cause function returns cause value.

func (MethodServiceTokenScopedListResponseValidationError) Error

Error satisfies the builtin error interface

func (MethodServiceTokenScopedListResponseValidationError) ErrorName

ErrorName returns error name.

func (MethodServiceTokenScopedListResponseValidationError) Field

Field function returns field value.

func (MethodServiceTokenScopedListResponseValidationError) Key

Key function returns key value.

func (MethodServiceTokenScopedListResponseValidationError) Reason

Reason function returns reason value.

type OAuthProvider

type OAuthProvider int32

OAuthProvider defines which login providers are supported

const (
	// O_AUTH_PROVIDER_UNSPECIFIED is an unknown login provider
	OAuthProvider_O_AUTH_PROVIDER_UNSPECIFIED OAuthProvider = 0
	// O_AUTH_PROVIDER_GITHUB specifies github as oauth login provider
	OAuthProvider_O_AUTH_PROVIDER_GITHUB OAuthProvider = 1
	// O_AUTH_PROVIDER_AZURE specifies azure as oauth login provider
	OAuthProvider_O_AUTH_PROVIDER_AZURE OAuthProvider = 2
	// O_AUTH_PROVIDER_GOOGLE specifies google as oauth login provider
	OAuthProvider_O_AUTH_PROVIDER_GOOGLE OAuthProvider = 3
)

func (OAuthProvider) Descriptor

func (OAuthProvider) Enum

func (x OAuthProvider) Enum() *OAuthProvider

func (OAuthProvider) EnumDescriptor deprecated

func (OAuthProvider) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuthProvider.Descriptor instead.

func (OAuthProvider) Number

func (OAuthProvider) String

func (x OAuthProvider) String() string

func (OAuthProvider) Type

type Operate added in v0.7.1

type Operate int32

Operate defines the types of reconciliation to be triggered

const (
	// OPERATE_UNSPECIFIED is not specified
	Operate_OPERATE_UNSPECIFIED Operate = 0
	// OPERATE_RECONCILE reconcile the cluster
	Operate_OPERATE_RECONCILE Operate = 1
	// OPERATE_MAINTAIN maintain the cluster
	Operate_OPERATE_MAINTAIN Operate = 2
	// OPERATE_RETRY retry the reconciliation of the cluster
	Operate_OPERATE_RETRY Operate = 3
)

func (Operate) Descriptor added in v0.7.1

func (Operate) Descriptor() protoreflect.EnumDescriptor

func (Operate) Enum added in v0.7.1

func (x Operate) Enum() *Operate

func (Operate) EnumDescriptor deprecated added in v0.7.1

func (Operate) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operate.Descriptor instead.

func (Operate) Number added in v0.7.1

func (x Operate) Number() protoreflect.EnumNumber

func (Operate) String added in v0.7.1

func (x Operate) String() string

func (Operate) Type added in v0.7.1

func (Operate) Type() protoreflect.EnumType

type Paging

type Paging struct {

	// Page is used for pagination, if unset only the first page is returned,
	// the list response contains then the page number for the next page.
	Page *uint64 `protobuf:"varint,1,opt,name=page,proto3,oneof" json:"page,omitempty"`
	// Count is the number of results returned per page, if not given server side defaults apply
	Count *uint64 `protobuf:"varint,2,opt,name=count,proto3,oneof" json:"count,omitempty"`
	// contains filtered or unexported fields
}

Paging defines paging for methods with a lot of results

func (*Paging) Descriptor deprecated

func (*Paging) Descriptor() ([]byte, []int)

Deprecated: Use Paging.ProtoReflect.Descriptor instead.

func (*Paging) GetCount

func (x *Paging) GetCount() uint64

func (*Paging) GetPage

func (x *Paging) GetPage() uint64

func (*Paging) ProtoMessage

func (*Paging) ProtoMessage()

func (*Paging) ProtoReflect

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

func (*Paging) Reset

func (x *Paging) Reset()

func (*Paging) String

func (x *Paging) String() string

func (*Paging) Validate

func (m *Paging) Validate() error

Validate checks the field values on Paging 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 (*Paging) ValidateAll

func (m *Paging) ValidateAll() error

ValidateAll checks the field values on Paging 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 PagingMultiError, or nil if none found.

type PagingMultiError

type PagingMultiError []error

PagingMultiError is an error wrapping multiple validation errors returned by Paging.ValidateAll() if the designated constraints aren't met.

func (PagingMultiError) AllErrors

func (m PagingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PagingMultiError) Error

func (m PagingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PagingValidationError

type PagingValidationError struct {
	// contains filtered or unexported fields
}

PagingValidationError is the validation error returned by Paging.Validate if the designated constraints aren't met.

func (PagingValidationError) Cause

func (e PagingValidationError) Cause() error

Cause function returns cause value.

func (PagingValidationError) Error

func (e PagingValidationError) Error() string

Error satisfies the builtin error interface

func (PagingValidationError) ErrorName

func (e PagingValidationError) ErrorName() string

ErrorName returns error name.

func (PagingValidationError) Field

func (e PagingValidationError) Field() string

Field function returns field value.

func (PagingValidationError) Key

func (e PagingValidationError) Key() bool

Key function returns key value.

func (PagingValidationError) Reason

func (e PagingValidationError) Reason() string

Reason function returns reason value.

type Partition

type Partition struct {

	// Id is the technical id of this partition
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of this partition
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Address is the postal address of the partition
	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	// Active indicates if this partition is usable
	Active bool `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	// Description of this partition
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Partition defines a failure domain in one Region.

func (*Partition) Descriptor deprecated

func (*Partition) Descriptor() ([]byte, []int)

Deprecated: Use Partition.ProtoReflect.Descriptor instead.

func (*Partition) GetActive

func (x *Partition) GetActive() bool

func (*Partition) GetAddress

func (x *Partition) GetAddress() string

func (*Partition) GetDescription added in v0.7.0

func (x *Partition) GetDescription() string

func (*Partition) GetId

func (x *Partition) GetId() string

func (*Partition) GetName

func (x *Partition) GetName() string

func (*Partition) ProtoMessage

func (*Partition) ProtoMessage()

func (*Partition) ProtoReflect

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

func (*Partition) Reset

func (x *Partition) Reset()

func (*Partition) String

func (x *Partition) String() string

func (*Partition) Validate

func (m *Partition) Validate() error

Validate checks the field values on Partition 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 (*Partition) ValidateAll

func (m *Partition) ValidateAll() error

ValidateAll checks the field values on Partition 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 PartitionMultiError, or nil if none found.

type PartitionHealth

type PartitionHealth struct {

	// Status the health status of the service in this partition
	Status ServiceStatus `protobuf:"varint,1,opt,name=status,proto3,enum=api.v1.ServiceStatus" json:"status,omitempty"`
	// Message describes the reason for the unhealthy status if possible
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

PartitionHealth the status of a specific service in this partition

func (*PartitionHealth) Descriptor deprecated

func (*PartitionHealth) Descriptor() ([]byte, []int)

Deprecated: Use PartitionHealth.ProtoReflect.Descriptor instead.

func (*PartitionHealth) GetMessage

func (x *PartitionHealth) GetMessage() string

func (*PartitionHealth) GetStatus

func (x *PartitionHealth) GetStatus() ServiceStatus

func (*PartitionHealth) ProtoMessage

func (*PartitionHealth) ProtoMessage()

func (*PartitionHealth) ProtoReflect

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

func (*PartitionHealth) Reset

func (x *PartitionHealth) Reset()

func (*PartitionHealth) String

func (x *PartitionHealth) String() string

func (*PartitionHealth) Validate

func (m *PartitionHealth) Validate() error

Validate checks the field values on PartitionHealth 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 (*PartitionHealth) ValidateAll

func (m *PartitionHealth) ValidateAll() error

ValidateAll checks the field values on PartitionHealth 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 PartitionHealthMultiError, or nil if none found.

type PartitionHealthMultiError

type PartitionHealthMultiError []error

PartitionHealthMultiError is an error wrapping multiple validation errors returned by PartitionHealth.ValidateAll() if the designated constraints aren't met.

func (PartitionHealthMultiError) AllErrors

func (m PartitionHealthMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartitionHealthMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PartitionHealthValidationError

type PartitionHealthValidationError struct {
	// contains filtered or unexported fields
}

PartitionHealthValidationError is the validation error returned by PartitionHealth.Validate if the designated constraints aren't met.

func (PartitionHealthValidationError) Cause

Cause function returns cause value.

func (PartitionHealthValidationError) Error

Error satisfies the builtin error interface

func (PartitionHealthValidationError) ErrorName

func (e PartitionHealthValidationError) ErrorName() string

ErrorName returns error name.

func (PartitionHealthValidationError) Field

Field function returns field value.

func (PartitionHealthValidationError) Key

Key function returns key value.

func (PartitionHealthValidationError) Reason

Reason function returns reason value.

type PartitionMultiError

type PartitionMultiError []error

PartitionMultiError is an error wrapping multiple validation errors returned by Partition.ValidateAll() if the designated constraints aren't met.

func (PartitionMultiError) AllErrors

func (m PartitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartitionMultiError) Error

func (m PartitionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PartitionValidationError

type PartitionValidationError struct {
	// contains filtered or unexported fields
}

PartitionValidationError is the validation error returned by Partition.Validate if the designated constraints aren't met.

func (PartitionValidationError) Cause

func (e PartitionValidationError) Cause() error

Cause function returns cause value.

func (PartitionValidationError) Error

func (e PartitionValidationError) Error() string

Error satisfies the builtin error interface

func (PartitionValidationError) ErrorName

func (e PartitionValidationError) ErrorName() string

ErrorName returns error name.

func (PartitionValidationError) Field

func (e PartitionValidationError) Field() string

Field function returns field value.

func (PartitionValidationError) Key

Key function returns key value.

func (PartitionValidationError) Reason

func (e PartitionValidationError) Reason() string

Reason function returns reason value.

type PaymentCustomer

type PaymentCustomer struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Name of the customer
	Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// CustomerId id of the customer
	CustomerId *string `protobuf:"bytes,3,opt,name=customer_id,json=customerId,proto3,oneof" json:"customer_id,omitempty"`
	// PaymentMethodId at the payment processor
	PaymentMethodId *string `protobuf:"bytes,4,opt,name=payment_method_id,json=paymentMethodId,proto3,oneof" json:"payment_method_id,omitempty"`
	// SubscriptionId of the customer
	SubscriptionId string `protobuf:"bytes,5,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// Email of the customer
	Email *string `protobuf:"bytes,6,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// Card the customer supplied
	Card *Card `protobuf:"bytes,7,opt,name=card,proto3,oneof" json:"card,omitempty"`
	// Prices which apply to customer resources
	Prices []*Price `protobuf:"bytes,8,rep,name=prices,proto3" json:"prices,omitempty"`
	// Address is the postal address of the customer
	Address *Address `protobuf:"bytes,9,opt,name=address,proto3" json:"address,omitempty"`
	// Coupon details of granted coupon if any
	Coupon *Coupon `protobuf:"bytes,10,opt,name=coupon,proto3,oneof" json:"coupon,omitempty"`
	// Vat which applies to the customer
	Vat *string `protobuf:"bytes,11,opt,name=vat,proto3,oneof" json:"vat,omitempty"`
	// PhoneNumber of the customer
	PhoneNumber *string `protobuf:"bytes,12,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	// Balance actual balance of the customer
	Balance *int64 `protobuf:"varint,13,opt,name=balance,proto3,oneof" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

PaymentCustomer is a customer at the payment processor

func (*PaymentCustomer) Descriptor deprecated

func (*PaymentCustomer) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCustomer.ProtoReflect.Descriptor instead.

func (*PaymentCustomer) GetAddress

func (x *PaymentCustomer) GetAddress() *Address

func (*PaymentCustomer) GetBalance

func (x *PaymentCustomer) GetBalance() int64

func (*PaymentCustomer) GetCard

func (x *PaymentCustomer) GetCard() *Card

func (*PaymentCustomer) GetCoupon

func (x *PaymentCustomer) GetCoupon() *Coupon

func (*PaymentCustomer) GetCustomerId

func (x *PaymentCustomer) GetCustomerId() string

func (*PaymentCustomer) GetEmail

func (x *PaymentCustomer) GetEmail() string

func (*PaymentCustomer) GetLogin

func (x *PaymentCustomer) GetLogin() string

func (*PaymentCustomer) GetName

func (x *PaymentCustomer) GetName() string

func (*PaymentCustomer) GetPaymentMethodId

func (x *PaymentCustomer) GetPaymentMethodId() string

func (*PaymentCustomer) GetPhoneNumber

func (x *PaymentCustomer) GetPhoneNumber() string

func (*PaymentCustomer) GetPrices

func (x *PaymentCustomer) GetPrices() []*Price

func (*PaymentCustomer) GetSubscriptionId

func (x *PaymentCustomer) GetSubscriptionId() string

func (*PaymentCustomer) GetVat

func (x *PaymentCustomer) GetVat() string

func (*PaymentCustomer) ProtoMessage

func (*PaymentCustomer) ProtoMessage()

func (*PaymentCustomer) ProtoReflect

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

func (*PaymentCustomer) Reset

func (x *PaymentCustomer) Reset()

func (*PaymentCustomer) String

func (x *PaymentCustomer) String() string

func (*PaymentCustomer) Validate

func (m *PaymentCustomer) Validate() error

Validate checks the field values on PaymentCustomer 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 (*PaymentCustomer) ValidateAll

func (m *PaymentCustomer) ValidateAll() error

ValidateAll checks the field values on PaymentCustomer 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 PaymentCustomerMultiError, or nil if none found.

type PaymentCustomerMultiError

type PaymentCustomerMultiError []error

PaymentCustomerMultiError is an error wrapping multiple validation errors returned by PaymentCustomer.ValidateAll() if the designated constraints aren't met.

func (PaymentCustomerMultiError) AllErrors

func (m PaymentCustomerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaymentCustomerMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentCustomerValidationError

type PaymentCustomerValidationError struct {
	// contains filtered or unexported fields
}

PaymentCustomerValidationError is the validation error returned by PaymentCustomer.Validate if the designated constraints aren't met.

func (PaymentCustomerValidationError) Cause

Cause function returns cause value.

func (PaymentCustomerValidationError) Error

Error satisfies the builtin error interface

func (PaymentCustomerValidationError) ErrorName

func (e PaymentCustomerValidationError) ErrorName() string

ErrorName returns error name.

func (PaymentCustomerValidationError) Field

Field function returns field value.

func (PaymentCustomerValidationError) Key

Key function returns key value.

func (PaymentCustomerValidationError) Reason

Reason function returns reason value.

type PaymentDetails

type PaymentDetails struct {

	// CustomerId at the payment processor
	CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// PaymentMethodId of the tenant at the payment processor
	PaymentMethodId *string `protobuf:"bytes,2,opt,name=payment_method_id,json=paymentMethodId,proto3,oneof" json:"payment_method_id,omitempty"`
	// SubscriptionId at the payment processor
	SubscriptionId string `protobuf:"bytes,3,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// Coupons a list of coupons the tenant has
	Coupons []*Coupon `protobuf:"bytes,4,rep,name=coupons,proto3" json:"coupons,omitempty"`
	// Vat which applies to this tenant
	Vat string `protobuf:"bytes,5,opt,name=vat,proto3" json:"vat,omitempty"`
	// contains filtered or unexported fields
}

PaymentDetails of a tenant

func (*PaymentDetails) Descriptor deprecated

func (*PaymentDetails) Descriptor() ([]byte, []int)

Deprecated: Use PaymentDetails.ProtoReflect.Descriptor instead.

func (*PaymentDetails) GetCoupons

func (x *PaymentDetails) GetCoupons() []*Coupon

func (*PaymentDetails) GetCustomerId

func (x *PaymentDetails) GetCustomerId() string

func (*PaymentDetails) GetPaymentMethodId

func (x *PaymentDetails) GetPaymentMethodId() string

func (*PaymentDetails) GetSubscriptionId

func (x *PaymentDetails) GetSubscriptionId() string

func (*PaymentDetails) GetVat

func (x *PaymentDetails) GetVat() string

func (*PaymentDetails) ProtoMessage

func (*PaymentDetails) ProtoMessage()

func (*PaymentDetails) ProtoReflect

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

func (*PaymentDetails) Reset

func (x *PaymentDetails) Reset()

func (*PaymentDetails) String

func (x *PaymentDetails) String() string

func (*PaymentDetails) Validate

func (m *PaymentDetails) Validate() error

Validate checks the field values on PaymentDetails 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 (*PaymentDetails) ValidateAll

func (m *PaymentDetails) ValidateAll() error

ValidateAll checks the field values on PaymentDetails 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 PaymentDetailsMultiError, or nil if none found.

type PaymentDetailsMultiError

type PaymentDetailsMultiError []error

PaymentDetailsMultiError is an error wrapping multiple validation errors returned by PaymentDetails.ValidateAll() if the designated constraints aren't met.

func (PaymentDetailsMultiError) AllErrors

func (m PaymentDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaymentDetailsMultiError) Error

func (m PaymentDetailsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PaymentDetailsUpdate

type PaymentDetailsUpdate struct {

	// CustomerId at the payment processor
	CustomerId *string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3,oneof" json:"customer_id,omitempty"`
	// PaymentMethodId of the tenant at the payment processor
	PaymentMethodId *string `protobuf:"bytes,2,opt,name=payment_method_id,json=paymentMethodId,proto3,oneof" json:"payment_method_id,omitempty"`
	// SubscriptionId at the payment processor
	SubscriptionId *string `protobuf:"bytes,3,opt,name=subscription_id,json=subscriptionId,proto3,oneof" json:"subscription_id,omitempty"`
	// Vat which applies to this tenant
	Vat *string `protobuf:"bytes,4,opt,name=vat,proto3,oneof" json:"vat,omitempty"`
	// contains filtered or unexported fields
}

PaymentDetailsUpdate is used to update PaymentDetails

func (*PaymentDetailsUpdate) Descriptor deprecated

func (*PaymentDetailsUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PaymentDetailsUpdate.ProtoReflect.Descriptor instead.

func (*PaymentDetailsUpdate) GetCustomerId

func (x *PaymentDetailsUpdate) GetCustomerId() string

func (*PaymentDetailsUpdate) GetPaymentMethodId

func (x *PaymentDetailsUpdate) GetPaymentMethodId() string

func (*PaymentDetailsUpdate) GetSubscriptionId

func (x *PaymentDetailsUpdate) GetSubscriptionId() string

func (*PaymentDetailsUpdate) GetVat

func (x *PaymentDetailsUpdate) GetVat() string

func (*PaymentDetailsUpdate) ProtoMessage

func (*PaymentDetailsUpdate) ProtoMessage()

func (*PaymentDetailsUpdate) ProtoReflect

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

func (*PaymentDetailsUpdate) Reset

func (x *PaymentDetailsUpdate) Reset()

func (*PaymentDetailsUpdate) String

func (x *PaymentDetailsUpdate) String() string

func (*PaymentDetailsUpdate) Validate

func (m *PaymentDetailsUpdate) Validate() error

Validate checks the field values on PaymentDetailsUpdate 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 (*PaymentDetailsUpdate) ValidateAll

func (m *PaymentDetailsUpdate) ValidateAll() error

ValidateAll checks the field values on PaymentDetailsUpdate 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 PaymentDetailsUpdateMultiError, or nil if none found.

type PaymentDetailsUpdateMultiError

type PaymentDetailsUpdateMultiError []error

PaymentDetailsUpdateMultiError is an error wrapping multiple validation errors returned by PaymentDetailsUpdate.ValidateAll() if the designated constraints aren't met.

func (PaymentDetailsUpdateMultiError) AllErrors

func (m PaymentDetailsUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaymentDetailsUpdateMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentDetailsUpdateValidationError

type PaymentDetailsUpdateValidationError struct {
	// contains filtered or unexported fields
}

PaymentDetailsUpdateValidationError is the validation error returned by PaymentDetailsUpdate.Validate if the designated constraints aren't met.

func (PaymentDetailsUpdateValidationError) Cause

Cause function returns cause value.

func (PaymentDetailsUpdateValidationError) Error

Error satisfies the builtin error interface

func (PaymentDetailsUpdateValidationError) ErrorName

ErrorName returns error name.

func (PaymentDetailsUpdateValidationError) Field

Field function returns field value.

func (PaymentDetailsUpdateValidationError) Key

Key function returns key value.

func (PaymentDetailsUpdateValidationError) Reason

Reason function returns reason value.

type PaymentDetailsValidationError

type PaymentDetailsValidationError struct {
	// contains filtered or unexported fields
}

PaymentDetailsValidationError is the validation error returned by PaymentDetails.Validate if the designated constraints aren't met.

func (PaymentDetailsValidationError) Cause

Cause function returns cause value.

func (PaymentDetailsValidationError) Error

Error satisfies the builtin error interface

func (PaymentDetailsValidationError) ErrorName

func (e PaymentDetailsValidationError) ErrorName() string

ErrorName returns error name.

func (PaymentDetailsValidationError) Field

Field function returns field value.

func (PaymentDetailsValidationError) Key

Key function returns key value.

func (PaymentDetailsValidationError) Reason

Reason function returns reason value.

type PaymentServiceCheckAdmittedRequest

type PaymentServiceCheckAdmittedRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceCheckAdmittedRequest is the request payload for a check admitted request

func (*PaymentServiceCheckAdmittedRequest) Descriptor deprecated

func (*PaymentServiceCheckAdmittedRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceCheckAdmittedRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceCheckAdmittedRequest) GetLogin

func (*PaymentServiceCheckAdmittedRequest) ProtoMessage

func (*PaymentServiceCheckAdmittedRequest) ProtoMessage()

func (*PaymentServiceCheckAdmittedRequest) ProtoReflect

func (*PaymentServiceCheckAdmittedRequest) Reset

func (*PaymentServiceCheckAdmittedRequest) String

func (*PaymentServiceCheckAdmittedRequest) Validate

Validate checks the field values on PaymentServiceCheckAdmittedRequest 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 (*PaymentServiceCheckAdmittedRequest) ValidateAll

func (m *PaymentServiceCheckAdmittedRequest) ValidateAll() error

ValidateAll checks the field values on PaymentServiceCheckAdmittedRequest 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 PaymentServiceCheckAdmittedRequestMultiError, or nil if none found.

type PaymentServiceCheckAdmittedRequestMultiError

type PaymentServiceCheckAdmittedRequestMultiError []error

PaymentServiceCheckAdmittedRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceCheckAdmittedRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCheckAdmittedRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCheckAdmittedRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCheckAdmittedRequestValidationError

type PaymentServiceCheckAdmittedRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCheckAdmittedRequestValidationError is the validation error returned by PaymentServiceCheckAdmittedRequest.Validate if the designated constraints aren't met.

func (PaymentServiceCheckAdmittedRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCheckAdmittedRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCheckAdmittedRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCheckAdmittedRequestValidationError) Field

Field function returns field value.

func (PaymentServiceCheckAdmittedRequestValidationError) Key

Key function returns key value.

func (PaymentServiceCheckAdmittedRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceCheckAdmittedResponse

type PaymentServiceCheckAdmittedResponse struct {

	// Admitted indicates if the customer is already admitted to use the service
	Admitted bool `protobuf:"varint,1,opt,name=admitted,proto3" json:"admitted,omitempty"`
	// Requested indicates if the customer requested admittance
	Requested bool `protobuf:"varint,2,opt,name=requested,proto3" json:"requested,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceCheckAdmittedResponse is the response payload for a check admitted request

func (*PaymentServiceCheckAdmittedResponse) Descriptor deprecated

func (*PaymentServiceCheckAdmittedResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceCheckAdmittedResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceCheckAdmittedResponse) GetAdmitted

func (x *PaymentServiceCheckAdmittedResponse) GetAdmitted() bool

func (*PaymentServiceCheckAdmittedResponse) GetRequested

func (x *PaymentServiceCheckAdmittedResponse) GetRequested() bool

func (*PaymentServiceCheckAdmittedResponse) ProtoMessage

func (*PaymentServiceCheckAdmittedResponse) ProtoMessage()

func (*PaymentServiceCheckAdmittedResponse) ProtoReflect

func (*PaymentServiceCheckAdmittedResponse) Reset

func (*PaymentServiceCheckAdmittedResponse) String

func (*PaymentServiceCheckAdmittedResponse) Validate

Validate checks the field values on PaymentServiceCheckAdmittedResponse 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 (*PaymentServiceCheckAdmittedResponse) ValidateAll

func (m *PaymentServiceCheckAdmittedResponse) ValidateAll() error

ValidateAll checks the field values on PaymentServiceCheckAdmittedResponse 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 PaymentServiceCheckAdmittedResponseMultiError, or nil if none found.

type PaymentServiceCheckAdmittedResponseMultiError

type PaymentServiceCheckAdmittedResponseMultiError []error

PaymentServiceCheckAdmittedResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceCheckAdmittedResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCheckAdmittedResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCheckAdmittedResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCheckAdmittedResponseValidationError

type PaymentServiceCheckAdmittedResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCheckAdmittedResponseValidationError is the validation error returned by PaymentServiceCheckAdmittedResponse.Validate if the designated constraints aren't met.

func (PaymentServiceCheckAdmittedResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCheckAdmittedResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCheckAdmittedResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCheckAdmittedResponseValidationError) Field

Field function returns field value.

func (PaymentServiceCheckAdmittedResponseValidationError) Key

Key function returns key value.

func (PaymentServiceCheckAdmittedResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceCheckIfCustomerExistsRequest

type PaymentServiceCheckIfCustomerExistsRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceCheckIfCustomerExistsRequest is the request payload for a payment check if customer exists request

func (*PaymentServiceCheckIfCustomerExistsRequest) Descriptor deprecated

Deprecated: Use PaymentServiceCheckIfCustomerExistsRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceCheckIfCustomerExistsRequest) GetLogin

func (*PaymentServiceCheckIfCustomerExistsRequest) ProtoMessage

func (*PaymentServiceCheckIfCustomerExistsRequest) ProtoReflect

func (*PaymentServiceCheckIfCustomerExistsRequest) Reset

func (*PaymentServiceCheckIfCustomerExistsRequest) String

func (*PaymentServiceCheckIfCustomerExistsRequest) Validate

Validate checks the field values on PaymentServiceCheckIfCustomerExistsRequest 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 (*PaymentServiceCheckIfCustomerExistsRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceCheckIfCustomerExistsRequest 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 PaymentServiceCheckIfCustomerExistsRequestMultiError, or nil if none found.

type PaymentServiceCheckIfCustomerExistsRequestMultiError

type PaymentServiceCheckIfCustomerExistsRequestMultiError []error

PaymentServiceCheckIfCustomerExistsRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceCheckIfCustomerExistsRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCheckIfCustomerExistsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCheckIfCustomerExistsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCheckIfCustomerExistsRequestValidationError

type PaymentServiceCheckIfCustomerExistsRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCheckIfCustomerExistsRequestValidationError is the validation error returned by PaymentServiceCheckIfCustomerExistsRequest.Validate if the designated constraints aren't met.

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) Field

Field function returns field value.

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) Key

Key function returns key value.

func (PaymentServiceCheckIfCustomerExistsRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceCheckIfCustomerExistsResponse

type PaymentServiceCheckIfCustomerExistsResponse struct {

	// Customer is the customer
	Customer *PaymentCustomer `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"`
	// Exists indicates if this customer exists
	Exists bool `protobuf:"varint,2,opt,name=exists,proto3" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceCheckIfCustomerExistsResponse is the response payload for a payment check if customer exists request

func (*PaymentServiceCheckIfCustomerExistsResponse) Descriptor deprecated

Deprecated: Use PaymentServiceCheckIfCustomerExistsResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceCheckIfCustomerExistsResponse) GetCustomer

func (*PaymentServiceCheckIfCustomerExistsResponse) GetExists

func (*PaymentServiceCheckIfCustomerExistsResponse) ProtoMessage

func (*PaymentServiceCheckIfCustomerExistsResponse) ProtoReflect

func (*PaymentServiceCheckIfCustomerExistsResponse) Reset

func (*PaymentServiceCheckIfCustomerExistsResponse) String

func (*PaymentServiceCheckIfCustomerExistsResponse) Validate

Validate checks the field values on PaymentServiceCheckIfCustomerExistsResponse 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 (*PaymentServiceCheckIfCustomerExistsResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceCheckIfCustomerExistsResponse 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 PaymentServiceCheckIfCustomerExistsResponseMultiError, or nil if none found.

type PaymentServiceCheckIfCustomerExistsResponseMultiError

type PaymentServiceCheckIfCustomerExistsResponseMultiError []error

PaymentServiceCheckIfCustomerExistsResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceCheckIfCustomerExistsResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCheckIfCustomerExistsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCheckIfCustomerExistsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCheckIfCustomerExistsResponseValidationError

type PaymentServiceCheckIfCustomerExistsResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCheckIfCustomerExistsResponseValidationError is the validation error returned by PaymentServiceCheckIfCustomerExistsResponse.Validate if the designated constraints aren't met.

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) Field

Field function returns field value.

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) Key

Key function returns key value.

func (PaymentServiceCheckIfCustomerExistsResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceCreateOrUpdateCustomerRequest

type PaymentServiceCreateOrUpdateCustomerRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Customer is the customer to modify
	Customer *PaymentCustomer `protobuf:"bytes,2,opt,name=customer,proto3" json:"customer,omitempty"`
	// AcceptedTermsAndConditions indicates the modification of the terms and conditions acceptance
	AcceptedTermsAndConditions bool `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

PaymentServiceCreateOrUpdateCustomerRequest is the request payload for a payment create or update customer request

func (*PaymentServiceCreateOrUpdateCustomerRequest) Descriptor deprecated

Deprecated: Use PaymentServiceCreateOrUpdateCustomerRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceCreateOrUpdateCustomerRequest) GetAcceptedTermsAndConditions

func (x *PaymentServiceCreateOrUpdateCustomerRequest) GetAcceptedTermsAndConditions() bool

func (*PaymentServiceCreateOrUpdateCustomerRequest) GetCustomer

func (*PaymentServiceCreateOrUpdateCustomerRequest) GetLogin

func (*PaymentServiceCreateOrUpdateCustomerRequest) ProtoMessage

func (*PaymentServiceCreateOrUpdateCustomerRequest) ProtoReflect

func (*PaymentServiceCreateOrUpdateCustomerRequest) Reset

func (*PaymentServiceCreateOrUpdateCustomerRequest) String

func (*PaymentServiceCreateOrUpdateCustomerRequest) Validate

Validate checks the field values on PaymentServiceCreateOrUpdateCustomerRequest 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 (*PaymentServiceCreateOrUpdateCustomerRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceCreateOrUpdateCustomerRequest 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 PaymentServiceCreateOrUpdateCustomerRequestMultiError, or nil if none found.

type PaymentServiceCreateOrUpdateCustomerRequestMultiError

type PaymentServiceCreateOrUpdateCustomerRequestMultiError []error

PaymentServiceCreateOrUpdateCustomerRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceCreateOrUpdateCustomerRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCreateOrUpdateCustomerRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCreateOrUpdateCustomerRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCreateOrUpdateCustomerRequestValidationError

type PaymentServiceCreateOrUpdateCustomerRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCreateOrUpdateCustomerRequestValidationError is the validation error returned by PaymentServiceCreateOrUpdateCustomerRequest.Validate if the designated constraints aren't met.

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) Field

Field function returns field value.

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) Key

Key function returns key value.

func (PaymentServiceCreateOrUpdateCustomerRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceCreateOrUpdateCustomerResponse

type PaymentServiceCreateOrUpdateCustomerResponse struct {

	// Customer is the customer
	Customer *PaymentCustomer `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceCreateOrUpdateCustomerResponse is the response payload for a payment create or update customer request

func (*PaymentServiceCreateOrUpdateCustomerResponse) Descriptor deprecated

Deprecated: Use PaymentServiceCreateOrUpdateCustomerResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceCreateOrUpdateCustomerResponse) GetCustomer

func (*PaymentServiceCreateOrUpdateCustomerResponse) ProtoMessage

func (*PaymentServiceCreateOrUpdateCustomerResponse) ProtoReflect

func (*PaymentServiceCreateOrUpdateCustomerResponse) Reset

func (*PaymentServiceCreateOrUpdateCustomerResponse) String

func (*PaymentServiceCreateOrUpdateCustomerResponse) Validate

Validate checks the field values on PaymentServiceCreateOrUpdateCustomerResponse 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 (*PaymentServiceCreateOrUpdateCustomerResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceCreateOrUpdateCustomerResponse 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 PaymentServiceCreateOrUpdateCustomerResponseMultiError, or nil if none found.

type PaymentServiceCreateOrUpdateCustomerResponseMultiError

type PaymentServiceCreateOrUpdateCustomerResponseMultiError []error

PaymentServiceCreateOrUpdateCustomerResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceCreateOrUpdateCustomerResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceCreateOrUpdateCustomerResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceCreateOrUpdateCustomerResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceCreateOrUpdateCustomerResponseValidationError

type PaymentServiceCreateOrUpdateCustomerResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceCreateOrUpdateCustomerResponseValidationError is the validation error returned by PaymentServiceCreateOrUpdateCustomerResponse.Validate if the designated constraints aren't met.

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) Field

Field function returns field value.

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) Key

Key function returns key value.

func (PaymentServiceCreateOrUpdateCustomerResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceDeletePaymentMethodRequest

type PaymentServiceDeletePaymentMethodRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceDeletePaymentMethodRequest is the request payload for a delete payment request

func (*PaymentServiceDeletePaymentMethodRequest) Descriptor deprecated

func (*PaymentServiceDeletePaymentMethodRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceDeletePaymentMethodRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceDeletePaymentMethodRequest) GetLogin

func (*PaymentServiceDeletePaymentMethodRequest) ProtoMessage

func (*PaymentServiceDeletePaymentMethodRequest) ProtoReflect

func (*PaymentServiceDeletePaymentMethodRequest) Reset

func (*PaymentServiceDeletePaymentMethodRequest) String

func (*PaymentServiceDeletePaymentMethodRequest) Validate

Validate checks the field values on PaymentServiceDeletePaymentMethodRequest 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 (*PaymentServiceDeletePaymentMethodRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceDeletePaymentMethodRequest 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 PaymentServiceDeletePaymentMethodRequestMultiError, or nil if none found.

type PaymentServiceDeletePaymentMethodRequestMultiError

type PaymentServiceDeletePaymentMethodRequestMultiError []error

PaymentServiceDeletePaymentMethodRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceDeletePaymentMethodRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceDeletePaymentMethodRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceDeletePaymentMethodRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceDeletePaymentMethodRequestValidationError

type PaymentServiceDeletePaymentMethodRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceDeletePaymentMethodRequestValidationError is the validation error returned by PaymentServiceDeletePaymentMethodRequest.Validate if the designated constraints aren't met.

func (PaymentServiceDeletePaymentMethodRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceDeletePaymentMethodRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceDeletePaymentMethodRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceDeletePaymentMethodRequestValidationError) Field

Field function returns field value.

func (PaymentServiceDeletePaymentMethodRequestValidationError) Key

Key function returns key value.

func (PaymentServiceDeletePaymentMethodRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceDeletePaymentMethodResponse

type PaymentServiceDeletePaymentMethodResponse struct {
	// contains filtered or unexported fields
}

PaymentServiceDeletePaymentMethodResponse is the response payload for a delete payment request

func (*PaymentServiceDeletePaymentMethodResponse) Descriptor deprecated

func (*PaymentServiceDeletePaymentMethodResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceDeletePaymentMethodResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceDeletePaymentMethodResponse) ProtoMessage

func (*PaymentServiceDeletePaymentMethodResponse) ProtoReflect

func (*PaymentServiceDeletePaymentMethodResponse) Reset

func (*PaymentServiceDeletePaymentMethodResponse) String

func (*PaymentServiceDeletePaymentMethodResponse) Validate

Validate checks the field values on PaymentServiceDeletePaymentMethodResponse 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 (*PaymentServiceDeletePaymentMethodResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceDeletePaymentMethodResponse 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 PaymentServiceDeletePaymentMethodResponseMultiError, or nil if none found.

type PaymentServiceDeletePaymentMethodResponseMultiError

type PaymentServiceDeletePaymentMethodResponseMultiError []error

PaymentServiceDeletePaymentMethodResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceDeletePaymentMethodResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceDeletePaymentMethodResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceDeletePaymentMethodResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceDeletePaymentMethodResponseValidationError

type PaymentServiceDeletePaymentMethodResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceDeletePaymentMethodResponseValidationError is the validation error returned by PaymentServiceDeletePaymentMethodResponse.Validate if the designated constraints aren't met.

func (PaymentServiceDeletePaymentMethodResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceDeletePaymentMethodResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceDeletePaymentMethodResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceDeletePaymentMethodResponseValidationError) Field

Field function returns field value.

func (PaymentServiceDeletePaymentMethodResponseValidationError) Key

Key function returns key value.

func (PaymentServiceDeletePaymentMethodResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetCustomerRequest

type PaymentServiceGetCustomerRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// CustomerId of the customer
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerRequest is the request payload for a payment get customer request

func (*PaymentServiceGetCustomerRequest) Descriptor deprecated

func (*PaymentServiceGetCustomerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetCustomerRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetCustomerRequest) GetCustomerId

func (x *PaymentServiceGetCustomerRequest) GetCustomerId() string

func (*PaymentServiceGetCustomerRequest) GetLogin

func (*PaymentServiceGetCustomerRequest) ProtoMessage

func (*PaymentServiceGetCustomerRequest) ProtoMessage()

func (*PaymentServiceGetCustomerRequest) ProtoReflect

func (*PaymentServiceGetCustomerRequest) Reset

func (*PaymentServiceGetCustomerRequest) String

func (*PaymentServiceGetCustomerRequest) Validate

Validate checks the field values on PaymentServiceGetCustomerRequest 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 (*PaymentServiceGetCustomerRequest) ValidateAll

func (m *PaymentServiceGetCustomerRequest) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetCustomerRequest 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 PaymentServiceGetCustomerRequestMultiError, or nil if none found.

type PaymentServiceGetCustomerRequestMultiError

type PaymentServiceGetCustomerRequestMultiError []error

PaymentServiceGetCustomerRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetCustomerRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetCustomerRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetCustomerRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetCustomerRequestValidationError

type PaymentServiceGetCustomerRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerRequestValidationError is the validation error returned by PaymentServiceGetCustomerRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetCustomerRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetCustomerRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetCustomerRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetCustomerRequestValidationError) Field

Field function returns field value.

func (PaymentServiceGetCustomerRequestValidationError) Key

Key function returns key value.

func (PaymentServiceGetCustomerRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetCustomerResponse

type PaymentServiceGetCustomerResponse struct {

	// Customer is the customer
	Customer *PaymentCustomer `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerResponse is the response payload for a payment get customer request

func (*PaymentServiceGetCustomerResponse) Descriptor deprecated

func (*PaymentServiceGetCustomerResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetCustomerResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetCustomerResponse) GetCustomer

func (*PaymentServiceGetCustomerResponse) ProtoMessage

func (*PaymentServiceGetCustomerResponse) ProtoMessage()

func (*PaymentServiceGetCustomerResponse) ProtoReflect

func (*PaymentServiceGetCustomerResponse) Reset

func (*PaymentServiceGetCustomerResponse) String

func (*PaymentServiceGetCustomerResponse) Validate

Validate checks the field values on PaymentServiceGetCustomerResponse 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 (*PaymentServiceGetCustomerResponse) ValidateAll

func (m *PaymentServiceGetCustomerResponse) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetCustomerResponse 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 PaymentServiceGetCustomerResponseMultiError, or nil if none found.

type PaymentServiceGetCustomerResponseMultiError

type PaymentServiceGetCustomerResponseMultiError []error

PaymentServiceGetCustomerResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetCustomerResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetCustomerResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetCustomerResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetCustomerResponseValidationError

type PaymentServiceGetCustomerResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerResponseValidationError is the validation error returned by PaymentServiceGetCustomerResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetCustomerResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetCustomerResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetCustomerResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetCustomerResponseValidationError) Field

Field function returns field value.

func (PaymentServiceGetCustomerResponseValidationError) Key

Key function returns key value.

func (PaymentServiceGetCustomerResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetCustomerWithLoginRequest

type PaymentServiceGetCustomerWithLoginRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerWithLoginRequest is the request payload for a payment get customer request

func (*PaymentServiceGetCustomerWithLoginRequest) Descriptor deprecated

func (*PaymentServiceGetCustomerWithLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetCustomerWithLoginRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetCustomerWithLoginRequest) GetLogin

func (*PaymentServiceGetCustomerWithLoginRequest) ProtoMessage

func (*PaymentServiceGetCustomerWithLoginRequest) ProtoReflect

func (*PaymentServiceGetCustomerWithLoginRequest) Reset

func (*PaymentServiceGetCustomerWithLoginRequest) String

func (*PaymentServiceGetCustomerWithLoginRequest) Validate

Validate checks the field values on PaymentServiceGetCustomerWithLoginRequest 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 (*PaymentServiceGetCustomerWithLoginRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceGetCustomerWithLoginRequest 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 PaymentServiceGetCustomerWithLoginRequestMultiError, or nil if none found.

type PaymentServiceGetCustomerWithLoginRequestMultiError

type PaymentServiceGetCustomerWithLoginRequestMultiError []error

PaymentServiceGetCustomerWithLoginRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetCustomerWithLoginRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetCustomerWithLoginRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetCustomerWithLoginRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetCustomerWithLoginRequestValidationError

type PaymentServiceGetCustomerWithLoginRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerWithLoginRequestValidationError is the validation error returned by PaymentServiceGetCustomerWithLoginRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetCustomerWithLoginRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetCustomerWithLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetCustomerWithLoginRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetCustomerWithLoginRequestValidationError) Field

Field function returns field value.

func (PaymentServiceGetCustomerWithLoginRequestValidationError) Key

Key function returns key value.

func (PaymentServiceGetCustomerWithLoginRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetCustomerWithLoginResponse

type PaymentServiceGetCustomerWithLoginResponse struct {

	// Customer is the customer
	Customer *PaymentCustomer `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerWithLoginResponse is the response payload for a payment get customer request

func (*PaymentServiceGetCustomerWithLoginResponse) Descriptor deprecated

Deprecated: Use PaymentServiceGetCustomerWithLoginResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetCustomerWithLoginResponse) GetCustomer

func (*PaymentServiceGetCustomerWithLoginResponse) ProtoMessage

func (*PaymentServiceGetCustomerWithLoginResponse) ProtoReflect

func (*PaymentServiceGetCustomerWithLoginResponse) Reset

func (*PaymentServiceGetCustomerWithLoginResponse) String

func (*PaymentServiceGetCustomerWithLoginResponse) Validate

Validate checks the field values on PaymentServiceGetCustomerWithLoginResponse 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 (*PaymentServiceGetCustomerWithLoginResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceGetCustomerWithLoginResponse 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 PaymentServiceGetCustomerWithLoginResponseMultiError, or nil if none found.

type PaymentServiceGetCustomerWithLoginResponseMultiError

type PaymentServiceGetCustomerWithLoginResponseMultiError []error

PaymentServiceGetCustomerWithLoginResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetCustomerWithLoginResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetCustomerWithLoginResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetCustomerWithLoginResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetCustomerWithLoginResponseValidationError

type PaymentServiceGetCustomerWithLoginResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetCustomerWithLoginResponseValidationError is the validation error returned by PaymentServiceGetCustomerWithLoginResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetCustomerWithLoginResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetCustomerWithLoginResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetCustomerWithLoginResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetCustomerWithLoginResponseValidationError) Field

Field function returns field value.

func (PaymentServiceGetCustomerWithLoginResponseValidationError) Key

Key function returns key value.

func (PaymentServiceGetCustomerWithLoginResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetDefaultPricesRequest

type PaymentServiceGetDefaultPricesRequest struct {
	// contains filtered or unexported fields
}

PaymentServiceGetDefaultPricesRequest is the request payload for a get default prices request

func (*PaymentServiceGetDefaultPricesRequest) Descriptor deprecated

func (*PaymentServiceGetDefaultPricesRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetDefaultPricesRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetDefaultPricesRequest) ProtoMessage

func (*PaymentServiceGetDefaultPricesRequest) ProtoMessage()

func (*PaymentServiceGetDefaultPricesRequest) ProtoReflect

func (*PaymentServiceGetDefaultPricesRequest) Reset

func (*PaymentServiceGetDefaultPricesRequest) String

func (*PaymentServiceGetDefaultPricesRequest) Validate

Validate checks the field values on PaymentServiceGetDefaultPricesRequest 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 (*PaymentServiceGetDefaultPricesRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceGetDefaultPricesRequest 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 PaymentServiceGetDefaultPricesRequestMultiError, or nil if none found.

type PaymentServiceGetDefaultPricesRequestMultiError

type PaymentServiceGetDefaultPricesRequestMultiError []error

PaymentServiceGetDefaultPricesRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetDefaultPricesRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetDefaultPricesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetDefaultPricesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetDefaultPricesRequestValidationError

type PaymentServiceGetDefaultPricesRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetDefaultPricesRequestValidationError is the validation error returned by PaymentServiceGetDefaultPricesRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetDefaultPricesRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetDefaultPricesRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetDefaultPricesRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetDefaultPricesRequestValidationError) Field

Field function returns field value.

func (PaymentServiceGetDefaultPricesRequestValidationError) Key

Key function returns key value.

func (PaymentServiceGetDefaultPricesRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetDefaultPricesResponse

type PaymentServiceGetDefaultPricesResponse struct {

	// Prices is the list of default prices
	Prices []*Price `protobuf:"bytes,1,rep,name=prices,proto3" json:"prices,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetDefaultPricesResponse is the response payload for a get default prices request

func (*PaymentServiceGetDefaultPricesResponse) Descriptor deprecated

func (*PaymentServiceGetDefaultPricesResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetDefaultPricesResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetDefaultPricesResponse) GetPrices

func (*PaymentServiceGetDefaultPricesResponse) ProtoMessage

func (*PaymentServiceGetDefaultPricesResponse) ProtoReflect

func (*PaymentServiceGetDefaultPricesResponse) Reset

func (*PaymentServiceGetDefaultPricesResponse) String

func (*PaymentServiceGetDefaultPricesResponse) Validate

Validate checks the field values on PaymentServiceGetDefaultPricesResponse 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 (*PaymentServiceGetDefaultPricesResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceGetDefaultPricesResponse 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 PaymentServiceGetDefaultPricesResponseMultiError, or nil if none found.

type PaymentServiceGetDefaultPricesResponseMultiError

type PaymentServiceGetDefaultPricesResponseMultiError []error

PaymentServiceGetDefaultPricesResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetDefaultPricesResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetDefaultPricesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetDefaultPricesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetDefaultPricesResponseValidationError

type PaymentServiceGetDefaultPricesResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetDefaultPricesResponseValidationError is the validation error returned by PaymentServiceGetDefaultPricesResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetDefaultPricesResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetDefaultPricesResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetDefaultPricesResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetDefaultPricesResponseValidationError) Field

Field function returns field value.

func (PaymentServiceGetDefaultPricesResponseValidationError) Key

Key function returns key value.

func (PaymentServiceGetDefaultPricesResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetInvoicesRequest

type PaymentServiceGetInvoicesRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// CustomerId is the id of the customer
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceHasPaymentMethodRequest is the request payload for a get invoices request

func (*PaymentServiceGetInvoicesRequest) Descriptor deprecated

func (*PaymentServiceGetInvoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetInvoicesRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetInvoicesRequest) GetCustomerId

func (x *PaymentServiceGetInvoicesRequest) GetCustomerId() string

func (*PaymentServiceGetInvoicesRequest) GetLogin

func (*PaymentServiceGetInvoicesRequest) ProtoMessage

func (*PaymentServiceGetInvoicesRequest) ProtoMessage()

func (*PaymentServiceGetInvoicesRequest) ProtoReflect

func (*PaymentServiceGetInvoicesRequest) Reset

func (*PaymentServiceGetInvoicesRequest) String

func (*PaymentServiceGetInvoicesRequest) Validate

Validate checks the field values on PaymentServiceGetInvoicesRequest 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 (*PaymentServiceGetInvoicesRequest) ValidateAll

func (m *PaymentServiceGetInvoicesRequest) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetInvoicesRequest 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 PaymentServiceGetInvoicesRequestMultiError, or nil if none found.

type PaymentServiceGetInvoicesRequestMultiError

type PaymentServiceGetInvoicesRequestMultiError []error

PaymentServiceGetInvoicesRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetInvoicesRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetInvoicesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetInvoicesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetInvoicesRequestValidationError

type PaymentServiceGetInvoicesRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetInvoicesRequestValidationError is the validation error returned by PaymentServiceGetInvoicesRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetInvoicesRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetInvoicesRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetInvoicesRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetInvoicesRequestValidationError) Field

Field function returns field value.

func (PaymentServiceGetInvoicesRequestValidationError) Key

Key function returns key value.

func (PaymentServiceGetInvoicesRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetInvoicesResponse

type PaymentServiceGetInvoicesResponse struct {

	// Invoices is the list of invoices
	Invoices []*Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetInvoicesResponse is the response payload for a get invoices request

func (*PaymentServiceGetInvoicesResponse) Descriptor deprecated

func (*PaymentServiceGetInvoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetInvoicesResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetInvoicesResponse) GetInvoices

func (x *PaymentServiceGetInvoicesResponse) GetInvoices() []*Invoice

func (*PaymentServiceGetInvoicesResponse) ProtoMessage

func (*PaymentServiceGetInvoicesResponse) ProtoMessage()

func (*PaymentServiceGetInvoicesResponse) ProtoReflect

func (*PaymentServiceGetInvoicesResponse) Reset

func (*PaymentServiceGetInvoicesResponse) String

func (*PaymentServiceGetInvoicesResponse) Validate

Validate checks the field values on PaymentServiceGetInvoicesResponse 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 (*PaymentServiceGetInvoicesResponse) ValidateAll

func (m *PaymentServiceGetInvoicesResponse) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetInvoicesResponse 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 PaymentServiceGetInvoicesResponseMultiError, or nil if none found.

type PaymentServiceGetInvoicesResponseMultiError

type PaymentServiceGetInvoicesResponseMultiError []error

PaymentServiceGetInvoicesResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetInvoicesResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetInvoicesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetInvoicesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetInvoicesResponseValidationError

type PaymentServiceGetInvoicesResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetInvoicesResponseValidationError is the validation error returned by PaymentServiceGetInvoicesResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetInvoicesResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetInvoicesResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetInvoicesResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetInvoicesResponseValidationError) Field

Field function returns field value.

func (PaymentServiceGetInvoicesResponseValidationError) Key

Key function returns key value.

func (PaymentServiceGetInvoicesResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetOnboardedRequest added in v0.7.5

type PaymentServiceGetOnboardedRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetOnboardedRequest check the onboarded status

func (*PaymentServiceGetOnboardedRequest) Descriptor deprecated added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetOnboardedRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetOnboardedRequest) GetLogin added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) ProtoMessage added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) ProtoMessage()

func (*PaymentServiceGetOnboardedRequest) ProtoReflect added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) Reset added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) String added in v0.7.5

func (*PaymentServiceGetOnboardedRequest) Validate added in v0.7.5

Validate checks the field values on PaymentServiceGetOnboardedRequest 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 (*PaymentServiceGetOnboardedRequest) ValidateAll added in v0.7.5

func (m *PaymentServiceGetOnboardedRequest) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetOnboardedRequest 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 PaymentServiceGetOnboardedRequestMultiError, or nil if none found.

type PaymentServiceGetOnboardedRequestMultiError added in v0.7.5

type PaymentServiceGetOnboardedRequestMultiError []error

PaymentServiceGetOnboardedRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetOnboardedRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetOnboardedRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetOnboardedRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetOnboardedRequestValidationError added in v0.7.5

type PaymentServiceGetOnboardedRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetOnboardedRequestValidationError is the validation error returned by PaymentServiceGetOnboardedRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetOnboardedRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (PaymentServiceGetOnboardedRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (PaymentServiceGetOnboardedRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (PaymentServiceGetOnboardedRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (PaymentServiceGetOnboardedRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (PaymentServiceGetOnboardedRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type PaymentServiceGetOnboardedResponse added in v0.7.5

type PaymentServiceGetOnboardedResponse struct {

	// Onboarded indicates if the customer has seen the onboarded message
	Onboarded bool `protobuf:"varint,1,opt,name=onboarded,proto3" json:"onboarded,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetOnboardedRequest returns the onboarded status

func (*PaymentServiceGetOnboardedResponse) Descriptor deprecated added in v0.7.5

func (*PaymentServiceGetOnboardedResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetOnboardedResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetOnboardedResponse) GetOnboarded added in v0.7.5

func (x *PaymentServiceGetOnboardedResponse) GetOnboarded() bool

func (*PaymentServiceGetOnboardedResponse) ProtoMessage added in v0.7.5

func (*PaymentServiceGetOnboardedResponse) ProtoMessage()

func (*PaymentServiceGetOnboardedResponse) ProtoReflect added in v0.7.5

func (*PaymentServiceGetOnboardedResponse) Reset added in v0.7.5

func (*PaymentServiceGetOnboardedResponse) String added in v0.7.5

func (*PaymentServiceGetOnboardedResponse) Validate added in v0.7.5

Validate checks the field values on PaymentServiceGetOnboardedResponse 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 (*PaymentServiceGetOnboardedResponse) ValidateAll added in v0.7.5

func (m *PaymentServiceGetOnboardedResponse) ValidateAll() error

ValidateAll checks the field values on PaymentServiceGetOnboardedResponse 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 PaymentServiceGetOnboardedResponseMultiError, or nil if none found.

type PaymentServiceGetOnboardedResponseMultiError added in v0.7.5

type PaymentServiceGetOnboardedResponseMultiError []error

PaymentServiceGetOnboardedResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetOnboardedResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetOnboardedResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetOnboardedResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetOnboardedResponseValidationError added in v0.7.5

type PaymentServiceGetOnboardedResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetOnboardedResponseValidationError is the validation error returned by PaymentServiceGetOnboardedResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetOnboardedResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (PaymentServiceGetOnboardedResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (PaymentServiceGetOnboardedResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (PaymentServiceGetOnboardedResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (PaymentServiceGetOnboardedResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (PaymentServiceGetOnboardedResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type PaymentServiceGetSubscriptionUsageRequest

type PaymentServiceGetSubscriptionUsageRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceGetSubscriptionUsageRequest is the request payload for a get subscription usage request

func (*PaymentServiceGetSubscriptionUsageRequest) Descriptor deprecated

func (*PaymentServiceGetSubscriptionUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceGetSubscriptionUsageRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetSubscriptionUsageRequest) GetLogin

func (*PaymentServiceGetSubscriptionUsageRequest) ProtoMessage

func (*PaymentServiceGetSubscriptionUsageRequest) ProtoReflect

func (*PaymentServiceGetSubscriptionUsageRequest) Reset

func (*PaymentServiceGetSubscriptionUsageRequest) String

func (*PaymentServiceGetSubscriptionUsageRequest) Validate

Validate checks the field values on PaymentServiceGetSubscriptionUsageRequest 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 (*PaymentServiceGetSubscriptionUsageRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceGetSubscriptionUsageRequest 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 PaymentServiceGetSubscriptionUsageRequestMultiError, or nil if none found.

type PaymentServiceGetSubscriptionUsageRequestMultiError

type PaymentServiceGetSubscriptionUsageRequestMultiError []error

PaymentServiceGetSubscriptionUsageRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetSubscriptionUsageRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetSubscriptionUsageRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetSubscriptionUsageRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetSubscriptionUsageRequestValidationError

type PaymentServiceGetSubscriptionUsageRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetSubscriptionUsageRequestValidationError is the validation error returned by PaymentServiceGetSubscriptionUsageRequest.Validate if the designated constraints aren't met.

func (PaymentServiceGetSubscriptionUsageRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetSubscriptionUsageRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetSubscriptionUsageRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetSubscriptionUsageRequestValidationError) Field

Field function returns field value.

func (PaymentServiceGetSubscriptionUsageRequestValidationError) Key

Key function returns key value.

func (PaymentServiceGetSubscriptionUsageRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceGetSubscriptionUsageResponse

type PaymentServiceGetSubscriptionUsageResponse struct {

	// SubscriptionUsageItems is a list of usage for all subscriptions
	SubscriptionUsageItems []*SubscriptionUsageItem `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

PaymentServiceGetSubscriptionUsageResponse is the response payload for a get subscription usage request

func (*PaymentServiceGetSubscriptionUsageResponse) Descriptor deprecated

Deprecated: Use PaymentServiceGetSubscriptionUsageResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceGetSubscriptionUsageResponse) GetSubscriptionUsageItems

func (x *PaymentServiceGetSubscriptionUsageResponse) GetSubscriptionUsageItems() []*SubscriptionUsageItem

func (*PaymentServiceGetSubscriptionUsageResponse) ProtoMessage

func (*PaymentServiceGetSubscriptionUsageResponse) ProtoReflect

func (*PaymentServiceGetSubscriptionUsageResponse) Reset

func (*PaymentServiceGetSubscriptionUsageResponse) String

func (*PaymentServiceGetSubscriptionUsageResponse) Validate

Validate checks the field values on PaymentServiceGetSubscriptionUsageResponse 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 (*PaymentServiceGetSubscriptionUsageResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceGetSubscriptionUsageResponse 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 PaymentServiceGetSubscriptionUsageResponseMultiError, or nil if none found.

type PaymentServiceGetSubscriptionUsageResponseMultiError

type PaymentServiceGetSubscriptionUsageResponseMultiError []error

PaymentServiceGetSubscriptionUsageResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceGetSubscriptionUsageResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceGetSubscriptionUsageResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceGetSubscriptionUsageResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceGetSubscriptionUsageResponseValidationError

type PaymentServiceGetSubscriptionUsageResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceGetSubscriptionUsageResponseValidationError is the validation error returned by PaymentServiceGetSubscriptionUsageResponse.Validate if the designated constraints aren't met.

func (PaymentServiceGetSubscriptionUsageResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceGetSubscriptionUsageResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceGetSubscriptionUsageResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceGetSubscriptionUsageResponseValidationError) Field

Field function returns field value.

func (PaymentServiceGetSubscriptionUsageResponseValidationError) Key

Key function returns key value.

func (PaymentServiceGetSubscriptionUsageResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceHasChargeableResourcesRequest

type PaymentServiceHasChargeableResourcesRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceHasChargeableResourcesRequest is the request payload for a has chargeable request

func (*PaymentServiceHasChargeableResourcesRequest) Descriptor deprecated

Deprecated: Use PaymentServiceHasChargeableResourcesRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceHasChargeableResourcesRequest) GetLogin

func (*PaymentServiceHasChargeableResourcesRequest) ProtoMessage

func (*PaymentServiceHasChargeableResourcesRequest) ProtoReflect

func (*PaymentServiceHasChargeableResourcesRequest) Reset

func (*PaymentServiceHasChargeableResourcesRequest) String

func (*PaymentServiceHasChargeableResourcesRequest) Validate

Validate checks the field values on PaymentServiceHasChargeableResourcesRequest 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 (*PaymentServiceHasChargeableResourcesRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceHasChargeableResourcesRequest 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 PaymentServiceHasChargeableResourcesRequestMultiError, or nil if none found.

type PaymentServiceHasChargeableResourcesRequestMultiError

type PaymentServiceHasChargeableResourcesRequestMultiError []error

PaymentServiceHasChargeableResourcesRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceHasChargeableResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceHasChargeableResourcesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceHasChargeableResourcesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceHasChargeableResourcesRequestValidationError

type PaymentServiceHasChargeableResourcesRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceHasChargeableResourcesRequestValidationError is the validation error returned by PaymentServiceHasChargeableResourcesRequest.Validate if the designated constraints aren't met.

func (PaymentServiceHasChargeableResourcesRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceHasChargeableResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceHasChargeableResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceHasChargeableResourcesRequestValidationError) Field

Field function returns field value.

func (PaymentServiceHasChargeableResourcesRequestValidationError) Key

Key function returns key value.

func (PaymentServiceHasChargeableResourcesRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceHasChargeableResourcesResponse

type PaymentServiceHasChargeableResourcesResponse struct {

	// HasResources indicates if the customer has actually chargable resources
	HasResources bool `protobuf:"varint,1,opt,name=has_resources,json=hasResources,proto3" json:"has_resources,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceHasChargeableResourcesResponse is the response payload for a has chargeable request

func (*PaymentServiceHasChargeableResourcesResponse) Descriptor deprecated

Deprecated: Use PaymentServiceHasChargeableResourcesResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceHasChargeableResourcesResponse) GetHasResources

func (*PaymentServiceHasChargeableResourcesResponse) ProtoMessage

func (*PaymentServiceHasChargeableResourcesResponse) ProtoReflect

func (*PaymentServiceHasChargeableResourcesResponse) Reset

func (*PaymentServiceHasChargeableResourcesResponse) String

func (*PaymentServiceHasChargeableResourcesResponse) Validate

Validate checks the field values on PaymentServiceHasChargeableResourcesResponse 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 (*PaymentServiceHasChargeableResourcesResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceHasChargeableResourcesResponse 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 PaymentServiceHasChargeableResourcesResponseMultiError, or nil if none found.

type PaymentServiceHasChargeableResourcesResponseMultiError

type PaymentServiceHasChargeableResourcesResponseMultiError []error

PaymentServiceHasChargeableResourcesResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceHasChargeableResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceHasChargeableResourcesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceHasChargeableResourcesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceHasChargeableResourcesResponseValidationError

type PaymentServiceHasChargeableResourcesResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceHasChargeableResourcesResponseValidationError is the validation error returned by PaymentServiceHasChargeableResourcesResponse.Validate if the designated constraints aren't met.

func (PaymentServiceHasChargeableResourcesResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceHasChargeableResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceHasChargeableResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceHasChargeableResourcesResponseValidationError) Field

Field function returns field value.

func (PaymentServiceHasChargeableResourcesResponseValidationError) Key

Key function returns key value.

func (PaymentServiceHasChargeableResourcesResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceHasPaymentMethodRequest

type PaymentServiceHasPaymentMethodRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Project for which the payment method should be checked
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceHasPaymentMethodRequest is the request payload for a has payment request

func (*PaymentServiceHasPaymentMethodRequest) Descriptor deprecated

func (*PaymentServiceHasPaymentMethodRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceHasPaymentMethodRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceHasPaymentMethodRequest) GetLogin

func (*PaymentServiceHasPaymentMethodRequest) GetProject

func (*PaymentServiceHasPaymentMethodRequest) ProtoMessage

func (*PaymentServiceHasPaymentMethodRequest) ProtoMessage()

func (*PaymentServiceHasPaymentMethodRequest) ProtoReflect

func (*PaymentServiceHasPaymentMethodRequest) Reset

func (*PaymentServiceHasPaymentMethodRequest) String

func (*PaymentServiceHasPaymentMethodRequest) Validate

Validate checks the field values on PaymentServiceHasPaymentMethodRequest 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 (*PaymentServiceHasPaymentMethodRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceHasPaymentMethodRequest 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 PaymentServiceHasPaymentMethodRequestMultiError, or nil if none found.

type PaymentServiceHasPaymentMethodRequestMultiError

type PaymentServiceHasPaymentMethodRequestMultiError []error

PaymentServiceHasPaymentMethodRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceHasPaymentMethodRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceHasPaymentMethodRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceHasPaymentMethodRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceHasPaymentMethodRequestValidationError

type PaymentServiceHasPaymentMethodRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceHasPaymentMethodRequestValidationError is the validation error returned by PaymentServiceHasPaymentMethodRequest.Validate if the designated constraints aren't met.

func (PaymentServiceHasPaymentMethodRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceHasPaymentMethodRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceHasPaymentMethodRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceHasPaymentMethodRequestValidationError) Field

Field function returns field value.

func (PaymentServiceHasPaymentMethodRequestValidationError) Key

Key function returns key value.

func (PaymentServiceHasPaymentMethodRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceHasPaymentMethodResponse

type PaymentServiceHasPaymentMethodResponse struct {

	// Exists indicates if this customer has a payment method
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	// CouponLeft is true if there is still free amount on the coupon left
	CouponLeft bool `protobuf:"varint,2,opt,name=coupon_left,json=couponLeft,proto3" json:"coupon_left,omitempty"`
	// PositiveBalance indicates if the customer still has positive balance
	PositiveBalance bool `protobuf:"varint,3,opt,name=positive_balance,json=positiveBalance,proto3" json:"positive_balance,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceHasPaymentMethodResponse is the response payload for a has payment request

func (*PaymentServiceHasPaymentMethodResponse) Descriptor deprecated

func (*PaymentServiceHasPaymentMethodResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceHasPaymentMethodResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceHasPaymentMethodResponse) GetCouponLeft

func (x *PaymentServiceHasPaymentMethodResponse) GetCouponLeft() bool

func (*PaymentServiceHasPaymentMethodResponse) GetExists

func (*PaymentServiceHasPaymentMethodResponse) GetPositiveBalance

func (x *PaymentServiceHasPaymentMethodResponse) GetPositiveBalance() bool

func (*PaymentServiceHasPaymentMethodResponse) ProtoMessage

func (*PaymentServiceHasPaymentMethodResponse) ProtoReflect

func (*PaymentServiceHasPaymentMethodResponse) Reset

func (*PaymentServiceHasPaymentMethodResponse) String

func (*PaymentServiceHasPaymentMethodResponse) Validate

Validate checks the field values on PaymentServiceHasPaymentMethodResponse 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 (*PaymentServiceHasPaymentMethodResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceHasPaymentMethodResponse 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 PaymentServiceHasPaymentMethodResponseMultiError, or nil if none found.

type PaymentServiceHasPaymentMethodResponseMultiError

type PaymentServiceHasPaymentMethodResponseMultiError []error

PaymentServiceHasPaymentMethodResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceHasPaymentMethodResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceHasPaymentMethodResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceHasPaymentMethodResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceHasPaymentMethodResponseValidationError

type PaymentServiceHasPaymentMethodResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceHasPaymentMethodResponseValidationError is the validation error returned by PaymentServiceHasPaymentMethodResponse.Validate if the designated constraints aren't met.

func (PaymentServiceHasPaymentMethodResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceHasPaymentMethodResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceHasPaymentMethodResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceHasPaymentMethodResponseValidationError) Field

Field function returns field value.

func (PaymentServiceHasPaymentMethodResponseValidationError) Key

Key function returns key value.

func (PaymentServiceHasPaymentMethodResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceRequestAdmissionRequest

type PaymentServiceRequestAdmissionRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Customer is the customer
	Customer *PaymentCustomer `protobuf:"bytes,2,opt,name=customer,proto3" json:"customer,omitempty"`
	// AcceptedTermsAndConditions indicates if the customer already accepted the terms and conditions
	AcceptedTermsAndConditions bool `` /* 144-byte string literal not displayed */
	// EmailConsent indicates if the customer already gave consent to email
	EmailConsent bool `protobuf:"varint,4,opt,name=email_consent,json=emailConsent,proto3" json:"email_consent,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceRequestAdmissionRequest is the request payload for a admission request

func (*PaymentServiceRequestAdmissionRequest) Descriptor deprecated

func (*PaymentServiceRequestAdmissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceRequestAdmissionRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceRequestAdmissionRequest) GetAcceptedTermsAndConditions

func (x *PaymentServiceRequestAdmissionRequest) GetAcceptedTermsAndConditions() bool

func (*PaymentServiceRequestAdmissionRequest) GetCustomer

func (*PaymentServiceRequestAdmissionRequest) GetEmailConsent

func (x *PaymentServiceRequestAdmissionRequest) GetEmailConsent() bool

func (*PaymentServiceRequestAdmissionRequest) GetLogin

func (*PaymentServiceRequestAdmissionRequest) ProtoMessage

func (*PaymentServiceRequestAdmissionRequest) ProtoMessage()

func (*PaymentServiceRequestAdmissionRequest) ProtoReflect

func (*PaymentServiceRequestAdmissionRequest) Reset

func (*PaymentServiceRequestAdmissionRequest) String

func (*PaymentServiceRequestAdmissionRequest) Validate

Validate checks the field values on PaymentServiceRequestAdmissionRequest 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 (*PaymentServiceRequestAdmissionRequest) ValidateAll

ValidateAll checks the field values on PaymentServiceRequestAdmissionRequest 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 PaymentServiceRequestAdmissionRequestMultiError, or nil if none found.

type PaymentServiceRequestAdmissionRequestMultiError

type PaymentServiceRequestAdmissionRequestMultiError []error

PaymentServiceRequestAdmissionRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceRequestAdmissionRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceRequestAdmissionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceRequestAdmissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceRequestAdmissionRequestValidationError

type PaymentServiceRequestAdmissionRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceRequestAdmissionRequestValidationError is the validation error returned by PaymentServiceRequestAdmissionRequest.Validate if the designated constraints aren't met.

func (PaymentServiceRequestAdmissionRequestValidationError) Cause

Cause function returns cause value.

func (PaymentServiceRequestAdmissionRequestValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceRequestAdmissionRequestValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceRequestAdmissionRequestValidationError) Field

Field function returns field value.

func (PaymentServiceRequestAdmissionRequestValidationError) Key

Key function returns key value.

func (PaymentServiceRequestAdmissionRequestValidationError) Reason

Reason function returns reason value.

type PaymentServiceRequestAdmissionResponse

type PaymentServiceRequestAdmissionResponse struct {
	// contains filtered or unexported fields
}

PaymentServiceRequestAdmissionResponse is the response payload for a admission request

func (*PaymentServiceRequestAdmissionResponse) Descriptor deprecated

func (*PaymentServiceRequestAdmissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceRequestAdmissionResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceRequestAdmissionResponse) ProtoMessage

func (*PaymentServiceRequestAdmissionResponse) ProtoReflect

func (*PaymentServiceRequestAdmissionResponse) Reset

func (*PaymentServiceRequestAdmissionResponse) String

func (*PaymentServiceRequestAdmissionResponse) Validate

Validate checks the field values on PaymentServiceRequestAdmissionResponse 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 (*PaymentServiceRequestAdmissionResponse) ValidateAll

ValidateAll checks the field values on PaymentServiceRequestAdmissionResponse 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 PaymentServiceRequestAdmissionResponseMultiError, or nil if none found.

type PaymentServiceRequestAdmissionResponseMultiError

type PaymentServiceRequestAdmissionResponseMultiError []error

PaymentServiceRequestAdmissionResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceRequestAdmissionResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceRequestAdmissionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PaymentServiceRequestAdmissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceRequestAdmissionResponseValidationError

type PaymentServiceRequestAdmissionResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceRequestAdmissionResponseValidationError is the validation error returned by PaymentServiceRequestAdmissionResponse.Validate if the designated constraints aren't met.

func (PaymentServiceRequestAdmissionResponseValidationError) Cause

Cause function returns cause value.

func (PaymentServiceRequestAdmissionResponseValidationError) Error

Error satisfies the builtin error interface

func (PaymentServiceRequestAdmissionResponseValidationError) ErrorName

ErrorName returns error name.

func (PaymentServiceRequestAdmissionResponseValidationError) Field

Field function returns field value.

func (PaymentServiceRequestAdmissionResponseValidationError) Key

Key function returns key value.

func (PaymentServiceRequestAdmissionResponseValidationError) Reason

Reason function returns reason value.

type PaymentServiceSetOnboardedRequest added in v0.7.5

type PaymentServiceSetOnboardedRequest struct {

	// Login of the customer
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Onboarded indicates if the customer has seen the onboarde message
	Onboarded bool `protobuf:"varint,2,opt,name=onboarded,proto3" json:"onboarded,omitempty"`
	// contains filtered or unexported fields
}

PayentServiceSetOnboardedRequest changes the onboarded status of the given customer

func (*PaymentServiceSetOnboardedRequest) Descriptor deprecated added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceSetOnboardedRequest.ProtoReflect.Descriptor instead.

func (*PaymentServiceSetOnboardedRequest) GetLogin added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) GetOnboarded added in v0.7.5

func (x *PaymentServiceSetOnboardedRequest) GetOnboarded() bool

func (*PaymentServiceSetOnboardedRequest) ProtoMessage added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) ProtoMessage()

func (*PaymentServiceSetOnboardedRequest) ProtoReflect added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) Reset added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) String added in v0.7.5

func (*PaymentServiceSetOnboardedRequest) Validate added in v0.7.5

Validate checks the field values on PaymentServiceSetOnboardedRequest 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 (*PaymentServiceSetOnboardedRequest) ValidateAll added in v0.7.5

func (m *PaymentServiceSetOnboardedRequest) ValidateAll() error

ValidateAll checks the field values on PaymentServiceSetOnboardedRequest 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 PaymentServiceSetOnboardedRequestMultiError, or nil if none found.

type PaymentServiceSetOnboardedRequestMultiError added in v0.7.5

type PaymentServiceSetOnboardedRequestMultiError []error

PaymentServiceSetOnboardedRequestMultiError is an error wrapping multiple validation errors returned by PaymentServiceSetOnboardedRequest.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceSetOnboardedRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (PaymentServiceSetOnboardedRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceSetOnboardedRequestValidationError added in v0.7.5

type PaymentServiceSetOnboardedRequestValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceSetOnboardedRequestValidationError is the validation error returned by PaymentServiceSetOnboardedRequest.Validate if the designated constraints aren't met.

func (PaymentServiceSetOnboardedRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (PaymentServiceSetOnboardedRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (PaymentServiceSetOnboardedRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (PaymentServiceSetOnboardedRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (PaymentServiceSetOnboardedRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (PaymentServiceSetOnboardedRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type PaymentServiceSetOnboardedResponse added in v0.7.5

type PaymentServiceSetOnboardedResponse struct {

	// Onboarded indicates if the customer has seen the onboarded message
	Onboarded bool `protobuf:"varint,1,opt,name=onboarded,proto3" json:"onboarded,omitempty"`
	// contains filtered or unexported fields
}

PaymentServiceSetOnboardedResponse respond to the changed status of the given customer

func (*PaymentServiceSetOnboardedResponse) Descriptor deprecated added in v0.7.5

func (*PaymentServiceSetOnboardedResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentServiceSetOnboardedResponse.ProtoReflect.Descriptor instead.

func (*PaymentServiceSetOnboardedResponse) GetOnboarded added in v0.7.5

func (x *PaymentServiceSetOnboardedResponse) GetOnboarded() bool

func (*PaymentServiceSetOnboardedResponse) ProtoMessage added in v0.7.5

func (*PaymentServiceSetOnboardedResponse) ProtoMessage()

func (*PaymentServiceSetOnboardedResponse) ProtoReflect added in v0.7.5

func (*PaymentServiceSetOnboardedResponse) Reset added in v0.7.5

func (*PaymentServiceSetOnboardedResponse) String added in v0.7.5

func (*PaymentServiceSetOnboardedResponse) Validate added in v0.7.5

Validate checks the field values on PaymentServiceSetOnboardedResponse 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 (*PaymentServiceSetOnboardedResponse) ValidateAll added in v0.7.5

func (m *PaymentServiceSetOnboardedResponse) ValidateAll() error

ValidateAll checks the field values on PaymentServiceSetOnboardedResponse 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 PaymentServiceSetOnboardedResponseMultiError, or nil if none found.

type PaymentServiceSetOnboardedResponseMultiError added in v0.7.5

type PaymentServiceSetOnboardedResponseMultiError []error

PaymentServiceSetOnboardedResponseMultiError is an error wrapping multiple validation errors returned by PaymentServiceSetOnboardedResponse.ValidateAll() if the designated constraints aren't met.

func (PaymentServiceSetOnboardedResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (PaymentServiceSetOnboardedResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type PaymentServiceSetOnboardedResponseValidationError added in v0.7.5

type PaymentServiceSetOnboardedResponseValidationError struct {
	// contains filtered or unexported fields
}

PaymentServiceSetOnboardedResponseValidationError is the validation error returned by PaymentServiceSetOnboardedResponse.Validate if the designated constraints aren't met.

func (PaymentServiceSetOnboardedResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (PaymentServiceSetOnboardedResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (PaymentServiceSetOnboardedResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (PaymentServiceSetOnboardedResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (PaymentServiceSetOnboardedResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (PaymentServiceSetOnboardedResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type Price

type Price struct {

	// Name of the price
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// UnitAmountDecimal the value of this price
	UnitAmountDecimal float64 `protobuf:"fixed64,2,opt,name=unit_amount_decimal,json=unitAmountDecimal,proto3" json:"unit_amount_decimal,omitempty"`
	// Currency of this price
	Currency string `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"`
	// UnitLabel is a label which allows for searching this unit at the payment processor
	UnitLabel string `protobuf:"bytes,4,opt,name=unit_label,json=unitLabel,proto3" json:"unit_label,omitempty"`
	// ProductType this price applies to
	ProductType ProductType `protobuf:"varint,5,opt,name=product_type,json=productType,proto3,enum=api.v1.ProductType" json:"product_type,omitempty"`
	// Description of this price
	Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Price of a product

func (*Price) Descriptor deprecated

func (*Price) Descriptor() ([]byte, []int)

Deprecated: Use Price.ProtoReflect.Descriptor instead.

func (*Price) GetCurrency

func (x *Price) GetCurrency() string

func (*Price) GetDescription

func (x *Price) GetDescription() string

func (*Price) GetName

func (x *Price) GetName() string

func (*Price) GetProductType

func (x *Price) GetProductType() ProductType

func (*Price) GetUnitAmountDecimal

func (x *Price) GetUnitAmountDecimal() float64

func (*Price) GetUnitLabel

func (x *Price) GetUnitLabel() string

func (*Price) ProtoMessage

func (*Price) ProtoMessage()

func (*Price) ProtoReflect

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

func (*Price) Reset

func (x *Price) Reset()

func (*Price) String

func (x *Price) String() string

func (*Price) Validate

func (m *Price) Validate() error

Validate checks the field values on Price 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 (*Price) ValidateAll

func (m *Price) ValidateAll() error

ValidateAll checks the field values on Price 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 PriceMultiError, or nil if none found.

type PriceMultiError

type PriceMultiError []error

PriceMultiError is an error wrapping multiple validation errors returned by Price.ValidateAll() if the designated constraints aren't met.

func (PriceMultiError) AllErrors

func (m PriceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PriceMultiError) Error

func (m PriceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PriceValidationError

type PriceValidationError struct {
	// contains filtered or unexported fields
}

PriceValidationError is the validation error returned by Price.Validate if the designated constraints aren't met.

func (PriceValidationError) Cause

func (e PriceValidationError) Cause() error

Cause function returns cause value.

func (PriceValidationError) Error

func (e PriceValidationError) Error() string

Error satisfies the builtin error interface

func (PriceValidationError) ErrorName

func (e PriceValidationError) ErrorName() string

ErrorName returns error name.

func (PriceValidationError) Field

func (e PriceValidationError) Field() string

Field function returns field value.

func (PriceValidationError) Key

func (e PriceValidationError) Key() bool

Key function returns key value.

func (PriceValidationError) Reason

func (e PriceValidationError) Reason() string

Reason function returns reason value.

type ProductType

type ProductType int32

ProductType defines for which type of product a price applies

const (
	// PRODUCT_TYPE_UNSPECIFIED is unspecified
	ProductType_PRODUCT_TYPE_UNSPECIFIED ProductType = 0
	// PRODUCT_TYPE_STORAGE for storage
	ProductType_PRODUCT_TYPE_STORAGE ProductType = 1
	// PRODUCT_TYPE_COMPUTE for compute, e.g. machines
	ProductType_PRODUCT_TYPE_COMPUTE ProductType = 2
	// PRODUCT_TYPE_NETWORK for network, e.g. ips and traffic
	ProductType_PRODUCT_TYPE_NETWORK ProductType = 3
	// PRODUCT_TYPE_KUBERNETES for kubernetes, e.g. the control plane
	ProductType_PRODUCT_TYPE_KUBERNETES ProductType = 5
)

func (ProductType) Descriptor

func (ProductType) Enum

func (x ProductType) Enum() *ProductType

func (ProductType) EnumDescriptor deprecated

func (ProductType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProductType.Descriptor instead.

func (ProductType) Number

func (x ProductType) Number() protoreflect.EnumNumber

func (ProductType) String

func (x ProductType) String() string

func (ProductType) Type

type Project

type Project struct {

	// Uuid of this project
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Name of this project must be unique per tenant
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Description of this project
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Tenant this project belongs to
	Tenant string `protobuf:"bytes,4,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// ProjectMembers in this project
	ProjectMembers []*ProjectMember `protobuf:"bytes,5,rep,name=project_members,json=projectMembers,proto3" json:"project_members,omitempty"`
	// CreatedAt the date when this project was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// UpdatedAt the date when this project was updated
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

Project defines a group of resources belonging to a tenant a tenant can have multiple projects

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetProjectMembers added in v0.8.0

func (x *Project) GetProjectMembers() []*ProjectMember

func (*Project) GetTenant

func (x *Project) GetTenant() string

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() *timestamppb.Timestamp

func (*Project) GetUuid

func (x *Project) GetUuid() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

func (*Project) Validate

func (m *Project) Validate() error

Validate checks the field values on Project 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 (*Project) ValidateAll

func (m *Project) ValidateAll() error

ValidateAll checks the field values on Project 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 ProjectMultiError, or nil if none found.

type ProjectInvite added in v0.8.0

type ProjectInvite struct {

	// Secret is the secret part of the invite, typically part of the url
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// Project is the project id for which this invite was created
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Role is the role in this project the user will get after accepting the invitation
	Role ProjectRole `protobuf:"varint,3,opt,name=role,proto3,enum=api.v1.ProjectRole" json:"role,omitempty"`
	// Joined is false as long as a user has not accepted the invite
	Joined bool `protobuf:"varint,4,opt,name=joined,proto3" json:"joined,omitempty"`
	// ProjectName is the project name for which this invite was created
	ProjectName string `protobuf:"bytes,5,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	// Tenant is the login of tenant who invites to join this project
	Tenant string `protobuf:"bytes,6,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// TenantName is the name of tenant who invites to join this project
	TenantName string `protobuf:"bytes,7,opt,name=tenant_name,json=tenantName,proto3" json:"tenant_name,omitempty"`
	// ExpiresAt the date when this invite expires
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// JoinedAt the date when the member accepted this invite
	JoinedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"`
	// contains filtered or unexported fields
}

ProjectInvite defines invite to project

func (*ProjectInvite) Descriptor deprecated added in v0.8.0

func (*ProjectInvite) Descriptor() ([]byte, []int)

Deprecated: Use ProjectInvite.ProtoReflect.Descriptor instead.

func (*ProjectInvite) GetExpiresAt added in v0.8.0

func (x *ProjectInvite) GetExpiresAt() *timestamppb.Timestamp

func (*ProjectInvite) GetJoined added in v0.8.0

func (x *ProjectInvite) GetJoined() bool

func (*ProjectInvite) GetJoinedAt added in v0.8.0

func (x *ProjectInvite) GetJoinedAt() *timestamppb.Timestamp

func (*ProjectInvite) GetProject added in v0.8.0

func (x *ProjectInvite) GetProject() string

func (*ProjectInvite) GetProjectName added in v0.8.2

func (x *ProjectInvite) GetProjectName() string

func (*ProjectInvite) GetRole added in v0.8.0

func (x *ProjectInvite) GetRole() ProjectRole

func (*ProjectInvite) GetSecret added in v0.8.0

func (x *ProjectInvite) GetSecret() string

func (*ProjectInvite) GetTenant added in v0.8.2

func (x *ProjectInvite) GetTenant() string

func (*ProjectInvite) GetTenantName added in v0.8.2

func (x *ProjectInvite) GetTenantName() string

func (*ProjectInvite) ProtoMessage added in v0.8.0

func (*ProjectInvite) ProtoMessage()

func (*ProjectInvite) ProtoReflect added in v0.8.0

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

func (*ProjectInvite) Reset added in v0.8.0

func (x *ProjectInvite) Reset()

func (*ProjectInvite) String added in v0.8.0

func (x *ProjectInvite) String() string

func (*ProjectInvite) Validate added in v0.8.0

func (m *ProjectInvite) Validate() error

Validate checks the field values on ProjectInvite 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 (*ProjectInvite) ValidateAll added in v0.8.0

func (m *ProjectInvite) ValidateAll() error

ValidateAll checks the field values on ProjectInvite 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 ProjectInviteMultiError, or nil if none found.

type ProjectInviteMultiError added in v0.8.0

type ProjectInviteMultiError []error

ProjectInviteMultiError is an error wrapping multiple validation errors returned by ProjectInvite.ValidateAll() if the designated constraints aren't met.

func (ProjectInviteMultiError) AllErrors added in v0.8.0

func (m ProjectInviteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectInviteMultiError) Error added in v0.8.0

func (m ProjectInviteMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProjectInviteValidationError added in v0.8.0

type ProjectInviteValidationError struct {
	// contains filtered or unexported fields
}

ProjectInviteValidationError is the validation error returned by ProjectInvite.Validate if the designated constraints aren't met.

func (ProjectInviteValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectInviteValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectInviteValidationError) ErrorName added in v0.8.0

func (e ProjectInviteValidationError) ErrorName() string

ErrorName returns error name.

func (ProjectInviteValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectInviteValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectInviteValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectMember added in v0.8.0

type ProjectMember struct {

	// Id is the user id of the member
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Role is the role of the member
	Role ProjectRole `protobuf:"varint,2,opt,name=role,proto3,enum=api.v1.ProjectRole" json:"role,omitempty"`
	// CreatedAt the date when the member was added to the project
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

ProjectMember defines a user that participates at a project

func (*ProjectMember) Descriptor deprecated added in v0.8.0

func (*ProjectMember) Descriptor() ([]byte, []int)

Deprecated: Use ProjectMember.ProtoReflect.Descriptor instead.

func (*ProjectMember) GetCreatedAt added in v0.8.0

func (x *ProjectMember) GetCreatedAt() *timestamppb.Timestamp

func (*ProjectMember) GetId added in v0.8.0

func (x *ProjectMember) GetId() string

func (*ProjectMember) GetRole added in v0.8.0

func (x *ProjectMember) GetRole() ProjectRole

func (*ProjectMember) ProtoMessage added in v0.8.0

func (*ProjectMember) ProtoMessage()

func (*ProjectMember) ProtoReflect added in v0.8.0

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

func (*ProjectMember) Reset added in v0.8.0

func (x *ProjectMember) Reset()

func (*ProjectMember) String added in v0.8.0

func (x *ProjectMember) String() string

func (*ProjectMember) Validate added in v0.8.0

func (m *ProjectMember) Validate() error

Validate checks the field values on ProjectMember 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 (*ProjectMember) ValidateAll added in v0.8.0

func (m *ProjectMember) ValidateAll() error

ValidateAll checks the field values on ProjectMember 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 ProjectMemberMultiError, or nil if none found.

type ProjectMemberMultiError added in v0.8.0

type ProjectMemberMultiError []error

ProjectMemberMultiError is an error wrapping multiple validation errors returned by ProjectMember.ValidateAll() if the designated constraints aren't met.

func (ProjectMemberMultiError) AllErrors added in v0.8.0

func (m ProjectMemberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectMemberMultiError) Error added in v0.8.0

func (m ProjectMemberMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProjectMemberValidationError added in v0.8.0

type ProjectMemberValidationError struct {
	// contains filtered or unexported fields
}

ProjectMemberValidationError is the validation error returned by ProjectMember.Validate if the designated constraints aren't met.

func (ProjectMemberValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectMemberValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectMemberValidationError) ErrorName added in v0.8.0

func (e ProjectMemberValidationError) ErrorName() string

ErrorName returns error name.

func (ProjectMemberValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectMemberValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectMemberValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectMultiError

type ProjectMultiError []error

ProjectMultiError is an error wrapping multiple validation errors returned by Project.ValidateAll() if the designated constraints aren't met.

func (ProjectMultiError) AllErrors

func (m ProjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectMultiError) Error

func (m ProjectMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProjectRole

type ProjectRole int32

ProjectRole specifies what role a logged in user needs to call this project scoped service

const (
	// PROJECT_ROLE_UNSPECIFIED is not specified
	ProjectRole_PROJECT_ROLE_UNSPECIFIED ProjectRole = 0
	// PROJECT_ROLE_OWNER the logged in user needs at least owner role to call this method
	ProjectRole_PROJECT_ROLE_OWNER ProjectRole = 1
	// PROJECT_ROLE_EDITOR the logged in user needs at least editor role to call this method
	ProjectRole_PROJECT_ROLE_EDITOR ProjectRole = 2
	// PROJECT_ROLE_VIEWER the logged in user needs at least viewer role to call this method
	ProjectRole_PROJECT_ROLE_VIEWER ProjectRole = 3
)

func (ProjectRole) Descriptor

func (ProjectRole) Enum

func (x ProjectRole) Enum() *ProjectRole

func (ProjectRole) EnumDescriptor deprecated

func (ProjectRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProjectRole.Descriptor instead.

func (ProjectRole) Number

func (x ProjectRole) Number() protoreflect.EnumNumber

func (ProjectRole) String

func (x ProjectRole) String() string

func (ProjectRole) Type

type ProjectServiceCreateRequest added in v0.7.4

type ProjectServiceCreateRequest struct {

	// Login is the tenant of this project
	// TODO: is login really a good name?
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Name of this project, unique per tenant
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Description of this project
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceCreateRequest is the request payload to Create a project

func (*ProjectServiceCreateRequest) Descriptor deprecated added in v0.7.4

func (*ProjectServiceCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceCreateRequest) GetDescription added in v0.7.4

func (x *ProjectServiceCreateRequest) GetDescription() string

func (*ProjectServiceCreateRequest) GetLogin added in v0.7.4

func (x *ProjectServiceCreateRequest) GetLogin() string

func (*ProjectServiceCreateRequest) GetName added in v0.7.4

func (x *ProjectServiceCreateRequest) GetName() string

func (*ProjectServiceCreateRequest) ProtoMessage added in v0.7.4

func (*ProjectServiceCreateRequest) ProtoMessage()

func (*ProjectServiceCreateRequest) ProtoReflect added in v0.7.4

func (*ProjectServiceCreateRequest) Reset added in v0.7.4

func (x *ProjectServiceCreateRequest) Reset()

func (*ProjectServiceCreateRequest) String added in v0.7.4

func (x *ProjectServiceCreateRequest) String() string

func (*ProjectServiceCreateRequest) Validate added in v0.7.4

func (m *ProjectServiceCreateRequest) Validate() error

Validate checks the field values on ProjectServiceCreateRequest 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 (*ProjectServiceCreateRequest) ValidateAll added in v0.7.4

func (m *ProjectServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceCreateRequest 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 ProjectServiceCreateRequestMultiError, or nil if none found.

type ProjectServiceCreateRequestMultiError added in v0.7.4

type ProjectServiceCreateRequestMultiError []error

ProjectServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceCreateRequestMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceCreateRequestMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceCreateRequestValidationError added in v0.7.4

type ProjectServiceCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceCreateRequestValidationError is the validation error returned by ProjectServiceCreateRequest.Validate if the designated constraints aren't met.

func (ProjectServiceCreateRequestValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceCreateRequestValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceCreateRequestValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceCreateRequestValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceCreateRequestValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceCreateRequestValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectServiceCreateResponse added in v0.7.4

type ProjectServiceCreateResponse struct {

	// Project is the project
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceCreateResponse is the response payload of creation of a project

func (*ProjectServiceCreateResponse) Descriptor deprecated added in v0.7.4

func (*ProjectServiceCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceCreateResponse) GetProject added in v0.7.4

func (x *ProjectServiceCreateResponse) GetProject() *Project

func (*ProjectServiceCreateResponse) ProtoMessage added in v0.7.4

func (*ProjectServiceCreateResponse) ProtoMessage()

func (*ProjectServiceCreateResponse) ProtoReflect added in v0.7.4

func (*ProjectServiceCreateResponse) Reset added in v0.7.4

func (x *ProjectServiceCreateResponse) Reset()

func (*ProjectServiceCreateResponse) String added in v0.7.4

func (*ProjectServiceCreateResponse) Validate added in v0.7.4

func (m *ProjectServiceCreateResponse) Validate() error

Validate checks the field values on ProjectServiceCreateResponse 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 (*ProjectServiceCreateResponse) ValidateAll added in v0.7.4

func (m *ProjectServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceCreateResponse 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 ProjectServiceCreateResponseMultiError, or nil if none found.

type ProjectServiceCreateResponseMultiError added in v0.7.4

type ProjectServiceCreateResponseMultiError []error

ProjectServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceCreateResponseMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceCreateResponseMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceCreateResponseValidationError added in v0.7.4

type ProjectServiceCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceCreateResponseValidationError is the validation error returned by ProjectServiceCreateResponse.Validate if the designated constraints aren't met.

func (ProjectServiceCreateResponseValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceCreateResponseValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceCreateResponseValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceCreateResponseValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceCreateResponseValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceCreateResponseValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectServiceDeleteRequest added in v0.7.4

type ProjectServiceDeleteRequest struct {

	// Project is the uuid of the project to get
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceDeleteRequest is the request payload to delete a project

func (*ProjectServiceDeleteRequest) Descriptor deprecated added in v0.7.4

func (*ProjectServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceDeleteRequest) GetProject added in v0.7.4

func (x *ProjectServiceDeleteRequest) GetProject() string

func (*ProjectServiceDeleteRequest) ProtoMessage added in v0.7.4

func (*ProjectServiceDeleteRequest) ProtoMessage()

func (*ProjectServiceDeleteRequest) ProtoReflect added in v0.7.4

func (*ProjectServiceDeleteRequest) Reset added in v0.7.4

func (x *ProjectServiceDeleteRequest) Reset()

func (*ProjectServiceDeleteRequest) String added in v0.7.4

func (x *ProjectServiceDeleteRequest) String() string

func (*ProjectServiceDeleteRequest) Validate added in v0.7.4

func (m *ProjectServiceDeleteRequest) Validate() error

Validate checks the field values on ProjectServiceDeleteRequest 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 (*ProjectServiceDeleteRequest) ValidateAll added in v0.7.4

func (m *ProjectServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceDeleteRequest 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 ProjectServiceDeleteRequestMultiError, or nil if none found.

type ProjectServiceDeleteRequestMultiError added in v0.7.4

type ProjectServiceDeleteRequestMultiError []error

ProjectServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceDeleteRequestMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceDeleteRequestMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceDeleteRequestValidationError added in v0.7.4

type ProjectServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceDeleteRequestValidationError is the validation error returned by ProjectServiceDeleteRequest.Validate if the designated constraints aren't met.

func (ProjectServiceDeleteRequestValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceDeleteRequestValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceDeleteRequestValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceDeleteRequestValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceDeleteRequestValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceDeleteRequestValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectServiceDeleteResponse added in v0.7.4

type ProjectServiceDeleteResponse struct {

	// Project is the project
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceDeleteResponse is the response payload to delete a project

func (*ProjectServiceDeleteResponse) Descriptor deprecated added in v0.7.4

func (*ProjectServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceDeleteResponse) GetProject added in v0.7.4

func (x *ProjectServiceDeleteResponse) GetProject() *Project

func (*ProjectServiceDeleteResponse) ProtoMessage added in v0.7.4

func (*ProjectServiceDeleteResponse) ProtoMessage()

func (*ProjectServiceDeleteResponse) ProtoReflect added in v0.7.4

func (*ProjectServiceDeleteResponse) Reset added in v0.7.4

func (x *ProjectServiceDeleteResponse) Reset()

func (*ProjectServiceDeleteResponse) String added in v0.7.4

func (*ProjectServiceDeleteResponse) Validate added in v0.7.4

func (m *ProjectServiceDeleteResponse) Validate() error

Validate checks the field values on ProjectServiceDeleteResponse 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 (*ProjectServiceDeleteResponse) ValidateAll added in v0.7.4

func (m *ProjectServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceDeleteResponse 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 ProjectServiceDeleteResponseMultiError, or nil if none found.

type ProjectServiceDeleteResponseMultiError added in v0.7.4

type ProjectServiceDeleteResponseMultiError []error

ProjectServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceDeleteResponseMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceDeleteResponseMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceDeleteResponseValidationError added in v0.7.4

type ProjectServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceDeleteResponseValidationError is the validation error returned by ProjectServiceDeleteResponse.Validate if the designated constraints aren't met.

func (ProjectServiceDeleteResponseValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceDeleteResponseValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceDeleteResponseValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceDeleteResponseValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceDeleteResponseValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceDeleteResponseValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectServiceGetRequest

type ProjectServiceGetRequest struct {

	// Project is the uuid of the project to get
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceGetRequest is the request payload to get a project

func (*ProjectServiceGetRequest) Descriptor deprecated

func (*ProjectServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceGetRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceGetRequest) GetProject

func (x *ProjectServiceGetRequest) GetProject() string

func (*ProjectServiceGetRequest) ProtoMessage

func (*ProjectServiceGetRequest) ProtoMessage()

func (*ProjectServiceGetRequest) ProtoReflect

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

func (*ProjectServiceGetRequest) Reset

func (x *ProjectServiceGetRequest) Reset()

func (*ProjectServiceGetRequest) String

func (x *ProjectServiceGetRequest) String() string

func (*ProjectServiceGetRequest) Validate

func (m *ProjectServiceGetRequest) Validate() error

Validate checks the field values on ProjectServiceGetRequest 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 (*ProjectServiceGetRequest) ValidateAll

func (m *ProjectServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceGetRequest 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 ProjectServiceGetRequestMultiError, or nil if none found.

type ProjectServiceGetRequestMultiError

type ProjectServiceGetRequestMultiError []error

ProjectServiceGetRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceGetRequestMultiError) AllErrors

func (m ProjectServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceGetRequestValidationError

type ProjectServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceGetRequestValidationError is the validation error returned by ProjectServiceGetRequest.Validate if the designated constraints aren't met.

func (ProjectServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (ProjectServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (ProjectServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (ProjectServiceGetRequestValidationError) Field

Field function returns field value.

func (ProjectServiceGetRequestValidationError) Key

Key function returns key value.

func (ProjectServiceGetRequestValidationError) Reason

Reason function returns reason value.

type ProjectServiceGetResponse

type ProjectServiceGetResponse struct {

	// Project is the project
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceGetResponse is the response payload to get a projects

func (*ProjectServiceGetResponse) Descriptor deprecated

func (*ProjectServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceGetResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceGetResponse) GetProject

func (x *ProjectServiceGetResponse) GetProject() *Project

func (*ProjectServiceGetResponse) ProtoMessage

func (*ProjectServiceGetResponse) ProtoMessage()

func (*ProjectServiceGetResponse) ProtoReflect

func (*ProjectServiceGetResponse) Reset

func (x *ProjectServiceGetResponse) Reset()

func (*ProjectServiceGetResponse) String

func (x *ProjectServiceGetResponse) String() string

func (*ProjectServiceGetResponse) Validate

func (m *ProjectServiceGetResponse) Validate() error

Validate checks the field values on ProjectServiceGetResponse 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 (*ProjectServiceGetResponse) ValidateAll

func (m *ProjectServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceGetResponse 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 ProjectServiceGetResponseMultiError, or nil if none found.

type ProjectServiceGetResponseMultiError

type ProjectServiceGetResponseMultiError []error

ProjectServiceGetResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceGetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ProjectServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceGetResponseValidationError

type ProjectServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceGetResponseValidationError is the validation error returned by ProjectServiceGetResponse.Validate if the designated constraints aren't met.

func (ProjectServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (ProjectServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (ProjectServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (ProjectServiceGetResponseValidationError) Field

Field function returns field value.

func (ProjectServiceGetResponseValidationError) Key

Key function returns key value.

func (ProjectServiceGetResponseValidationError) Reason

Reason function returns reason value.

type ProjectServiceInviteAcceptRequest added in v0.8.0

type ProjectServiceInviteAcceptRequest struct {

	// Secret is the invitation secret part of the invitation url
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteAcceptRequest is the request payload to a accept invite request

func (*ProjectServiceInviteAcceptRequest) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteAcceptRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteAcceptRequest) GetSecret added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) ProtoMessage()

func (*ProjectServiceInviteAcceptRequest) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) Reset added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) String added in v0.8.0

func (*ProjectServiceInviteAcceptRequest) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInviteAcceptRequest 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 (*ProjectServiceInviteAcceptRequest) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteAcceptRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteAcceptRequest 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 ProjectServiceInviteAcceptRequestMultiError, or nil if none found.

type ProjectServiceInviteAcceptRequestMultiError added in v0.8.0

type ProjectServiceInviteAcceptRequestMultiError []error

ProjectServiceInviteAcceptRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteAcceptRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteAcceptRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteAcceptRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteAcceptRequestValidationError added in v0.8.0

type ProjectServiceInviteAcceptRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteAcceptRequestValidationError is the validation error returned by ProjectServiceInviteAcceptRequest.Validate if the designated constraints aren't met.

func (ProjectServiceInviteAcceptRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteAcceptRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteAcceptRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteAcceptRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteAcceptRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteAcceptRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInviteAcceptResponse added in v0.8.0

type ProjectServiceInviteAcceptResponse struct {

	// Project ID of the project joined
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// ProjectName if the project joined
	ProjectName string `protobuf:"bytes,2,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInvitesListResponse is the response payload to a accept invite request

func (*ProjectServiceInviteAcceptResponse) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteAcceptResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteAcceptResponse) GetProject added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) GetProjectName added in v0.8.0

func (x *ProjectServiceInviteAcceptResponse) GetProjectName() string

func (*ProjectServiceInviteAcceptResponse) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) ProtoMessage()

func (*ProjectServiceInviteAcceptResponse) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) Reset added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) String added in v0.8.0

func (*ProjectServiceInviteAcceptResponse) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInviteAcceptResponse 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 (*ProjectServiceInviteAcceptResponse) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteAcceptResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteAcceptResponse 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 ProjectServiceInviteAcceptResponseMultiError, or nil if none found.

type ProjectServiceInviteAcceptResponseMultiError added in v0.8.0

type ProjectServiceInviteAcceptResponseMultiError []error

ProjectServiceInviteAcceptResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteAcceptResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteAcceptResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteAcceptResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteAcceptResponseValidationError added in v0.8.0

type ProjectServiceInviteAcceptResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteAcceptResponseValidationError is the validation error returned by ProjectServiceInviteAcceptResponse.Validate if the designated constraints aren't met.

func (ProjectServiceInviteAcceptResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteAcceptResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteAcceptResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteAcceptResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteAcceptResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteAcceptResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInviteDeleteRequest added in v0.8.0

type ProjectServiceInviteDeleteRequest struct {

	// Project is the uuid of the project
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// Secret of the invite to delete
	Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteDeleteRequest is the request payload to a delete invite

func (*ProjectServiceInviteDeleteRequest) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteDeleteRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteDeleteRequest) GetProject added in v0.8.0

func (x *ProjectServiceInviteDeleteRequest) GetProject() string

func (*ProjectServiceInviteDeleteRequest) GetSecret added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) ProtoMessage()

func (*ProjectServiceInviteDeleteRequest) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) Reset added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) String added in v0.8.0

func (*ProjectServiceInviteDeleteRequest) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInviteDeleteRequest 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 (*ProjectServiceInviteDeleteRequest) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteDeleteRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteDeleteRequest 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 ProjectServiceInviteDeleteRequestMultiError, or nil if none found.

type ProjectServiceInviteDeleteRequestMultiError added in v0.8.0

type ProjectServiceInviteDeleteRequestMultiError []error

ProjectServiceInviteDeleteRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteDeleteRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteDeleteRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteDeleteRequestValidationError added in v0.8.0

type ProjectServiceInviteDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteDeleteRequestValidationError is the validation error returned by ProjectServiceInviteDeleteRequest.Validate if the designated constraints aren't met.

func (ProjectServiceInviteDeleteRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteDeleteRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteDeleteRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteDeleteRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteDeleteRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteDeleteRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInviteDeleteResponse added in v0.8.0

type ProjectServiceInviteDeleteResponse struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteDeleteResponse is the response payload of a delete invite request

func (*ProjectServiceInviteDeleteResponse) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteDeleteResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteDeleteResponse) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteDeleteResponse) ProtoMessage()

func (*ProjectServiceInviteDeleteResponse) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteDeleteResponse) Reset added in v0.8.0

func (*ProjectServiceInviteDeleteResponse) String added in v0.8.0

func (*ProjectServiceInviteDeleteResponse) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInviteDeleteResponse 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 (*ProjectServiceInviteDeleteResponse) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteDeleteResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteDeleteResponse 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 ProjectServiceInviteDeleteResponseMultiError, or nil if none found.

type ProjectServiceInviteDeleteResponseMultiError added in v0.8.0

type ProjectServiceInviteDeleteResponseMultiError []error

ProjectServiceInviteDeleteResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteDeleteResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteDeleteResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteDeleteResponseValidationError added in v0.8.0

type ProjectServiceInviteDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteDeleteResponseValidationError is the validation error returned by ProjectServiceInviteDeleteResponse.Validate if the designated constraints aren't met.

func (ProjectServiceInviteDeleteResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteDeleteResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteDeleteResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteDeleteResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteDeleteResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteDeleteResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInviteGetRequest added in v0.8.2

type ProjectServiceInviteGetRequest struct {

	// Secret of the invite to list
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteGetRequest is the request payload to get a invite

func (*ProjectServiceInviteGetRequest) Descriptor deprecated added in v0.8.2

func (*ProjectServiceInviteGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteGetRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteGetRequest) GetSecret added in v0.8.2

func (x *ProjectServiceInviteGetRequest) GetSecret() string

func (*ProjectServiceInviteGetRequest) ProtoMessage added in v0.8.2

func (*ProjectServiceInviteGetRequest) ProtoMessage()

func (*ProjectServiceInviteGetRequest) ProtoReflect added in v0.8.2

func (*ProjectServiceInviteGetRequest) Reset added in v0.8.2

func (x *ProjectServiceInviteGetRequest) Reset()

func (*ProjectServiceInviteGetRequest) String added in v0.8.2

func (*ProjectServiceInviteGetRequest) Validate added in v0.8.2

func (m *ProjectServiceInviteGetRequest) Validate() error

Validate checks the field values on ProjectServiceInviteGetRequest 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 (*ProjectServiceInviteGetRequest) ValidateAll added in v0.8.2

func (m *ProjectServiceInviteGetRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteGetRequest 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 ProjectServiceInviteGetRequestMultiError, or nil if none found.

type ProjectServiceInviteGetRequestMultiError added in v0.8.2

type ProjectServiceInviteGetRequestMultiError []error

ProjectServiceInviteGetRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteGetRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteGetRequestMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteGetRequestMultiError) Error added in v0.8.2

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteGetRequestValidationError added in v0.8.2

type ProjectServiceInviteGetRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteGetRequestValidationError is the validation error returned by ProjectServiceInviteGetRequest.Validate if the designated constraints aren't met.

func (ProjectServiceInviteGetRequestValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ProjectServiceInviteGetRequestValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ProjectServiceInviteGetRequestValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ProjectServiceInviteGetRequestValidationError) Field added in v0.8.2

Field function returns field value.

func (ProjectServiceInviteGetRequestValidationError) Key added in v0.8.2

Key function returns key value.

func (ProjectServiceInviteGetRequestValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ProjectServiceInviteGetResponse added in v0.8.2

type ProjectServiceInviteGetResponse struct {

	// Invite is the invite
	Invite *ProjectInvite `protobuf:"bytes,1,opt,name=invite,proto3" json:"invite,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteGetResponse is the response payload to a get invite request

func (*ProjectServiceInviteGetResponse) Descriptor deprecated added in v0.8.2

func (*ProjectServiceInviteGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteGetResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteGetResponse) GetInvite added in v0.8.2

func (*ProjectServiceInviteGetResponse) ProtoMessage added in v0.8.2

func (*ProjectServiceInviteGetResponse) ProtoMessage()

func (*ProjectServiceInviteGetResponse) ProtoReflect added in v0.8.2

func (*ProjectServiceInviteGetResponse) Reset added in v0.8.2

func (*ProjectServiceInviteGetResponse) String added in v0.8.2

func (*ProjectServiceInviteGetResponse) Validate added in v0.8.2

func (m *ProjectServiceInviteGetResponse) Validate() error

Validate checks the field values on ProjectServiceInviteGetResponse 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 (*ProjectServiceInviteGetResponse) ValidateAll added in v0.8.2

func (m *ProjectServiceInviteGetResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteGetResponse 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 ProjectServiceInviteGetResponseMultiError, or nil if none found.

type ProjectServiceInviteGetResponseMultiError added in v0.8.2

type ProjectServiceInviteGetResponseMultiError []error

ProjectServiceInviteGetResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteGetResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteGetResponseMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteGetResponseMultiError) Error added in v0.8.2

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteGetResponseValidationError added in v0.8.2

type ProjectServiceInviteGetResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteGetResponseValidationError is the validation error returned by ProjectServiceInviteGetResponse.Validate if the designated constraints aren't met.

func (ProjectServiceInviteGetResponseValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ProjectServiceInviteGetResponseValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ProjectServiceInviteGetResponseValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ProjectServiceInviteGetResponseValidationError) Field added in v0.8.2

Field function returns field value.

func (ProjectServiceInviteGetResponseValidationError) Key added in v0.8.2

Key function returns key value.

func (ProjectServiceInviteGetResponseValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ProjectServiceInviteRequest added in v0.8.0

type ProjectServiceInviteRequest struct {

	// Project is the uuid of the project
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// Role of this user in this project
	Role ProjectRole `protobuf:"varint,3,opt,name=role,proto3,enum=api.v1.ProjectRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteRequest is used to invite a member to a project

func (*ProjectServiceInviteRequest) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteRequest) GetProject added in v0.8.0

func (x *ProjectServiceInviteRequest) GetProject() string

func (*ProjectServiceInviteRequest) GetRole added in v0.8.0

func (*ProjectServiceInviteRequest) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteRequest) ProtoMessage()

func (*ProjectServiceInviteRequest) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteRequest) Reset added in v0.8.0

func (x *ProjectServiceInviteRequest) Reset()

func (*ProjectServiceInviteRequest) String added in v0.8.0

func (x *ProjectServiceInviteRequest) String() string

func (*ProjectServiceInviteRequest) Validate added in v0.8.0

func (m *ProjectServiceInviteRequest) Validate() error

Validate checks the field values on ProjectServiceInviteRequest 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 (*ProjectServiceInviteRequest) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteRequest 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 ProjectServiceInviteRequestMultiError, or nil if none found.

type ProjectServiceInviteRequestMultiError added in v0.8.0

type ProjectServiceInviteRequestMultiError []error

ProjectServiceInviteRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteRequestValidationError added in v0.8.0

type ProjectServiceInviteRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteRequestValidationError is the validation error returned by ProjectServiceInviteRequest.Validate if the designated constraints aren't met.

func (ProjectServiceInviteRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInviteResponse added in v0.8.0

type ProjectServiceInviteResponse struct {

	// Inviter contains a secret which can be sent to a potential user
	// can be appended to the invitation endpoint at our cloud console like
	// console.metalstack.cloud/invite/<secret>
	Invite *ProjectInvite `protobuf:"bytes,1,opt,name=invite,proto3" json:"invite,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInviteRequest is the response payload to a invite member request

func (*ProjectServiceInviteResponse) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInviteResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInviteResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceInviteResponse) GetInvite added in v0.8.0

func (*ProjectServiceInviteResponse) ProtoMessage added in v0.8.0

func (*ProjectServiceInviteResponse) ProtoMessage()

func (*ProjectServiceInviteResponse) ProtoReflect added in v0.8.0

func (*ProjectServiceInviteResponse) Reset added in v0.8.0

func (x *ProjectServiceInviteResponse) Reset()

func (*ProjectServiceInviteResponse) String added in v0.8.0

func (*ProjectServiceInviteResponse) Validate added in v0.8.0

func (m *ProjectServiceInviteResponse) Validate() error

Validate checks the field values on ProjectServiceInviteResponse 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 (*ProjectServiceInviteResponse) ValidateAll added in v0.8.0

func (m *ProjectServiceInviteResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInviteResponse 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 ProjectServiceInviteResponseMultiError, or nil if none found.

type ProjectServiceInviteResponseMultiError added in v0.8.0

type ProjectServiceInviteResponseMultiError []error

ProjectServiceInviteResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceInviteResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInviteResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInviteResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInviteResponseValidationError added in v0.8.0

type ProjectServiceInviteResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInviteResponseValidationError is the validation error returned by ProjectServiceInviteResponse.Validate if the designated constraints aren't met.

func (ProjectServiceInviteResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInviteResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInviteResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInviteResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInviteResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInviteResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInvitesListRequest added in v0.8.0

type ProjectServiceInvitesListRequest struct {

	// Project is the uuid of the project
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInvitesListRequest is the request payload to a list invites request

func (*ProjectServiceInvitesListRequest) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInvitesListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInvitesListRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceInvitesListRequest) GetProject added in v0.8.0

func (x *ProjectServiceInvitesListRequest) GetProject() string

func (*ProjectServiceInvitesListRequest) ProtoMessage added in v0.8.0

func (*ProjectServiceInvitesListRequest) ProtoMessage()

func (*ProjectServiceInvitesListRequest) ProtoReflect added in v0.8.0

func (*ProjectServiceInvitesListRequest) Reset added in v0.8.0

func (*ProjectServiceInvitesListRequest) String added in v0.8.0

func (*ProjectServiceInvitesListRequest) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInvitesListRequest 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 (*ProjectServiceInvitesListRequest) ValidateAll added in v0.8.0

func (m *ProjectServiceInvitesListRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInvitesListRequest 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 ProjectServiceInvitesListRequestMultiError, or nil if none found.

type ProjectServiceInvitesListRequestMultiError added in v0.8.0

type ProjectServiceInvitesListRequestMultiError []error

ProjectServiceInvitesListRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceInvitesListRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInvitesListRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInvitesListRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInvitesListRequestValidationError added in v0.8.0

type ProjectServiceInvitesListRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInvitesListRequestValidationError is the validation error returned by ProjectServiceInvitesListRequest.Validate if the designated constraints aren't met.

func (ProjectServiceInvitesListRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInvitesListRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInvitesListRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInvitesListRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInvitesListRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInvitesListRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceInvitesListResponse added in v0.8.0

type ProjectServiceInvitesListResponse struct {

	// Invites not already accepted the invitation to this project
	Invites []*ProjectInvite `protobuf:"bytes,1,rep,name=invites,proto3" json:"invites,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceInvitesListResponse is the response payload to a list invites request

func (*ProjectServiceInvitesListResponse) Descriptor deprecated added in v0.8.0

func (*ProjectServiceInvitesListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceInvitesListResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceInvitesListResponse) GetInvites added in v0.8.0

func (*ProjectServiceInvitesListResponse) ProtoMessage added in v0.8.0

func (*ProjectServiceInvitesListResponse) ProtoMessage()

func (*ProjectServiceInvitesListResponse) ProtoReflect added in v0.8.0

func (*ProjectServiceInvitesListResponse) Reset added in v0.8.0

func (*ProjectServiceInvitesListResponse) String added in v0.8.0

func (*ProjectServiceInvitesListResponse) Validate added in v0.8.0

Validate checks the field values on ProjectServiceInvitesListResponse 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 (*ProjectServiceInvitesListResponse) ValidateAll added in v0.8.0

func (m *ProjectServiceInvitesListResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceInvitesListResponse 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 ProjectServiceInvitesListResponseMultiError, or nil if none found.

type ProjectServiceInvitesListResponseMultiError added in v0.8.0

type ProjectServiceInvitesListResponseMultiError []error

ProjectServiceInvitesListResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceInvitesListResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceInvitesListResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceInvitesListResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceInvitesListResponseValidationError added in v0.8.0

type ProjectServiceInvitesListResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceInvitesListResponseValidationError is the validation error returned by ProjectServiceInvitesListResponse.Validate if the designated constraints aren't met.

func (ProjectServiceInvitesListResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceInvitesListResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceInvitesListResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceInvitesListResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceInvitesListResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceInvitesListResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceListRequest

type ProjectServiceListRequest struct {

	// Name list only projects with this name
	Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Tenant list only projects of this tenant
	Tenant *string `protobuf:"bytes,2,opt,name=tenant,proto3,oneof" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceListRequest is the request payload to list all projects

func (*ProjectServiceListRequest) Descriptor deprecated

func (*ProjectServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceListRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceListRequest) GetName

func (x *ProjectServiceListRequest) GetName() string

func (*ProjectServiceListRequest) GetTenant

func (x *ProjectServiceListRequest) GetTenant() string

func (*ProjectServiceListRequest) ProtoMessage

func (*ProjectServiceListRequest) ProtoMessage()

func (*ProjectServiceListRequest) ProtoReflect

func (*ProjectServiceListRequest) Reset

func (x *ProjectServiceListRequest) Reset()

func (*ProjectServiceListRequest) String

func (x *ProjectServiceListRequest) String() string

func (*ProjectServiceListRequest) Validate

func (m *ProjectServiceListRequest) Validate() error

Validate checks the field values on ProjectServiceListRequest 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 (*ProjectServiceListRequest) ValidateAll

func (m *ProjectServiceListRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceListRequest 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 ProjectServiceListRequestMultiError, or nil if none found.

type ProjectServiceListRequestMultiError

type ProjectServiceListRequestMultiError []error

ProjectServiceListRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ProjectServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceListRequestValidationError

type ProjectServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceListRequestValidationError is the validation error returned by ProjectServiceListRequest.Validate if the designated constraints aren't met.

func (ProjectServiceListRequestValidationError) Cause

Cause function returns cause value.

func (ProjectServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (ProjectServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (ProjectServiceListRequestValidationError) Field

Field function returns field value.

func (ProjectServiceListRequestValidationError) Key

Key function returns key value.

func (ProjectServiceListRequestValidationError) Reason

Reason function returns reason value.

type ProjectServiceListResponse

type ProjectServiceListResponse struct {

	// Projects is a list of all your projects
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceListResponse is the response payload to list all projects

func (*ProjectServiceListResponse) Descriptor deprecated

func (*ProjectServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceListResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceListResponse) GetProjects

func (x *ProjectServiceListResponse) GetProjects() []*Project

func (*ProjectServiceListResponse) ProtoMessage

func (*ProjectServiceListResponse) ProtoMessage()

func (*ProjectServiceListResponse) ProtoReflect

func (*ProjectServiceListResponse) Reset

func (x *ProjectServiceListResponse) Reset()

func (*ProjectServiceListResponse) String

func (x *ProjectServiceListResponse) String() string

func (*ProjectServiceListResponse) Validate

func (m *ProjectServiceListResponse) Validate() error

Validate checks the field values on ProjectServiceListResponse 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 (*ProjectServiceListResponse) ValidateAll

func (m *ProjectServiceListResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceListResponse 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 ProjectServiceListResponseMultiError, or nil if none found.

type ProjectServiceListResponseMultiError

type ProjectServiceListResponseMultiError []error

ProjectServiceListResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ProjectServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceListResponseValidationError

type ProjectServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceListResponseValidationError is the validation error returned by ProjectServiceListResponse.Validate if the designated constraints aren't met.

func (ProjectServiceListResponseValidationError) Cause

Cause function returns cause value.

func (ProjectServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (ProjectServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (ProjectServiceListResponseValidationError) Field

Field function returns field value.

func (ProjectServiceListResponseValidationError) Key

Key function returns key value.

func (ProjectServiceListResponseValidationError) Reason

Reason function returns reason value.

type ProjectServiceRemoveMemberRequest added in v0.8.0

type ProjectServiceRemoveMemberRequest struct {

	// Project is the uuid of the project
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// MemberID is the id of the member to remove from this project
	MemberId string `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceRemoveMemberRequest is used to remove a member from a project

func (*ProjectServiceRemoveMemberRequest) Descriptor deprecated added in v0.8.0

func (*ProjectServiceRemoveMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceRemoveMemberRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceRemoveMemberRequest) GetMemberId added in v0.8.0

func (x *ProjectServiceRemoveMemberRequest) GetMemberId() string

func (*ProjectServiceRemoveMemberRequest) GetProject added in v0.8.0

func (x *ProjectServiceRemoveMemberRequest) GetProject() string

func (*ProjectServiceRemoveMemberRequest) ProtoMessage added in v0.8.0

func (*ProjectServiceRemoveMemberRequest) ProtoMessage()

func (*ProjectServiceRemoveMemberRequest) ProtoReflect added in v0.8.0

func (*ProjectServiceRemoveMemberRequest) Reset added in v0.8.0

func (*ProjectServiceRemoveMemberRequest) String added in v0.8.0

func (*ProjectServiceRemoveMemberRequest) Validate added in v0.8.0

Validate checks the field values on ProjectServiceRemoveMemberRequest 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 (*ProjectServiceRemoveMemberRequest) ValidateAll added in v0.8.0

func (m *ProjectServiceRemoveMemberRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceRemoveMemberRequest 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 ProjectServiceRemoveMemberRequestMultiError, or nil if none found.

type ProjectServiceRemoveMemberRequestMultiError added in v0.8.0

type ProjectServiceRemoveMemberRequestMultiError []error

ProjectServiceRemoveMemberRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceRemoveMemberRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceRemoveMemberRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceRemoveMemberRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceRemoveMemberRequestValidationError added in v0.8.0

type ProjectServiceRemoveMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceRemoveMemberRequestValidationError is the validation error returned by ProjectServiceRemoveMemberRequest.Validate if the designated constraints aren't met.

func (ProjectServiceRemoveMemberRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceRemoveMemberRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceRemoveMemberRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceRemoveMemberRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceRemoveMemberRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceRemoveMemberRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceRemoveMemberResponse added in v0.8.0

type ProjectServiceRemoveMemberResponse struct {
	// contains filtered or unexported fields
}

ProjectServiceRemoveMemberResponse is the response payload to a remove member request

func (*ProjectServiceRemoveMemberResponse) Descriptor deprecated added in v0.8.0

func (*ProjectServiceRemoveMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceRemoveMemberResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceRemoveMemberResponse) ProtoMessage added in v0.8.0

func (*ProjectServiceRemoveMemberResponse) ProtoMessage()

func (*ProjectServiceRemoveMemberResponse) ProtoReflect added in v0.8.0

func (*ProjectServiceRemoveMemberResponse) Reset added in v0.8.0

func (*ProjectServiceRemoveMemberResponse) String added in v0.8.0

func (*ProjectServiceRemoveMemberResponse) Validate added in v0.8.0

Validate checks the field values on ProjectServiceRemoveMemberResponse 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 (*ProjectServiceRemoveMemberResponse) ValidateAll added in v0.8.0

func (m *ProjectServiceRemoveMemberResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceRemoveMemberResponse 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 ProjectServiceRemoveMemberResponseMultiError, or nil if none found.

type ProjectServiceRemoveMemberResponseMultiError added in v0.8.0

type ProjectServiceRemoveMemberResponseMultiError []error

ProjectServiceRemoveMemberResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceRemoveMemberResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceRemoveMemberResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ProjectServiceRemoveMemberResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceRemoveMemberResponseValidationError added in v0.8.0

type ProjectServiceRemoveMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceRemoveMemberResponseValidationError is the validation error returned by ProjectServiceRemoveMemberResponse.Validate if the designated constraints aren't met.

func (ProjectServiceRemoveMemberResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ProjectServiceRemoveMemberResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ProjectServiceRemoveMemberResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ProjectServiceRemoveMemberResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ProjectServiceRemoveMemberResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ProjectServiceRemoveMemberResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ProjectServiceUpdateMemberRequest added in v0.8.2

type ProjectServiceUpdateMemberRequest struct {

	// Project is the uuid of the project
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// MemberID is the id of the member to remove from this project
	MemberId string `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// Role is the role in this project the user will get after the update
	Role ProjectRole `protobuf:"varint,3,opt,name=role,proto3,enum=api.v1.ProjectRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceUpdateMemberRequest is used to update a member of a project

func (*ProjectServiceUpdateMemberRequest) Descriptor deprecated added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceUpdateMemberRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceUpdateMemberRequest) GetMemberId added in v0.8.2

func (x *ProjectServiceUpdateMemberRequest) GetMemberId() string

func (*ProjectServiceUpdateMemberRequest) GetProject added in v0.8.2

func (x *ProjectServiceUpdateMemberRequest) GetProject() string

func (*ProjectServiceUpdateMemberRequest) GetRole added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) ProtoMessage added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) ProtoMessage()

func (*ProjectServiceUpdateMemberRequest) ProtoReflect added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) Reset added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) String added in v0.8.2

func (*ProjectServiceUpdateMemberRequest) Validate added in v0.8.2

Validate checks the field values on ProjectServiceUpdateMemberRequest 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 (*ProjectServiceUpdateMemberRequest) ValidateAll added in v0.8.2

func (m *ProjectServiceUpdateMemberRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceUpdateMemberRequest 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 ProjectServiceUpdateMemberRequestMultiError, or nil if none found.

type ProjectServiceUpdateMemberRequestMultiError added in v0.8.2

type ProjectServiceUpdateMemberRequestMultiError []error

ProjectServiceUpdateMemberRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceUpdateMemberRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceUpdateMemberRequestMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (ProjectServiceUpdateMemberRequestMultiError) Error added in v0.8.2

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceUpdateMemberRequestValidationError added in v0.8.2

type ProjectServiceUpdateMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceUpdateMemberRequestValidationError is the validation error returned by ProjectServiceUpdateMemberRequest.Validate if the designated constraints aren't met.

func (ProjectServiceUpdateMemberRequestValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ProjectServiceUpdateMemberRequestValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ProjectServiceUpdateMemberRequestValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ProjectServiceUpdateMemberRequestValidationError) Field added in v0.8.2

Field function returns field value.

func (ProjectServiceUpdateMemberRequestValidationError) Key added in v0.8.2

Key function returns key value.

func (ProjectServiceUpdateMemberRequestValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ProjectServiceUpdateMemberResponse added in v0.8.2

type ProjectServiceUpdateMemberResponse struct {

	// ProjectMember is the updated project member
	ProjectMember *ProjectMember `protobuf:"bytes,5,opt,name=project_member,json=projectMember,proto3" json:"project_member,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceUpdateMemberResponse is the response payload to a update member request

func (*ProjectServiceUpdateMemberResponse) Descriptor deprecated added in v0.8.2

func (*ProjectServiceUpdateMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceUpdateMemberResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceUpdateMemberResponse) GetProjectMember added in v0.8.2

func (x *ProjectServiceUpdateMemberResponse) GetProjectMember() *ProjectMember

func (*ProjectServiceUpdateMemberResponse) ProtoMessage added in v0.8.2

func (*ProjectServiceUpdateMemberResponse) ProtoMessage()

func (*ProjectServiceUpdateMemberResponse) ProtoReflect added in v0.8.2

func (*ProjectServiceUpdateMemberResponse) Reset added in v0.8.2

func (*ProjectServiceUpdateMemberResponse) String added in v0.8.2

func (*ProjectServiceUpdateMemberResponse) Validate added in v0.8.2

Validate checks the field values on ProjectServiceUpdateMemberResponse 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 (*ProjectServiceUpdateMemberResponse) ValidateAll added in v0.8.2

func (m *ProjectServiceUpdateMemberResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceUpdateMemberResponse 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 ProjectServiceUpdateMemberResponseMultiError, or nil if none found.

type ProjectServiceUpdateMemberResponseMultiError added in v0.8.2

type ProjectServiceUpdateMemberResponseMultiError []error

ProjectServiceUpdateMemberResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceUpdateMemberResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceUpdateMemberResponseMultiError) AllErrors added in v0.8.2

AllErrors returns a list of validation violation errors.

func (ProjectServiceUpdateMemberResponseMultiError) Error added in v0.8.2

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceUpdateMemberResponseValidationError added in v0.8.2

type ProjectServiceUpdateMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceUpdateMemberResponseValidationError is the validation error returned by ProjectServiceUpdateMemberResponse.Validate if the designated constraints aren't met.

func (ProjectServiceUpdateMemberResponseValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (ProjectServiceUpdateMemberResponseValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (ProjectServiceUpdateMemberResponseValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (ProjectServiceUpdateMemberResponseValidationError) Field added in v0.8.2

Field function returns field value.

func (ProjectServiceUpdateMemberResponseValidationError) Key added in v0.8.2

Key function returns key value.

func (ProjectServiceUpdateMemberResponseValidationError) Reason added in v0.8.2

Reason function returns reason value.

type ProjectServiceUpdateRequest added in v0.7.4

type ProjectServiceUpdateRequest struct {

	// Project is the uuid of the project to get
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// Name of this project unique per tenant
	Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Description of this project
	Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceUpdateRequest is the request payload to update a project

func (*ProjectServiceUpdateRequest) Descriptor deprecated added in v0.7.4

func (*ProjectServiceUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*ProjectServiceUpdateRequest) GetDescription added in v0.7.4

func (x *ProjectServiceUpdateRequest) GetDescription() string

func (*ProjectServiceUpdateRequest) GetName added in v0.7.4

func (x *ProjectServiceUpdateRequest) GetName() string

func (*ProjectServiceUpdateRequest) GetProject added in v0.7.4

func (x *ProjectServiceUpdateRequest) GetProject() string

func (*ProjectServiceUpdateRequest) ProtoMessage added in v0.7.4

func (*ProjectServiceUpdateRequest) ProtoMessage()

func (*ProjectServiceUpdateRequest) ProtoReflect added in v0.7.4

func (*ProjectServiceUpdateRequest) Reset added in v0.7.4

func (x *ProjectServiceUpdateRequest) Reset()

func (*ProjectServiceUpdateRequest) String added in v0.7.4

func (x *ProjectServiceUpdateRequest) String() string

func (*ProjectServiceUpdateRequest) Validate added in v0.7.4

func (m *ProjectServiceUpdateRequest) Validate() error

Validate checks the field values on ProjectServiceUpdateRequest 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 (*ProjectServiceUpdateRequest) ValidateAll added in v0.7.4

func (m *ProjectServiceUpdateRequest) ValidateAll() error

ValidateAll checks the field values on ProjectServiceUpdateRequest 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 ProjectServiceUpdateRequestMultiError, or nil if none found.

type ProjectServiceUpdateRequestMultiError added in v0.7.4

type ProjectServiceUpdateRequestMultiError []error

ProjectServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by ProjectServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceUpdateRequestMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceUpdateRequestMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceUpdateRequestValidationError added in v0.7.4

type ProjectServiceUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceUpdateRequestValidationError is the validation error returned by ProjectServiceUpdateRequest.Validate if the designated constraints aren't met.

func (ProjectServiceUpdateRequestValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceUpdateRequestValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceUpdateRequestValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceUpdateRequestValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceUpdateRequestValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceUpdateRequestValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectServiceUpdateResponse added in v0.7.4

type ProjectServiceUpdateResponse struct {

	// Project is the project
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

ProjectServiceUpdateResponse is the response payload to update a project

func (*ProjectServiceUpdateResponse) Descriptor deprecated added in v0.7.4

func (*ProjectServiceUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ProjectServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*ProjectServiceUpdateResponse) GetProject added in v0.7.4

func (x *ProjectServiceUpdateResponse) GetProject() *Project

func (*ProjectServiceUpdateResponse) ProtoMessage added in v0.7.4

func (*ProjectServiceUpdateResponse) ProtoMessage()

func (*ProjectServiceUpdateResponse) ProtoReflect added in v0.7.4

func (*ProjectServiceUpdateResponse) Reset added in v0.7.4

func (x *ProjectServiceUpdateResponse) Reset()

func (*ProjectServiceUpdateResponse) String added in v0.7.4

func (*ProjectServiceUpdateResponse) Validate added in v0.7.4

func (m *ProjectServiceUpdateResponse) Validate() error

Validate checks the field values on ProjectServiceUpdateResponse 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 (*ProjectServiceUpdateResponse) ValidateAll added in v0.7.4

func (m *ProjectServiceUpdateResponse) ValidateAll() error

ValidateAll checks the field values on ProjectServiceUpdateResponse 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 ProjectServiceUpdateResponseMultiError, or nil if none found.

type ProjectServiceUpdateResponseMultiError added in v0.7.4

type ProjectServiceUpdateResponseMultiError []error

ProjectServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by ProjectServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (ProjectServiceUpdateResponseMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (ProjectServiceUpdateResponseMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type ProjectServiceUpdateResponseValidationError added in v0.7.4

type ProjectServiceUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

ProjectServiceUpdateResponseValidationError is the validation error returned by ProjectServiceUpdateResponse.Validate if the designated constraints aren't met.

func (ProjectServiceUpdateResponseValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (ProjectServiceUpdateResponseValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (ProjectServiceUpdateResponseValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (ProjectServiceUpdateResponseValidationError) Field added in v0.7.4

Field function returns field value.

func (ProjectServiceUpdateResponseValidationError) Key added in v0.7.4

Key function returns key value.

func (ProjectServiceUpdateResponseValidationError) Reason added in v0.7.4

Reason function returns reason value.

type ProjectValidationError

type ProjectValidationError struct {
	// contains filtered or unexported fields
}

ProjectValidationError is the validation error returned by Project.Validate if the designated constraints aren't met.

func (ProjectValidationError) Cause

func (e ProjectValidationError) Cause() error

Cause function returns cause value.

func (ProjectValidationError) Error

func (e ProjectValidationError) Error() string

Error satisfies the builtin error interface

func (ProjectValidationError) ErrorName

func (e ProjectValidationError) ErrorName() string

ErrorName returns error name.

func (ProjectValidationError) Field

func (e ProjectValidationError) Field() string

Field function returns field value.

func (ProjectValidationError) Key

func (e ProjectValidationError) Key() bool

Key function returns key value.

func (ProjectValidationError) Reason

func (e ProjectValidationError) Reason() string

Reason function returns reason value.

type Region

type Region struct {

	// Id is the technical identifier of this region
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of the region
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Address is the postal address of the region
	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	// Active indicates if this region is usable
	Active bool `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	// Partitions in this region
	Partitions map[string]*Partition `` /* 161-byte string literal not displayed */
	// Defaults are the default assets used if not otherwise speecified.
	Defaults *AssetDefaults `protobuf:"bytes,6,opt,name=defaults,proto3" json:"defaults,omitempty"`
	// Description of the region
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Region defines a datacenter location

func (*Region) Descriptor deprecated

func (*Region) Descriptor() ([]byte, []int)

Deprecated: Use Region.ProtoReflect.Descriptor instead.

func (*Region) GetActive

func (x *Region) GetActive() bool

func (*Region) GetAddress

func (x *Region) GetAddress() string

func (*Region) GetDefaults

func (x *Region) GetDefaults() *AssetDefaults

func (*Region) GetDescription added in v0.7.0

func (x *Region) GetDescription() string

func (*Region) GetId

func (x *Region) GetId() string

func (*Region) GetName

func (x *Region) GetName() string

func (*Region) GetPartitions

func (x *Region) GetPartitions() map[string]*Partition

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) ProtoReflect

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

func (*Region) Reset

func (x *Region) Reset()

func (*Region) String

func (x *Region) String() string

func (*Region) Validate

func (m *Region) Validate() error

Validate checks the field values on Region 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 (*Region) ValidateAll

func (m *Region) ValidateAll() error

ValidateAll checks the field values on Region 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 RegionMultiError, or nil if none found.

type RegionMultiError

type RegionMultiError []error

RegionMultiError is an error wrapping multiple validation errors returned by Region.ValidateAll() if the designated constraints aren't met.

func (RegionMultiError) AllErrors

func (m RegionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegionMultiError) Error

func (m RegionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RegionValidationError

type RegionValidationError struct {
	// contains filtered or unexported fields
}

RegionValidationError is the validation error returned by Region.Validate if the designated constraints aren't met.

func (RegionValidationError) Cause

func (e RegionValidationError) Cause() error

Cause function returns cause value.

func (RegionValidationError) Error

func (e RegionValidationError) Error() string

Error satisfies the builtin error interface

func (RegionValidationError) ErrorName

func (e RegionValidationError) ErrorName() string

ErrorName returns error name.

func (RegionValidationError) Field

func (e RegionValidationError) Field() string

Field function returns field value.

func (RegionValidationError) Key

func (e RegionValidationError) Key() bool

Key function returns key value.

func (RegionValidationError) Reason

func (e RegionValidationError) Reason() string

Reason function returns reason value.

type Service

type Service int32

Service defines the service for which the healtyness is reported

const (
	// SERVICE_UNSPECIFIED is a unknown service
	Service_SERVICE_UNSPECIFIED Service = 0
	// SERVICE_CLUSTER the kubernetes cluster service
	Service_SERVICE_CLUSTER Service = 1
	// SERVICE_VOLUME the volume/storage service
	Service_SERVICE_VOLUME Service = 2
	// SERVICE_MACHINES the machine service
	Service_SERVICE_MACHINES Service = 3
)

func (Service) Descriptor

func (Service) Descriptor() protoreflect.EnumDescriptor

func (Service) Enum

func (x Service) Enum() *Service

func (Service) EnumDescriptor deprecated

func (Service) EnumDescriptor() ([]byte, []int)

Deprecated: Use Service.Descriptor instead.

func (Service) Number

func (x Service) Number() protoreflect.EnumNumber

func (Service) String

func (x Service) String() string

func (Service) Type

func (Service) Type() protoreflect.EnumType

type ServiceStatus

type ServiceStatus int32

ServiceStatus defines the status of a service

const (
	// SERVICE_STATUS_UNSPECIFIED service status is not known or unspecified
	ServiceStatus_SERVICE_STATUS_UNSPECIFIED ServiceStatus = 0
	// SERVICE_STATUS_DEGRADED the service is in degraded status, not the whole functionality is available
	ServiceStatus_SERVICE_STATUS_DEGRADED ServiceStatus = 1
	// SERVICE_STATUS_UNHEALTHY the service is in unhealthy status, serious impact is expected
	ServiceStatus_SERVICE_STATUS_UNHEALTHY ServiceStatus = 2
	// SERVICE_STATUS_HEALTHY the service is in healthy status e.g. fully functional
	ServiceStatus_SERVICE_STATUS_HEALTHY ServiceStatus = 3
)

func (ServiceStatus) Descriptor

func (ServiceStatus) Enum

func (x ServiceStatus) Enum() *ServiceStatus

func (ServiceStatus) EnumDescriptor deprecated

func (ServiceStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceStatus.Descriptor instead.

func (ServiceStatus) Number

func (ServiceStatus) String

func (x ServiceStatus) String() string

func (ServiceStatus) Type

type Snapshot

type Snapshot struct {

	// Uuid is the unique identifier of the snapshot
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Name of the snapshot
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Description of this snapshot
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Project this snapshot belongs to
	Project string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
	// Partition where this snapshot resides
	Partition string `protobuf:"bytes,5,opt,name=partition,proto3" json:"partition,omitempty"`
	// StorageClass where this snapshot is created
	StorageClass string `protobuf:"bytes,6,opt,name=storage_class,json=storageClass,proto3" json:"storage_class,omitempty"`
	// Size in bytes of the snapshot
	Size uint64 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"`
	// Usage in bytes of the snapshot
	Usage uint64 `protobuf:"varint,8,opt,name=usage,proto3" json:"usage,omitempty"`
	// State of the snapshot
	State string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// SourceVolumeUuid is the uuid of the snapshot this snapshot was created from
	SourceVolumeUuid string `protobuf:"bytes,10,opt,name=source_volume_uuid,json=sourceVolumeUuid,proto3" json:"source_volume_uuid,omitempty"`
	// SourceVolumeName is the name of the snapshot this snapshot was created from
	SourceVolumeName string `protobuf:"bytes,11,opt,name=source_volume_name,json=sourceVolumeName,proto3" json:"source_volume_name,omitempty"`
	// ReplicaCount shows how many replicas of this snapshot exist
	ReplicaCount uint32 `protobuf:"varint,12,opt,name=replica_count,json=replicaCount,proto3" json:"replica_count,omitempty"`
	// PrimaryNodeUuid is the uuid of the storage server node where the primary replica of this snapshot resides
	PrimaryNodeUuid string `protobuf:"bytes,13,opt,name=primary_node_uuid,json=primaryNodeUuid,proto3" json:"primary_node_uuid,omitempty"`
	// Retention is the duration after creation, after which this snapshot will be deleted
	Retention *durationpb.Duration `protobuf:"bytes,14,opt,name=retention,proto3" json:"retention,omitempty"`
	// SnapshotStatistics are only visible to admins
	Statistics *SnapshotStatistics `protobuf:"bytes,15,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// CreatedAt is the date when this snapshot was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

Snapshot is a unit of block storage create as a point in time block copy of a volume

func (*Snapshot) Descriptor deprecated

func (*Snapshot) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetCreatedAt

func (x *Snapshot) GetCreatedAt() *timestamppb.Timestamp

func (*Snapshot) GetDescription

func (x *Snapshot) GetDescription() string

func (*Snapshot) GetName

func (x *Snapshot) GetName() string

func (*Snapshot) GetPartition

func (x *Snapshot) GetPartition() string

func (*Snapshot) GetPrimaryNodeUuid

func (x *Snapshot) GetPrimaryNodeUuid() string

func (*Snapshot) GetProject

func (x *Snapshot) GetProject() string

func (*Snapshot) GetReplicaCount

func (x *Snapshot) GetReplicaCount() uint32

func (*Snapshot) GetRetention

func (x *Snapshot) GetRetention() *durationpb.Duration

func (*Snapshot) GetSize

func (x *Snapshot) GetSize() uint64

func (*Snapshot) GetSourceVolumeName

func (x *Snapshot) GetSourceVolumeName() string

func (*Snapshot) GetSourceVolumeUuid

func (x *Snapshot) GetSourceVolumeUuid() string

func (*Snapshot) GetState

func (x *Snapshot) GetState() string

func (*Snapshot) GetStatistics

func (x *Snapshot) GetStatistics() *SnapshotStatistics

func (*Snapshot) GetStorageClass

func (x *Snapshot) GetStorageClass() string

func (*Snapshot) GetUsage

func (x *Snapshot) GetUsage() uint64

func (*Snapshot) GetUuid

func (x *Snapshot) GetUuid() string

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

func (*Snapshot) Validate

func (m *Snapshot) Validate() error

Validate checks the field values on Snapshot 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 (*Snapshot) ValidateAll

func (m *Snapshot) ValidateAll() error

ValidateAll checks the field values on Snapshot 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 SnapshotMultiError, or nil if none found.

type SnapshotMultiError

type SnapshotMultiError []error

SnapshotMultiError is an error wrapping multiple validation errors returned by Snapshot.ValidateAll() if the designated constraints aren't met.

func (SnapshotMultiError) AllErrors

func (m SnapshotMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SnapshotMultiError) Error

func (m SnapshotMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceDeleteRequest

type SnapshotServiceDeleteRequest struct {

	// Uuid of the snapshot
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the snapshot
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceDeleteRequest is the request payload of a snapshot delete request

func (*SnapshotServiceDeleteRequest) Descriptor deprecated

func (*SnapshotServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*SnapshotServiceDeleteRequest) GetProject

func (x *SnapshotServiceDeleteRequest) GetProject() string

func (*SnapshotServiceDeleteRequest) GetUuid

func (x *SnapshotServiceDeleteRequest) GetUuid() string

func (*SnapshotServiceDeleteRequest) ProtoMessage

func (*SnapshotServiceDeleteRequest) ProtoMessage()

func (*SnapshotServiceDeleteRequest) ProtoReflect

func (*SnapshotServiceDeleteRequest) Reset

func (x *SnapshotServiceDeleteRequest) Reset()

func (*SnapshotServiceDeleteRequest) String

func (*SnapshotServiceDeleteRequest) Validate

func (m *SnapshotServiceDeleteRequest) Validate() error

Validate checks the field values on SnapshotServiceDeleteRequest 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 (*SnapshotServiceDeleteRequest) ValidateAll

func (m *SnapshotServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceDeleteRequest 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 SnapshotServiceDeleteRequestMultiError, or nil if none found.

type SnapshotServiceDeleteRequestMultiError

type SnapshotServiceDeleteRequestMultiError []error

SnapshotServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by SnapshotServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceDeleteRequestValidationError

type SnapshotServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceDeleteRequestValidationError is the validation error returned by SnapshotServiceDeleteRequest.Validate if the designated constraints aren't met.

func (SnapshotServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceDeleteRequestValidationError) Field

Field function returns field value.

func (SnapshotServiceDeleteRequestValidationError) Key

Key function returns key value.

func (SnapshotServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type SnapshotServiceDeleteResponse

type SnapshotServiceDeleteResponse struct {

	// Snapshot the snapshot
	Snapshot *Snapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceDeleteResponse is the response payload of a snapshot delete request

func (*SnapshotServiceDeleteResponse) Descriptor deprecated

func (*SnapshotServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*SnapshotServiceDeleteResponse) GetSnapshot

func (x *SnapshotServiceDeleteResponse) GetSnapshot() *Snapshot

func (*SnapshotServiceDeleteResponse) ProtoMessage

func (*SnapshotServiceDeleteResponse) ProtoMessage()

func (*SnapshotServiceDeleteResponse) ProtoReflect

func (*SnapshotServiceDeleteResponse) Reset

func (x *SnapshotServiceDeleteResponse) Reset()

func (*SnapshotServiceDeleteResponse) String

func (*SnapshotServiceDeleteResponse) Validate

func (m *SnapshotServiceDeleteResponse) Validate() error

Validate checks the field values on SnapshotServiceDeleteResponse 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 (*SnapshotServiceDeleteResponse) ValidateAll

func (m *SnapshotServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceDeleteResponse 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 SnapshotServiceDeleteResponseMultiError, or nil if none found.

type SnapshotServiceDeleteResponseMultiError

type SnapshotServiceDeleteResponseMultiError []error

SnapshotServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by SnapshotServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceDeleteResponseValidationError

type SnapshotServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceDeleteResponseValidationError is the validation error returned by SnapshotServiceDeleteResponse.Validate if the designated constraints aren't met.

func (SnapshotServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceDeleteResponseValidationError) Field

Field function returns field value.

func (SnapshotServiceDeleteResponseValidationError) Key

Key function returns key value.

func (SnapshotServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type SnapshotServiceGetRequest

type SnapshotServiceGetRequest struct {

	// Uuid of the snapshot
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the snapshot
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceGetRequest is the request payload of a snapshot list request

func (*SnapshotServiceGetRequest) Descriptor deprecated

func (*SnapshotServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceGetRequest.ProtoReflect.Descriptor instead.

func (*SnapshotServiceGetRequest) GetProject

func (x *SnapshotServiceGetRequest) GetProject() string

func (*SnapshotServiceGetRequest) GetUuid

func (x *SnapshotServiceGetRequest) GetUuid() string

func (*SnapshotServiceGetRequest) ProtoMessage

func (*SnapshotServiceGetRequest) ProtoMessage()

func (*SnapshotServiceGetRequest) ProtoReflect

func (*SnapshotServiceGetRequest) Reset

func (x *SnapshotServiceGetRequest) Reset()

func (*SnapshotServiceGetRequest) String

func (x *SnapshotServiceGetRequest) String() string

func (*SnapshotServiceGetRequest) Validate

func (m *SnapshotServiceGetRequest) Validate() error

Validate checks the field values on SnapshotServiceGetRequest 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 (*SnapshotServiceGetRequest) ValidateAll

func (m *SnapshotServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceGetRequest 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 SnapshotServiceGetRequestMultiError, or nil if none found.

type SnapshotServiceGetRequestMultiError

type SnapshotServiceGetRequestMultiError []error

SnapshotServiceGetRequestMultiError is an error wrapping multiple validation errors returned by SnapshotServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceGetRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceGetRequestValidationError

type SnapshotServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceGetRequestValidationError is the validation error returned by SnapshotServiceGetRequest.Validate if the designated constraints aren't met.

func (SnapshotServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceGetRequestValidationError) Field

Field function returns field value.

func (SnapshotServiceGetRequestValidationError) Key

Key function returns key value.

func (SnapshotServiceGetRequestValidationError) Reason

Reason function returns reason value.

type SnapshotServiceGetResponse

type SnapshotServiceGetResponse struct {

	// Snapshot the snapshot
	Snapshot *Snapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceGetResponse is the response payload of a snapshot get request

func (*SnapshotServiceGetResponse) Descriptor deprecated

func (*SnapshotServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceGetResponse.ProtoReflect.Descriptor instead.

func (*SnapshotServiceGetResponse) GetSnapshot

func (x *SnapshotServiceGetResponse) GetSnapshot() *Snapshot

func (*SnapshotServiceGetResponse) ProtoMessage

func (*SnapshotServiceGetResponse) ProtoMessage()

func (*SnapshotServiceGetResponse) ProtoReflect

func (*SnapshotServiceGetResponse) Reset

func (x *SnapshotServiceGetResponse) Reset()

func (*SnapshotServiceGetResponse) String

func (x *SnapshotServiceGetResponse) String() string

func (*SnapshotServiceGetResponse) Validate

func (m *SnapshotServiceGetResponse) Validate() error

Validate checks the field values on SnapshotServiceGetResponse 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 (*SnapshotServiceGetResponse) ValidateAll

func (m *SnapshotServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceGetResponse 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 SnapshotServiceGetResponseMultiError, or nil if none found.

type SnapshotServiceGetResponseMultiError

type SnapshotServiceGetResponseMultiError []error

SnapshotServiceGetResponseMultiError is an error wrapping multiple validation errors returned by SnapshotServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceGetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceGetResponseValidationError

type SnapshotServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceGetResponseValidationError is the validation error returned by SnapshotServiceGetResponse.Validate if the designated constraints aren't met.

func (SnapshotServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceGetResponseValidationError) Field

Field function returns field value.

func (SnapshotServiceGetResponseValidationError) Key

Key function returns key value.

func (SnapshotServiceGetResponseValidationError) Reason

Reason function returns reason value.

type SnapshotServiceListRequest

type SnapshotServiceListRequest struct {

	// Uuid of the snapshot
	Uuid *string `protobuf:"bytes,1,opt,name=uuid,proto3,oneof" json:"uuid,omitempty"`
	// Project of the snapshot
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Partition where the snapshots should be listed
	Partition *string `protobuf:"bytes,3,opt,name=partition,proto3,oneof" json:"partition,omitempty"`
	// Name of the snapshot
	Name *string `protobuf:"bytes,4,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceListRequest is the request payload of a snapshot list request

func (*SnapshotServiceListRequest) Descriptor deprecated

func (*SnapshotServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceListRequest.ProtoReflect.Descriptor instead.

func (*SnapshotServiceListRequest) GetName

func (x *SnapshotServiceListRequest) GetName() string

func (*SnapshotServiceListRequest) GetPartition

func (x *SnapshotServiceListRequest) GetPartition() string

func (*SnapshotServiceListRequest) GetProject

func (x *SnapshotServiceListRequest) GetProject() string

func (*SnapshotServiceListRequest) GetUuid

func (x *SnapshotServiceListRequest) GetUuid() string

func (*SnapshotServiceListRequest) ProtoMessage

func (*SnapshotServiceListRequest) ProtoMessage()

func (*SnapshotServiceListRequest) ProtoReflect

func (*SnapshotServiceListRequest) Reset

func (x *SnapshotServiceListRequest) Reset()

func (*SnapshotServiceListRequest) String

func (x *SnapshotServiceListRequest) String() string

func (*SnapshotServiceListRequest) Validate

func (m *SnapshotServiceListRequest) Validate() error

Validate checks the field values on SnapshotServiceListRequest 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 (*SnapshotServiceListRequest) ValidateAll

func (m *SnapshotServiceListRequest) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceListRequest 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 SnapshotServiceListRequestMultiError, or nil if none found.

type SnapshotServiceListRequestMultiError

type SnapshotServiceListRequestMultiError []error

SnapshotServiceListRequestMultiError is an error wrapping multiple validation errors returned by SnapshotServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceListRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceListRequestValidationError

type SnapshotServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceListRequestValidationError is the validation error returned by SnapshotServiceListRequest.Validate if the designated constraints aren't met.

func (SnapshotServiceListRequestValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceListRequestValidationError) Field

Field function returns field value.

func (SnapshotServiceListRequestValidationError) Key

Key function returns key value.

func (SnapshotServiceListRequestValidationError) Reason

Reason function returns reason value.

type SnapshotServiceListResponse

type SnapshotServiceListResponse struct {

	// Snapshots the snapshots
	Snapshots []*Snapshot `protobuf:"bytes,1,rep,name=snapshots,proto3" json:"snapshots,omitempty"`
	// contains filtered or unexported fields
}

SnapshotServiceListResponse is the response payload of a snapshot list request

func (*SnapshotServiceListResponse) Descriptor deprecated

func (*SnapshotServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotServiceListResponse.ProtoReflect.Descriptor instead.

func (*SnapshotServiceListResponse) GetSnapshots

func (x *SnapshotServiceListResponse) GetSnapshots() []*Snapshot

func (*SnapshotServiceListResponse) ProtoMessage

func (*SnapshotServiceListResponse) ProtoMessage()

func (*SnapshotServiceListResponse) ProtoReflect

func (*SnapshotServiceListResponse) Reset

func (x *SnapshotServiceListResponse) Reset()

func (*SnapshotServiceListResponse) String

func (x *SnapshotServiceListResponse) String() string

func (*SnapshotServiceListResponse) Validate

func (m *SnapshotServiceListResponse) Validate() error

Validate checks the field values on SnapshotServiceListResponse 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 (*SnapshotServiceListResponse) ValidateAll

func (m *SnapshotServiceListResponse) ValidateAll() error

ValidateAll checks the field values on SnapshotServiceListResponse 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 SnapshotServiceListResponseMultiError, or nil if none found.

type SnapshotServiceListResponseMultiError

type SnapshotServiceListResponseMultiError []error

SnapshotServiceListResponseMultiError is an error wrapping multiple validation errors returned by SnapshotServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (SnapshotServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SnapshotServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotServiceListResponseValidationError

type SnapshotServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

SnapshotServiceListResponseValidationError is the validation error returned by SnapshotServiceListResponse.Validate if the designated constraints aren't met.

func (SnapshotServiceListResponseValidationError) Cause

Cause function returns cause value.

func (SnapshotServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (SnapshotServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (SnapshotServiceListResponseValidationError) Field

Field function returns field value.

func (SnapshotServiceListResponseValidationError) Key

Key function returns key value.

func (SnapshotServiceListResponseValidationError) Reason

Reason function returns reason value.

type SnapshotStatistics

type SnapshotStatistics struct {

	// PhysicalCapacity
	//
	// The physical capacity that exists in this snapshot layer
	PhysicalCapacity uint64 `protobuf:"varint,1,opt,name=physical_capacity,json=physicalCapacity,proto3" json:"physical_capacity,omitempty"`
	// PhysicalOwnedStorageCapacity
	//
	// The capacity that would be freed when snapshot is deleted
	PhysicalOwnedCapacity uint64 `` /* 127-byte string literal not displayed */
	// PhysicalOwnedMemory
	//
	// The memory that would be freed when snapshot is deleted
	PhysicalOwnedMemory uint64 `protobuf:"varint,3,opt,name=physical_owned_memory,json=physicalOwnedMemory,proto3" json:"physical_owned_memory,omitempty"`
	// PhysicalMemory
	//
	// The memory that exists for this snapshot
	PhysicalMemory uint64 `protobuf:"varint,4,opt,name=physical_memory,json=physicalMemory,proto3" json:"physical_memory,omitempty"`
	// UserWritten
	//
	// The amount of bytes written to this snapshot by the user
	UserWritten uint64 `protobuf:"varint,5,opt,name=user_written,json=userWritten,proto3" json:"user_written,omitempty"`
	// contains filtered or unexported fields
}

SnapshotStatistics are all detailed statistics of a snapshot

func (*SnapshotStatistics) Descriptor deprecated

func (*SnapshotStatistics) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotStatistics.ProtoReflect.Descriptor instead.

func (*SnapshotStatistics) GetPhysicalCapacity

func (x *SnapshotStatistics) GetPhysicalCapacity() uint64

func (*SnapshotStatistics) GetPhysicalMemory

func (x *SnapshotStatistics) GetPhysicalMemory() uint64

func (*SnapshotStatistics) GetPhysicalOwnedCapacity

func (x *SnapshotStatistics) GetPhysicalOwnedCapacity() uint64

func (*SnapshotStatistics) GetPhysicalOwnedMemory

func (x *SnapshotStatistics) GetPhysicalOwnedMemory() uint64

func (*SnapshotStatistics) GetUserWritten

func (x *SnapshotStatistics) GetUserWritten() uint64

func (*SnapshotStatistics) ProtoMessage

func (*SnapshotStatistics) ProtoMessage()

func (*SnapshotStatistics) ProtoReflect

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

func (*SnapshotStatistics) Reset

func (x *SnapshotStatistics) Reset()

func (*SnapshotStatistics) String

func (x *SnapshotStatistics) String() string

func (*SnapshotStatistics) Validate

func (m *SnapshotStatistics) Validate() error

Validate checks the field values on SnapshotStatistics 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 (*SnapshotStatistics) ValidateAll

func (m *SnapshotStatistics) ValidateAll() error

ValidateAll checks the field values on SnapshotStatistics 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 SnapshotStatisticsMultiError, or nil if none found.

type SnapshotStatisticsMultiError

type SnapshotStatisticsMultiError []error

SnapshotStatisticsMultiError is an error wrapping multiple validation errors returned by SnapshotStatistics.ValidateAll() if the designated constraints aren't met.

func (SnapshotStatisticsMultiError) AllErrors

func (m SnapshotStatisticsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SnapshotStatisticsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SnapshotStatisticsValidationError

type SnapshotStatisticsValidationError struct {
	// contains filtered or unexported fields
}

SnapshotStatisticsValidationError is the validation error returned by SnapshotStatistics.Validate if the designated constraints aren't met.

func (SnapshotStatisticsValidationError) Cause

Cause function returns cause value.

func (SnapshotStatisticsValidationError) Error

Error satisfies the builtin error interface

func (SnapshotStatisticsValidationError) ErrorName

ErrorName returns error name.

func (SnapshotStatisticsValidationError) Field

Field function returns field value.

func (SnapshotStatisticsValidationError) Key

Key function returns key value.

func (SnapshotStatisticsValidationError) Reason

Reason function returns reason value.

type SnapshotValidationError

type SnapshotValidationError struct {
	// contains filtered or unexported fields
}

SnapshotValidationError is the validation error returned by Snapshot.Validate if the designated constraints aren't met.

func (SnapshotValidationError) Cause

func (e SnapshotValidationError) Cause() error

Cause function returns cause value.

func (SnapshotValidationError) Error

func (e SnapshotValidationError) Error() string

Error satisfies the builtin error interface

func (SnapshotValidationError) ErrorName

func (e SnapshotValidationError) ErrorName() string

ErrorName returns error name.

func (SnapshotValidationError) Field

func (e SnapshotValidationError) Field() string

Field function returns field value.

func (SnapshotValidationError) Key

func (e SnapshotValidationError) Key() bool

Key function returns key value.

func (SnapshotValidationError) Reason

func (e SnapshotValidationError) Reason() string

Reason function returns reason value.

type SubscriptionUsageItem

type SubscriptionUsageItem struct {

	// SubscriptionItemId is the id of the subscription
	SubscriptionItemId string `protobuf:"bytes,1,opt,name=subscription_item_id,json=subscriptionItemId,proto3" json:"subscription_item_id,omitempty"`
	// SubscriptionItemName is the name of the subscription
	SubscriptionItemName string `protobuf:"bytes,2,opt,name=subscription_item_name,json=subscriptionItemName,proto3" json:"subscription_item_name,omitempty"`
	// TotalUsage of this subscription
	TotalUsage int64 `protobuf:"varint,3,opt,name=total_usage,json=totalUsage,proto3" json:"total_usage,omitempty"`
	// PeriodStart is the start date of this subscription
	PeriodStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=period_start,json=periodStart,proto3" json:"period_start,omitempty"`
	// PeriodEnd is the end date of this subscription
	PeriodEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=period_end,json=periodEnd,proto3" json:"period_end,omitempty"`
	// contains filtered or unexported fields
}

SubscriptionUsageItem details of a subscription

func (*SubscriptionUsageItem) Descriptor deprecated

func (*SubscriptionUsageItem) Descriptor() ([]byte, []int)

Deprecated: Use SubscriptionUsageItem.ProtoReflect.Descriptor instead.

func (*SubscriptionUsageItem) GetPeriodEnd

func (x *SubscriptionUsageItem) GetPeriodEnd() *timestamppb.Timestamp

func (*SubscriptionUsageItem) GetPeriodStart

func (x *SubscriptionUsageItem) GetPeriodStart() *timestamppb.Timestamp

func (*SubscriptionUsageItem) GetSubscriptionItemId

func (x *SubscriptionUsageItem) GetSubscriptionItemId() string

func (*SubscriptionUsageItem) GetSubscriptionItemName

func (x *SubscriptionUsageItem) GetSubscriptionItemName() string

func (*SubscriptionUsageItem) GetTotalUsage

func (x *SubscriptionUsageItem) GetTotalUsage() int64

func (*SubscriptionUsageItem) ProtoMessage

func (*SubscriptionUsageItem) ProtoMessage()

func (*SubscriptionUsageItem) ProtoReflect

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

func (*SubscriptionUsageItem) Reset

func (x *SubscriptionUsageItem) Reset()

func (*SubscriptionUsageItem) String

func (x *SubscriptionUsageItem) String() string

func (*SubscriptionUsageItem) Validate

func (m *SubscriptionUsageItem) Validate() error

Validate checks the field values on SubscriptionUsageItem 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 (*SubscriptionUsageItem) ValidateAll

func (m *SubscriptionUsageItem) ValidateAll() error

ValidateAll checks the field values on SubscriptionUsageItem 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 SubscriptionUsageItemMultiError, or nil if none found.

type SubscriptionUsageItemMultiError

type SubscriptionUsageItemMultiError []error

SubscriptionUsageItemMultiError is an error wrapping multiple validation errors returned by SubscriptionUsageItem.ValidateAll() if the designated constraints aren't met.

func (SubscriptionUsageItemMultiError) AllErrors

func (m SubscriptionUsageItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscriptionUsageItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubscriptionUsageItemValidationError

type SubscriptionUsageItemValidationError struct {
	// contains filtered or unexported fields
}

SubscriptionUsageItemValidationError is the validation error returned by SubscriptionUsageItem.Validate if the designated constraints aren't met.

func (SubscriptionUsageItemValidationError) Cause

Cause function returns cause value.

func (SubscriptionUsageItemValidationError) Error

Error satisfies the builtin error interface

func (SubscriptionUsageItemValidationError) ErrorName

ErrorName returns error name.

func (SubscriptionUsageItemValidationError) Field

Field function returns field value.

func (SubscriptionUsageItemValidationError) Key

Key function returns key value.

func (SubscriptionUsageItemValidationError) Reason

Reason function returns reason value.

type Tenant

type Tenant struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Name of the tenant
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Email of the tenant
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// Description of this tenant
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// AvatarUrl of the tenant
	AvatarUrl string `protobuf:"bytes,5,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	// OauthProvider of the tenant
	OauthProvider OAuthProvider `` /* 127-byte string literal not displayed */
	// PaymentDetails the tenant provides
	PaymentDetails *PaymentDetails `protobuf:"bytes,8,opt,name=payment_details,json=paymentDetails,proto3" json:"payment_details,omitempty"`
	// Admitted indicates if this tenant is allowed to use the platform
	Admitted bool `protobuf:"varint,9,opt,name=admitted,proto3" json:"admitted,omitempty"`
	// PhoneNumber of the tenant
	PhoneNumber string `protobuf:"bytes,10,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// TermsAndConditions the tenant accepted
	TermsAndConditions *TermsAndConditions `protobuf:"bytes,11,opt,name=terms_and_conditions,json=termsAndConditions,proto3" json:"terms_and_conditions,omitempty"`
	// EmailConsent the tenant made
	EmailConsent bool `protobuf:"varint,12,opt,name=email_consent,json=emailConsent,proto3" json:"email_consent,omitempty"`
	// Onboarded checks if the tenant was asked to be onboarded
	Onboarded bool `protobuf:"varint,13,opt,name=onboarded,proto3" json:"onboarded,omitempty"`
	// TenantMembers of this tenant
	TenantMembers []*TenantMember `protobuf:"bytes,14,rep,name=tenant_members,json=tenantMembers,proto3" json:"tenant_members,omitempty"`
	// CreatedBy stores who created this tenant
	CreatedBy string `protobuf:"bytes,15,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	// CreatedAt the date when this tenant was created
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// UpdatedAt the date when this tenant was updated
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// DeletedAt the date when this tenant was deleted
	DeletedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// contains filtered or unexported fields
}

Tenant is a customer of the platform

func (*Tenant) Descriptor deprecated

func (*Tenant) Descriptor() ([]byte, []int)

Deprecated: Use Tenant.ProtoReflect.Descriptor instead.

func (*Tenant) GetAdmitted

func (x *Tenant) GetAdmitted() bool

func (*Tenant) GetAvatarUrl

func (x *Tenant) GetAvatarUrl() string

func (*Tenant) GetCreatedAt

func (x *Tenant) GetCreatedAt() *timestamppb.Timestamp

func (*Tenant) GetCreatedBy added in v0.9.1

func (x *Tenant) GetCreatedBy() string

func (*Tenant) GetDeletedAt

func (x *Tenant) GetDeletedAt() *timestamppb.Timestamp

func (*Tenant) GetDescription added in v0.9.1

func (x *Tenant) GetDescription() string

func (*Tenant) GetEmail

func (x *Tenant) GetEmail() string

func (*Tenant) GetEmailConsent

func (x *Tenant) GetEmailConsent() bool

func (*Tenant) GetLogin

func (x *Tenant) GetLogin() string

func (*Tenant) GetName

func (x *Tenant) GetName() string

func (*Tenant) GetOauthProvider

func (x *Tenant) GetOauthProvider() OAuthProvider

func (*Tenant) GetOnboarded added in v0.7.5

func (x *Tenant) GetOnboarded() bool

func (*Tenant) GetPaymentDetails

func (x *Tenant) GetPaymentDetails() *PaymentDetails

func (*Tenant) GetPhoneNumber

func (x *Tenant) GetPhoneNumber() string

func (*Tenant) GetTenantMembers added in v0.9.1

func (x *Tenant) GetTenantMembers() []*TenantMember

func (*Tenant) GetTermsAndConditions

func (x *Tenant) GetTermsAndConditions() *TermsAndConditions

func (*Tenant) GetUpdatedAt

func (x *Tenant) GetUpdatedAt() *timestamppb.Timestamp

func (*Tenant) ProtoMessage

func (*Tenant) ProtoMessage()

func (*Tenant) ProtoReflect

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

func (*Tenant) Reset

func (x *Tenant) Reset()

func (*Tenant) String

func (x *Tenant) String() string

func (*Tenant) Validate

func (m *Tenant) Validate() error

Validate checks the field values on Tenant 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 (*Tenant) ValidateAll

func (m *Tenant) ValidateAll() error

ValidateAll checks the field values on Tenant 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 TenantMultiError, or nil if none found.

type TenantInvite added in v0.9.1

type TenantInvite struct {

	// Secret is the secret part of the invite, typically part of the url
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// TargetTenant is the tenant id for which this invite was created
	TargetTenant string `protobuf:"bytes,2,opt,name=target_tenant,json=targetTenant,proto3" json:"target_tenant,omitempty"`
	// Role is the role in this tenant the user will get after accepting the invitation
	Role TenantRole `protobuf:"varint,3,opt,name=role,proto3,enum=api.v1.TenantRole" json:"role,omitempty"`
	// Joined is false as long as a user has not accepted the invite
	Joined bool `protobuf:"varint,4,opt,name=joined,proto3" json:"joined,omitempty"`
	// TargetTenantName is the tenant name for which this invite was created
	TargetTenantName string `protobuf:"bytes,5,opt,name=target_tenant_name,json=targetTenantName,proto3" json:"target_tenant_name,omitempty"`
	// Tenant is the login of tenant who invites to join this tenant
	Tenant string `protobuf:"bytes,6,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// TenantName is the name of tenant who invites to join this tenant
	TenantName string `protobuf:"bytes,7,opt,name=tenant_name,json=tenantName,proto3" json:"tenant_name,omitempty"`
	// ExpiresAt the date when this invite expires
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// JoinedAt the date when the member accepted this invite
	JoinedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"`
	// contains filtered or unexported fields
}

TenantInvite defines invite to tenant

func (*TenantInvite) Descriptor deprecated added in v0.9.1

func (*TenantInvite) Descriptor() ([]byte, []int)

Deprecated: Use TenantInvite.ProtoReflect.Descriptor instead.

func (*TenantInvite) GetExpiresAt added in v0.9.1

func (x *TenantInvite) GetExpiresAt() *timestamppb.Timestamp

func (*TenantInvite) GetJoined added in v0.9.1

func (x *TenantInvite) GetJoined() bool

func (*TenantInvite) GetJoinedAt added in v0.9.1

func (x *TenantInvite) GetJoinedAt() *timestamppb.Timestamp

func (*TenantInvite) GetRole added in v0.9.1

func (x *TenantInvite) GetRole() TenantRole

func (*TenantInvite) GetSecret added in v0.9.1

func (x *TenantInvite) GetSecret() string

func (*TenantInvite) GetTargetTenant added in v0.9.1

func (x *TenantInvite) GetTargetTenant() string

func (*TenantInvite) GetTargetTenantName added in v0.9.1

func (x *TenantInvite) GetTargetTenantName() string

func (*TenantInvite) GetTenant added in v0.9.1

func (x *TenantInvite) GetTenant() string

func (*TenantInvite) GetTenantName added in v0.9.1

func (x *TenantInvite) GetTenantName() string

func (*TenantInvite) ProtoMessage added in v0.9.1

func (*TenantInvite) ProtoMessage()

func (*TenantInvite) ProtoReflect added in v0.9.1

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

func (*TenantInvite) Reset added in v0.9.1

func (x *TenantInvite) Reset()

func (*TenantInvite) String added in v0.9.1

func (x *TenantInvite) String() string

func (*TenantInvite) Validate added in v0.9.1

func (m *TenantInvite) Validate() error

Validate checks the field values on TenantInvite 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 (*TenantInvite) ValidateAll added in v0.9.1

func (m *TenantInvite) ValidateAll() error

ValidateAll checks the field values on TenantInvite 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 TenantInviteMultiError, or nil if none found.

type TenantInviteMultiError added in v0.9.1

type TenantInviteMultiError []error

TenantInviteMultiError is an error wrapping multiple validation errors returned by TenantInvite.ValidateAll() if the designated constraints aren't met.

func (TenantInviteMultiError) AllErrors added in v0.9.1

func (m TenantInviteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantInviteMultiError) Error added in v0.9.1

func (m TenantInviteMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TenantInviteValidationError added in v0.9.1

type TenantInviteValidationError struct {
	// contains filtered or unexported fields
}

TenantInviteValidationError is the validation error returned by TenantInvite.Validate if the designated constraints aren't met.

func (TenantInviteValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantInviteValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantInviteValidationError) ErrorName added in v0.9.1

func (e TenantInviteValidationError) ErrorName() string

ErrorName returns error name.

func (TenantInviteValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantInviteValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantInviteValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantMember added in v0.9.1

type TenantMember struct {

	// Id is the user id of the member
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Role is the role of the member
	Role TenantRole `protobuf:"varint,2,opt,name=role,proto3,enum=api.v1.TenantRole" json:"role,omitempty"`
	// CreatedAt the date when the member was added to the tenant
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

TenantMember defines a user that participates at a tenant

func (*TenantMember) Descriptor deprecated added in v0.9.1

func (*TenantMember) Descriptor() ([]byte, []int)

Deprecated: Use TenantMember.ProtoReflect.Descriptor instead.

func (*TenantMember) GetCreatedAt added in v0.9.1

func (x *TenantMember) GetCreatedAt() *timestamppb.Timestamp

func (*TenantMember) GetId added in v0.9.1

func (x *TenantMember) GetId() string

func (*TenantMember) GetRole added in v0.9.1

func (x *TenantMember) GetRole() TenantRole

func (*TenantMember) ProtoMessage added in v0.9.1

func (*TenantMember) ProtoMessage()

func (*TenantMember) ProtoReflect added in v0.9.1

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

func (*TenantMember) Reset added in v0.9.1

func (x *TenantMember) Reset()

func (*TenantMember) String added in v0.9.1

func (x *TenantMember) String() string

func (*TenantMember) Validate added in v0.9.1

func (m *TenantMember) Validate() error

Validate checks the field values on TenantMember 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 (*TenantMember) ValidateAll added in v0.9.1

func (m *TenantMember) ValidateAll() error

ValidateAll checks the field values on TenantMember 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 TenantMemberMultiError, or nil if none found.

type TenantMemberMultiError added in v0.9.1

type TenantMemberMultiError []error

TenantMemberMultiError is an error wrapping multiple validation errors returned by TenantMember.ValidateAll() if the designated constraints aren't met.

func (TenantMemberMultiError) AllErrors added in v0.9.1

func (m TenantMemberMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantMemberMultiError) Error added in v0.9.1

func (m TenantMemberMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TenantMemberValidationError added in v0.9.1

type TenantMemberValidationError struct {
	// contains filtered or unexported fields
}

TenantMemberValidationError is the validation error returned by TenantMember.Validate if the designated constraints aren't met.

func (TenantMemberValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantMemberValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantMemberValidationError) ErrorName added in v0.9.1

func (e TenantMemberValidationError) ErrorName() string

ErrorName returns error name.

func (TenantMemberValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantMemberValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantMemberValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantMultiError

type TenantMultiError []error

TenantMultiError is an error wrapping multiple validation errors returned by Tenant.ValidateAll() if the designated constraints aren't met.

func (TenantMultiError) AllErrors

func (m TenantMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantMultiError) Error

func (m TenantMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TenantRole

type TenantRole int32

TenantRole specifies what role a logged in user needs to call this tenant scoped service

const (
	// TENANT_ROLE_UNSPECIFIED is not specified
	TenantRole_TENANT_ROLE_UNSPECIFIED TenantRole = 0
	// TENANT_ROLE_OWNER the logged in user needs at least owner role to call this method
	TenantRole_TENANT_ROLE_OWNER TenantRole = 1
	// TENANT_ROLE_EDITOR the logged in user needs at least editor role to call this method
	TenantRole_TENANT_ROLE_EDITOR TenantRole = 2
	// TENANT_ROLE_VIEWER the logged in user needs at least viewer role to call this method
	TenantRole_TENANT_ROLE_VIEWER TenantRole = 3
)

func (TenantRole) Descriptor

func (TenantRole) Descriptor() protoreflect.EnumDescriptor

func (TenantRole) Enum

func (x TenantRole) Enum() *TenantRole

func (TenantRole) EnumDescriptor deprecated

func (TenantRole) EnumDescriptor() ([]byte, []int)

Deprecated: Use TenantRole.Descriptor instead.

func (TenantRole) Number

func (x TenantRole) Number() protoreflect.EnumNumber

func (TenantRole) String

func (x TenantRole) String() string

func (TenantRole) Type

type TenantServiceCreateOrUpdateRequest

type TenantServiceCreateOrUpdateRequest struct {

	// Tenant the tenant to create or update
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceCreateOrUpdateRequest is the request payload of the tenant create or update request

func (*TenantServiceCreateOrUpdateRequest) Descriptor deprecated

func (*TenantServiceCreateOrUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceCreateOrUpdateRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceCreateOrUpdateRequest) GetTenant

func (*TenantServiceCreateOrUpdateRequest) ProtoMessage

func (*TenantServiceCreateOrUpdateRequest) ProtoMessage()

func (*TenantServiceCreateOrUpdateRequest) ProtoReflect

func (*TenantServiceCreateOrUpdateRequest) Reset

func (*TenantServiceCreateOrUpdateRequest) String

func (*TenantServiceCreateOrUpdateRequest) Validate

Validate checks the field values on TenantServiceCreateOrUpdateRequest 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 (*TenantServiceCreateOrUpdateRequest) ValidateAll

func (m *TenantServiceCreateOrUpdateRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceCreateOrUpdateRequest 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 TenantServiceCreateOrUpdateRequestMultiError, or nil if none found.

type TenantServiceCreateOrUpdateRequestMultiError

type TenantServiceCreateOrUpdateRequestMultiError []error

TenantServiceCreateOrUpdateRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceCreateOrUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceCreateOrUpdateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceCreateOrUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceCreateOrUpdateRequestValidationError

type TenantServiceCreateOrUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceCreateOrUpdateRequestValidationError is the validation error returned by TenantServiceCreateOrUpdateRequest.Validate if the designated constraints aren't met.

func (TenantServiceCreateOrUpdateRequestValidationError) Cause

Cause function returns cause value.

func (TenantServiceCreateOrUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceCreateOrUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceCreateOrUpdateRequestValidationError) Field

Field function returns field value.

func (TenantServiceCreateOrUpdateRequestValidationError) Key

Key function returns key value.

func (TenantServiceCreateOrUpdateRequestValidationError) Reason

Reason function returns reason value.

type TenantServiceCreateOrUpdateResponse

type TenantServiceCreateOrUpdateResponse struct {

	// Tenant is the tenant
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceCreateOrUpdateResponse is the response payload of the tenant create or update request

func (*TenantServiceCreateOrUpdateResponse) Descriptor deprecated

func (*TenantServiceCreateOrUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceCreateOrUpdateResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceCreateOrUpdateResponse) GetTenant

func (*TenantServiceCreateOrUpdateResponse) ProtoMessage

func (*TenantServiceCreateOrUpdateResponse) ProtoMessage()

func (*TenantServiceCreateOrUpdateResponse) ProtoReflect

func (*TenantServiceCreateOrUpdateResponse) Reset

func (*TenantServiceCreateOrUpdateResponse) String

func (*TenantServiceCreateOrUpdateResponse) Validate

Validate checks the field values on TenantServiceCreateOrUpdateResponse 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 (*TenantServiceCreateOrUpdateResponse) ValidateAll

func (m *TenantServiceCreateOrUpdateResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceCreateOrUpdateResponse 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 TenantServiceCreateOrUpdateResponseMultiError, or nil if none found.

type TenantServiceCreateOrUpdateResponseMultiError

type TenantServiceCreateOrUpdateResponseMultiError []error

TenantServiceCreateOrUpdateResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceCreateOrUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceCreateOrUpdateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceCreateOrUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceCreateOrUpdateResponseValidationError

type TenantServiceCreateOrUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceCreateOrUpdateResponseValidationError is the validation error returned by TenantServiceCreateOrUpdateResponse.Validate if the designated constraints aren't met.

func (TenantServiceCreateOrUpdateResponseValidationError) Cause

Cause function returns cause value.

func (TenantServiceCreateOrUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceCreateOrUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceCreateOrUpdateResponseValidationError) Field

Field function returns field value.

func (TenantServiceCreateOrUpdateResponseValidationError) Key

Key function returns key value.

func (TenantServiceCreateOrUpdateResponseValidationError) Reason

Reason function returns reason value.

type TenantServiceCreateRequest

type TenantServiceCreateRequest struct {

	// Name of this tenant
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Description of this tenant
	Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Email of the tenant, if not set will be inherited from the creator
	Email *string `protobuf:"bytes,3,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// AvatarUrl of the tenant
	AvatarUrl *string `protobuf:"bytes,4,opt,name=avatar_url,json=avatarUrl,proto3,oneof" json:"avatar_url,omitempty"`
	// PhoneNumber of the tenant
	PhoneNumber *string `protobuf:"bytes,5,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceCreateRequest is the request payload of the tenant create request

func (*TenantServiceCreateRequest) Descriptor deprecated

func (*TenantServiceCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceCreateRequest) GetAvatarUrl added in v0.9.1

func (x *TenantServiceCreateRequest) GetAvatarUrl() string

func (*TenantServiceCreateRequest) GetDescription added in v0.9.1

func (x *TenantServiceCreateRequest) GetDescription() string

func (*TenantServiceCreateRequest) GetEmail added in v0.9.1

func (x *TenantServiceCreateRequest) GetEmail() string

func (*TenantServiceCreateRequest) GetName added in v0.9.1

func (x *TenantServiceCreateRequest) GetName() string

func (*TenantServiceCreateRequest) GetPhoneNumber added in v0.9.1

func (x *TenantServiceCreateRequest) GetPhoneNumber() string

func (*TenantServiceCreateRequest) ProtoMessage

func (*TenantServiceCreateRequest) ProtoMessage()

func (*TenantServiceCreateRequest) ProtoReflect

func (*TenantServiceCreateRequest) Reset

func (x *TenantServiceCreateRequest) Reset()

func (*TenantServiceCreateRequest) String

func (x *TenantServiceCreateRequest) String() string

func (*TenantServiceCreateRequest) Validate

func (m *TenantServiceCreateRequest) Validate() error

Validate checks the field values on TenantServiceCreateRequest 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 (*TenantServiceCreateRequest) ValidateAll

func (m *TenantServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceCreateRequest 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 TenantServiceCreateRequestMultiError, or nil if none found.

type TenantServiceCreateRequestMultiError

type TenantServiceCreateRequestMultiError []error

TenantServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceCreateRequestValidationError

type TenantServiceCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceCreateRequestValidationError is the validation error returned by TenantServiceCreateRequest.Validate if the designated constraints aren't met.

func (TenantServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (TenantServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceCreateRequestValidationError) Field

Field function returns field value.

func (TenantServiceCreateRequestValidationError) Key

Key function returns key value.

func (TenantServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type TenantServiceCreateResponse

type TenantServiceCreateResponse struct {

	// Tenant is the tenant
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceCreateResponse is the response payload of the tenant create request

func (*TenantServiceCreateResponse) Descriptor deprecated

func (*TenantServiceCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceCreateResponse) GetTenant

func (x *TenantServiceCreateResponse) GetTenant() *Tenant

func (*TenantServiceCreateResponse) ProtoMessage

func (*TenantServiceCreateResponse) ProtoMessage()

func (*TenantServiceCreateResponse) ProtoReflect

func (*TenantServiceCreateResponse) Reset

func (x *TenantServiceCreateResponse) Reset()

func (*TenantServiceCreateResponse) String

func (x *TenantServiceCreateResponse) String() string

func (*TenantServiceCreateResponse) Validate

func (m *TenantServiceCreateResponse) Validate() error

Validate checks the field values on TenantServiceCreateResponse 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 (*TenantServiceCreateResponse) ValidateAll

func (m *TenantServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceCreateResponse 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 TenantServiceCreateResponseMultiError, or nil if none found.

type TenantServiceCreateResponseMultiError

type TenantServiceCreateResponseMultiError []error

TenantServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceCreateResponseValidationError

type TenantServiceCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceCreateResponseValidationError is the validation error returned by TenantServiceCreateResponse.Validate if the designated constraints aren't met.

func (TenantServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (TenantServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceCreateResponseValidationError) Field

Field function returns field value.

func (TenantServiceCreateResponseValidationError) Key

Key function returns key value.

func (TenantServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type TenantServiceDeleteRequest

type TenantServiceDeleteRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceDeleteRequest is the request payload of the tenant delete request

func (*TenantServiceDeleteRequest) Descriptor deprecated

func (*TenantServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceDeleteRequest) GetLogin

func (x *TenantServiceDeleteRequest) GetLogin() string

func (*TenantServiceDeleteRequest) ProtoMessage

func (*TenantServiceDeleteRequest) ProtoMessage()

func (*TenantServiceDeleteRequest) ProtoReflect

func (*TenantServiceDeleteRequest) Reset

func (x *TenantServiceDeleteRequest) Reset()

func (*TenantServiceDeleteRequest) String

func (x *TenantServiceDeleteRequest) String() string

func (*TenantServiceDeleteRequest) Validate

func (m *TenantServiceDeleteRequest) Validate() error

Validate checks the field values on TenantServiceDeleteRequest 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 (*TenantServiceDeleteRequest) ValidateAll

func (m *TenantServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceDeleteRequest 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 TenantServiceDeleteRequestMultiError, or nil if none found.

type TenantServiceDeleteRequestMultiError

type TenantServiceDeleteRequestMultiError []error

TenantServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceDeleteRequestValidationError

type TenantServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceDeleteRequestValidationError is the validation error returned by TenantServiceDeleteRequest.Validate if the designated constraints aren't met.

func (TenantServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (TenantServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceDeleteRequestValidationError) Field

Field function returns field value.

func (TenantServiceDeleteRequestValidationError) Key

Key function returns key value.

func (TenantServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type TenantServiceDeleteResponse

type TenantServiceDeleteResponse struct {

	// Tenant is the tenant
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceDeleteResponse is the response payload of the tenant delete request

func (*TenantServiceDeleteResponse) Descriptor deprecated

func (*TenantServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceDeleteResponse) GetTenant

func (x *TenantServiceDeleteResponse) GetTenant() *Tenant

func (*TenantServiceDeleteResponse) ProtoMessage

func (*TenantServiceDeleteResponse) ProtoMessage()

func (*TenantServiceDeleteResponse) ProtoReflect

func (*TenantServiceDeleteResponse) Reset

func (x *TenantServiceDeleteResponse) Reset()

func (*TenantServiceDeleteResponse) String

func (x *TenantServiceDeleteResponse) String() string

func (*TenantServiceDeleteResponse) Validate

func (m *TenantServiceDeleteResponse) Validate() error

Validate checks the field values on TenantServiceDeleteResponse 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 (*TenantServiceDeleteResponse) ValidateAll

func (m *TenantServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceDeleteResponse 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 TenantServiceDeleteResponseMultiError, or nil if none found.

type TenantServiceDeleteResponseMultiError

type TenantServiceDeleteResponseMultiError []error

TenantServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceDeleteResponseValidationError

type TenantServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceDeleteResponseValidationError is the validation error returned by TenantServiceDeleteResponse.Validate if the designated constraints aren't met.

func (TenantServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (TenantServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceDeleteResponseValidationError) Field

Field function returns field value.

func (TenantServiceDeleteResponseValidationError) Key

Key function returns key value.

func (TenantServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type TenantServiceGetRequest

type TenantServiceGetRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceGetRequest is the request payload of the tenant get request

func (*TenantServiceGetRequest) Descriptor deprecated

func (*TenantServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceGetRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceGetRequest) GetLogin

func (x *TenantServiceGetRequest) GetLogin() string

func (*TenantServiceGetRequest) ProtoMessage

func (*TenantServiceGetRequest) ProtoMessage()

func (*TenantServiceGetRequest) ProtoReflect

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

func (*TenantServiceGetRequest) Reset

func (x *TenantServiceGetRequest) Reset()

func (*TenantServiceGetRequest) String

func (x *TenantServiceGetRequest) String() string

func (*TenantServiceGetRequest) Validate

func (m *TenantServiceGetRequest) Validate() error

Validate checks the field values on TenantServiceGetRequest 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 (*TenantServiceGetRequest) ValidateAll

func (m *TenantServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceGetRequest 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 TenantServiceGetRequestMultiError, or nil if none found.

type TenantServiceGetRequestMultiError

type TenantServiceGetRequestMultiError []error

TenantServiceGetRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceGetRequestMultiError) AllErrors

func (m TenantServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceGetRequestValidationError

type TenantServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceGetRequestValidationError is the validation error returned by TenantServiceGetRequest.Validate if the designated constraints aren't met.

func (TenantServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (TenantServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceGetRequestValidationError) Field

Field function returns field value.

func (TenantServiceGetRequestValidationError) Key

Key function returns key value.

func (TenantServiceGetRequestValidationError) Reason

Reason function returns reason value.

type TenantServiceGetResponse

type TenantServiceGetResponse struct {

	// Tenant is the tenant
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceGetResponse is the response payload of the tenant get request

func (*TenantServiceGetResponse) Descriptor deprecated

func (*TenantServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceGetResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceGetResponse) GetTenant

func (x *TenantServiceGetResponse) GetTenant() *Tenant

func (*TenantServiceGetResponse) ProtoMessage

func (*TenantServiceGetResponse) ProtoMessage()

func (*TenantServiceGetResponse) ProtoReflect

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

func (*TenantServiceGetResponse) Reset

func (x *TenantServiceGetResponse) Reset()

func (*TenantServiceGetResponse) String

func (x *TenantServiceGetResponse) String() string

func (*TenantServiceGetResponse) Validate

func (m *TenantServiceGetResponse) Validate() error

Validate checks the field values on TenantServiceGetResponse 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 (*TenantServiceGetResponse) ValidateAll

func (m *TenantServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceGetResponse 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 TenantServiceGetResponseMultiError, or nil if none found.

type TenantServiceGetResponseMultiError

type TenantServiceGetResponseMultiError []error

TenantServiceGetResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceGetResponseMultiError) AllErrors

func (m TenantServiceGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceGetResponseValidationError

type TenantServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceGetResponseValidationError is the validation error returned by TenantServiceGetResponse.Validate if the designated constraints aren't met.

func (TenantServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (TenantServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceGetResponseValidationError) Field

Field function returns field value.

func (TenantServiceGetResponseValidationError) Key

Key function returns key value.

func (TenantServiceGetResponseValidationError) Reason

Reason function returns reason value.

type TenantServiceInviteAcceptRequest added in v0.9.1

type TenantServiceInviteAcceptRequest struct {

	// Secret is the invitation secret part of the invitation url
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteAcceptRequest is the request payload to a accept invite request

func (*TenantServiceInviteAcceptRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteAcceptRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteAcceptRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteAcceptRequest) GetSecret added in v0.9.1

func (*TenantServiceInviteAcceptRequest) ProtoMessage added in v0.9.1

func (*TenantServiceInviteAcceptRequest) ProtoMessage()

func (*TenantServiceInviteAcceptRequest) ProtoReflect added in v0.9.1

func (*TenantServiceInviteAcceptRequest) Reset added in v0.9.1

func (*TenantServiceInviteAcceptRequest) String added in v0.9.1

func (*TenantServiceInviteAcceptRequest) Validate added in v0.9.1

Validate checks the field values on TenantServiceInviteAcceptRequest 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 (*TenantServiceInviteAcceptRequest) ValidateAll added in v0.9.1

func (m *TenantServiceInviteAcceptRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteAcceptRequest 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 TenantServiceInviteAcceptRequestMultiError, or nil if none found.

type TenantServiceInviteAcceptRequestMultiError added in v0.9.1

type TenantServiceInviteAcceptRequestMultiError []error

TenantServiceInviteAcceptRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteAcceptRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteAcceptRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteAcceptRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteAcceptRequestValidationError added in v0.9.1

type TenantServiceInviteAcceptRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteAcceptRequestValidationError is the validation error returned by TenantServiceInviteAcceptRequest.Validate if the designated constraints aren't met.

func (TenantServiceInviteAcceptRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteAcceptRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteAcceptRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteAcceptRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteAcceptRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteAcceptRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteAcceptResponse added in v0.9.1

type TenantServiceInviteAcceptResponse struct {

	// Tenant ID of the joined tenant
	Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// TenantName of the joined tenant
	TenantName string `protobuf:"bytes,2,opt,name=tenant_name,json=tenantName,proto3" json:"tenant_name,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInvitesListResponse is the response payload to a accept invite request

func (*TenantServiceInviteAcceptResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteAcceptResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteAcceptResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteAcceptResponse) GetTenant added in v0.9.1

func (*TenantServiceInviteAcceptResponse) GetTenantName added in v0.9.1

func (x *TenantServiceInviteAcceptResponse) GetTenantName() string

func (*TenantServiceInviteAcceptResponse) ProtoMessage added in v0.9.1

func (*TenantServiceInviteAcceptResponse) ProtoMessage()

func (*TenantServiceInviteAcceptResponse) ProtoReflect added in v0.9.1

func (*TenantServiceInviteAcceptResponse) Reset added in v0.9.1

func (*TenantServiceInviteAcceptResponse) String added in v0.9.1

func (*TenantServiceInviteAcceptResponse) Validate added in v0.9.1

Validate checks the field values on TenantServiceInviteAcceptResponse 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 (*TenantServiceInviteAcceptResponse) ValidateAll added in v0.9.1

func (m *TenantServiceInviteAcceptResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteAcceptResponse 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 TenantServiceInviteAcceptResponseMultiError, or nil if none found.

type TenantServiceInviteAcceptResponseMultiError added in v0.9.1

type TenantServiceInviteAcceptResponseMultiError []error

TenantServiceInviteAcceptResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteAcceptResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteAcceptResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteAcceptResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteAcceptResponseValidationError added in v0.9.1

type TenantServiceInviteAcceptResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteAcceptResponseValidationError is the validation error returned by TenantServiceInviteAcceptResponse.Validate if the designated constraints aren't met.

func (TenantServiceInviteAcceptResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteAcceptResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteAcceptResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteAcceptResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteAcceptResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteAcceptResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteDeleteRequest added in v0.9.1

type TenantServiceInviteDeleteRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Secret of the invite to delete
	Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteDeleteRequest is the request payload to a delete invite

func (*TenantServiceInviteDeleteRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteDeleteRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteDeleteRequest) GetLogin added in v0.9.1

func (*TenantServiceInviteDeleteRequest) GetSecret added in v0.9.1

func (*TenantServiceInviteDeleteRequest) ProtoMessage added in v0.9.1

func (*TenantServiceInviteDeleteRequest) ProtoMessage()

func (*TenantServiceInviteDeleteRequest) ProtoReflect added in v0.9.1

func (*TenantServiceInviteDeleteRequest) Reset added in v0.9.1

func (*TenantServiceInviteDeleteRequest) String added in v0.9.1

func (*TenantServiceInviteDeleteRequest) Validate added in v0.9.1

Validate checks the field values on TenantServiceInviteDeleteRequest 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 (*TenantServiceInviteDeleteRequest) ValidateAll added in v0.9.1

func (m *TenantServiceInviteDeleteRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteDeleteRequest 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 TenantServiceInviteDeleteRequestMultiError, or nil if none found.

type TenantServiceInviteDeleteRequestMultiError added in v0.9.1

type TenantServiceInviteDeleteRequestMultiError []error

TenantServiceInviteDeleteRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteDeleteRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteDeleteRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteDeleteRequestValidationError added in v0.9.1

type TenantServiceInviteDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteDeleteRequestValidationError is the validation error returned by TenantServiceInviteDeleteRequest.Validate if the designated constraints aren't met.

func (TenantServiceInviteDeleteRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteDeleteRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteDeleteRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteDeleteRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteDeleteRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteDeleteRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteDeleteResponse added in v0.9.1

type TenantServiceInviteDeleteResponse struct {
	// contains filtered or unexported fields
}

TenantServiceInviteDeleteResponse is the response payload of a delete invite request

func (*TenantServiceInviteDeleteResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteDeleteResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteDeleteResponse) ProtoMessage added in v0.9.1

func (*TenantServiceInviteDeleteResponse) ProtoMessage()

func (*TenantServiceInviteDeleteResponse) ProtoReflect added in v0.9.1

func (*TenantServiceInviteDeleteResponse) Reset added in v0.9.1

func (*TenantServiceInviteDeleteResponse) String added in v0.9.1

func (*TenantServiceInviteDeleteResponse) Validate added in v0.9.1

Validate checks the field values on TenantServiceInviteDeleteResponse 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 (*TenantServiceInviteDeleteResponse) ValidateAll added in v0.9.1

func (m *TenantServiceInviteDeleteResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteDeleteResponse 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 TenantServiceInviteDeleteResponseMultiError, or nil if none found.

type TenantServiceInviteDeleteResponseMultiError added in v0.9.1

type TenantServiceInviteDeleteResponseMultiError []error

TenantServiceInviteDeleteResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteDeleteResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteDeleteResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteDeleteResponseValidationError added in v0.9.1

type TenantServiceInviteDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteDeleteResponseValidationError is the validation error returned by TenantServiceInviteDeleteResponse.Validate if the designated constraints aren't met.

func (TenantServiceInviteDeleteResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteDeleteResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteDeleteResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteDeleteResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteDeleteResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteDeleteResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteGetRequest added in v0.9.1

type TenantServiceInviteGetRequest struct {

	// Secret of the invite to get
	Secret string `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteGetRequest is the request payload to get a invite

func (*TenantServiceInviteGetRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteGetRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteGetRequest) GetSecret added in v0.9.1

func (x *TenantServiceInviteGetRequest) GetSecret() string

func (*TenantServiceInviteGetRequest) ProtoMessage added in v0.9.1

func (*TenantServiceInviteGetRequest) ProtoMessage()

func (*TenantServiceInviteGetRequest) ProtoReflect added in v0.9.1

func (*TenantServiceInviteGetRequest) Reset added in v0.9.1

func (x *TenantServiceInviteGetRequest) Reset()

func (*TenantServiceInviteGetRequest) String added in v0.9.1

func (*TenantServiceInviteGetRequest) Validate added in v0.9.1

func (m *TenantServiceInviteGetRequest) Validate() error

Validate checks the field values on TenantServiceInviteGetRequest 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 (*TenantServiceInviteGetRequest) ValidateAll added in v0.9.1

func (m *TenantServiceInviteGetRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteGetRequest 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 TenantServiceInviteGetRequestMultiError, or nil if none found.

type TenantServiceInviteGetRequestMultiError added in v0.9.1

type TenantServiceInviteGetRequestMultiError []error

TenantServiceInviteGetRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteGetRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteGetRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteGetRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteGetRequestValidationError added in v0.9.1

type TenantServiceInviteGetRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteGetRequestValidationError is the validation error returned by TenantServiceInviteGetRequest.Validate if the designated constraints aren't met.

func (TenantServiceInviteGetRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteGetRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteGetRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteGetRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteGetRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteGetRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteGetResponse added in v0.9.1

type TenantServiceInviteGetResponse struct {

	// Invite is the invite
	Invite *TenantInvite `protobuf:"bytes,1,opt,name=invite,proto3" json:"invite,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteGetResponse is the response payload to a get invite request

func (*TenantServiceInviteGetResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteGetResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteGetResponse) GetInvite added in v0.9.1

func (*TenantServiceInviteGetResponse) ProtoMessage added in v0.9.1

func (*TenantServiceInviteGetResponse) ProtoMessage()

func (*TenantServiceInviteGetResponse) ProtoReflect added in v0.9.1

func (*TenantServiceInviteGetResponse) Reset added in v0.9.1

func (x *TenantServiceInviteGetResponse) Reset()

func (*TenantServiceInviteGetResponse) String added in v0.9.1

func (*TenantServiceInviteGetResponse) Validate added in v0.9.1

func (m *TenantServiceInviteGetResponse) Validate() error

Validate checks the field values on TenantServiceInviteGetResponse 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 (*TenantServiceInviteGetResponse) ValidateAll added in v0.9.1

func (m *TenantServiceInviteGetResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteGetResponse 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 TenantServiceInviteGetResponseMultiError, or nil if none found.

type TenantServiceInviteGetResponseMultiError added in v0.9.1

type TenantServiceInviteGetResponseMultiError []error

TenantServiceInviteGetResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteGetResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteGetResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteGetResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteGetResponseValidationError added in v0.9.1

type TenantServiceInviteGetResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteGetResponseValidationError is the validation error returned by TenantServiceInviteGetResponse.Validate if the designated constraints aren't met.

func (TenantServiceInviteGetResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteGetResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteGetResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteGetResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteGetResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteGetResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteRequest added in v0.9.1

type TenantServiceInviteRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Role of this user in this tenant
	Role TenantRole `protobuf:"varint,2,opt,name=role,proto3,enum=api.v1.TenantRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteRequest is used to invite a member to a tenant

func (*TenantServiceInviteRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteRequest) GetLogin added in v0.9.1

func (x *TenantServiceInviteRequest) GetLogin() string

func (*TenantServiceInviteRequest) GetRole added in v0.9.1

func (*TenantServiceInviteRequest) ProtoMessage added in v0.9.1

func (*TenantServiceInviteRequest) ProtoMessage()

func (*TenantServiceInviteRequest) ProtoReflect added in v0.9.1

func (*TenantServiceInviteRequest) Reset added in v0.9.1

func (x *TenantServiceInviteRequest) Reset()

func (*TenantServiceInviteRequest) String added in v0.9.1

func (x *TenantServiceInviteRequest) String() string

func (*TenantServiceInviteRequest) Validate added in v0.9.1

func (m *TenantServiceInviteRequest) Validate() error

Validate checks the field values on TenantServiceInviteRequest 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 (*TenantServiceInviteRequest) ValidateAll added in v0.9.1

func (m *TenantServiceInviteRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteRequest 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 TenantServiceInviteRequestMultiError, or nil if none found.

type TenantServiceInviteRequestMultiError added in v0.9.1

type TenantServiceInviteRequestMultiError []error

TenantServiceInviteRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteRequestValidationError added in v0.9.1

type TenantServiceInviteRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteRequestValidationError is the validation error returned by TenantServiceInviteRequest.Validate if the designated constraints aren't met.

func (TenantServiceInviteRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInviteResponse added in v0.9.1

type TenantServiceInviteResponse struct {

	// Invite contains a secret which can be sent to a potential user
	// can be appended to the invitation endpoint at our cloud console like
	// console.metalstack.cloud/invite/<secret>
	Invite *TenantInvite `protobuf:"bytes,1,opt,name=invite,proto3" json:"invite,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInviteRequest is the response payload to a invite member request

func (*TenantServiceInviteResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceInviteResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInviteResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceInviteResponse) GetInvite added in v0.9.1

func (x *TenantServiceInviteResponse) GetInvite() *TenantInvite

func (*TenantServiceInviteResponse) ProtoMessage added in v0.9.1

func (*TenantServiceInviteResponse) ProtoMessage()

func (*TenantServiceInviteResponse) ProtoReflect added in v0.9.1

func (*TenantServiceInviteResponse) Reset added in v0.9.1

func (x *TenantServiceInviteResponse) Reset()

func (*TenantServiceInviteResponse) String added in v0.9.1

func (x *TenantServiceInviteResponse) String() string

func (*TenantServiceInviteResponse) Validate added in v0.9.1

func (m *TenantServiceInviteResponse) Validate() error

Validate checks the field values on TenantServiceInviteResponse 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 (*TenantServiceInviteResponse) ValidateAll added in v0.9.1

func (m *TenantServiceInviteResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceInviteResponse 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 TenantServiceInviteResponseMultiError, or nil if none found.

type TenantServiceInviteResponseMultiError added in v0.9.1

type TenantServiceInviteResponseMultiError []error

TenantServiceInviteResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceInviteResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInviteResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInviteResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInviteResponseValidationError added in v0.9.1

type TenantServiceInviteResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInviteResponseValidationError is the validation error returned by TenantServiceInviteResponse.Validate if the designated constraints aren't met.

func (TenantServiceInviteResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInviteResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInviteResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInviteResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInviteResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInviteResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInvitesListRequest added in v0.9.1

type TenantServiceInvitesListRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInvitesListRequest is the request payload to a list invites request

func (*TenantServiceInvitesListRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceInvitesListRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInvitesListRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceInvitesListRequest) GetLogin added in v0.9.1

func (*TenantServiceInvitesListRequest) ProtoMessage added in v0.9.1

func (*TenantServiceInvitesListRequest) ProtoMessage()

func (*TenantServiceInvitesListRequest) ProtoReflect added in v0.9.1

func (*TenantServiceInvitesListRequest) Reset added in v0.9.1

func (*TenantServiceInvitesListRequest) String added in v0.9.1

func (*TenantServiceInvitesListRequest) Validate added in v0.9.1

func (m *TenantServiceInvitesListRequest) Validate() error

Validate checks the field values on TenantServiceInvitesListRequest 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 (*TenantServiceInvitesListRequest) ValidateAll added in v0.9.1

func (m *TenantServiceInvitesListRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceInvitesListRequest 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 TenantServiceInvitesListRequestMultiError, or nil if none found.

type TenantServiceInvitesListRequestMultiError added in v0.9.1

type TenantServiceInvitesListRequestMultiError []error

TenantServiceInvitesListRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceInvitesListRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInvitesListRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInvitesListRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInvitesListRequestValidationError added in v0.9.1

type TenantServiceInvitesListRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInvitesListRequestValidationError is the validation error returned by TenantServiceInvitesListRequest.Validate if the designated constraints aren't met.

func (TenantServiceInvitesListRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInvitesListRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInvitesListRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInvitesListRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInvitesListRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInvitesListRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceInvitesListResponse added in v0.9.1

type TenantServiceInvitesListResponse struct {

	// Invites not already accepted the invitation to this tenant
	Invites []*TenantInvite `protobuf:"bytes,1,rep,name=invites,proto3" json:"invites,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceInvitesListResponse is the response payload to a list invites request

func (*TenantServiceInvitesListResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceInvitesListResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceInvitesListResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceInvitesListResponse) GetInvites added in v0.9.1

func (*TenantServiceInvitesListResponse) ProtoMessage added in v0.9.1

func (*TenantServiceInvitesListResponse) ProtoMessage()

func (*TenantServiceInvitesListResponse) ProtoReflect added in v0.9.1

func (*TenantServiceInvitesListResponse) Reset added in v0.9.1

func (*TenantServiceInvitesListResponse) String added in v0.9.1

func (*TenantServiceInvitesListResponse) Validate added in v0.9.1

Validate checks the field values on TenantServiceInvitesListResponse 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 (*TenantServiceInvitesListResponse) ValidateAll added in v0.9.1

func (m *TenantServiceInvitesListResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceInvitesListResponse 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 TenantServiceInvitesListResponseMultiError, or nil if none found.

type TenantServiceInvitesListResponseMultiError added in v0.9.1

type TenantServiceInvitesListResponseMultiError []error

TenantServiceInvitesListResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceInvitesListResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceInvitesListResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceInvitesListResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceInvitesListResponseValidationError added in v0.9.1

type TenantServiceInvitesListResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceInvitesListResponseValidationError is the validation error returned by TenantServiceInvitesListResponse.Validate if the designated constraints aren't met.

func (TenantServiceInvitesListResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceInvitesListResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceInvitesListResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceInvitesListResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceInvitesListResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceInvitesListResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceListRequest added in v0.9.1

type TenantServiceListRequest struct {

	// Id filters tenants by id
	Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Name filters tenants by name
	Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceListRequest is the request payload of the tenant list request

func (*TenantServiceListRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceListRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceListRequest) GetId added in v0.9.1

func (x *TenantServiceListRequest) GetId() string

func (*TenantServiceListRequest) GetName added in v0.9.1

func (x *TenantServiceListRequest) GetName() string

func (*TenantServiceListRequest) ProtoMessage added in v0.9.1

func (*TenantServiceListRequest) ProtoMessage()

func (*TenantServiceListRequest) ProtoReflect added in v0.9.1

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

func (*TenantServiceListRequest) Reset added in v0.9.1

func (x *TenantServiceListRequest) Reset()

func (*TenantServiceListRequest) String added in v0.9.1

func (x *TenantServiceListRequest) String() string

func (*TenantServiceListRequest) Validate added in v0.9.1

func (m *TenantServiceListRequest) Validate() error

Validate checks the field values on TenantServiceListRequest 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 (*TenantServiceListRequest) ValidateAll added in v0.9.1

func (m *TenantServiceListRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceListRequest 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 TenantServiceListRequestMultiError, or nil if none found.

type TenantServiceListRequestMultiError added in v0.9.1

type TenantServiceListRequestMultiError []error

TenantServiceListRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceListRequestMultiError) AllErrors added in v0.9.1

func (m TenantServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantServiceListRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceListRequestValidationError added in v0.9.1

type TenantServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceListRequestValidationError is the validation error returned by TenantServiceListRequest.Validate if the designated constraints aren't met.

func (TenantServiceListRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceListRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceListRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceListRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceListRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceListRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceListResponse added in v0.9.1

type TenantServiceListResponse struct {

	// Tenants is the list of tenants
	Tenants []*Tenant `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceListResponse is the response payload of the tenant list request

func (*TenantServiceListResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceListResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceListResponse) GetTenants added in v0.9.1

func (x *TenantServiceListResponse) GetTenants() []*Tenant

func (*TenantServiceListResponse) ProtoMessage added in v0.9.1

func (*TenantServiceListResponse) ProtoMessage()

func (*TenantServiceListResponse) ProtoReflect added in v0.9.1

func (*TenantServiceListResponse) Reset added in v0.9.1

func (x *TenantServiceListResponse) Reset()

func (*TenantServiceListResponse) String added in v0.9.1

func (x *TenantServiceListResponse) String() string

func (*TenantServiceListResponse) Validate added in v0.9.1

func (m *TenantServiceListResponse) Validate() error

Validate checks the field values on TenantServiceListResponse 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 (*TenantServiceListResponse) ValidateAll added in v0.9.1

func (m *TenantServiceListResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceListResponse 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 TenantServiceListResponseMultiError, or nil if none found.

type TenantServiceListResponseMultiError added in v0.9.1

type TenantServiceListResponseMultiError []error

TenantServiceListResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceListResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceListResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceListResponseValidationError added in v0.9.1

type TenantServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceListResponseValidationError is the validation error returned by TenantServiceListResponse.Validate if the designated constraints aren't met.

func (TenantServiceListResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceListResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceListResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceListResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceListResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceListResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceRemoveMemberRequest added in v0.9.1

type TenantServiceRemoveMemberRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// MemberID is the id of the member to remove from this tenant
	MemberId string `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceRemoveMemberRequest is used to remove a member from a tenant

func (*TenantServiceRemoveMemberRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceRemoveMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceRemoveMemberRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceRemoveMemberRequest) GetLogin added in v0.9.1

func (*TenantServiceRemoveMemberRequest) GetMemberId added in v0.9.1

func (x *TenantServiceRemoveMemberRequest) GetMemberId() string

func (*TenantServiceRemoveMemberRequest) ProtoMessage added in v0.9.1

func (*TenantServiceRemoveMemberRequest) ProtoMessage()

func (*TenantServiceRemoveMemberRequest) ProtoReflect added in v0.9.1

func (*TenantServiceRemoveMemberRequest) Reset added in v0.9.1

func (*TenantServiceRemoveMemberRequest) String added in v0.9.1

func (*TenantServiceRemoveMemberRequest) Validate added in v0.9.1

Validate checks the field values on TenantServiceRemoveMemberRequest 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 (*TenantServiceRemoveMemberRequest) ValidateAll added in v0.9.1

func (m *TenantServiceRemoveMemberRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceRemoveMemberRequest 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 TenantServiceRemoveMemberRequestMultiError, or nil if none found.

type TenantServiceRemoveMemberRequestMultiError added in v0.9.1

type TenantServiceRemoveMemberRequestMultiError []error

TenantServiceRemoveMemberRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceRemoveMemberRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceRemoveMemberRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceRemoveMemberRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceRemoveMemberRequestValidationError added in v0.9.1

type TenantServiceRemoveMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceRemoveMemberRequestValidationError is the validation error returned by TenantServiceRemoveMemberRequest.Validate if the designated constraints aren't met.

func (TenantServiceRemoveMemberRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceRemoveMemberRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceRemoveMemberRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceRemoveMemberRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceRemoveMemberRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceRemoveMemberRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceRemoveMemberResponse added in v0.9.1

type TenantServiceRemoveMemberResponse struct {
	// contains filtered or unexported fields
}

TenantServiceRemoveMemberResponse is the response payload to a remove member request

func (*TenantServiceRemoveMemberResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceRemoveMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceRemoveMemberResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceRemoveMemberResponse) ProtoMessage added in v0.9.1

func (*TenantServiceRemoveMemberResponse) ProtoMessage()

func (*TenantServiceRemoveMemberResponse) ProtoReflect added in v0.9.1

func (*TenantServiceRemoveMemberResponse) Reset added in v0.9.1

func (*TenantServiceRemoveMemberResponse) String added in v0.9.1

func (*TenantServiceRemoveMemberResponse) Validate added in v0.9.1

Validate checks the field values on TenantServiceRemoveMemberResponse 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 (*TenantServiceRemoveMemberResponse) ValidateAll added in v0.9.1

func (m *TenantServiceRemoveMemberResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceRemoveMemberResponse 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 TenantServiceRemoveMemberResponseMultiError, or nil if none found.

type TenantServiceRemoveMemberResponseMultiError added in v0.9.1

type TenantServiceRemoveMemberResponseMultiError []error

TenantServiceRemoveMemberResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceRemoveMemberResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceRemoveMemberResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceRemoveMemberResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceRemoveMemberResponseValidationError added in v0.9.1

type TenantServiceRemoveMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceRemoveMemberResponseValidationError is the validation error returned by TenantServiceRemoveMemberResponse.Validate if the designated constraints aren't met.

func (TenantServiceRemoveMemberResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceRemoveMemberResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceRemoveMemberResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceRemoveMemberResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceRemoveMemberResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceRemoveMemberResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceUpdateMemberRequest added in v0.9.1

type TenantServiceUpdateMemberRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// MemberID is the id of the member to update in this tenant
	MemberId string `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// Role of this user in this tenant
	Role TenantRole `protobuf:"varint,3,opt,name=role,proto3,enum=api.v1.TenantRole" json:"role,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceUpdateMemberRequest is used to update a member from a tenant

func (*TenantServiceUpdateMemberRequest) Descriptor deprecated added in v0.9.1

func (*TenantServiceUpdateMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceUpdateMemberRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceUpdateMemberRequest) GetLogin added in v0.9.1

func (*TenantServiceUpdateMemberRequest) GetMemberId added in v0.9.1

func (x *TenantServiceUpdateMemberRequest) GetMemberId() string

func (*TenantServiceUpdateMemberRequest) GetRole added in v0.9.1

func (*TenantServiceUpdateMemberRequest) ProtoMessage added in v0.9.1

func (*TenantServiceUpdateMemberRequest) ProtoMessage()

func (*TenantServiceUpdateMemberRequest) ProtoReflect added in v0.9.1

func (*TenantServiceUpdateMemberRequest) Reset added in v0.9.1

func (*TenantServiceUpdateMemberRequest) String added in v0.9.1

func (*TenantServiceUpdateMemberRequest) Validate added in v0.9.1

Validate checks the field values on TenantServiceUpdateMemberRequest 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 (*TenantServiceUpdateMemberRequest) ValidateAll added in v0.9.1

func (m *TenantServiceUpdateMemberRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceUpdateMemberRequest 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 TenantServiceUpdateMemberRequestMultiError, or nil if none found.

type TenantServiceUpdateMemberRequestMultiError added in v0.9.1

type TenantServiceUpdateMemberRequestMultiError []error

TenantServiceUpdateMemberRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceUpdateMemberRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceUpdateMemberRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceUpdateMemberRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceUpdateMemberRequestValidationError added in v0.9.1

type TenantServiceUpdateMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceUpdateMemberRequestValidationError is the validation error returned by TenantServiceUpdateMemberRequest.Validate if the designated constraints aren't met.

func (TenantServiceUpdateMemberRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceUpdateMemberRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceUpdateMemberRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceUpdateMemberRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceUpdateMemberRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceUpdateMemberRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceUpdateMemberResponse added in v0.9.1

type TenantServiceUpdateMemberResponse struct {

	// TenantMember is the updated membership
	TenantMember *TenantMember `protobuf:"bytes,1,opt,name=tenant_member,json=tenantMember,proto3" json:"tenant_member,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceUpdateMemberResponse is the response payload to a update member request

func (*TenantServiceUpdateMemberResponse) Descriptor deprecated added in v0.9.1

func (*TenantServiceUpdateMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceUpdateMemberResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceUpdateMemberResponse) GetTenantMember added in v0.9.1

func (x *TenantServiceUpdateMemberResponse) GetTenantMember() *TenantMember

func (*TenantServiceUpdateMemberResponse) ProtoMessage added in v0.9.1

func (*TenantServiceUpdateMemberResponse) ProtoMessage()

func (*TenantServiceUpdateMemberResponse) ProtoReflect added in v0.9.1

func (*TenantServiceUpdateMemberResponse) Reset added in v0.9.1

func (*TenantServiceUpdateMemberResponse) String added in v0.9.1

func (*TenantServiceUpdateMemberResponse) Validate added in v0.9.1

Validate checks the field values on TenantServiceUpdateMemberResponse 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 (*TenantServiceUpdateMemberResponse) ValidateAll added in v0.9.1

func (m *TenantServiceUpdateMemberResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceUpdateMemberResponse 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 TenantServiceUpdateMemberResponseMultiError, or nil if none found.

type TenantServiceUpdateMemberResponseMultiError added in v0.9.1

type TenantServiceUpdateMemberResponseMultiError []error

TenantServiceUpdateMemberResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceUpdateMemberResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceUpdateMemberResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (TenantServiceUpdateMemberResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type TenantServiceUpdateMemberResponseValidationError added in v0.9.1

type TenantServiceUpdateMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceUpdateMemberResponseValidationError is the validation error returned by TenantServiceUpdateMemberResponse.Validate if the designated constraints aren't met.

func (TenantServiceUpdateMemberResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (TenantServiceUpdateMemberResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (TenantServiceUpdateMemberResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (TenantServiceUpdateMemberResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (TenantServiceUpdateMemberResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (TenantServiceUpdateMemberResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type TenantServiceUpdateRequest

type TenantServiceUpdateRequest struct {

	// Login of the tenant
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Name of the tenant
	Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Email of the tenant
	Email *string `protobuf:"bytes,3,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// Description of this tenant
	Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// AvatarUrl of the tenant
	AvatarUrl *string `protobuf:"bytes,5,opt,name=avatar_url,json=avatarUrl,proto3,oneof" json:"avatar_url,omitempty"`
	// PaymentDetails of the tenant
	PaymentDetails *PaymentDetailsUpdate `protobuf:"bytes,8,opt,name=payment_details,json=paymentDetails,proto3,oneof" json:"payment_details,omitempty"`
	// TermsAndConditions of the tenant
	TermsAndConditions *TermsAndConditionsUpdate `protobuf:"bytes,9,opt,name=terms_and_conditions,json=termsAndConditions,proto3,oneof" json:"terms_and_conditions,omitempty"`
	// Onboarded checks if the tenant was asked to be onboarded
	Onboarded *bool `protobuf:"varint,13,opt,name=onboarded,proto3,oneof" json:"onboarded,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceUpdateRequest is the request payload of the tenant update request

func (*TenantServiceUpdateRequest) Descriptor deprecated

func (*TenantServiceUpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*TenantServiceUpdateRequest) GetAvatarUrl

func (x *TenantServiceUpdateRequest) GetAvatarUrl() string

func (*TenantServiceUpdateRequest) GetDescription added in v0.9.1

func (x *TenantServiceUpdateRequest) GetDescription() string

func (*TenantServiceUpdateRequest) GetEmail

func (x *TenantServiceUpdateRequest) GetEmail() string

func (*TenantServiceUpdateRequest) GetLogin

func (x *TenantServiceUpdateRequest) GetLogin() string

func (*TenantServiceUpdateRequest) GetName

func (x *TenantServiceUpdateRequest) GetName() string

func (*TenantServiceUpdateRequest) GetOnboarded added in v0.7.5

func (x *TenantServiceUpdateRequest) GetOnboarded() bool

func (*TenantServiceUpdateRequest) GetPaymentDetails

func (x *TenantServiceUpdateRequest) GetPaymentDetails() *PaymentDetailsUpdate

func (*TenantServiceUpdateRequest) GetTermsAndConditions

func (x *TenantServiceUpdateRequest) GetTermsAndConditions() *TermsAndConditionsUpdate

func (*TenantServiceUpdateRequest) ProtoMessage

func (*TenantServiceUpdateRequest) ProtoMessage()

func (*TenantServiceUpdateRequest) ProtoReflect

func (*TenantServiceUpdateRequest) Reset

func (x *TenantServiceUpdateRequest) Reset()

func (*TenantServiceUpdateRequest) String

func (x *TenantServiceUpdateRequest) String() string

func (*TenantServiceUpdateRequest) Validate

func (m *TenantServiceUpdateRequest) Validate() error

Validate checks the field values on TenantServiceUpdateRequest 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 (*TenantServiceUpdateRequest) ValidateAll

func (m *TenantServiceUpdateRequest) ValidateAll() error

ValidateAll checks the field values on TenantServiceUpdateRequest 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 TenantServiceUpdateRequestMultiError, or nil if none found.

type TenantServiceUpdateRequestMultiError

type TenantServiceUpdateRequestMultiError []error

TenantServiceUpdateRequestMultiError is an error wrapping multiple validation errors returned by TenantServiceUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (TenantServiceUpdateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceUpdateRequestValidationError

type TenantServiceUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceUpdateRequestValidationError is the validation error returned by TenantServiceUpdateRequest.Validate if the designated constraints aren't met.

func (TenantServiceUpdateRequestValidationError) Cause

Cause function returns cause value.

func (TenantServiceUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceUpdateRequestValidationError) Field

Field function returns field value.

func (TenantServiceUpdateRequestValidationError) Key

Key function returns key value.

func (TenantServiceUpdateRequestValidationError) Reason

Reason function returns reason value.

type TenantServiceUpdateResponse

type TenantServiceUpdateResponse struct {

	// Tenant is the tenant
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

TenantServiceUpdateResponse is the response payload of the tenant update request

func (*TenantServiceUpdateResponse) Descriptor deprecated

func (*TenantServiceUpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use TenantServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*TenantServiceUpdateResponse) GetTenant

func (x *TenantServiceUpdateResponse) GetTenant() *Tenant

func (*TenantServiceUpdateResponse) ProtoMessage

func (*TenantServiceUpdateResponse) ProtoMessage()

func (*TenantServiceUpdateResponse) ProtoReflect

func (*TenantServiceUpdateResponse) Reset

func (x *TenantServiceUpdateResponse) Reset()

func (*TenantServiceUpdateResponse) String

func (x *TenantServiceUpdateResponse) String() string

func (*TenantServiceUpdateResponse) Validate

func (m *TenantServiceUpdateResponse) Validate() error

Validate checks the field values on TenantServiceUpdateResponse 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 (*TenantServiceUpdateResponse) ValidateAll

func (m *TenantServiceUpdateResponse) ValidateAll() error

ValidateAll checks the field values on TenantServiceUpdateResponse 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 TenantServiceUpdateResponseMultiError, or nil if none found.

type TenantServiceUpdateResponseMultiError

type TenantServiceUpdateResponseMultiError []error

TenantServiceUpdateResponseMultiError is an error wrapping multiple validation errors returned by TenantServiceUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (TenantServiceUpdateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TenantServiceUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TenantServiceUpdateResponseValidationError

type TenantServiceUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

TenantServiceUpdateResponseValidationError is the validation error returned by TenantServiceUpdateResponse.Validate if the designated constraints aren't met.

func (TenantServiceUpdateResponseValidationError) Cause

Cause function returns cause value.

func (TenantServiceUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (TenantServiceUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (TenantServiceUpdateResponseValidationError) Field

Field function returns field value.

func (TenantServiceUpdateResponseValidationError) Key

Key function returns key value.

func (TenantServiceUpdateResponseValidationError) Reason

Reason function returns reason value.

type TenantValidationError

type TenantValidationError struct {
	// contains filtered or unexported fields
}

TenantValidationError is the validation error returned by Tenant.Validate if the designated constraints aren't met.

func (TenantValidationError) Cause

func (e TenantValidationError) Cause() error

Cause function returns cause value.

func (TenantValidationError) Error

func (e TenantValidationError) Error() string

Error satisfies the builtin error interface

func (TenantValidationError) ErrorName

func (e TenantValidationError) ErrorName() string

ErrorName returns error name.

func (TenantValidationError) Field

func (e TenantValidationError) Field() string

Field function returns field value.

func (TenantValidationError) Key

func (e TenantValidationError) Key() bool

Key function returns key value.

func (TenantValidationError) Reason

func (e TenantValidationError) Reason() string

Reason function returns reason value.

type TermsAndConditions

type TermsAndConditions struct {

	// Accepted indicates if the tenant accepted the terms and conditions
	Accepted bool `protobuf:"varint,1,opt,name=accepted,proto3" json:"accepted,omitempty"`
	// When is the date when the tenant accepted the terms and conditions
	When *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=when,proto3" json:"when,omitempty"`
	// contains filtered or unexported fields
}

TermsAndConditions the tenant accepted

func (*TermsAndConditions) Descriptor deprecated

func (*TermsAndConditions) Descriptor() ([]byte, []int)

Deprecated: Use TermsAndConditions.ProtoReflect.Descriptor instead.

func (*TermsAndConditions) GetAccepted

func (x *TermsAndConditions) GetAccepted() bool

func (*TermsAndConditions) GetWhen

func (*TermsAndConditions) ProtoMessage

func (*TermsAndConditions) ProtoMessage()

func (*TermsAndConditions) ProtoReflect

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

func (*TermsAndConditions) Reset

func (x *TermsAndConditions) Reset()

func (*TermsAndConditions) String

func (x *TermsAndConditions) String() string

func (*TermsAndConditions) Validate

func (m *TermsAndConditions) Validate() error

Validate checks the field values on TermsAndConditions 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 (*TermsAndConditions) ValidateAll

func (m *TermsAndConditions) ValidateAll() error

ValidateAll checks the field values on TermsAndConditions 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 TermsAndConditionsMultiError, or nil if none found.

type TermsAndConditionsMultiError

type TermsAndConditionsMultiError []error

TermsAndConditionsMultiError is an error wrapping multiple validation errors returned by TermsAndConditions.ValidateAll() if the designated constraints aren't met.

func (TermsAndConditionsMultiError) AllErrors

func (m TermsAndConditionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TermsAndConditionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TermsAndConditionsUpdate

type TermsAndConditionsUpdate struct {

	// Accepted indicates if the tenant accepted the terms and conditions
	Accepted *bool `protobuf:"varint,1,opt,name=accepted,proto3,oneof" json:"accepted,omitempty"`
	// When is the date when the tenant accepted the terms and conditions
	When *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=when,proto3,oneof" json:"when,omitempty"`
	// contains filtered or unexported fields
}

TermsAndConditionsUpdate

func (*TermsAndConditionsUpdate) Descriptor deprecated

func (*TermsAndConditionsUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TermsAndConditionsUpdate.ProtoReflect.Descriptor instead.

func (*TermsAndConditionsUpdate) GetAccepted

func (x *TermsAndConditionsUpdate) GetAccepted() bool

func (*TermsAndConditionsUpdate) GetWhen

func (*TermsAndConditionsUpdate) ProtoMessage

func (*TermsAndConditionsUpdate) ProtoMessage()

func (*TermsAndConditionsUpdate) ProtoReflect

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

func (*TermsAndConditionsUpdate) Reset

func (x *TermsAndConditionsUpdate) Reset()

func (*TermsAndConditionsUpdate) String

func (x *TermsAndConditionsUpdate) String() string

func (*TermsAndConditionsUpdate) Validate

func (m *TermsAndConditionsUpdate) Validate() error

Validate checks the field values on TermsAndConditionsUpdate 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 (*TermsAndConditionsUpdate) ValidateAll

func (m *TermsAndConditionsUpdate) ValidateAll() error

ValidateAll checks the field values on TermsAndConditionsUpdate 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 TermsAndConditionsUpdateMultiError, or nil if none found.

type TermsAndConditionsUpdateMultiError

type TermsAndConditionsUpdateMultiError []error

TermsAndConditionsUpdateMultiError is an error wrapping multiple validation errors returned by TermsAndConditionsUpdate.ValidateAll() if the designated constraints aren't met.

func (TermsAndConditionsUpdateMultiError) AllErrors

func (m TermsAndConditionsUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TermsAndConditionsUpdateMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TermsAndConditionsUpdateValidationError

type TermsAndConditionsUpdateValidationError struct {
	// contains filtered or unexported fields
}

TermsAndConditionsUpdateValidationError is the validation error returned by TermsAndConditionsUpdate.Validate if the designated constraints aren't met.

func (TermsAndConditionsUpdateValidationError) Cause

Cause function returns cause value.

func (TermsAndConditionsUpdateValidationError) Error

Error satisfies the builtin error interface

func (TermsAndConditionsUpdateValidationError) ErrorName

ErrorName returns error name.

func (TermsAndConditionsUpdateValidationError) Field

Field function returns field value.

func (TermsAndConditionsUpdateValidationError) Key

Key function returns key value.

func (TermsAndConditionsUpdateValidationError) Reason

Reason function returns reason value.

type TermsAndConditionsValidationError

type TermsAndConditionsValidationError struct {
	// contains filtered or unexported fields
}

TermsAndConditionsValidationError is the validation error returned by TermsAndConditions.Validate if the designated constraints aren't met.

func (TermsAndConditionsValidationError) Cause

Cause function returns cause value.

func (TermsAndConditionsValidationError) Error

Error satisfies the builtin error interface

func (TermsAndConditionsValidationError) ErrorName

ErrorName returns error name.

func (TermsAndConditionsValidationError) Field

Field function returns field value.

func (TermsAndConditionsValidationError) Key

Key function returns key value.

func (TermsAndConditionsValidationError) Reason

Reason function returns reason value.

type Time added in v0.6.8

type Time struct {

	// hour begin of the maintenance window, specified in 24 hour format.
	Hour uint32 `protobuf:"varint,1,opt,name=hour,proto3" json:"hour,omitempty"`
	// hour:minute begin of the maintenance window.
	Minute uint32 `protobuf:"varint,2,opt,name=minute,proto3" json:"minute,omitempty"`
	// timezone specifies for which region in the world the given hour:minute should apply.
	Timezone string `protobuf:"bytes,3,opt,name=timezone,proto3" json:"timezone,omitempty"`
	// contains filtered or unexported fields
}

Time of day

func (*Time) Descriptor deprecated added in v0.6.8

func (*Time) Descriptor() ([]byte, []int)

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetHour added in v0.6.8

func (x *Time) GetHour() uint32

func (*Time) GetMinute added in v0.6.8

func (x *Time) GetMinute() uint32

func (*Time) GetTimezone added in v0.6.8

func (x *Time) GetTimezone() string

func (*Time) ProtoMessage added in v0.6.8

func (*Time) ProtoMessage()

func (*Time) ProtoReflect added in v0.6.8

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

func (*Time) Reset added in v0.6.8

func (x *Time) Reset()

func (*Time) String added in v0.6.8

func (x *Time) String() string

func (*Time) Validate added in v0.6.8

func (m *Time) Validate() error

Validate checks the field values on Time 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 (*Time) ValidateAll added in v0.6.8

func (m *Time) ValidateAll() error

ValidateAll checks the field values on Time 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 TimeMultiError, or nil if none found.

type TimeMultiError added in v0.6.8

type TimeMultiError []error

TimeMultiError is an error wrapping multiple validation errors returned by Time.ValidateAll() if the designated constraints aren't met.

func (TimeMultiError) AllErrors added in v0.6.8

func (m TimeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeMultiError) Error added in v0.6.8

func (m TimeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TimeValidationError added in v0.6.8

type TimeValidationError struct {
	// contains filtered or unexported fields
}

TimeValidationError is the validation error returned by Time.Validate if the designated constraints aren't met.

func (TimeValidationError) Cause added in v0.6.8

func (e TimeValidationError) Cause() error

Cause function returns cause value.

func (TimeValidationError) Error added in v0.6.8

func (e TimeValidationError) Error() string

Error satisfies the builtin error interface

func (TimeValidationError) ErrorName added in v0.6.8

func (e TimeValidationError) ErrorName() string

ErrorName returns error name.

func (TimeValidationError) Field added in v0.6.8

func (e TimeValidationError) Field() string

Field function returns field value.

func (TimeValidationError) Key added in v0.6.8

func (e TimeValidationError) Key() bool

Key function returns key value.

func (TimeValidationError) Reason added in v0.6.8

func (e TimeValidationError) Reason() string

Reason function returns reason value.

type Token

type Token struct {

	// Uuid of the jwt token, used to reference it by revoke
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// UserId who created this token
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Description is a user given description of this token.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Permissions is a list of service methods this token can be used for
	Permissions []*MethodPermission `protobuf:"bytes,4,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// Expires gives the date in the future after which this token can not be used anymore
	Expires *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=expires,proto3" json:"expires,omitempty"`
	// IssuedAt gives the date when this token was created
	IssuedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issued_at,json=issuedAt,proto3" json:"issued_at,omitempty"`
	// TokenType describes the type of this token
	TokenType TokenType `protobuf:"varint,8,opt,name=token_type,json=tokenType,proto3,enum=api.v1.TokenType" json:"token_type,omitempty"`
	// ProjectRoles associates a project id with the corresponding role of the token owner
	ProjectRoles map[string]ProjectRole `` /* 210-byte string literal not displayed */
	// TenantRoles associates a tenant id with the corresponding role of the token owner
	TenantRoles map[string]TenantRole `` /* 207-byte string literal not displayed */
	// AdminRole defines the admin role of the token owner
	AdminRole *AdminRole `protobuf:"varint,11,opt,name=admin_role,json=adminRole,proto3,enum=api.v1.AdminRole,oneof" json:"admin_role,omitempty"`
	// contains filtered or unexported fields
}

Token is a jwt authentication token to access the api

func (*Token) Descriptor deprecated

func (*Token) Descriptor() ([]byte, []int)

Deprecated: Use Token.ProtoReflect.Descriptor instead.

func (*Token) GetAdminRole added in v0.9.0

func (x *Token) GetAdminRole() AdminRole

func (*Token) GetDescription

func (x *Token) GetDescription() string

func (*Token) GetExpires

func (x *Token) GetExpires() *timestamppb.Timestamp

func (*Token) GetIssuedAt

func (x *Token) GetIssuedAt() *timestamppb.Timestamp

func (*Token) GetPermissions

func (x *Token) GetPermissions() []*MethodPermission

func (*Token) GetProjectRoles added in v0.9.0

func (x *Token) GetProjectRoles() map[string]ProjectRole

func (*Token) GetTenantRoles added in v0.9.0

func (x *Token) GetTenantRoles() map[string]TenantRole

func (*Token) GetTokenType

func (x *Token) GetTokenType() TokenType

func (*Token) GetUserId

func (x *Token) GetUserId() string

func (*Token) GetUuid

func (x *Token) GetUuid() string

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) ProtoReflect

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

func (*Token) Reset

func (x *Token) Reset()

func (*Token) String

func (x *Token) String() string

func (*Token) Validate

func (m *Token) Validate() error

Validate checks the field values on Token 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 (*Token) ValidateAll

func (m *Token) ValidateAll() error

ValidateAll checks the field values on Token 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 TokenMultiError, or nil if none found.

type TokenMultiError

type TokenMultiError []error

TokenMultiError is an error wrapping multiple validation errors returned by Token.ValidateAll() if the designated constraints aren't met.

func (TokenMultiError) AllErrors

func (m TokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenMultiError) Error

func (m TokenMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TokenServiceCreateRequest

type TokenServiceCreateRequest struct {

	// Description of the token
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// Permissions is a list of service methods this token can be used for
	Permissions []*MethodPermission `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// Expires gives the duration since now, after which this token can not be used anymore
	Expires *durationpb.Duration `protobuf:"bytes,4,opt,name=expires,proto3" json:"expires,omitempty"`
	// ProjectRoles associates a project id with the corresponding role of the token owner
	ProjectRoles map[string]ProjectRole `` /* 210-byte string literal not displayed */
	// TenantRoles associates a tenant id with the corresponding role of the token owner
	TenantRoles map[string]TenantRole `` /* 206-byte string literal not displayed */
	// AdminRole defines the admin role of the token owner
	AdminRole *AdminRole `protobuf:"varint,7,opt,name=admin_role,json=adminRole,proto3,enum=api.v1.AdminRole,oneof" json:"admin_role,omitempty"`
	// contains filtered or unexported fields
}

TokenServiceCreateRequest is the request payload to create a token

func (*TokenServiceCreateRequest) Descriptor deprecated

func (*TokenServiceCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*TokenServiceCreateRequest) GetAdminRole added in v0.9.0

func (x *TokenServiceCreateRequest) GetAdminRole() AdminRole

func (*TokenServiceCreateRequest) GetDescription

func (x *TokenServiceCreateRequest) GetDescription() string

func (*TokenServiceCreateRequest) GetExpires

func (*TokenServiceCreateRequest) GetPermissions

func (x *TokenServiceCreateRequest) GetPermissions() []*MethodPermission

func (*TokenServiceCreateRequest) GetProjectRoles added in v0.9.0

func (x *TokenServiceCreateRequest) GetProjectRoles() map[string]ProjectRole

func (*TokenServiceCreateRequest) GetTenantRoles added in v0.9.0

func (x *TokenServiceCreateRequest) GetTenantRoles() map[string]TenantRole

func (*TokenServiceCreateRequest) ProtoMessage

func (*TokenServiceCreateRequest) ProtoMessage()

func (*TokenServiceCreateRequest) ProtoReflect

func (*TokenServiceCreateRequest) Reset

func (x *TokenServiceCreateRequest) Reset()

func (*TokenServiceCreateRequest) String

func (x *TokenServiceCreateRequest) String() string

func (*TokenServiceCreateRequest) Validate

func (m *TokenServiceCreateRequest) Validate() error

Validate checks the field values on TokenServiceCreateRequest 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 (*TokenServiceCreateRequest) ValidateAll

func (m *TokenServiceCreateRequest) ValidateAll() error

ValidateAll checks the field values on TokenServiceCreateRequest 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 TokenServiceCreateRequestMultiError, or nil if none found.

type TokenServiceCreateRequestMultiError

type TokenServiceCreateRequestMultiError []error

TokenServiceCreateRequestMultiError is an error wrapping multiple validation errors returned by TokenServiceCreateRequest.ValidateAll() if the designated constraints aren't met.

func (TokenServiceCreateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TokenServiceCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceCreateRequestValidationError

type TokenServiceCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceCreateRequestValidationError is the validation error returned by TokenServiceCreateRequest.Validate if the designated constraints aren't met.

func (TokenServiceCreateRequestValidationError) Cause

Cause function returns cause value.

func (TokenServiceCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceCreateRequestValidationError) Field

Field function returns field value.

func (TokenServiceCreateRequestValidationError) Key

Key function returns key value.

func (TokenServiceCreateRequestValidationError) Reason

Reason function returns reason value.

type TokenServiceCreateResponse

type TokenServiceCreateResponse struct {

	// Token which was created
	Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// Secret is the body if the jwt token, should be used in api requests as bearer token
	Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

TokenServiceCreateResponse is the response payload of a token create request

func (*TokenServiceCreateResponse) Descriptor deprecated

func (*TokenServiceCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*TokenServiceCreateResponse) GetSecret

func (x *TokenServiceCreateResponse) GetSecret() string

func (*TokenServiceCreateResponse) GetToken

func (x *TokenServiceCreateResponse) GetToken() *Token

func (*TokenServiceCreateResponse) ProtoMessage

func (*TokenServiceCreateResponse) ProtoMessage()

func (*TokenServiceCreateResponse) ProtoReflect

func (*TokenServiceCreateResponse) Reset

func (x *TokenServiceCreateResponse) Reset()

func (*TokenServiceCreateResponse) String

func (x *TokenServiceCreateResponse) String() string

func (*TokenServiceCreateResponse) Validate

func (m *TokenServiceCreateResponse) Validate() error

Validate checks the field values on TokenServiceCreateResponse 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 (*TokenServiceCreateResponse) ValidateAll

func (m *TokenServiceCreateResponse) ValidateAll() error

ValidateAll checks the field values on TokenServiceCreateResponse 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 TokenServiceCreateResponseMultiError, or nil if none found.

type TokenServiceCreateResponseMultiError

type TokenServiceCreateResponseMultiError []error

TokenServiceCreateResponseMultiError is an error wrapping multiple validation errors returned by TokenServiceCreateResponse.ValidateAll() if the designated constraints aren't met.

func (TokenServiceCreateResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TokenServiceCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceCreateResponseValidationError

type TokenServiceCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceCreateResponseValidationError is the validation error returned by TokenServiceCreateResponse.Validate if the designated constraints aren't met.

func (TokenServiceCreateResponseValidationError) Cause

Cause function returns cause value.

func (TokenServiceCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceCreateResponseValidationError) Field

Field function returns field value.

func (TokenServiceCreateResponseValidationError) Key

Key function returns key value.

func (TokenServiceCreateResponseValidationError) Reason

Reason function returns reason value.

type TokenServiceListRequest

type TokenServiceListRequest struct {
	// contains filtered or unexported fields
}

TokenServiceListRequest is the request payload to list tokens

func (*TokenServiceListRequest) Descriptor deprecated

func (*TokenServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceListRequest.ProtoReflect.Descriptor instead.

func (*TokenServiceListRequest) ProtoMessage

func (*TokenServiceListRequest) ProtoMessage()

func (*TokenServiceListRequest) ProtoReflect

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

func (*TokenServiceListRequest) Reset

func (x *TokenServiceListRequest) Reset()

func (*TokenServiceListRequest) String

func (x *TokenServiceListRequest) String() string

func (*TokenServiceListRequest) Validate

func (m *TokenServiceListRequest) Validate() error

Validate checks the field values on TokenServiceListRequest 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 (*TokenServiceListRequest) ValidateAll

func (m *TokenServiceListRequest) ValidateAll() error

ValidateAll checks the field values on TokenServiceListRequest 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 TokenServiceListRequestMultiError, or nil if none found.

type TokenServiceListRequestMultiError

type TokenServiceListRequestMultiError []error

TokenServiceListRequestMultiError is an error wrapping multiple validation errors returned by TokenServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (TokenServiceListRequestMultiError) AllErrors

func (m TokenServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceListRequestValidationError

type TokenServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceListRequestValidationError is the validation error returned by TokenServiceListRequest.Validate if the designated constraints aren't met.

func (TokenServiceListRequestValidationError) Cause

Cause function returns cause value.

func (TokenServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceListRequestValidationError) Field

Field function returns field value.

func (TokenServiceListRequestValidationError) Key

Key function returns key value.

func (TokenServiceListRequestValidationError) Reason

Reason function returns reason value.

type TokenServiceListResponse

type TokenServiceListResponse struct {

	// Tokens is a list of tokens without the secrets
	Tokens []*Token `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

TokenServiceListResponse is the response payload of a token list request

func (*TokenServiceListResponse) Descriptor deprecated

func (*TokenServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceListResponse.ProtoReflect.Descriptor instead.

func (*TokenServiceListResponse) GetTokens

func (x *TokenServiceListResponse) GetTokens() []*Token

func (*TokenServiceListResponse) ProtoMessage

func (*TokenServiceListResponse) ProtoMessage()

func (*TokenServiceListResponse) ProtoReflect

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

func (*TokenServiceListResponse) Reset

func (x *TokenServiceListResponse) Reset()

func (*TokenServiceListResponse) String

func (x *TokenServiceListResponse) String() string

func (*TokenServiceListResponse) Validate

func (m *TokenServiceListResponse) Validate() error

Validate checks the field values on TokenServiceListResponse 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 (*TokenServiceListResponse) ValidateAll

func (m *TokenServiceListResponse) ValidateAll() error

ValidateAll checks the field values on TokenServiceListResponse 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 TokenServiceListResponseMultiError, or nil if none found.

type TokenServiceListResponseMultiError

type TokenServiceListResponseMultiError []error

TokenServiceListResponseMultiError is an error wrapping multiple validation errors returned by TokenServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (TokenServiceListResponseMultiError) AllErrors

func (m TokenServiceListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceListResponseValidationError

type TokenServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceListResponseValidationError is the validation error returned by TokenServiceListResponse.Validate if the designated constraints aren't met.

func (TokenServiceListResponseValidationError) Cause

Cause function returns cause value.

func (TokenServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceListResponseValidationError) Field

Field function returns field value.

func (TokenServiceListResponseValidationError) Key

Key function returns key value.

func (TokenServiceListResponseValidationError) Reason

Reason function returns reason value.

type TokenServiceRevokeRequest

type TokenServiceRevokeRequest struct {

	// Uuid of the token to revoke
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

TokenServiceRevokeRequest is the request payload of a token revoke request

func (*TokenServiceRevokeRequest) Descriptor deprecated

func (*TokenServiceRevokeRequest) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceRevokeRequest.ProtoReflect.Descriptor instead.

func (*TokenServiceRevokeRequest) GetUuid

func (x *TokenServiceRevokeRequest) GetUuid() string

func (*TokenServiceRevokeRequest) ProtoMessage

func (*TokenServiceRevokeRequest) ProtoMessage()

func (*TokenServiceRevokeRequest) ProtoReflect

func (*TokenServiceRevokeRequest) Reset

func (x *TokenServiceRevokeRequest) Reset()

func (*TokenServiceRevokeRequest) String

func (x *TokenServiceRevokeRequest) String() string

func (*TokenServiceRevokeRequest) Validate

func (m *TokenServiceRevokeRequest) Validate() error

Validate checks the field values on TokenServiceRevokeRequest 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 (*TokenServiceRevokeRequest) ValidateAll

func (m *TokenServiceRevokeRequest) ValidateAll() error

ValidateAll checks the field values on TokenServiceRevokeRequest 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 TokenServiceRevokeRequestMultiError, or nil if none found.

type TokenServiceRevokeRequestMultiError

type TokenServiceRevokeRequestMultiError []error

TokenServiceRevokeRequestMultiError is an error wrapping multiple validation errors returned by TokenServiceRevokeRequest.ValidateAll() if the designated constraints aren't met.

func (TokenServiceRevokeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TokenServiceRevokeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceRevokeRequestValidationError

type TokenServiceRevokeRequestValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceRevokeRequestValidationError is the validation error returned by TokenServiceRevokeRequest.Validate if the designated constraints aren't met.

func (TokenServiceRevokeRequestValidationError) Cause

Cause function returns cause value.

func (TokenServiceRevokeRequestValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceRevokeRequestValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceRevokeRequestValidationError) Field

Field function returns field value.

func (TokenServiceRevokeRequestValidationError) Key

Key function returns key value.

func (TokenServiceRevokeRequestValidationError) Reason

Reason function returns reason value.

type TokenServiceRevokeResponse

type TokenServiceRevokeResponse struct {
	// contains filtered or unexported fields
}

TokenServiceRevokeResponse is the response payload of a token revoke request

func (*TokenServiceRevokeResponse) Descriptor deprecated

func (*TokenServiceRevokeResponse) Descriptor() ([]byte, []int)

Deprecated: Use TokenServiceRevokeResponse.ProtoReflect.Descriptor instead.

func (*TokenServiceRevokeResponse) ProtoMessage

func (*TokenServiceRevokeResponse) ProtoMessage()

func (*TokenServiceRevokeResponse) ProtoReflect

func (*TokenServiceRevokeResponse) Reset

func (x *TokenServiceRevokeResponse) Reset()

func (*TokenServiceRevokeResponse) String

func (x *TokenServiceRevokeResponse) String() string

func (*TokenServiceRevokeResponse) Validate

func (m *TokenServiceRevokeResponse) Validate() error

Validate checks the field values on TokenServiceRevokeResponse 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 (*TokenServiceRevokeResponse) ValidateAll

func (m *TokenServiceRevokeResponse) ValidateAll() error

ValidateAll checks the field values on TokenServiceRevokeResponse 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 TokenServiceRevokeResponseMultiError, or nil if none found.

type TokenServiceRevokeResponseMultiError

type TokenServiceRevokeResponseMultiError []error

TokenServiceRevokeResponseMultiError is an error wrapping multiple validation errors returned by TokenServiceRevokeResponse.ValidateAll() if the designated constraints aren't met.

func (TokenServiceRevokeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TokenServiceRevokeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TokenServiceRevokeResponseValidationError

type TokenServiceRevokeResponseValidationError struct {
	// contains filtered or unexported fields
}

TokenServiceRevokeResponseValidationError is the validation error returned by TokenServiceRevokeResponse.Validate if the designated constraints aren't met.

func (TokenServiceRevokeResponseValidationError) Cause

Cause function returns cause value.

func (TokenServiceRevokeResponseValidationError) Error

Error satisfies the builtin error interface

func (TokenServiceRevokeResponseValidationError) ErrorName

ErrorName returns error name.

func (TokenServiceRevokeResponseValidationError) Field

Field function returns field value.

func (TokenServiceRevokeResponseValidationError) Key

Key function returns key value.

func (TokenServiceRevokeResponseValidationError) Reason

Reason function returns reason value.

type TokenType

type TokenType int32

TokenType specifies different use cases of tokens

const (
	// TOKEN_TYPE_UNSPECIFIED is not specified
	TokenType_TOKEN_TYPE_UNSPECIFIED TokenType = 0
	// TOKEN_TYPE_API is a token for api usage
	TokenType_TOKEN_TYPE_API TokenType = 1
	// TOKEN_TYPE_CONSOLE is a token for console or web ui usage
	TokenType_TOKEN_TYPE_CONSOLE TokenType = 2
)

func (TokenType) Descriptor

func (TokenType) Descriptor() protoreflect.EnumDescriptor

func (TokenType) Enum

func (x TokenType) Enum() *TokenType

func (TokenType) EnumDescriptor deprecated

func (TokenType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TokenType.Descriptor instead.

func (TokenType) Number

func (x TokenType) Number() protoreflect.EnumNumber

func (TokenType) String

func (x TokenType) String() string

func (TokenType) Type

type TokenValidationError

type TokenValidationError struct {
	// contains filtered or unexported fields
}

TokenValidationError is the validation error returned by Token.Validate if the designated constraints aren't met.

func (TokenValidationError) Cause

func (e TokenValidationError) Cause() error

Cause function returns cause value.

func (TokenValidationError) Error

func (e TokenValidationError) Error() string

Error satisfies the builtin error interface

func (TokenValidationError) ErrorName

func (e TokenValidationError) ErrorName() string

ErrorName returns error name.

func (TokenValidationError) Field

func (e TokenValidationError) Field() string

Field function returns field value.

func (TokenValidationError) Key

func (e TokenValidationError) Key() bool

Key function returns key value.

func (TokenValidationError) Reason

func (e TokenValidationError) Reason() string

Reason function returns reason value.

type User

type User struct {

	// Login the login at the provider
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// Name of the user
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Email of the user
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// AvatarUrl of the user
	AvatarUrl string `protobuf:"bytes,5,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	// OauthProvider of the user
	OauthProvider OAuthProvider `` /* 127-byte string literal not displayed */
	// Tenants the user belongs to
	Tenants []*Tenant `protobuf:"bytes,8,rep,name=tenants,proto3" json:"tenants,omitempty"`
	// Projects the user belongs to
	Projects []*Project `protobuf:"bytes,9,rep,name=projects,proto3" json:"projects,omitempty"`
	// DefaultTenant this user belongs to
	DefaultTenant *Tenant `protobuf:"bytes,10,opt,name=default_tenant,json=defaultTenant,proto3" json:"default_tenant,omitempty"`
	// DefaultProject this user belongs to
	DefaultProject *Project `protobuf:"bytes,11,opt,name=default_project,json=defaultProject,proto3" json:"default_project,omitempty"`
	// contains filtered or unexported fields
}

User is a end user of the platform

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAvatarUrl

func (x *User) GetAvatarUrl() string

func (*User) GetDefaultProject added in v0.8.4

func (x *User) GetDefaultProject() *Project

func (*User) GetDefaultTenant added in v0.8.4

func (x *User) GetDefaultTenant() *Tenant

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetLogin

func (x *User) GetLogin() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetOauthProvider

func (x *User) GetOauthProvider() OAuthProvider

func (*User) GetProjects added in v0.8.4

func (x *User) GetProjects() []*Project

func (*User) GetTenants added in v0.8.4

func (x *User) GetTenants() []*Tenant

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 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 UserServiceGetRequest added in v0.8.4

type UserServiceGetRequest struct {
	// contains filtered or unexported fields
}

UserServiceGetRequest is the request to get the user

func (*UserServiceGetRequest) Descriptor deprecated added in v0.8.4

func (*UserServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserServiceGetRequest.ProtoReflect.Descriptor instead.

func (*UserServiceGetRequest) ProtoMessage added in v0.8.4

func (*UserServiceGetRequest) ProtoMessage()

func (*UserServiceGetRequest) ProtoReflect added in v0.8.4

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

func (*UserServiceGetRequest) Reset added in v0.8.4

func (x *UserServiceGetRequest) Reset()

func (*UserServiceGetRequest) String added in v0.8.4

func (x *UserServiceGetRequest) String() string

func (*UserServiceGetRequest) Validate added in v0.8.4

func (m *UserServiceGetRequest) Validate() error

Validate checks the field values on UserServiceGetRequest 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 (*UserServiceGetRequest) ValidateAll added in v0.8.4

func (m *UserServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on UserServiceGetRequest 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 UserServiceGetRequestMultiError, or nil if none found.

type UserServiceGetRequestMultiError added in v0.8.4

type UserServiceGetRequestMultiError []error

UserServiceGetRequestMultiError is an error wrapping multiple validation errors returned by UserServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (UserServiceGetRequestMultiError) AllErrors added in v0.8.4

func (m UserServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserServiceGetRequestMultiError) Error added in v0.8.4

Error returns a concatenation of all the error messages it wraps.

type UserServiceGetRequestValidationError added in v0.8.4

type UserServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

UserServiceGetRequestValidationError is the validation error returned by UserServiceGetRequest.Validate if the designated constraints aren't met.

func (UserServiceGetRequestValidationError) Cause added in v0.8.4

Cause function returns cause value.

func (UserServiceGetRequestValidationError) Error added in v0.8.4

Error satisfies the builtin error interface

func (UserServiceGetRequestValidationError) ErrorName added in v0.8.4

ErrorName returns error name.

func (UserServiceGetRequestValidationError) Field added in v0.8.4

Field function returns field value.

func (UserServiceGetRequestValidationError) Key added in v0.8.4

Key function returns key value.

func (UserServiceGetRequestValidationError) Reason added in v0.8.4

Reason function returns reason value.

type UserServiceGetResponse added in v0.8.4

type UserServiceGetResponse struct {

	// User is the user
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

UserServiceGetResponse the response when userservice get request was called

func (*UserServiceGetResponse) Descriptor deprecated added in v0.8.4

func (*UserServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use UserServiceGetResponse.ProtoReflect.Descriptor instead.

func (*UserServiceGetResponse) GetUser added in v0.8.4

func (x *UserServiceGetResponse) GetUser() *User

func (*UserServiceGetResponse) ProtoMessage added in v0.8.4

func (*UserServiceGetResponse) ProtoMessage()

func (*UserServiceGetResponse) ProtoReflect added in v0.8.4

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

func (*UserServiceGetResponse) Reset added in v0.8.4

func (x *UserServiceGetResponse) Reset()

func (*UserServiceGetResponse) String added in v0.8.4

func (x *UserServiceGetResponse) String() string

func (*UserServiceGetResponse) Validate added in v0.8.4

func (m *UserServiceGetResponse) Validate() error

Validate checks the field values on UserServiceGetResponse 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 (*UserServiceGetResponse) ValidateAll added in v0.8.4

func (m *UserServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on UserServiceGetResponse 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 UserServiceGetResponseMultiError, or nil if none found.

type UserServiceGetResponseMultiError added in v0.8.4

type UserServiceGetResponseMultiError []error

UserServiceGetResponseMultiError is an error wrapping multiple validation errors returned by UserServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (UserServiceGetResponseMultiError) AllErrors added in v0.8.4

func (m UserServiceGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserServiceGetResponseMultiError) Error added in v0.8.4

Error returns a concatenation of all the error messages it wraps.

type UserServiceGetResponseValidationError added in v0.8.4

type UserServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

UserServiceGetResponseValidationError is the validation error returned by UserServiceGetResponse.Validate if the designated constraints aren't met.

func (UserServiceGetResponseValidationError) Cause added in v0.8.4

Cause function returns cause value.

func (UserServiceGetResponseValidationError) Error added in v0.8.4

Error satisfies the builtin error interface

func (UserServiceGetResponseValidationError) ErrorName added in v0.8.4

ErrorName returns error name.

func (UserServiceGetResponseValidationError) Field added in v0.8.4

Field function returns field value.

func (UserServiceGetResponseValidationError) Key added in v0.8.4

Key function returns key value.

func (UserServiceGetResponseValidationError) Reason added in v0.8.4

Reason function returns reason value.

type UserValidationError

type UserValidationError struct {
	// contains filtered or unexported fields
}

UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

func (UserValidationError) Cause

func (e UserValidationError) Cause() error

Cause function returns cause value.

func (UserValidationError) Error

func (e UserValidationError) Error() string

Error satisfies the builtin error interface

func (UserValidationError) ErrorName

func (e UserValidationError) ErrorName() string

ErrorName returns error name.

func (UserValidationError) Field

func (e UserValidationError) Field() string

Field function returns field value.

func (UserValidationError) Key

func (e UserValidationError) Key() bool

Key function returns key value.

func (UserValidationError) Reason

func (e UserValidationError) Reason() string

Reason function returns reason value.

type Version

type Version struct {

	// Version of the application
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Revision of the application
	Revision string `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// GitSHA1 of the application
	GitSha1 string `protobuf:"bytes,3,opt,name=git_sha1,json=gitSha1,proto3" json:"git_sha1,omitempty"`
	// BuildDate of the application
	BuildDate string `protobuf:"bytes,4,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"`
	// contains filtered or unexported fields
}

Version of the application

func (*Version) Descriptor deprecated

func (*Version) Descriptor() ([]byte, []int)

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetBuildDate

func (x *Version) GetBuildDate() string

func (*Version) GetGitSha1

func (x *Version) GetGitSha1() string

func (*Version) GetRevision

func (x *Version) GetRevision() string

func (*Version) GetVersion

func (x *Version) GetVersion() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

func (*Version) Validate

func (m *Version) Validate() error

Validate checks the field values on Version 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 (*Version) ValidateAll

func (m *Version) ValidateAll() error

ValidateAll checks the field values on Version 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 VersionMultiError, or nil if none found.

type VersionMultiError

type VersionMultiError []error

VersionMultiError is an error wrapping multiple validation errors returned by Version.ValidateAll() if the designated constraints aren't met.

func (VersionMultiError) AllErrors

func (m VersionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VersionMultiError) Error

func (m VersionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VersionServiceGetRequest

type VersionServiceGetRequest struct {
	// contains filtered or unexported fields
}

VersionServiceGetRequest is the request payload to get the version

func (*VersionServiceGetRequest) Descriptor deprecated

func (*VersionServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use VersionServiceGetRequest.ProtoReflect.Descriptor instead.

func (*VersionServiceGetRequest) ProtoMessage

func (*VersionServiceGetRequest) ProtoMessage()

func (*VersionServiceGetRequest) ProtoReflect

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

func (*VersionServiceGetRequest) Reset

func (x *VersionServiceGetRequest) Reset()

func (*VersionServiceGetRequest) String

func (x *VersionServiceGetRequest) String() string

func (*VersionServiceGetRequest) Validate

func (m *VersionServiceGetRequest) Validate() error

Validate checks the field values on VersionServiceGetRequest 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 (*VersionServiceGetRequest) ValidateAll

func (m *VersionServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on VersionServiceGetRequest 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 VersionServiceGetRequestMultiError, or nil if none found.

type VersionServiceGetRequestMultiError

type VersionServiceGetRequestMultiError []error

VersionServiceGetRequestMultiError is an error wrapping multiple validation errors returned by VersionServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (VersionServiceGetRequestMultiError) AllErrors

func (m VersionServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VersionServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VersionServiceGetRequestValidationError

type VersionServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

VersionServiceGetRequestValidationError is the validation error returned by VersionServiceGetRequest.Validate if the designated constraints aren't met.

func (VersionServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (VersionServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (VersionServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (VersionServiceGetRequestValidationError) Field

Field function returns field value.

func (VersionServiceGetRequestValidationError) Key

Key function returns key value.

func (VersionServiceGetRequestValidationError) Reason

Reason function returns reason value.

type VersionServiceGetResponse

type VersionServiceGetResponse struct {

	// Version of the application
	Version *Version `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

VersionServiceGetResponse is the response payload with the version

func (*VersionServiceGetResponse) Descriptor deprecated

func (*VersionServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use VersionServiceGetResponse.ProtoReflect.Descriptor instead.

func (*VersionServiceGetResponse) GetVersion

func (x *VersionServiceGetResponse) GetVersion() *Version

func (*VersionServiceGetResponse) ProtoMessage

func (*VersionServiceGetResponse) ProtoMessage()

func (*VersionServiceGetResponse) ProtoReflect

func (*VersionServiceGetResponse) Reset

func (x *VersionServiceGetResponse) Reset()

func (*VersionServiceGetResponse) String

func (x *VersionServiceGetResponse) String() string

func (*VersionServiceGetResponse) Validate

func (m *VersionServiceGetResponse) Validate() error

Validate checks the field values on VersionServiceGetResponse 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 (*VersionServiceGetResponse) ValidateAll

func (m *VersionServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on VersionServiceGetResponse 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 VersionServiceGetResponseMultiError, or nil if none found.

type VersionServiceGetResponseMultiError

type VersionServiceGetResponseMultiError []error

VersionServiceGetResponseMultiError is an error wrapping multiple validation errors returned by VersionServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (VersionServiceGetResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VersionServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VersionServiceGetResponseValidationError

type VersionServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

VersionServiceGetResponseValidationError is the validation error returned by VersionServiceGetResponse.Validate if the designated constraints aren't met.

func (VersionServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (VersionServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (VersionServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (VersionServiceGetResponseValidationError) Field

Field function returns field value.

func (VersionServiceGetResponseValidationError) Key

Key function returns key value.

func (VersionServiceGetResponseValidationError) Reason

Reason function returns reason value.

type VersionValidationError

type VersionValidationError struct {
	// contains filtered or unexported fields
}

VersionValidationError is the validation error returned by Version.Validate if the designated constraints aren't met.

func (VersionValidationError) Cause

func (e VersionValidationError) Cause() error

Cause function returns cause value.

func (VersionValidationError) Error

func (e VersionValidationError) Error() string

Error satisfies the builtin error interface

func (VersionValidationError) ErrorName

func (e VersionValidationError) ErrorName() string

ErrorName returns error name.

func (VersionValidationError) Field

func (e VersionValidationError) Field() string

Field function returns field value.

func (VersionValidationError) Key

func (e VersionValidationError) Key() bool

Key function returns key value.

func (VersionValidationError) Reason

func (e VersionValidationError) Reason() string

Reason function returns reason value.

type Visibility

type Visibility int32

Visibility of a method

const (
	// VISIBILITY_UNSPECIFIED is not defined
	Visibility_VISIBILITY_UNSPECIFIED Visibility = 0
	// VISIBILITY_PUBLIC specifies that this service is accessible without authentication
	Visibility_VISIBILITY_PUBLIC Visibility = 1
	// VISIBILITY_PRIVATE makes this service blocked
	Visibility_VISIBILITY_PRIVATE Visibility = 2
	// VISIBILITY_SELF enable call this endpoint from the authenticated user only
	Visibility_VISIBILITY_SELF Visibility = 3
)

func (Visibility) Descriptor

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated

func (Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String

func (x Visibility) String() string

func (Visibility) Type

type Volume

type Volume struct {

	// Uuid is the unique identifier of the volume
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Name of the volume
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Project this volume belongs to
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// Partition where this volume resides
	Partition string `protobuf:"bytes,4,opt,name=partition,proto3" json:"partition,omitempty"`
	// StorageClass where this volume is created
	StorageClass string `protobuf:"bytes,5,opt,name=storage_class,json=storageClass,proto3" json:"storage_class,omitempty"`
	// Size in bytes of the volume
	Size uint64 `protobuf:"varint,6,opt,name=size,proto3" json:"size,omitempty"`
	// Usage in bytes of the volume
	Usage uint64 `protobuf:"varint,7,opt,name=usage,proto3" json:"usage,omitempty"`
	// State of the volume
	State string `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	// AttachedTo us a list of nodes this volume is attached
	AttachedTo []string `protobuf:"bytes,9,rep,name=attached_to,json=attachedTo,proto3" json:"attached_to,omitempty"`
	// SourceSnapshotUuid if this volume was created from a snapshot, this was the uuid source
	SourceSnapshotUuid string `protobuf:"bytes,10,opt,name=source_snapshot_uuid,json=sourceSnapshotUuid,proto3" json:"source_snapshot_uuid,omitempty"`
	// SourceSnapshotName if this volume was created from a snapshot, this was the name of the source
	SourceSnapshotName string `protobuf:"bytes,11,opt,name=source_snapshot_name,json=sourceSnapshotName,proto3" json:"source_snapshot_name,omitempty"`
	// VolumeHandle is the handle to mount this volume manually
	VolumeHandle string `protobuf:"bytes,12,opt,name=volume_handle,json=volumeHandle,proto3" json:"volume_handle,omitempty"`
	// NodeIps is a list of storage server node ips
	NodeIps []string `protobuf:"bytes,13,rep,name=node_ips,json=nodeIps,proto3" json:"node_ips,omitempty"`
	// RebuildProgress shows the progress of a rebuild if any
	RebuildProgress string `protobuf:"bytes,14,opt,name=rebuild_progress,json=rebuildProgress,proto3" json:"rebuild_progress,omitempty"`
	// PrimaryNodeUuid is the uuid of the storage server node where the primary replica of this volume resides
	PrimaryNodeUuid string `protobuf:"bytes,15,opt,name=primary_node_uuid,json=primaryNodeUuid,proto3" json:"primary_node_uuid,omitempty"`
	// QosPolicyUuid is the uuid of the QOS policy if any
	QosPolicyUuid string `protobuf:"bytes,16,opt,name=qos_policy_uuid,json=qosPolicyUuid,proto3" json:"qos_policy_uuid,omitempty"`
	// QosPolicyName is the name of the QOS policy if any
	QosPolicyName string `protobuf:"bytes,17,opt,name=qos_policy_name,json=qosPolicyName,proto3" json:"qos_policy_name,omitempty"`
	// ReplicaCount shows how many replicas of this volume exist
	ReplicaCount uint32 `protobuf:"varint,18,opt,name=replica_count,json=replicaCount,proto3" json:"replica_count,omitempty"`
	// ProtectionState shows the state of failure protection of this volume
	ProtectionState string `protobuf:"bytes,19,opt,name=protection_state,json=protectionState,proto3" json:"protection_state,omitempty"`
	// LogicalUsedStorage in bytes of the volume
	LogicalUsedStorage uint64 `protobuf:"varint,20,opt,name=logical_used_storage,json=logicalUsedStorage,proto3" json:"logical_used_storage,omitempty"`
	// VolumeStatistics are only visible to admins
	Statistics *VolumeStatistics `protobuf:"bytes,21,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

Volume is a unit of block storage

func (*Volume) Descriptor deprecated

func (*Volume) Descriptor() ([]byte, []int)

Deprecated: Use Volume.ProtoReflect.Descriptor instead.

func (*Volume) GetAttachedTo

func (x *Volume) GetAttachedTo() []string

func (*Volume) GetLogicalUsedStorage

func (x *Volume) GetLogicalUsedStorage() uint64

func (*Volume) GetName

func (x *Volume) GetName() string

func (*Volume) GetNodeIps

func (x *Volume) GetNodeIps() []string

func (*Volume) GetPartition

func (x *Volume) GetPartition() string

func (*Volume) GetPrimaryNodeUuid

func (x *Volume) GetPrimaryNodeUuid() string

func (*Volume) GetProject

func (x *Volume) GetProject() string

func (*Volume) GetProtectionState

func (x *Volume) GetProtectionState() string

func (*Volume) GetQosPolicyName

func (x *Volume) GetQosPolicyName() string

func (*Volume) GetQosPolicyUuid

func (x *Volume) GetQosPolicyUuid() string

func (*Volume) GetRebuildProgress

func (x *Volume) GetRebuildProgress() string

func (*Volume) GetReplicaCount

func (x *Volume) GetReplicaCount() uint32

func (*Volume) GetSize

func (x *Volume) GetSize() uint64

func (*Volume) GetSourceSnapshotName

func (x *Volume) GetSourceSnapshotName() string

func (*Volume) GetSourceSnapshotUuid

func (x *Volume) GetSourceSnapshotUuid() string

func (*Volume) GetState

func (x *Volume) GetState() string

func (*Volume) GetStatistics

func (x *Volume) GetStatistics() *VolumeStatistics

func (*Volume) GetStorageClass

func (x *Volume) GetStorageClass() string

func (*Volume) GetUsage

func (x *Volume) GetUsage() uint64

func (*Volume) GetUuid

func (x *Volume) GetUuid() string

func (*Volume) GetVolumeHandle

func (x *Volume) GetVolumeHandle() string

func (*Volume) ProtoMessage

func (*Volume) ProtoMessage()

func (*Volume) ProtoReflect

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

func (*Volume) Reset

func (x *Volume) Reset()

func (*Volume) String

func (x *Volume) String() string

func (*Volume) Validate

func (m *Volume) Validate() error

Validate checks the field values on Volume 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 (*Volume) ValidateAll

func (m *Volume) ValidateAll() error

ValidateAll checks the field values on Volume 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 VolumeMultiError, or nil if none found.

type VolumeMultiError

type VolumeMultiError []error

VolumeMultiError is an error wrapping multiple validation errors returned by Volume.ValidateAll() if the designated constraints aren't met.

func (VolumeMultiError) AllErrors

func (m VolumeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VolumeMultiError) Error

func (m VolumeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceDeleteRequest

type VolumeServiceDeleteRequest struct {

	// Uuid of the volume
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the volume
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceDeleteRequest is the request payload of a volume delete request

func (*VolumeServiceDeleteRequest) Descriptor deprecated

func (*VolumeServiceDeleteRequest) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*VolumeServiceDeleteRequest) GetProject

func (x *VolumeServiceDeleteRequest) GetProject() string

func (*VolumeServiceDeleteRequest) GetUuid

func (x *VolumeServiceDeleteRequest) GetUuid() string

func (*VolumeServiceDeleteRequest) ProtoMessage

func (*VolumeServiceDeleteRequest) ProtoMessage()

func (*VolumeServiceDeleteRequest) ProtoReflect

func (*VolumeServiceDeleteRequest) Reset

func (x *VolumeServiceDeleteRequest) Reset()

func (*VolumeServiceDeleteRequest) String

func (x *VolumeServiceDeleteRequest) String() string

func (*VolumeServiceDeleteRequest) Validate

func (m *VolumeServiceDeleteRequest) Validate() error

Validate checks the field values on VolumeServiceDeleteRequest 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 (*VolumeServiceDeleteRequest) ValidateAll

func (m *VolumeServiceDeleteRequest) ValidateAll() error

ValidateAll checks the field values on VolumeServiceDeleteRequest 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 VolumeServiceDeleteRequestMultiError, or nil if none found.

type VolumeServiceDeleteRequestMultiError

type VolumeServiceDeleteRequestMultiError []error

VolumeServiceDeleteRequestMultiError is an error wrapping multiple validation errors returned by VolumeServiceDeleteRequest.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceDeleteRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VolumeServiceDeleteRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceDeleteRequestValidationError

type VolumeServiceDeleteRequestValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceDeleteRequestValidationError is the validation error returned by VolumeServiceDeleteRequest.Validate if the designated constraints aren't met.

func (VolumeServiceDeleteRequestValidationError) Cause

Cause function returns cause value.

func (VolumeServiceDeleteRequestValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceDeleteRequestValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceDeleteRequestValidationError) Field

Field function returns field value.

func (VolumeServiceDeleteRequestValidationError) Key

Key function returns key value.

func (VolumeServiceDeleteRequestValidationError) Reason

Reason function returns reason value.

type VolumeServiceDeleteResponse

type VolumeServiceDeleteResponse struct {

	// Volume the volume
	Volume *Volume `protobuf:"bytes,1,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceDeleteResponse is the response payload of a volume delete request

func (*VolumeServiceDeleteResponse) Descriptor deprecated

func (*VolumeServiceDeleteResponse) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*VolumeServiceDeleteResponse) GetVolume

func (x *VolumeServiceDeleteResponse) GetVolume() *Volume

func (*VolumeServiceDeleteResponse) ProtoMessage

func (*VolumeServiceDeleteResponse) ProtoMessage()

func (*VolumeServiceDeleteResponse) ProtoReflect

func (*VolumeServiceDeleteResponse) Reset

func (x *VolumeServiceDeleteResponse) Reset()

func (*VolumeServiceDeleteResponse) String

func (x *VolumeServiceDeleteResponse) String() string

func (*VolumeServiceDeleteResponse) Validate

func (m *VolumeServiceDeleteResponse) Validate() error

Validate checks the field values on VolumeServiceDeleteResponse 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 (*VolumeServiceDeleteResponse) ValidateAll

func (m *VolumeServiceDeleteResponse) ValidateAll() error

ValidateAll checks the field values on VolumeServiceDeleteResponse 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 VolumeServiceDeleteResponseMultiError, or nil if none found.

type VolumeServiceDeleteResponseMultiError

type VolumeServiceDeleteResponseMultiError []error

VolumeServiceDeleteResponseMultiError is an error wrapping multiple validation errors returned by VolumeServiceDeleteResponse.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceDeleteResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VolumeServiceDeleteResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceDeleteResponseValidationError

type VolumeServiceDeleteResponseValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceDeleteResponseValidationError is the validation error returned by VolumeServiceDeleteResponse.Validate if the designated constraints aren't met.

func (VolumeServiceDeleteResponseValidationError) Cause

Cause function returns cause value.

func (VolumeServiceDeleteResponseValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceDeleteResponseValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceDeleteResponseValidationError) Field

Field function returns field value.

func (VolumeServiceDeleteResponseValidationError) Key

Key function returns key value.

func (VolumeServiceDeleteResponseValidationError) Reason

Reason function returns reason value.

type VolumeServiceGetRequest

type VolumeServiceGetRequest struct {

	// Uuid of the volume
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Project of the volume
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceGetRequest is the request payload of the volume get request

func (*VolumeServiceGetRequest) Descriptor deprecated

func (*VolumeServiceGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceGetRequest.ProtoReflect.Descriptor instead.

func (*VolumeServiceGetRequest) GetProject

func (x *VolumeServiceGetRequest) GetProject() string

func (*VolumeServiceGetRequest) GetUuid

func (x *VolumeServiceGetRequest) GetUuid() string

func (*VolumeServiceGetRequest) ProtoMessage

func (*VolumeServiceGetRequest) ProtoMessage()

func (*VolumeServiceGetRequest) ProtoReflect

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

func (*VolumeServiceGetRequest) Reset

func (x *VolumeServiceGetRequest) Reset()

func (*VolumeServiceGetRequest) String

func (x *VolumeServiceGetRequest) String() string

func (*VolumeServiceGetRequest) Validate

func (m *VolumeServiceGetRequest) Validate() error

Validate checks the field values on VolumeServiceGetRequest 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 (*VolumeServiceGetRequest) ValidateAll

func (m *VolumeServiceGetRequest) ValidateAll() error

ValidateAll checks the field values on VolumeServiceGetRequest 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 VolumeServiceGetRequestMultiError, or nil if none found.

type VolumeServiceGetRequestMultiError

type VolumeServiceGetRequestMultiError []error

VolumeServiceGetRequestMultiError is an error wrapping multiple validation errors returned by VolumeServiceGetRequest.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceGetRequestMultiError) AllErrors

func (m VolumeServiceGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VolumeServiceGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceGetRequestValidationError

type VolumeServiceGetRequestValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceGetRequestValidationError is the validation error returned by VolumeServiceGetRequest.Validate if the designated constraints aren't met.

func (VolumeServiceGetRequestValidationError) Cause

Cause function returns cause value.

func (VolumeServiceGetRequestValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceGetRequestValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceGetRequestValidationError) Field

Field function returns field value.

func (VolumeServiceGetRequestValidationError) Key

Key function returns key value.

func (VolumeServiceGetRequestValidationError) Reason

Reason function returns reason value.

type VolumeServiceGetResponse

type VolumeServiceGetResponse struct {

	// Volume the volume
	Volume *Volume `protobuf:"bytes,1,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceGetResponse is the response payload of a volume get request

func (*VolumeServiceGetResponse) Descriptor deprecated

func (*VolumeServiceGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceGetResponse.ProtoReflect.Descriptor instead.

func (*VolumeServiceGetResponse) GetVolume

func (x *VolumeServiceGetResponse) GetVolume() *Volume

func (*VolumeServiceGetResponse) ProtoMessage

func (*VolumeServiceGetResponse) ProtoMessage()

func (*VolumeServiceGetResponse) ProtoReflect

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

func (*VolumeServiceGetResponse) Reset

func (x *VolumeServiceGetResponse) Reset()

func (*VolumeServiceGetResponse) String

func (x *VolumeServiceGetResponse) String() string

func (*VolumeServiceGetResponse) Validate

func (m *VolumeServiceGetResponse) Validate() error

Validate checks the field values on VolumeServiceGetResponse 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 (*VolumeServiceGetResponse) ValidateAll

func (m *VolumeServiceGetResponse) ValidateAll() error

ValidateAll checks the field values on VolumeServiceGetResponse 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 VolumeServiceGetResponseMultiError, or nil if none found.

type VolumeServiceGetResponseMultiError

type VolumeServiceGetResponseMultiError []error

VolumeServiceGetResponseMultiError is an error wrapping multiple validation errors returned by VolumeServiceGetResponse.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceGetResponseMultiError) AllErrors

func (m VolumeServiceGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VolumeServiceGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceGetResponseValidationError

type VolumeServiceGetResponseValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceGetResponseValidationError is the validation error returned by VolumeServiceGetResponse.Validate if the designated constraints aren't met.

func (VolumeServiceGetResponseValidationError) Cause

Cause function returns cause value.

func (VolumeServiceGetResponseValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceGetResponseValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceGetResponseValidationError) Field

Field function returns field value.

func (VolumeServiceGetResponseValidationError) Key

Key function returns key value.

func (VolumeServiceGetResponseValidationError) Reason

Reason function returns reason value.

type VolumeServiceListRequest

type VolumeServiceListRequest struct {

	// Uuid of the volume
	Uuid *string `protobuf:"bytes,1,opt,name=uuid,proto3,oneof" json:"uuid,omitempty"`
	// Project of the volume
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Partition where the volumes should be listed
	Partition *string `protobuf:"bytes,3,opt,name=partition,proto3,oneof" json:"partition,omitempty"`
	// Name of the volume
	Name *string `protobuf:"bytes,4,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceListRequest is the request payload of a volume list request

func (*VolumeServiceListRequest) Descriptor deprecated

func (*VolumeServiceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceListRequest.ProtoReflect.Descriptor instead.

func (*VolumeServiceListRequest) GetName

func (x *VolumeServiceListRequest) GetName() string

func (*VolumeServiceListRequest) GetPartition

func (x *VolumeServiceListRequest) GetPartition() string

func (*VolumeServiceListRequest) GetProject

func (x *VolumeServiceListRequest) GetProject() string

func (*VolumeServiceListRequest) GetUuid

func (x *VolumeServiceListRequest) GetUuid() string

func (*VolumeServiceListRequest) ProtoMessage

func (*VolumeServiceListRequest) ProtoMessage()

func (*VolumeServiceListRequest) ProtoReflect

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

func (*VolumeServiceListRequest) Reset

func (x *VolumeServiceListRequest) Reset()

func (*VolumeServiceListRequest) String

func (x *VolumeServiceListRequest) String() string

func (*VolumeServiceListRequest) Validate

func (m *VolumeServiceListRequest) Validate() error

Validate checks the field values on VolumeServiceListRequest 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 (*VolumeServiceListRequest) ValidateAll

func (m *VolumeServiceListRequest) ValidateAll() error

ValidateAll checks the field values on VolumeServiceListRequest 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 VolumeServiceListRequestMultiError, or nil if none found.

type VolumeServiceListRequestMultiError

type VolumeServiceListRequestMultiError []error

VolumeServiceListRequestMultiError is an error wrapping multiple validation errors returned by VolumeServiceListRequest.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceListRequestMultiError) AllErrors

func (m VolumeServiceListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VolumeServiceListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceListRequestValidationError

type VolumeServiceListRequestValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceListRequestValidationError is the validation error returned by VolumeServiceListRequest.Validate if the designated constraints aren't met.

func (VolumeServiceListRequestValidationError) Cause

Cause function returns cause value.

func (VolumeServiceListRequestValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceListRequestValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceListRequestValidationError) Field

Field function returns field value.

func (VolumeServiceListRequestValidationError) Key

Key function returns key value.

func (VolumeServiceListRequestValidationError) Reason

Reason function returns reason value.

type VolumeServiceListResponse

type VolumeServiceListResponse struct {

	// Volumes the volumes
	Volumes []*Volume `protobuf:"bytes,1,rep,name=volumes,proto3" json:"volumes,omitempty"`
	// contains filtered or unexported fields
}

VolumeServiceListResponse is the response payload of a volume list request

func (*VolumeServiceListResponse) Descriptor deprecated

func (*VolumeServiceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use VolumeServiceListResponse.ProtoReflect.Descriptor instead.

func (*VolumeServiceListResponse) GetVolumes

func (x *VolumeServiceListResponse) GetVolumes() []*Volume

func (*VolumeServiceListResponse) ProtoMessage

func (*VolumeServiceListResponse) ProtoMessage()

func (*VolumeServiceListResponse) ProtoReflect

func (*VolumeServiceListResponse) Reset

func (x *VolumeServiceListResponse) Reset()

func (*VolumeServiceListResponse) String

func (x *VolumeServiceListResponse) String() string

func (*VolumeServiceListResponse) Validate

func (m *VolumeServiceListResponse) Validate() error

Validate checks the field values on VolumeServiceListResponse 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 (*VolumeServiceListResponse) ValidateAll

func (m *VolumeServiceListResponse) ValidateAll() error

ValidateAll checks the field values on VolumeServiceListResponse 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 VolumeServiceListResponseMultiError, or nil if none found.

type VolumeServiceListResponseMultiError

type VolumeServiceListResponseMultiError []error

VolumeServiceListResponseMultiError is an error wrapping multiple validation errors returned by VolumeServiceListResponse.ValidateAll() if the designated constraints aren't met.

func (VolumeServiceListResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (VolumeServiceListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeServiceListResponseValidationError

type VolumeServiceListResponseValidationError struct {
	// contains filtered or unexported fields
}

VolumeServiceListResponseValidationError is the validation error returned by VolumeServiceListResponse.Validate if the designated constraints aren't met.

func (VolumeServiceListResponseValidationError) Cause

Cause function returns cause value.

func (VolumeServiceListResponseValidationError) Error

Error satisfies the builtin error interface

func (VolumeServiceListResponseValidationError) ErrorName

ErrorName returns error name.

func (VolumeServiceListResponseValidationError) Field

Field function returns field value.

func (VolumeServiceListResponseValidationError) Key

Key function returns key value.

func (VolumeServiceListResponseValidationError) Reason

Reason function returns reason value.

type VolumeStatistics

type VolumeStatistics struct {

	// LogicalUsedStorage
	//
	// Logical storage space used by volume, given in bytes.
	LogicalUsedStorage uint64 `protobuf:"varint,1,opt,name=logical_used_storage,json=logicalUsedStorage,proto3" json:"logical_used_storage,omitempty"`
	// PhysicalUsedStorage
	//
	// Physical storage space used by volume excluding parity, given in bytes.
	PhysicalUsedStorage uint64 `protobuf:"varint,2,opt,name=physical_used_storage,json=physicalUsedStorage,proto3" json:"physical_used_storage,omitempty"`
	// CompressionRatio
	//
	// compression ratio userWritten/physicalCapacity
	CompressionRatio float64 `protobuf:"fixed64,3,opt,name=compression_ratio,json=compressionRatio,proto3" json:"compression_ratio,omitempty"`
	// TotalCompressionRatio
	//
	// compression ratio sum(userWritten) / sum(physical capacity)
	TotalCompressionRatio float64 `` /* 128-byte string literal not displayed */
	// PhysicalCapacity
	//
	// The physical capacity that exists in this volume layer
	PhysicalCapacity uint64 `protobuf:"varint,5,opt,name=physical_capacity,json=physicalCapacity,proto3" json:"physical_capacity,omitempty"`
	// PhysicalOwnedStorageCapacity
	//
	// The capacity that would be freed when volume is deleted
	PhysicalOwnedCapacity uint64 `` /* 127-byte string literal not displayed */
	// PhysicalOwnedMemory
	//
	// The memory that would be freed when volume is deleted
	PhysicalOwnedMemory uint64 `protobuf:"varint,7,opt,name=physical_owned_memory,json=physicalOwnedMemory,proto3" json:"physical_owned_memory,omitempty"`
	// PhysicalMemory
	//
	// The memory that exists for this volume
	PhysicalMemory uint64 `protobuf:"varint,8,opt,name=physical_memory,json=physicalMemory,proto3" json:"physical_memory,omitempty"`
	// UserWritten
	//
	// The amount of bytes written to this volume by the user
	UserWritten uint64 `protobuf:"varint,9,opt,name=user_written,json=userWritten,proto3" json:"user_written,omitempty"`
	// UnrecoverableDataIntegrityErrors
	//
	// Number of data integrity errors that could no be recovered by the system.
	UnrecoverableDataIntegrityErrors uint32 `` /* 163-byte string literal not displayed */
	// RecoverableDataIntegrityErrors
	//
	// Number of data integrity errors that were recovered by the system.
	RecoverableDataIntegrityErrors uint32 `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

VolumeStatistics are all detailed statistics of a volume

func (*VolumeStatistics) Descriptor deprecated

func (*VolumeStatistics) Descriptor() ([]byte, []int)

Deprecated: Use VolumeStatistics.ProtoReflect.Descriptor instead.

func (*VolumeStatistics) GetCompressionRatio

func (x *VolumeStatistics) GetCompressionRatio() float64

func (*VolumeStatistics) GetLogicalUsedStorage

func (x *VolumeStatistics) GetLogicalUsedStorage() uint64

func (*VolumeStatistics) GetPhysicalCapacity

func (x *VolumeStatistics) GetPhysicalCapacity() uint64

func (*VolumeStatistics) GetPhysicalMemory

func (x *VolumeStatistics) GetPhysicalMemory() uint64

func (*VolumeStatistics) GetPhysicalOwnedCapacity

func (x *VolumeStatistics) GetPhysicalOwnedCapacity() uint64

func (*VolumeStatistics) GetPhysicalOwnedMemory

func (x *VolumeStatistics) GetPhysicalOwnedMemory() uint64

func (*VolumeStatistics) GetPhysicalUsedStorage

func (x *VolumeStatistics) GetPhysicalUsedStorage() uint64

func (*VolumeStatistics) GetRecoverableDataIntegrityErrors

func (x *VolumeStatistics) GetRecoverableDataIntegrityErrors() uint32

func (*VolumeStatistics) GetTotalCompressionRatio

func (x *VolumeStatistics) GetTotalCompressionRatio() float64

func (*VolumeStatistics) GetUnrecoverableDataIntegrityErrors

func (x *VolumeStatistics) GetUnrecoverableDataIntegrityErrors() uint32

func (*VolumeStatistics) GetUserWritten

func (x *VolumeStatistics) GetUserWritten() uint64

func (*VolumeStatistics) ProtoMessage

func (*VolumeStatistics) ProtoMessage()

func (*VolumeStatistics) ProtoReflect

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

func (*VolumeStatistics) Reset

func (x *VolumeStatistics) Reset()

func (*VolumeStatistics) String

func (x *VolumeStatistics) String() string

func (*VolumeStatistics) Validate

func (m *VolumeStatistics) Validate() error

Validate checks the field values on VolumeStatistics 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 (*VolumeStatistics) ValidateAll

func (m *VolumeStatistics) ValidateAll() error

ValidateAll checks the field values on VolumeStatistics 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 VolumeStatisticsMultiError, or nil if none found.

type VolumeStatisticsMultiError

type VolumeStatisticsMultiError []error

VolumeStatisticsMultiError is an error wrapping multiple validation errors returned by VolumeStatistics.ValidateAll() if the designated constraints aren't met.

func (VolumeStatisticsMultiError) AllErrors

func (m VolumeStatisticsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VolumeStatisticsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type VolumeStatisticsValidationError

type VolumeStatisticsValidationError struct {
	// contains filtered or unexported fields
}

VolumeStatisticsValidationError is the validation error returned by VolumeStatistics.Validate if the designated constraints aren't met.

func (VolumeStatisticsValidationError) Cause

Cause function returns cause value.

func (VolumeStatisticsValidationError) Error

Error satisfies the builtin error interface

func (VolumeStatisticsValidationError) ErrorName

ErrorName returns error name.

func (VolumeStatisticsValidationError) Field

Field function returns field value.

func (VolumeStatisticsValidationError) Key

Key function returns key value.

func (VolumeStatisticsValidationError) Reason

Reason function returns reason value.

type VolumeValidationError

type VolumeValidationError struct {
	// contains filtered or unexported fields
}

VolumeValidationError is the validation error returned by Volume.Validate if the designated constraints aren't met.

func (VolumeValidationError) Cause

func (e VolumeValidationError) Cause() error

Cause function returns cause value.

func (VolumeValidationError) Error

func (e VolumeValidationError) Error() string

Error satisfies the builtin error interface

func (VolumeValidationError) ErrorName

func (e VolumeValidationError) ErrorName() string

ErrorName returns error name.

func (VolumeValidationError) Field

func (e VolumeValidationError) Field() string

Field function returns field value.

func (VolumeValidationError) Key

func (e VolumeValidationError) Key() bool

Key function returns key value.

func (VolumeValidationError) Reason

func (e VolumeValidationError) Reason() string

Reason function returns reason value.

type Worker

type Worker struct {

	// Name of this worker group
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// MachineType of machines which should be used for the worker nodes in this group
	MachineType string `protobuf:"bytes,2,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// Minsize defines the minimum amount of machines present in this worker group
	Minsize uint32 `protobuf:"varint,3,opt,name=minsize,proto3" json:"minsize,omitempty"`
	// Maxsize defines the maximum amount of machines present in this worker group
	Maxsize uint32 `protobuf:"varint,4,opt,name=maxsize,proto3" json:"maxsize,omitempty"`
	// Maxsurge defines the maximum amount of machines which are spun up in this worker group during a rolling upgrade
	Maxsurge uint32 `protobuf:"varint,5,opt,name=maxsurge,proto3" json:"maxsurge,omitempty"`
	// Maxunavailable defines the maximum amount of not available machines in this worker group during a rolling upgrade
	Maxunavailable uint32 `protobuf:"varint,6,opt,name=maxunavailable,proto3" json:"maxunavailable,omitempty"`
	// contains filtered or unexported fields
}

Worker defines a set of worker nodes with identical properties

func (*Worker) Descriptor deprecated

func (*Worker) Descriptor() ([]byte, []int)

Deprecated: Use Worker.ProtoReflect.Descriptor instead.

func (*Worker) GetMachineType

func (x *Worker) GetMachineType() string

func (*Worker) GetMaxsize

func (x *Worker) GetMaxsize() uint32

func (*Worker) GetMaxsurge

func (x *Worker) GetMaxsurge() uint32

func (*Worker) GetMaxunavailable

func (x *Worker) GetMaxunavailable() uint32

func (*Worker) GetMinsize

func (x *Worker) GetMinsize() uint32

func (*Worker) GetName

func (x *Worker) GetName() string

func (*Worker) ProtoMessage

func (*Worker) ProtoMessage()

func (*Worker) ProtoReflect

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

func (*Worker) Reset

func (x *Worker) Reset()

func (*Worker) String

func (x *Worker) String() string

func (*Worker) Validate

func (m *Worker) Validate() error

Validate checks the field values on Worker 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 (*Worker) ValidateAll

func (m *Worker) ValidateAll() error

ValidateAll checks the field values on Worker 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 WorkerMultiError, or nil if none found.

type WorkerMultiError

type WorkerMultiError []error

WorkerMultiError is an error wrapping multiple validation errors returned by Worker.ValidateAll() if the designated constraints aren't met.

func (WorkerMultiError) AllErrors

func (m WorkerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkerMultiError) Error

func (m WorkerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WorkerUpdate

type WorkerUpdate struct {

	// Name of the worker group to update
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// MachineType to change in this worker group
	MachineType *string `protobuf:"bytes,2,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// Minsize defines the minimum amount of machines present in this worker group
	Minsize *uint32 `protobuf:"varint,3,opt,name=minsize,proto3,oneof" json:"minsize,omitempty"`
	// Maxsize defines the maximum amount of machines present in this worker group
	Maxsize *uint32 `protobuf:"varint,4,opt,name=maxsize,proto3,oneof" json:"maxsize,omitempty"`
	// Maxsurge defines the maximum amount of machines which are spun up in this worker group during a rolling upgrade
	Maxsurge *uint32 `protobuf:"varint,5,opt,name=maxsurge,proto3,oneof" json:"maxsurge,omitempty"`
	// Maxunavailable defines the maximum amount of not available machines in this worker group during a rolling upgrade
	Maxunavailable *uint32 `protobuf:"varint,6,opt,name=maxunavailable,proto3,oneof" json:"maxunavailable,omitempty"`
	// contains filtered or unexported fields
}

WorkerUpdate is used to update a Worker group

func (*WorkerUpdate) Descriptor deprecated

func (*WorkerUpdate) Descriptor() ([]byte, []int)

Deprecated: Use WorkerUpdate.ProtoReflect.Descriptor instead.

func (*WorkerUpdate) GetMachineType

func (x *WorkerUpdate) GetMachineType() string

func (*WorkerUpdate) GetMaxsize

func (x *WorkerUpdate) GetMaxsize() uint32

func (*WorkerUpdate) GetMaxsurge

func (x *WorkerUpdate) GetMaxsurge() uint32

func (*WorkerUpdate) GetMaxunavailable

func (x *WorkerUpdate) GetMaxunavailable() uint32

func (*WorkerUpdate) GetMinsize

func (x *WorkerUpdate) GetMinsize() uint32

func (*WorkerUpdate) GetName

func (x *WorkerUpdate) GetName() string

func (*WorkerUpdate) ProtoMessage

func (*WorkerUpdate) ProtoMessage()

func (*WorkerUpdate) ProtoReflect

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

func (*WorkerUpdate) Reset

func (x *WorkerUpdate) Reset()

func (*WorkerUpdate) String

func (x *WorkerUpdate) String() string

func (*WorkerUpdate) Validate

func (m *WorkerUpdate) Validate() error

Validate checks the field values on WorkerUpdate 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 (*WorkerUpdate) ValidateAll

func (m *WorkerUpdate) ValidateAll() error

ValidateAll checks the field values on WorkerUpdate 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 WorkerUpdateMultiError, or nil if none found.

type WorkerUpdateMultiError

type WorkerUpdateMultiError []error

WorkerUpdateMultiError is an error wrapping multiple validation errors returned by WorkerUpdate.ValidateAll() if the designated constraints aren't met.

func (WorkerUpdateMultiError) AllErrors

func (m WorkerUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WorkerUpdateMultiError) Error

func (m WorkerUpdateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WorkerUpdateValidationError

type WorkerUpdateValidationError struct {
	// contains filtered or unexported fields
}

WorkerUpdateValidationError is the validation error returned by WorkerUpdate.Validate if the designated constraints aren't met.

func (WorkerUpdateValidationError) Cause

Cause function returns cause value.

func (WorkerUpdateValidationError) Error

Error satisfies the builtin error interface

func (WorkerUpdateValidationError) ErrorName

func (e WorkerUpdateValidationError) ErrorName() string

ErrorName returns error name.

func (WorkerUpdateValidationError) Field

Field function returns field value.

func (WorkerUpdateValidationError) Key

Key function returns key value.

func (WorkerUpdateValidationError) Reason

Reason function returns reason value.

type WorkerValidationError

type WorkerValidationError struct {
	// contains filtered or unexported fields
}

WorkerValidationError is the validation error returned by Worker.Validate if the designated constraints aren't met.

func (WorkerValidationError) Cause

func (e WorkerValidationError) Cause() error

Cause function returns cause value.

func (WorkerValidationError) Error

func (e WorkerValidationError) Error() string

Error satisfies the builtin error interface

func (WorkerValidationError) ErrorName

func (e WorkerValidationError) ErrorName() string

ErrorName returns error name.

func (WorkerValidationError) Field

func (e WorkerValidationError) Field() string

Field function returns field value.

func (WorkerValidationError) Key

func (e WorkerValidationError) Key() bool

Key function returns key value.

func (WorkerValidationError) Reason

func (e WorkerValidationError) 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