monitoringv1alpha1

package
v1.69.1 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ServiceName_name = map[int32]string{
		0: "SERVICE_NAME_CONTROL_PLANE",
		1: "SERVICE_NAME_ACCESS_HANDLER",
		2: "SERVICE_NAME_WORKER",
		3: "SERVICE_NAME_PROVISIONER",
	}
	ServiceName_value = map[string]int32{
		"SERVICE_NAME_CONTROL_PLANE":  0,
		"SERVICE_NAME_ACCESS_HANDLER": 1,
		"SERVICE_NAME_WORKER":         2,
		"SERVICE_NAME_PROVISIONER":    3,
	}
)

Enum value maps for ServiceName.

View Source
var File_commonfate_factory_monitoring_v1alpha1_healthcheck_proto protoreflect.FileDescriptor
View Source
var File_commonfate_factory_monitoring_v1alpha1_token_proto protoreflect.FileDescriptor
View Source
var File_commonfate_factory_monitoring_v1alpha1_validate_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateWriteTokenRequest

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

func (*CreateWriteTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateWriteTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateWriteTokenRequest) ProtoMessage

func (*CreateWriteTokenRequest) ProtoMessage()

func (*CreateWriteTokenRequest) ProtoReflect

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

func (*CreateWriteTokenRequest) Reset

func (x *CreateWriteTokenRequest) Reset()

func (*CreateWriteTokenRequest) String

func (x *CreateWriteTokenRequest) String() string

func (*CreateWriteTokenRequest) Validate added in v1.32.1

func (m *CreateWriteTokenRequest) Validate() error

Validate checks the field values on CreateWriteTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateWriteTokenRequest) ValidateAll added in v1.32.1

func (m *CreateWriteTokenRequest) ValidateAll() error

ValidateAll checks the field values on CreateWriteTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateWriteTokenRequestMultiError, or nil if none found.

type CreateWriteTokenRequestMultiError added in v1.32.1

type CreateWriteTokenRequestMultiError []error

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

func (CreateWriteTokenRequestMultiError) AllErrors added in v1.32.1

func (m CreateWriteTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateWriteTokenRequestMultiError) Error added in v1.32.1

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

type CreateWriteTokenRequestValidationError added in v1.32.1

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

CreateWriteTokenRequestValidationError is the validation error returned by CreateWriteTokenRequest.Validate if the designated constraints aren't met.

func (CreateWriteTokenRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreateWriteTokenRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreateWriteTokenRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreateWriteTokenRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (CreateWriteTokenRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (CreateWriteTokenRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type CreateWriteTokenResponse

type CreateWriteTokenResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A write token which gives access to write OpenTelemetry data to our collector.
	WriteToken string `protobuf:"bytes,2,opt,name=write_token,json=writeToken,proto3" json:"write_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWriteTokenResponse) Descriptor deprecated

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

Deprecated: Use CreateWriteTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateWriteTokenResponse) GetId

func (x *CreateWriteTokenResponse) GetId() string

func (*CreateWriteTokenResponse) GetWriteToken

func (x *CreateWriteTokenResponse) GetWriteToken() string

func (*CreateWriteTokenResponse) ProtoMessage

func (*CreateWriteTokenResponse) ProtoMessage()

func (*CreateWriteTokenResponse) ProtoReflect

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

func (*CreateWriteTokenResponse) Reset

func (x *CreateWriteTokenResponse) Reset()

func (*CreateWriteTokenResponse) String

func (x *CreateWriteTokenResponse) String() string

func (*CreateWriteTokenResponse) Validate added in v1.32.1

func (m *CreateWriteTokenResponse) Validate() error

Validate checks the field values on CreateWriteTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateWriteTokenResponse) ValidateAll added in v1.32.1

func (m *CreateWriteTokenResponse) ValidateAll() error

ValidateAll checks the field values on CreateWriteTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateWriteTokenResponseMultiError, or nil if none found.

type CreateWriteTokenResponseMultiError added in v1.32.1

type CreateWriteTokenResponseMultiError []error

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

func (CreateWriteTokenResponseMultiError) AllErrors added in v1.32.1

func (m CreateWriteTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateWriteTokenResponseMultiError) Error added in v1.32.1

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

type CreateWriteTokenResponseValidationError added in v1.32.1

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

CreateWriteTokenResponseValidationError is the validation error returned by CreateWriteTokenResponse.Validate if the designated constraints aren't met.

func (CreateWriteTokenResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreateWriteTokenResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreateWriteTokenResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreateWriteTokenResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (CreateWriteTokenResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (CreateWriteTokenResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type ECSTaskMetadata added in v1.35.0

type ECSTaskMetadata struct {
	TaskArn          string  `protobuf:"bytes,1,opt,name=task_arn,json=taskArn,proto3" json:"task_arn,omitempty"`
	ClusterArn       string  `protobuf:"bytes,2,opt,name=cluster_arn,json=clusterArn,proto3" json:"cluster_arn,omitempty"`
	AvailabilityZone string  `protobuf:"bytes,3,opt,name=availability_zone,json=availabilityZone,proto3" json:"availability_zone,omitempty"`
	CpuLimit         float32 `protobuf:"fixed32,4,opt,name=cpu_limit,json=cpuLimit,proto3" json:"cpu_limit,omitempty"`
	MemoryLimit      uint32  `protobuf:"varint,5,opt,name=memory_limit,json=memoryLimit,proto3" json:"memory_limit,omitempty"`
	LaunchType       string  `protobuf:"bytes,6,opt,name=launch_type,json=launchType,proto3" json:"launch_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ECSTaskMetadata) Descriptor deprecated added in v1.35.0

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

Deprecated: Use ECSTaskMetadata.ProtoReflect.Descriptor instead.

func (*ECSTaskMetadata) GetAvailabilityZone added in v1.35.0

func (x *ECSTaskMetadata) GetAvailabilityZone() string

func (*ECSTaskMetadata) GetClusterArn added in v1.35.0

func (x *ECSTaskMetadata) GetClusterArn() string

func (*ECSTaskMetadata) GetCpuLimit added in v1.35.0

func (x *ECSTaskMetadata) GetCpuLimit() float32

func (*ECSTaskMetadata) GetLaunchType added in v1.35.0

func (x *ECSTaskMetadata) GetLaunchType() string

func (*ECSTaskMetadata) GetMemoryLimit added in v1.35.0

func (x *ECSTaskMetadata) GetMemoryLimit() uint32

func (*ECSTaskMetadata) GetTaskArn added in v1.35.0

func (x *ECSTaskMetadata) GetTaskArn() string

func (*ECSTaskMetadata) ProtoMessage added in v1.35.0

func (*ECSTaskMetadata) ProtoMessage()

func (*ECSTaskMetadata) ProtoReflect added in v1.35.0

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

func (*ECSTaskMetadata) Reset added in v1.35.0

func (x *ECSTaskMetadata) Reset()

func (*ECSTaskMetadata) String added in v1.35.0

func (x *ECSTaskMetadata) String() string

func (*ECSTaskMetadata) Validate added in v1.35.0

func (m *ECSTaskMetadata) Validate() error

Validate checks the field values on ECSTaskMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ECSTaskMetadata) ValidateAll added in v1.35.0

func (m *ECSTaskMetadata) ValidateAll() error

ValidateAll checks the field values on ECSTaskMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ECSTaskMetadataMultiError, or nil if none found.

type ECSTaskMetadataMultiError added in v1.35.0

type ECSTaskMetadataMultiError []error

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

func (ECSTaskMetadataMultiError) AllErrors added in v1.35.0

func (m ECSTaskMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ECSTaskMetadataMultiError) Error added in v1.35.0

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

type ECSTaskMetadataValidationError added in v1.35.0

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

ECSTaskMetadataValidationError is the validation error returned by ECSTaskMetadata.Validate if the designated constraints aren't met.

func (ECSTaskMetadataValidationError) Cause added in v1.35.0

Cause function returns cause value.

func (ECSTaskMetadataValidationError) Error added in v1.35.0

Error satisfies the builtin error interface

func (ECSTaskMetadataValidationError) ErrorName added in v1.35.0

func (e ECSTaskMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (ECSTaskMetadataValidationError) Field added in v1.35.0

Field function returns field value.

func (ECSTaskMetadataValidationError) Key added in v1.35.0

Key function returns key value.

func (ECSTaskMetadataValidationError) Reason added in v1.35.0

Reason function returns reason value.

type PingRequest added in v1.35.0

type PingRequest struct {
	ServiceName           ServiceName      `` /* 151-byte string literal not displayed */
	ApplicationVersion    string           `protobuf:"bytes,2,opt,name=application_version,json=applicationVersion,proto3" json:"application_version,omitempty"`
	InfrastructureVersion string           `protobuf:"bytes,3,opt,name=infrastructure_version,json=infrastructureVersion,proto3" json:"infrastructure_version,omitempty"`
	EcsTaskMetadata       *ECSTaskMetadata `protobuf:"bytes,4,opt,name=ecs_task_metadata,json=ecsTaskMetadata,proto3" json:"ecs_task_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PingRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) GetApplicationVersion added in v1.35.0

func (x *PingRequest) GetApplicationVersion() string

func (*PingRequest) GetEcsTaskMetadata added in v1.35.0

func (x *PingRequest) GetEcsTaskMetadata() *ECSTaskMetadata

func (*PingRequest) GetInfrastructureVersion added in v1.35.0

func (x *PingRequest) GetInfrastructureVersion() string

func (*PingRequest) GetServiceName added in v1.35.0

func (x *PingRequest) GetServiceName() ServiceName

func (*PingRequest) ProtoMessage added in v1.35.0

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect added in v1.35.0

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

func (*PingRequest) Reset added in v1.35.0

func (x *PingRequest) Reset()

func (*PingRequest) String added in v1.35.0

func (x *PingRequest) String() string

func (*PingRequest) Validate added in v1.35.0

func (m *PingRequest) Validate() error

Validate checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PingRequest) ValidateAll added in v1.35.0

func (m *PingRequest) ValidateAll() error

ValidateAll checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingRequestMultiError, or nil if none found.

type PingRequestMultiError added in v1.35.0

type PingRequestMultiError []error

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

func (PingRequestMultiError) AllErrors added in v1.35.0

func (m PingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingRequestMultiError) Error added in v1.35.0

func (m PingRequestMultiError) Error() string

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

type PingRequestValidationError added in v1.35.0

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

PingRequestValidationError is the validation error returned by PingRequest.Validate if the designated constraints aren't met.

func (PingRequestValidationError) Cause added in v1.35.0

Cause function returns cause value.

func (PingRequestValidationError) Error added in v1.35.0

Error satisfies the builtin error interface

func (PingRequestValidationError) ErrorName added in v1.35.0

func (e PingRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PingRequestValidationError) Field added in v1.35.0

Field function returns field value.

func (PingRequestValidationError) Key added in v1.35.0

Key function returns key value.

func (PingRequestValidationError) Reason added in v1.35.0

Reason function returns reason value.

type PingResponse added in v1.35.0

type PingResponse struct {

	// An indication from the server as to when the
	// service should next send a ping.
	NextPing *durationpb.Duration `protobuf:"bytes,1,opt,name=next_ping,json=nextPing,proto3" json:"next_ping,omitempty"`
	// contains filtered or unexported fields
}

func (*PingResponse) Descriptor deprecated added in v1.35.0

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) GetNextPing added in v1.35.0

func (x *PingResponse) GetNextPing() *durationpb.Duration

func (*PingResponse) ProtoMessage added in v1.35.0

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect added in v1.35.0

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

func (*PingResponse) Reset added in v1.35.0

func (x *PingResponse) Reset()

func (*PingResponse) String added in v1.35.0

func (x *PingResponse) String() string

func (*PingResponse) Validate added in v1.35.0

func (m *PingResponse) Validate() error

Validate checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PingResponse) ValidateAll added in v1.35.0

func (m *PingResponse) ValidateAll() error

ValidateAll checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingResponseMultiError, or nil if none found.

type PingResponseMultiError added in v1.35.0

type PingResponseMultiError []error

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

func (PingResponseMultiError) AllErrors added in v1.35.0

func (m PingResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingResponseMultiError) Error added in v1.35.0

func (m PingResponseMultiError) Error() string

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

type PingResponseValidationError added in v1.35.0

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

PingResponseValidationError is the validation error returned by PingResponse.Validate if the designated constraints aren't met.

func (PingResponseValidationError) Cause added in v1.35.0

Cause function returns cause value.

func (PingResponseValidationError) Error added in v1.35.0

Error satisfies the builtin error interface

func (PingResponseValidationError) ErrorName added in v1.35.0

func (e PingResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PingResponseValidationError) Field added in v1.35.0

Field function returns field value.

func (PingResponseValidationError) Key added in v1.35.0

Key function returns key value.

func (PingResponseValidationError) Reason added in v1.35.0

Reason function returns reason value.

type ServiceName added in v1.53.0

type ServiceName int32
const (
	ServiceName_SERVICE_NAME_CONTROL_PLANE  ServiceName = 0
	ServiceName_SERVICE_NAME_ACCESS_HANDLER ServiceName = 1
	ServiceName_SERVICE_NAME_WORKER         ServiceName = 2
	ServiceName_SERVICE_NAME_PROVISIONER    ServiceName = 3
)

func (ServiceName) Descriptor added in v1.53.0

func (ServiceName) Enum added in v1.53.0

func (x ServiceName) Enum() *ServiceName

func (ServiceName) EnumDescriptor deprecated added in v1.53.0

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

Deprecated: Use ServiceName.Descriptor instead.

func (ServiceName) Number added in v1.53.0

func (x ServiceName) Number() protoreflect.EnumNumber

func (ServiceName) String added in v1.53.0

func (x ServiceName) String() string

func (ServiceName) Type added in v1.53.0

type ValidateWriteTokenRequest

type ValidateWriteTokenRequest struct {
	WriteToken string `protobuf:"bytes,1,opt,name=write_token,json=writeToken,proto3" json:"write_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateWriteTokenRequest) Descriptor deprecated

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

Deprecated: Use ValidateWriteTokenRequest.ProtoReflect.Descriptor instead.

func (*ValidateWriteTokenRequest) GetWriteToken

func (x *ValidateWriteTokenRequest) GetWriteToken() string

func (*ValidateWriteTokenRequest) ProtoMessage

func (*ValidateWriteTokenRequest) ProtoMessage()

func (*ValidateWriteTokenRequest) ProtoReflect

func (*ValidateWriteTokenRequest) Reset

func (x *ValidateWriteTokenRequest) Reset()

func (*ValidateWriteTokenRequest) String

func (x *ValidateWriteTokenRequest) String() string

func (*ValidateWriteTokenRequest) Validate added in v1.32.1

func (m *ValidateWriteTokenRequest) Validate() error

Validate checks the field values on ValidateWriteTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValidateWriteTokenRequest) ValidateAll added in v1.32.1

func (m *ValidateWriteTokenRequest) ValidateAll() error

ValidateAll checks the field values on ValidateWriteTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateWriteTokenRequestMultiError, or nil if none found.

type ValidateWriteTokenRequestMultiError added in v1.32.1

type ValidateWriteTokenRequestMultiError []error

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

func (ValidateWriteTokenRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (ValidateWriteTokenRequestMultiError) Error added in v1.32.1

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

type ValidateWriteTokenRequestValidationError added in v1.32.1

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

ValidateWriteTokenRequestValidationError is the validation error returned by ValidateWriteTokenRequest.Validate if the designated constraints aren't met.

func (ValidateWriteTokenRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (ValidateWriteTokenRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (ValidateWriteTokenRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (ValidateWriteTokenRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (ValidateWriteTokenRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (ValidateWriteTokenRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type ValidateWriteTokenResponse

type ValidateWriteTokenResponse struct {

	// The deployment ID associated with the write token.
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// The Common Fate account ID associated with the write token.
	AccountId string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateWriteTokenResponse) Descriptor deprecated

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

Deprecated: Use ValidateWriteTokenResponse.ProtoReflect.Descriptor instead.

func (*ValidateWriteTokenResponse) GetAccountId

func (x *ValidateWriteTokenResponse) GetAccountId() string

func (*ValidateWriteTokenResponse) GetDeploymentId

func (x *ValidateWriteTokenResponse) GetDeploymentId() string

func (*ValidateWriteTokenResponse) ProtoMessage

func (*ValidateWriteTokenResponse) ProtoMessage()

func (*ValidateWriteTokenResponse) ProtoReflect

func (*ValidateWriteTokenResponse) Reset

func (x *ValidateWriteTokenResponse) Reset()

func (*ValidateWriteTokenResponse) String

func (x *ValidateWriteTokenResponse) String() string

func (*ValidateWriteTokenResponse) Validate added in v1.32.1

func (m *ValidateWriteTokenResponse) Validate() error

Validate checks the field values on ValidateWriteTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValidateWriteTokenResponse) ValidateAll added in v1.32.1

func (m *ValidateWriteTokenResponse) ValidateAll() error

ValidateAll checks the field values on ValidateWriteTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateWriteTokenResponseMultiError, or nil if none found.

type ValidateWriteTokenResponseMultiError added in v1.32.1

type ValidateWriteTokenResponseMultiError []error

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

func (ValidateWriteTokenResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (ValidateWriteTokenResponseMultiError) Error added in v1.32.1

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

type ValidateWriteTokenResponseValidationError added in v1.32.1

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

ValidateWriteTokenResponseValidationError is the validation error returned by ValidateWriteTokenResponse.Validate if the designated constraints aren't met.

func (ValidateWriteTokenResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (ValidateWriteTokenResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (ValidateWriteTokenResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (ValidateWriteTokenResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (ValidateWriteTokenResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (ValidateWriteTokenResponseValidationError) Reason added in v1.32.1

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