webservice

package
v0.47.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_app_server_service_webservice_service_proto protoreflect.FileDescriptor
View Source
var WebService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "grpc.service.webservice.WebService",
	HandlerType: (*WebServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterPiped",
			Handler:    _WebService_RegisterPiped_Handler,
		},
		{
			MethodName: "UpdatePiped",
			Handler:    _WebService_UpdatePiped_Handler,
		},
		{
			MethodName: "RecreatePipedKey",
			Handler:    _WebService_RecreatePipedKey_Handler,
		},
		{
			MethodName: "DeleteOldPipedKeys",
			Handler:    _WebService_DeleteOldPipedKeys_Handler,
		},
		{
			MethodName: "EnablePiped",
			Handler:    _WebService_EnablePiped_Handler,
		},
		{
			MethodName: "DisablePiped",
			Handler:    _WebService_DisablePiped_Handler,
		},
		{
			MethodName: "ListPipeds",
			Handler:    _WebService_ListPipeds_Handler,
		},
		{
			MethodName: "GetPiped",
			Handler:    _WebService_GetPiped_Handler,
		},
		{
			MethodName: "UpdatePipedDesiredVersion",
			Handler:    _WebService_UpdatePipedDesiredVersion_Handler,
		},
		{
			MethodName: "RestartPiped",
			Handler:    _WebService_RestartPiped_Handler,
		},
		{
			MethodName: "ListReleasedVersions",
			Handler:    _WebService_ListReleasedVersions_Handler,
		},
		{
			MethodName: "AddApplication",
			Handler:    _WebService_AddApplication_Handler,
		},
		{
			MethodName: "UpdateApplication",
			Handler:    _WebService_UpdateApplication_Handler,
		},
		{
			MethodName: "EnableApplication",
			Handler:    _WebService_EnableApplication_Handler,
		},
		{
			MethodName: "DisableApplication",
			Handler:    _WebService_DisableApplication_Handler,
		},
		{
			MethodName: "DeleteApplication",
			Handler:    _WebService_DeleteApplication_Handler,
		},
		{
			MethodName: "ListApplications",
			Handler:    _WebService_ListApplications_Handler,
		},
		{
			MethodName: "SyncApplication",
			Handler:    _WebService_SyncApplication_Handler,
		},
		{
			MethodName: "GetApplication",
			Handler:    _WebService_GetApplication_Handler,
		},
		{
			MethodName: "GenerateApplicationSealedSecret",
			Handler:    _WebService_GenerateApplicationSealedSecret_Handler,
		},
		{
			MethodName: "ListUnregisteredApplications",
			Handler:    _WebService_ListUnregisteredApplications_Handler,
		},
		{
			MethodName: "ListDeployments",
			Handler:    _WebService_ListDeployments_Handler,
		},
		{
			MethodName: "GetDeployment",
			Handler:    _WebService_GetDeployment_Handler,
		},
		{
			MethodName: "GetStageLog",
			Handler:    _WebService_GetStageLog_Handler,
		},
		{
			MethodName: "CancelDeployment",
			Handler:    _WebService_CancelDeployment_Handler,
		},
		{
			MethodName: "SkipStage",
			Handler:    _WebService_SkipStage_Handler,
		},
		{
			MethodName: "ApproveStage",
			Handler:    _WebService_ApproveStage_Handler,
		},
		{
			MethodName: "GetApplicationLiveState",
			Handler:    _WebService_GetApplicationLiveState_Handler,
		},
		{
			MethodName: "GetProject",
			Handler:    _WebService_GetProject_Handler,
		},
		{
			MethodName: "UpdateProjectStaticAdmin",
			Handler:    _WebService_UpdateProjectStaticAdmin_Handler,
		},
		{
			MethodName: "EnableStaticAdmin",
			Handler:    _WebService_EnableStaticAdmin_Handler,
		},
		{
			MethodName: "DisableStaticAdmin",
			Handler:    _WebService_DisableStaticAdmin_Handler,
		},
		{
			MethodName: "UpdateProjectSSOConfig",
			Handler:    _WebService_UpdateProjectSSOConfig_Handler,
		},
		{
			MethodName: "UpdateProjectRBACConfig",
			Handler:    _WebService_UpdateProjectRBACConfig_Handler,
		},
		{
			MethodName: "GetMe",
			Handler:    _WebService_GetMe_Handler,
		},
		{
			MethodName: "AddProjectRBACRole",
			Handler:    _WebService_AddProjectRBACRole_Handler,
		},
		{
			MethodName: "UpdateProjectRBACRole",
			Handler:    _WebService_UpdateProjectRBACRole_Handler,
		},
		{
			MethodName: "DeleteProjectRBACRole",
			Handler:    _WebService_DeleteProjectRBACRole_Handler,
		},
		{
			MethodName: "AddProjectUserGroup",
			Handler:    _WebService_AddProjectUserGroup_Handler,
		},
		{
			MethodName: "DeleteProjectUserGroup",
			Handler:    _WebService_DeleteProjectUserGroup_Handler,
		},
		{
			MethodName: "GetCommand",
			Handler:    _WebService_GetCommand_Handler,
		},
		{
			MethodName: "GenerateAPIKey",
			Handler:    _WebService_GenerateAPIKey_Handler,
		},
		{
			MethodName: "DisableAPIKey",
			Handler:    _WebService_DisableAPIKey_Handler,
		},
		{
			MethodName: "ListAPIKeys",
			Handler:    _WebService_ListAPIKeys_Handler,
		},
		{
			MethodName: "GetInsightData",
			Handler:    _WebService_GetInsightData_Handler,
		},
		{
			MethodName: "GetInsightApplicationCount",
			Handler:    _WebService_GetInsightApplicationCount_Handler,
		},
		{
			MethodName: "ListDeploymentChains",
			Handler:    _WebService_ListDeploymentChains_Handler,
		},
		{
			MethodName: "GetDeploymentChain",
			Handler:    _WebService_GetDeploymentChain_Handler,
		},
		{
			MethodName: "ListEvents",
			Handler:    _WebService_ListEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/app/server/service/webservice/service.proto",
}

WebService_ServiceDesc is the grpc.ServiceDesc for WebService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func NewRBACAuthorizer

func NewRBACAuthorizer(
	ctx context.Context,
	ds datastore.DataStore,
	projects map[string]config.ControlPlaneProject,
	logger *zap.Logger,
) rpcauth.RBACAuthorizer

NewRBACAuthorizer returns an RBACAuthorizer object for checking requested method based on RBAC.

func RegisterWebServiceServer added in v0.27.0

func RegisterWebServiceServer(s grpc.ServiceRegistrar, srv WebServiceServer)

Types

type AddApplicationRequest added in v0.27.0

type AddApplicationRequest struct {
	Name             string                    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	PipedId          string                    `protobuf:"bytes,3,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	GitPath          *model.ApplicationGitPath `protobuf:"bytes,4,opt,name=git_path,json=gitPath,proto3" json:"git_path,omitempty"`
	Kind             model.ApplicationKind     `protobuf:"varint,5,opt,name=kind,proto3,enum=model.ApplicationKind" json:"kind,omitempty"`
	PlatformProvider string                    `protobuf:"bytes,9,opt,name=platform_provider,json=platformProvider,proto3" json:"platform_provider,omitempty"`
	Description      string                    `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Labels           map[string]string         `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use AddApplicationRequest.ProtoReflect.Descriptor instead.

func (*AddApplicationRequest) GetDescription added in v0.27.0

func (x *AddApplicationRequest) GetDescription() string

func (*AddApplicationRequest) GetGitPath added in v0.27.0

func (*AddApplicationRequest) GetKind added in v0.27.0

func (*AddApplicationRequest) GetLabels added in v0.27.0

func (x *AddApplicationRequest) GetLabels() map[string]string

func (*AddApplicationRequest) GetName added in v0.27.0

func (x *AddApplicationRequest) GetName() string

func (*AddApplicationRequest) GetPipedId added in v0.27.0

func (x *AddApplicationRequest) GetPipedId() string

func (*AddApplicationRequest) GetPlatformProvider added in v0.35.0

func (x *AddApplicationRequest) GetPlatformProvider() string

func (*AddApplicationRequest) ProtoMessage added in v0.27.0

func (*AddApplicationRequest) ProtoMessage()

func (*AddApplicationRequest) ProtoReflect added in v0.27.0

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

func (*AddApplicationRequest) Reset added in v0.27.0

func (x *AddApplicationRequest) Reset()

func (*AddApplicationRequest) String added in v0.27.0

func (x *AddApplicationRequest) String() string

func (*AddApplicationRequest) Validate added in v0.27.0

func (m *AddApplicationRequest) Validate() error

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

func (*AddApplicationRequest) ValidateAll added in v0.27.0

func (m *AddApplicationRequest) ValidateAll() error

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

type AddApplicationRequestMultiError added in v0.27.0

type AddApplicationRequestMultiError []error

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

func (AddApplicationRequestMultiError) AllErrors added in v0.27.0

func (m AddApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddApplicationRequestMultiError) Error added in v0.27.0

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

type AddApplicationRequestValidationError added in v0.27.0

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

AddApplicationRequestValidationError is the validation error returned by AddApplicationRequest.Validate if the designated constraints aren't met.

func (AddApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (AddApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (AddApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (AddApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (AddApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (AddApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type AddApplicationResponse added in v0.27.0

type AddApplicationResponse struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use AddApplicationResponse.ProtoReflect.Descriptor instead.

func (*AddApplicationResponse) GetApplicationId added in v0.27.0

func (x *AddApplicationResponse) GetApplicationId() string

func (*AddApplicationResponse) ProtoMessage added in v0.27.0

func (*AddApplicationResponse) ProtoMessage()

func (*AddApplicationResponse) ProtoReflect added in v0.27.0

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

func (*AddApplicationResponse) Reset added in v0.27.0

func (x *AddApplicationResponse) Reset()

func (*AddApplicationResponse) String added in v0.27.0

func (x *AddApplicationResponse) String() string

func (*AddApplicationResponse) Validate added in v0.27.0

func (m *AddApplicationResponse) Validate() error

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

func (*AddApplicationResponse) ValidateAll added in v0.27.0

func (m *AddApplicationResponse) ValidateAll() error

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

type AddApplicationResponseMultiError added in v0.27.0

type AddApplicationResponseMultiError []error

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

func (AddApplicationResponseMultiError) AllErrors added in v0.27.0

func (m AddApplicationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddApplicationResponseMultiError) Error added in v0.27.0

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

type AddApplicationResponseValidationError added in v0.27.0

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

AddApplicationResponseValidationError is the validation error returned by AddApplicationResponse.Validate if the designated constraints aren't met.

func (AddApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (AddApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (AddApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (AddApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (AddApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (AddApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type AddProjectRBACRoleRequest added in v0.28.0

type AddProjectRBACRoleRequest struct {
	Name     string                     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Policies []*model.ProjectRBACPolicy `protobuf:"bytes,2,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectRBACRoleRequest) Descriptor deprecated added in v0.28.0

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

Deprecated: Use AddProjectRBACRoleRequest.ProtoReflect.Descriptor instead.

func (*AddProjectRBACRoleRequest) GetName added in v0.28.0

func (x *AddProjectRBACRoleRequest) GetName() string

func (*AddProjectRBACRoleRequest) GetPolicies added in v0.28.0

func (*AddProjectRBACRoleRequest) ProtoMessage added in v0.28.0

func (*AddProjectRBACRoleRequest) ProtoMessage()

func (*AddProjectRBACRoleRequest) ProtoReflect added in v0.28.0

func (*AddProjectRBACRoleRequest) Reset added in v0.28.0

func (x *AddProjectRBACRoleRequest) Reset()

func (*AddProjectRBACRoleRequest) String added in v0.28.0

func (x *AddProjectRBACRoleRequest) String() string

func (*AddProjectRBACRoleRequest) Validate added in v0.28.0

func (m *AddProjectRBACRoleRequest) Validate() error

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

func (*AddProjectRBACRoleRequest) ValidateAll added in v0.28.0

func (m *AddProjectRBACRoleRequest) ValidateAll() error

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

type AddProjectRBACRoleRequestMultiError added in v0.28.0

type AddProjectRBACRoleRequestMultiError []error

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

func (AddProjectRBACRoleRequestMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (AddProjectRBACRoleRequestMultiError) Error added in v0.28.0

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

type AddProjectRBACRoleRequestValidationError added in v0.28.0

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

AddProjectRBACRoleRequestValidationError is the validation error returned by AddProjectRBACRoleRequest.Validate if the designated constraints aren't met.

func (AddProjectRBACRoleRequestValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (AddProjectRBACRoleRequestValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (AddProjectRBACRoleRequestValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (AddProjectRBACRoleRequestValidationError) Field added in v0.28.0

Field function returns field value.

func (AddProjectRBACRoleRequestValidationError) Key added in v0.28.0

Key function returns key value.

func (AddProjectRBACRoleRequestValidationError) Reason added in v0.28.0

Reason function returns reason value.

type AddProjectRBACRoleResponse added in v0.28.0

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

func (*AddProjectRBACRoleResponse) Descriptor deprecated added in v0.28.0

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

Deprecated: Use AddProjectRBACRoleResponse.ProtoReflect.Descriptor instead.

func (*AddProjectRBACRoleResponse) ProtoMessage added in v0.28.0

func (*AddProjectRBACRoleResponse) ProtoMessage()

func (*AddProjectRBACRoleResponse) ProtoReflect added in v0.28.0

func (*AddProjectRBACRoleResponse) Reset added in v0.28.0

func (x *AddProjectRBACRoleResponse) Reset()

func (*AddProjectRBACRoleResponse) String added in v0.28.0

func (x *AddProjectRBACRoleResponse) String() string

func (*AddProjectRBACRoleResponse) Validate added in v0.28.0

func (m *AddProjectRBACRoleResponse) Validate() error

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

func (*AddProjectRBACRoleResponse) ValidateAll added in v0.28.0

func (m *AddProjectRBACRoleResponse) ValidateAll() error

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

type AddProjectRBACRoleResponseMultiError added in v0.28.0

type AddProjectRBACRoleResponseMultiError []error

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

func (AddProjectRBACRoleResponseMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (AddProjectRBACRoleResponseMultiError) Error added in v0.28.0

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

type AddProjectRBACRoleResponseValidationError added in v0.28.0

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

AddProjectRBACRoleResponseValidationError is the validation error returned by AddProjectRBACRoleResponse.Validate if the designated constraints aren't met.

func (AddProjectRBACRoleResponseValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (AddProjectRBACRoleResponseValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (AddProjectRBACRoleResponseValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (AddProjectRBACRoleResponseValidationError) Field added in v0.28.0

Field function returns field value.

func (AddProjectRBACRoleResponseValidationError) Key added in v0.28.0

Key function returns key value.

func (AddProjectRBACRoleResponseValidationError) Reason added in v0.28.0

Reason function returns reason value.

type AddProjectUserGroupRequest added in v0.28.0

type AddProjectUserGroupRequest struct {
	SsoGroup string `protobuf:"bytes,1,opt,name=sso_group,json=ssoGroup,proto3" json:"sso_group,omitempty"`
	Role     string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectUserGroupRequest) Descriptor deprecated added in v0.28.0

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

Deprecated: Use AddProjectUserGroupRequest.ProtoReflect.Descriptor instead.

func (*AddProjectUserGroupRequest) GetRole added in v0.28.0

func (x *AddProjectUserGroupRequest) GetRole() string

func (*AddProjectUserGroupRequest) GetSsoGroup added in v0.28.0

func (x *AddProjectUserGroupRequest) GetSsoGroup() string

func (*AddProjectUserGroupRequest) ProtoMessage added in v0.28.0

func (*AddProjectUserGroupRequest) ProtoMessage()

func (*AddProjectUserGroupRequest) ProtoReflect added in v0.28.0

func (*AddProjectUserGroupRequest) Reset added in v0.28.0

func (x *AddProjectUserGroupRequest) Reset()

func (*AddProjectUserGroupRequest) String added in v0.28.0

func (x *AddProjectUserGroupRequest) String() string

func (*AddProjectUserGroupRequest) Validate added in v0.28.0

func (m *AddProjectUserGroupRequest) Validate() error

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

func (*AddProjectUserGroupRequest) ValidateAll added in v0.28.0

func (m *AddProjectUserGroupRequest) ValidateAll() error

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

type AddProjectUserGroupRequestMultiError added in v0.28.0

type AddProjectUserGroupRequestMultiError []error

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

func (AddProjectUserGroupRequestMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (AddProjectUserGroupRequestMultiError) Error added in v0.28.0

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

type AddProjectUserGroupRequestValidationError added in v0.28.0

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

AddProjectUserGroupRequestValidationError is the validation error returned by AddProjectUserGroupRequest.Validate if the designated constraints aren't met.

func (AddProjectUserGroupRequestValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (AddProjectUserGroupRequestValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (AddProjectUserGroupRequestValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (AddProjectUserGroupRequestValidationError) Field added in v0.28.0

Field function returns field value.

func (AddProjectUserGroupRequestValidationError) Key added in v0.28.0

Key function returns key value.

func (AddProjectUserGroupRequestValidationError) Reason added in v0.28.0

Reason function returns reason value.

type AddProjectUserGroupResponse added in v0.28.0

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

func (*AddProjectUserGroupResponse) Descriptor deprecated added in v0.28.0

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

Deprecated: Use AddProjectUserGroupResponse.ProtoReflect.Descriptor instead.

func (*AddProjectUserGroupResponse) ProtoMessage added in v0.28.0

func (*AddProjectUserGroupResponse) ProtoMessage()

func (*AddProjectUserGroupResponse) ProtoReflect added in v0.28.0

func (*AddProjectUserGroupResponse) Reset added in v0.28.0

func (x *AddProjectUserGroupResponse) Reset()

func (*AddProjectUserGroupResponse) String added in v0.28.0

func (x *AddProjectUserGroupResponse) String() string

func (*AddProjectUserGroupResponse) Validate added in v0.28.0

func (m *AddProjectUserGroupResponse) Validate() error

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

func (*AddProjectUserGroupResponse) ValidateAll added in v0.28.0

func (m *AddProjectUserGroupResponse) ValidateAll() error

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

type AddProjectUserGroupResponseMultiError added in v0.28.0

type AddProjectUserGroupResponseMultiError []error

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

func (AddProjectUserGroupResponseMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (AddProjectUserGroupResponseMultiError) Error added in v0.28.0

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

type AddProjectUserGroupResponseValidationError added in v0.28.0

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

AddProjectUserGroupResponseValidationError is the validation error returned by AddProjectUserGroupResponse.Validate if the designated constraints aren't met.

func (AddProjectUserGroupResponseValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (AddProjectUserGroupResponseValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (AddProjectUserGroupResponseValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (AddProjectUserGroupResponseValidationError) Field added in v0.28.0

Field function returns field value.

func (AddProjectUserGroupResponseValidationError) Key added in v0.28.0

Key function returns key value.

func (AddProjectUserGroupResponseValidationError) Reason added in v0.28.0

Reason function returns reason value.

type ApproveStageRequest added in v0.27.0

type ApproveStageRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproveStageRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ApproveStageRequest.ProtoReflect.Descriptor instead.

func (*ApproveStageRequest) GetDeploymentId added in v0.27.0

func (x *ApproveStageRequest) GetDeploymentId() string

func (*ApproveStageRequest) GetStageId added in v0.27.0

func (x *ApproveStageRequest) GetStageId() string

func (*ApproveStageRequest) ProtoMessage added in v0.27.0

func (*ApproveStageRequest) ProtoMessage()

func (*ApproveStageRequest) ProtoReflect added in v0.27.0

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

func (*ApproveStageRequest) Reset added in v0.27.0

func (x *ApproveStageRequest) Reset()

func (*ApproveStageRequest) String added in v0.27.0

func (x *ApproveStageRequest) String() string

func (*ApproveStageRequest) Validate added in v0.27.0

func (m *ApproveStageRequest) Validate() error

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

func (*ApproveStageRequest) ValidateAll added in v0.27.0

func (m *ApproveStageRequest) ValidateAll() error

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

type ApproveStageRequestMultiError added in v0.27.0

type ApproveStageRequestMultiError []error

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

func (ApproveStageRequestMultiError) AllErrors added in v0.27.0

func (m ApproveStageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApproveStageRequestMultiError) Error added in v0.27.0

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

type ApproveStageRequestValidationError added in v0.27.0

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

ApproveStageRequestValidationError is the validation error returned by ApproveStageRequest.Validate if the designated constraints aren't met.

func (ApproveStageRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ApproveStageRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ApproveStageRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ApproveStageRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ApproveStageRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ApproveStageRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ApproveStageResponse added in v0.27.0

type ApproveStageResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproveStageResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ApproveStageResponse.ProtoReflect.Descriptor instead.

func (*ApproveStageResponse) GetCommandId added in v0.27.0

func (x *ApproveStageResponse) GetCommandId() string

func (*ApproveStageResponse) ProtoMessage added in v0.27.0

func (*ApproveStageResponse) ProtoMessage()

func (*ApproveStageResponse) ProtoReflect added in v0.27.0

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

func (*ApproveStageResponse) Reset added in v0.27.0

func (x *ApproveStageResponse) Reset()

func (*ApproveStageResponse) String added in v0.27.0

func (x *ApproveStageResponse) String() string

func (*ApproveStageResponse) Validate added in v0.27.0

func (m *ApproveStageResponse) Validate() error

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

func (*ApproveStageResponse) ValidateAll added in v0.27.0

func (m *ApproveStageResponse) ValidateAll() error

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

type ApproveStageResponseMultiError added in v0.27.0

type ApproveStageResponseMultiError []error

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

func (ApproveStageResponseMultiError) AllErrors added in v0.27.0

func (m ApproveStageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApproveStageResponseMultiError) Error added in v0.27.0

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

type ApproveStageResponseValidationError added in v0.27.0

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

ApproveStageResponseValidationError is the validation error returned by ApproveStageResponse.Validate if the designated constraints aren't met.

func (ApproveStageResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ApproveStageResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ApproveStageResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ApproveStageResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ApproveStageResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ApproveStageResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type CancelDeploymentRequest added in v0.27.0

type CancelDeploymentRequest struct {
	DeploymentId    string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	ForceRollback   bool   `protobuf:"varint,2,opt,name=force_rollback,json=forceRollback,proto3" json:"force_rollback,omitempty"`
	ForceNoRollback bool   `protobuf:"varint,3,opt,name=force_no_rollback,json=forceNoRollback,proto3" json:"force_no_rollback,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelDeploymentRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use CancelDeploymentRequest.ProtoReflect.Descriptor instead.

func (*CancelDeploymentRequest) GetDeploymentId added in v0.27.0

func (x *CancelDeploymentRequest) GetDeploymentId() string

func (*CancelDeploymentRequest) GetForceNoRollback added in v0.27.0

func (x *CancelDeploymentRequest) GetForceNoRollback() bool

func (*CancelDeploymentRequest) GetForceRollback added in v0.27.0

func (x *CancelDeploymentRequest) GetForceRollback() bool

func (*CancelDeploymentRequest) ProtoMessage added in v0.27.0

func (*CancelDeploymentRequest) ProtoMessage()

func (*CancelDeploymentRequest) ProtoReflect added in v0.27.0

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

func (*CancelDeploymentRequest) Reset added in v0.27.0

func (x *CancelDeploymentRequest) Reset()

func (*CancelDeploymentRequest) String added in v0.27.0

func (x *CancelDeploymentRequest) String() string

func (*CancelDeploymentRequest) Validate added in v0.27.0

func (m *CancelDeploymentRequest) Validate() error

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

func (*CancelDeploymentRequest) ValidateAll added in v0.27.0

func (m *CancelDeploymentRequest) ValidateAll() error

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

type CancelDeploymentRequestMultiError added in v0.27.0

type CancelDeploymentRequestMultiError []error

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

func (CancelDeploymentRequestMultiError) AllErrors added in v0.27.0

func (m CancelDeploymentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelDeploymentRequestMultiError) Error added in v0.27.0

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

type CancelDeploymentRequestValidationError added in v0.27.0

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

CancelDeploymentRequestValidationError is the validation error returned by CancelDeploymentRequest.Validate if the designated constraints aren't met.

func (CancelDeploymentRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (CancelDeploymentRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (CancelDeploymentRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (CancelDeploymentRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (CancelDeploymentRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (CancelDeploymentRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type CancelDeploymentResponse added in v0.27.0

type CancelDeploymentResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelDeploymentResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use CancelDeploymentResponse.ProtoReflect.Descriptor instead.

func (*CancelDeploymentResponse) GetCommandId added in v0.27.0

func (x *CancelDeploymentResponse) GetCommandId() string

func (*CancelDeploymentResponse) ProtoMessage added in v0.27.0

func (*CancelDeploymentResponse) ProtoMessage()

func (*CancelDeploymentResponse) ProtoReflect added in v0.27.0

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

func (*CancelDeploymentResponse) Reset added in v0.27.0

func (x *CancelDeploymentResponse) Reset()

func (*CancelDeploymentResponse) String added in v0.27.0

func (x *CancelDeploymentResponse) String() string

func (*CancelDeploymentResponse) Validate added in v0.27.0

func (m *CancelDeploymentResponse) Validate() error

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

func (*CancelDeploymentResponse) ValidateAll added in v0.27.0

func (m *CancelDeploymentResponse) ValidateAll() error

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

type CancelDeploymentResponseMultiError added in v0.27.0

type CancelDeploymentResponseMultiError []error

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

func (CancelDeploymentResponseMultiError) AllErrors added in v0.27.0

func (m CancelDeploymentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelDeploymentResponseMultiError) Error added in v0.27.0

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

type CancelDeploymentResponseValidationError added in v0.27.0

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

CancelDeploymentResponseValidationError is the validation error returned by CancelDeploymentResponse.Validate if the designated constraints aren't met.

func (CancelDeploymentResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (CancelDeploymentResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (CancelDeploymentResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (CancelDeploymentResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (CancelDeploymentResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (CancelDeploymentResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type Client

type Client interface {
	WebServiceClient
	Close() error
}

func NewClient

func NewClient(ctx context.Context, addr string, opts ...rpcclient.DialOption) (Client, error)

type DeleteApplicationRequest added in v0.27.0

type DeleteApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DeleteApplicationRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationRequest) GetApplicationId added in v0.27.0

func (x *DeleteApplicationRequest) GetApplicationId() string

func (*DeleteApplicationRequest) ProtoMessage added in v0.27.0

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) ProtoReflect added in v0.27.0

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

func (*DeleteApplicationRequest) Reset added in v0.27.0

func (x *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String added in v0.27.0

func (x *DeleteApplicationRequest) String() string

func (*DeleteApplicationRequest) Validate added in v0.27.0

func (m *DeleteApplicationRequest) Validate() error

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

func (*DeleteApplicationRequest) ValidateAll added in v0.27.0

func (m *DeleteApplicationRequest) ValidateAll() error

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

type DeleteApplicationRequestMultiError added in v0.27.0

type DeleteApplicationRequestMultiError []error

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

func (DeleteApplicationRequestMultiError) AllErrors added in v0.27.0

func (m DeleteApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteApplicationRequestMultiError) Error added in v0.27.0

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

type DeleteApplicationRequestValidationError added in v0.27.0

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

DeleteApplicationRequestValidationError is the validation error returned by DeleteApplicationRequest.Validate if the designated constraints aren't met.

func (DeleteApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DeleteApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DeleteApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DeleteApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DeleteApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DeleteApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DeleteApplicationResponse added in v0.27.0

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

func (*DeleteApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DeleteApplicationResponse.ProtoReflect.Descriptor instead.

func (*DeleteApplicationResponse) ProtoMessage added in v0.27.0

func (*DeleteApplicationResponse) ProtoMessage()

func (*DeleteApplicationResponse) ProtoReflect added in v0.27.0

func (*DeleteApplicationResponse) Reset added in v0.27.0

func (x *DeleteApplicationResponse) Reset()

func (*DeleteApplicationResponse) String added in v0.27.0

func (x *DeleteApplicationResponse) String() string

func (*DeleteApplicationResponse) Validate added in v0.27.0

func (m *DeleteApplicationResponse) Validate() error

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

func (*DeleteApplicationResponse) ValidateAll added in v0.27.0

func (m *DeleteApplicationResponse) ValidateAll() error

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

type DeleteApplicationResponseMultiError added in v0.27.0

type DeleteApplicationResponseMultiError []error

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

func (DeleteApplicationResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DeleteApplicationResponseMultiError) Error added in v0.27.0

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

type DeleteApplicationResponseValidationError added in v0.27.0

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

DeleteApplicationResponseValidationError is the validation error returned by DeleteApplicationResponse.Validate if the designated constraints aren't met.

func (DeleteApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DeleteApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DeleteApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DeleteApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DeleteApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DeleteApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DeleteOldPipedKeysRequest added in v0.27.0

type DeleteOldPipedKeysRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOldPipedKeysRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DeleteOldPipedKeysRequest.ProtoReflect.Descriptor instead.

func (*DeleteOldPipedKeysRequest) GetPipedId added in v0.27.0

func (x *DeleteOldPipedKeysRequest) GetPipedId() string

func (*DeleteOldPipedKeysRequest) ProtoMessage added in v0.27.0

func (*DeleteOldPipedKeysRequest) ProtoMessage()

func (*DeleteOldPipedKeysRequest) ProtoReflect added in v0.27.0

func (*DeleteOldPipedKeysRequest) Reset added in v0.27.0

func (x *DeleteOldPipedKeysRequest) Reset()

func (*DeleteOldPipedKeysRequest) String added in v0.27.0

func (x *DeleteOldPipedKeysRequest) String() string

func (*DeleteOldPipedKeysRequest) Validate added in v0.27.0

func (m *DeleteOldPipedKeysRequest) Validate() error

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

func (*DeleteOldPipedKeysRequest) ValidateAll added in v0.27.0

func (m *DeleteOldPipedKeysRequest) ValidateAll() error

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

type DeleteOldPipedKeysRequestMultiError added in v0.27.0

type DeleteOldPipedKeysRequestMultiError []error

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

func (DeleteOldPipedKeysRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DeleteOldPipedKeysRequestMultiError) Error added in v0.27.0

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

type DeleteOldPipedKeysRequestValidationError added in v0.27.0

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

DeleteOldPipedKeysRequestValidationError is the validation error returned by DeleteOldPipedKeysRequest.Validate if the designated constraints aren't met.

func (DeleteOldPipedKeysRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DeleteOldPipedKeysRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DeleteOldPipedKeysRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DeleteOldPipedKeysRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DeleteOldPipedKeysRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DeleteOldPipedKeysRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DeleteOldPipedKeysResponse added in v0.27.0

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

func (*DeleteOldPipedKeysResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DeleteOldPipedKeysResponse.ProtoReflect.Descriptor instead.

func (*DeleteOldPipedKeysResponse) ProtoMessage added in v0.27.0

func (*DeleteOldPipedKeysResponse) ProtoMessage()

func (*DeleteOldPipedKeysResponse) ProtoReflect added in v0.27.0

func (*DeleteOldPipedKeysResponse) Reset added in v0.27.0

func (x *DeleteOldPipedKeysResponse) Reset()

func (*DeleteOldPipedKeysResponse) String added in v0.27.0

func (x *DeleteOldPipedKeysResponse) String() string

func (*DeleteOldPipedKeysResponse) Validate added in v0.27.0

func (m *DeleteOldPipedKeysResponse) Validate() error

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

func (*DeleteOldPipedKeysResponse) ValidateAll added in v0.27.0

func (m *DeleteOldPipedKeysResponse) ValidateAll() error

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

type DeleteOldPipedKeysResponseMultiError added in v0.27.0

type DeleteOldPipedKeysResponseMultiError []error

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

func (DeleteOldPipedKeysResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DeleteOldPipedKeysResponseMultiError) Error added in v0.27.0

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

type DeleteOldPipedKeysResponseValidationError added in v0.27.0

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

DeleteOldPipedKeysResponseValidationError is the validation error returned by DeleteOldPipedKeysResponse.Validate if the designated constraints aren't met.

func (DeleteOldPipedKeysResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DeleteOldPipedKeysResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DeleteOldPipedKeysResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DeleteOldPipedKeysResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DeleteOldPipedKeysResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DeleteOldPipedKeysResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DeleteProjectRBACRoleRequest added in v0.28.0

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

func (*DeleteProjectRBACRoleRequest) Descriptor deprecated added in v0.28.0

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

Deprecated: Use DeleteProjectRBACRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRBACRoleRequest) GetName added in v0.28.0

func (x *DeleteProjectRBACRoleRequest) GetName() string

func (*DeleteProjectRBACRoleRequest) ProtoMessage added in v0.28.0

func (*DeleteProjectRBACRoleRequest) ProtoMessage()

func (*DeleteProjectRBACRoleRequest) ProtoReflect added in v0.28.0

func (*DeleteProjectRBACRoleRequest) Reset added in v0.28.0

func (x *DeleteProjectRBACRoleRequest) Reset()

func (*DeleteProjectRBACRoleRequest) String added in v0.28.0

func (*DeleteProjectRBACRoleRequest) Validate added in v0.28.0

func (m *DeleteProjectRBACRoleRequest) Validate() error

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

func (*DeleteProjectRBACRoleRequest) ValidateAll added in v0.28.0

func (m *DeleteProjectRBACRoleRequest) ValidateAll() error

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

type DeleteProjectRBACRoleRequestMultiError added in v0.28.0

type DeleteProjectRBACRoleRequestMultiError []error

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

func (DeleteProjectRBACRoleRequestMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (DeleteProjectRBACRoleRequestMultiError) Error added in v0.28.0

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

type DeleteProjectRBACRoleRequestValidationError added in v0.28.0

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

DeleteProjectRBACRoleRequestValidationError is the validation error returned by DeleteProjectRBACRoleRequest.Validate if the designated constraints aren't met.

func (DeleteProjectRBACRoleRequestValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (DeleteProjectRBACRoleRequestValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (DeleteProjectRBACRoleRequestValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (DeleteProjectRBACRoleRequestValidationError) Field added in v0.28.0

Field function returns field value.

func (DeleteProjectRBACRoleRequestValidationError) Key added in v0.28.0

Key function returns key value.

func (DeleteProjectRBACRoleRequestValidationError) Reason added in v0.28.0

Reason function returns reason value.

type DeleteProjectRBACRoleResponse added in v0.28.0

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

func (*DeleteProjectRBACRoleResponse) Descriptor deprecated added in v0.28.0

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

Deprecated: Use DeleteProjectRBACRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectRBACRoleResponse) ProtoMessage added in v0.28.0

func (*DeleteProjectRBACRoleResponse) ProtoMessage()

func (*DeleteProjectRBACRoleResponse) ProtoReflect added in v0.28.0

func (*DeleteProjectRBACRoleResponse) Reset added in v0.28.0

func (x *DeleteProjectRBACRoleResponse) Reset()

func (*DeleteProjectRBACRoleResponse) String added in v0.28.0

func (*DeleteProjectRBACRoleResponse) Validate added in v0.28.0

func (m *DeleteProjectRBACRoleResponse) Validate() error

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

func (*DeleteProjectRBACRoleResponse) ValidateAll added in v0.28.0

func (m *DeleteProjectRBACRoleResponse) ValidateAll() error

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

type DeleteProjectRBACRoleResponseMultiError added in v0.28.0

type DeleteProjectRBACRoleResponseMultiError []error

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

func (DeleteProjectRBACRoleResponseMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (DeleteProjectRBACRoleResponseMultiError) Error added in v0.28.0

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

type DeleteProjectRBACRoleResponseValidationError added in v0.28.0

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

DeleteProjectRBACRoleResponseValidationError is the validation error returned by DeleteProjectRBACRoleResponse.Validate if the designated constraints aren't met.

func (DeleteProjectRBACRoleResponseValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (DeleteProjectRBACRoleResponseValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (DeleteProjectRBACRoleResponseValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (DeleteProjectRBACRoleResponseValidationError) Field added in v0.28.0

Field function returns field value.

func (DeleteProjectRBACRoleResponseValidationError) Key added in v0.28.0

Key function returns key value.

func (DeleteProjectRBACRoleResponseValidationError) Reason added in v0.28.0

Reason function returns reason value.

type DeleteProjectUserGroupRequest added in v0.28.0

type DeleteProjectUserGroupRequest struct {
	SsoGroup string `protobuf:"bytes,1,opt,name=sso_group,json=ssoGroup,proto3" json:"sso_group,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectUserGroupRequest) Descriptor deprecated added in v0.28.0

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

Deprecated: Use DeleteProjectUserGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectUserGroupRequest) GetSsoGroup added in v0.28.0

func (x *DeleteProjectUserGroupRequest) GetSsoGroup() string

func (*DeleteProjectUserGroupRequest) ProtoMessage added in v0.28.0

func (*DeleteProjectUserGroupRequest) ProtoMessage()

func (*DeleteProjectUserGroupRequest) ProtoReflect added in v0.28.0

func (*DeleteProjectUserGroupRequest) Reset added in v0.28.0

func (x *DeleteProjectUserGroupRequest) Reset()

func (*DeleteProjectUserGroupRequest) String added in v0.28.0

func (*DeleteProjectUserGroupRequest) Validate added in v0.28.0

func (m *DeleteProjectUserGroupRequest) Validate() error

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

func (*DeleteProjectUserGroupRequest) ValidateAll added in v0.28.0

func (m *DeleteProjectUserGroupRequest) ValidateAll() error

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

type DeleteProjectUserGroupRequestMultiError added in v0.28.0

type DeleteProjectUserGroupRequestMultiError []error

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

func (DeleteProjectUserGroupRequestMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (DeleteProjectUserGroupRequestMultiError) Error added in v0.28.0

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

type DeleteProjectUserGroupRequestValidationError added in v0.28.0

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

DeleteProjectUserGroupRequestValidationError is the validation error returned by DeleteProjectUserGroupRequest.Validate if the designated constraints aren't met.

func (DeleteProjectUserGroupRequestValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (DeleteProjectUserGroupRequestValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (DeleteProjectUserGroupRequestValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (DeleteProjectUserGroupRequestValidationError) Field added in v0.28.0

Field function returns field value.

func (DeleteProjectUserGroupRequestValidationError) Key added in v0.28.0

Key function returns key value.

func (DeleteProjectUserGroupRequestValidationError) Reason added in v0.28.0

Reason function returns reason value.

type DeleteProjectUserGroupResponse added in v0.28.0

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

func (*DeleteProjectUserGroupResponse) Descriptor deprecated added in v0.28.0

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

Deprecated: Use DeleteProjectUserGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectUserGroupResponse) ProtoMessage added in v0.28.0

func (*DeleteProjectUserGroupResponse) ProtoMessage()

func (*DeleteProjectUserGroupResponse) ProtoReflect added in v0.28.0

func (*DeleteProjectUserGroupResponse) Reset added in v0.28.0

func (x *DeleteProjectUserGroupResponse) Reset()

func (*DeleteProjectUserGroupResponse) String added in v0.28.0

func (*DeleteProjectUserGroupResponse) Validate added in v0.28.0

func (m *DeleteProjectUserGroupResponse) Validate() error

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

func (*DeleteProjectUserGroupResponse) ValidateAll added in v0.28.0

func (m *DeleteProjectUserGroupResponse) ValidateAll() error

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

type DeleteProjectUserGroupResponseMultiError added in v0.28.0

type DeleteProjectUserGroupResponseMultiError []error

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

func (DeleteProjectUserGroupResponseMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (DeleteProjectUserGroupResponseMultiError) Error added in v0.28.0

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

type DeleteProjectUserGroupResponseValidationError added in v0.28.0

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

DeleteProjectUserGroupResponseValidationError is the validation error returned by DeleteProjectUserGroupResponse.Validate if the designated constraints aren't met.

func (DeleteProjectUserGroupResponseValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (DeleteProjectUserGroupResponseValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (DeleteProjectUserGroupResponseValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (DeleteProjectUserGroupResponseValidationError) Field added in v0.28.0

Field function returns field value.

func (DeleteProjectUserGroupResponseValidationError) Key added in v0.28.0

Key function returns key value.

func (DeleteProjectUserGroupResponseValidationError) Reason added in v0.28.0

Reason function returns reason value.

type DisableAPIKeyRequest added in v0.27.0

type DisableAPIKeyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableAPIKeyRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*DisableAPIKeyRequest) GetId added in v0.27.0

func (x *DisableAPIKeyRequest) GetId() string

func (*DisableAPIKeyRequest) ProtoMessage added in v0.27.0

func (*DisableAPIKeyRequest) ProtoMessage()

func (*DisableAPIKeyRequest) ProtoReflect added in v0.27.0

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

func (*DisableAPIKeyRequest) Reset added in v0.27.0

func (x *DisableAPIKeyRequest) Reset()

func (*DisableAPIKeyRequest) String added in v0.27.0

func (x *DisableAPIKeyRequest) String() string

func (*DisableAPIKeyRequest) Validate added in v0.27.0

func (m *DisableAPIKeyRequest) Validate() error

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

func (*DisableAPIKeyRequest) ValidateAll added in v0.27.0

func (m *DisableAPIKeyRequest) ValidateAll() error

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

type DisableAPIKeyRequestMultiError added in v0.27.0

type DisableAPIKeyRequestMultiError []error

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

func (DisableAPIKeyRequestMultiError) AllErrors added in v0.27.0

func (m DisableAPIKeyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableAPIKeyRequestMultiError) Error added in v0.27.0

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

type DisableAPIKeyRequestValidationError added in v0.27.0

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

DisableAPIKeyRequestValidationError is the validation error returned by DisableAPIKeyRequest.Validate if the designated constraints aren't met.

func (DisableAPIKeyRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableAPIKeyRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableAPIKeyRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableAPIKeyRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableAPIKeyRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableAPIKeyRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisableAPIKeyResponse added in v0.27.0

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

func (*DisableAPIKeyResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableAPIKeyResponse.ProtoReflect.Descriptor instead.

func (*DisableAPIKeyResponse) ProtoMessage added in v0.27.0

func (*DisableAPIKeyResponse) ProtoMessage()

func (*DisableAPIKeyResponse) ProtoReflect added in v0.27.0

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

func (*DisableAPIKeyResponse) Reset added in v0.27.0

func (x *DisableAPIKeyResponse) Reset()

func (*DisableAPIKeyResponse) String added in v0.27.0

func (x *DisableAPIKeyResponse) String() string

func (*DisableAPIKeyResponse) Validate added in v0.27.0

func (m *DisableAPIKeyResponse) Validate() error

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

func (*DisableAPIKeyResponse) ValidateAll added in v0.27.0

func (m *DisableAPIKeyResponse) ValidateAll() error

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

type DisableAPIKeyResponseMultiError added in v0.27.0

type DisableAPIKeyResponseMultiError []error

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

func (DisableAPIKeyResponseMultiError) AllErrors added in v0.27.0

func (m DisableAPIKeyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableAPIKeyResponseMultiError) Error added in v0.27.0

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

type DisableAPIKeyResponseValidationError added in v0.27.0

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

DisableAPIKeyResponseValidationError is the validation error returned by DisableAPIKeyResponse.Validate if the designated constraints aren't met.

func (DisableAPIKeyResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableAPIKeyResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableAPIKeyResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableAPIKeyResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableAPIKeyResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableAPIKeyResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisableApplicationRequest added in v0.27.0

type DisableApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableApplicationRequest.ProtoReflect.Descriptor instead.

func (*DisableApplicationRequest) GetApplicationId added in v0.27.0

func (x *DisableApplicationRequest) GetApplicationId() string

func (*DisableApplicationRequest) ProtoMessage added in v0.27.0

func (*DisableApplicationRequest) ProtoMessage()

func (*DisableApplicationRequest) ProtoReflect added in v0.27.0

func (*DisableApplicationRequest) Reset added in v0.27.0

func (x *DisableApplicationRequest) Reset()

func (*DisableApplicationRequest) String added in v0.27.0

func (x *DisableApplicationRequest) String() string

func (*DisableApplicationRequest) Validate added in v0.27.0

func (m *DisableApplicationRequest) Validate() error

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

func (*DisableApplicationRequest) ValidateAll added in v0.27.0

func (m *DisableApplicationRequest) ValidateAll() error

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

type DisableApplicationRequestMultiError added in v0.27.0

type DisableApplicationRequestMultiError []error

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

func (DisableApplicationRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DisableApplicationRequestMultiError) Error added in v0.27.0

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

type DisableApplicationRequestValidationError added in v0.27.0

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

DisableApplicationRequestValidationError is the validation error returned by DisableApplicationRequest.Validate if the designated constraints aren't met.

func (DisableApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisableApplicationResponse added in v0.27.0

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

func (*DisableApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableApplicationResponse.ProtoReflect.Descriptor instead.

func (*DisableApplicationResponse) ProtoMessage added in v0.27.0

func (*DisableApplicationResponse) ProtoMessage()

func (*DisableApplicationResponse) ProtoReflect added in v0.27.0

func (*DisableApplicationResponse) Reset added in v0.27.0

func (x *DisableApplicationResponse) Reset()

func (*DisableApplicationResponse) String added in v0.27.0

func (x *DisableApplicationResponse) String() string

func (*DisableApplicationResponse) Validate added in v0.27.0

func (m *DisableApplicationResponse) Validate() error

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

func (*DisableApplicationResponse) ValidateAll added in v0.27.0

func (m *DisableApplicationResponse) ValidateAll() error

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

type DisableApplicationResponseMultiError added in v0.27.0

type DisableApplicationResponseMultiError []error

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

func (DisableApplicationResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DisableApplicationResponseMultiError) Error added in v0.27.0

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

type DisableApplicationResponseValidationError added in v0.27.0

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

DisableApplicationResponseValidationError is the validation error returned by DisableApplicationResponse.Validate if the designated constraints aren't met.

func (DisableApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisablePipedRequest added in v0.27.0

type DisablePipedRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisablePipedRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisablePipedRequest.ProtoReflect.Descriptor instead.

func (*DisablePipedRequest) GetPipedId added in v0.27.0

func (x *DisablePipedRequest) GetPipedId() string

func (*DisablePipedRequest) ProtoMessage added in v0.27.0

func (*DisablePipedRequest) ProtoMessage()

func (*DisablePipedRequest) ProtoReflect added in v0.27.0

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

func (*DisablePipedRequest) Reset added in v0.27.0

func (x *DisablePipedRequest) Reset()

func (*DisablePipedRequest) String added in v0.27.0

func (x *DisablePipedRequest) String() string

func (*DisablePipedRequest) Validate added in v0.27.0

func (m *DisablePipedRequest) Validate() error

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

func (*DisablePipedRequest) ValidateAll added in v0.27.0

func (m *DisablePipedRequest) ValidateAll() error

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

type DisablePipedRequestMultiError added in v0.27.0

type DisablePipedRequestMultiError []error

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

func (DisablePipedRequestMultiError) AllErrors added in v0.27.0

func (m DisablePipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisablePipedRequestMultiError) Error added in v0.27.0

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

type DisablePipedRequestValidationError added in v0.27.0

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

DisablePipedRequestValidationError is the validation error returned by DisablePipedRequest.Validate if the designated constraints aren't met.

func (DisablePipedRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisablePipedRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisablePipedRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisablePipedRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DisablePipedRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DisablePipedRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisablePipedResponse added in v0.27.0

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

func (*DisablePipedResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisablePipedResponse.ProtoReflect.Descriptor instead.

func (*DisablePipedResponse) ProtoMessage added in v0.27.0

func (*DisablePipedResponse) ProtoMessage()

func (*DisablePipedResponse) ProtoReflect added in v0.27.0

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

func (*DisablePipedResponse) Reset added in v0.27.0

func (x *DisablePipedResponse) Reset()

func (*DisablePipedResponse) String added in v0.27.0

func (x *DisablePipedResponse) String() string

func (*DisablePipedResponse) Validate added in v0.27.0

func (m *DisablePipedResponse) Validate() error

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

func (*DisablePipedResponse) ValidateAll added in v0.27.0

func (m *DisablePipedResponse) ValidateAll() error

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

type DisablePipedResponseMultiError added in v0.27.0

type DisablePipedResponseMultiError []error

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

func (DisablePipedResponseMultiError) AllErrors added in v0.27.0

func (m DisablePipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisablePipedResponseMultiError) Error added in v0.27.0

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

type DisablePipedResponseValidationError added in v0.27.0

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

DisablePipedResponseValidationError is the validation error returned by DisablePipedResponse.Validate if the designated constraints aren't met.

func (DisablePipedResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisablePipedResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisablePipedResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisablePipedResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DisablePipedResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DisablePipedResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisableStaticAdminRequest added in v0.27.0

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

func (*DisableStaticAdminRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableStaticAdminRequest.ProtoReflect.Descriptor instead.

func (*DisableStaticAdminRequest) ProtoMessage added in v0.27.0

func (*DisableStaticAdminRequest) ProtoMessage()

func (*DisableStaticAdminRequest) ProtoReflect added in v0.27.0

func (*DisableStaticAdminRequest) Reset added in v0.27.0

func (x *DisableStaticAdminRequest) Reset()

func (*DisableStaticAdminRequest) String added in v0.27.0

func (x *DisableStaticAdminRequest) String() string

func (*DisableStaticAdminRequest) Validate added in v0.27.0

func (m *DisableStaticAdminRequest) Validate() error

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

func (*DisableStaticAdminRequest) ValidateAll added in v0.27.0

func (m *DisableStaticAdminRequest) ValidateAll() error

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

type DisableStaticAdminRequestMultiError added in v0.27.0

type DisableStaticAdminRequestMultiError []error

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

func (DisableStaticAdminRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DisableStaticAdminRequestMultiError) Error added in v0.27.0

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

type DisableStaticAdminRequestValidationError added in v0.27.0

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

DisableStaticAdminRequestValidationError is the validation error returned by DisableStaticAdminRequest.Validate if the designated constraints aren't met.

func (DisableStaticAdminRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableStaticAdminRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableStaticAdminRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableStaticAdminRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableStaticAdminRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableStaticAdminRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DisableStaticAdminResponse added in v0.27.0

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

func (*DisableStaticAdminResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use DisableStaticAdminResponse.ProtoReflect.Descriptor instead.

func (*DisableStaticAdminResponse) ProtoMessage added in v0.27.0

func (*DisableStaticAdminResponse) ProtoMessage()

func (*DisableStaticAdminResponse) ProtoReflect added in v0.27.0

func (*DisableStaticAdminResponse) Reset added in v0.27.0

func (x *DisableStaticAdminResponse) Reset()

func (*DisableStaticAdminResponse) String added in v0.27.0

func (x *DisableStaticAdminResponse) String() string

func (*DisableStaticAdminResponse) Validate added in v0.27.0

func (m *DisableStaticAdminResponse) Validate() error

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

func (*DisableStaticAdminResponse) ValidateAll added in v0.27.0

func (m *DisableStaticAdminResponse) ValidateAll() error

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

type DisableStaticAdminResponseMultiError added in v0.27.0

type DisableStaticAdminResponseMultiError []error

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

func (DisableStaticAdminResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (DisableStaticAdminResponseMultiError) Error added in v0.27.0

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

type DisableStaticAdminResponseValidationError added in v0.27.0

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

DisableStaticAdminResponseValidationError is the validation error returned by DisableStaticAdminResponse.Validate if the designated constraints aren't met.

func (DisableStaticAdminResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (DisableStaticAdminResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (DisableStaticAdminResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (DisableStaticAdminResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (DisableStaticAdminResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (DisableStaticAdminResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnableApplicationRequest added in v0.27.0

type EnableApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnableApplicationRequest.ProtoReflect.Descriptor instead.

func (*EnableApplicationRequest) GetApplicationId added in v0.27.0

func (x *EnableApplicationRequest) GetApplicationId() string

func (*EnableApplicationRequest) ProtoMessage added in v0.27.0

func (*EnableApplicationRequest) ProtoMessage()

func (*EnableApplicationRequest) ProtoReflect added in v0.27.0

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

func (*EnableApplicationRequest) Reset added in v0.27.0

func (x *EnableApplicationRequest) Reset()

func (*EnableApplicationRequest) String added in v0.27.0

func (x *EnableApplicationRequest) String() string

func (*EnableApplicationRequest) Validate added in v0.27.0

func (m *EnableApplicationRequest) Validate() error

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

func (*EnableApplicationRequest) ValidateAll added in v0.27.0

func (m *EnableApplicationRequest) ValidateAll() error

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

type EnableApplicationRequestMultiError added in v0.27.0

type EnableApplicationRequestMultiError []error

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

func (EnableApplicationRequestMultiError) AllErrors added in v0.27.0

func (m EnableApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableApplicationRequestMultiError) Error added in v0.27.0

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

type EnableApplicationRequestValidationError added in v0.27.0

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

EnableApplicationRequestValidationError is the validation error returned by EnableApplicationRequest.Validate if the designated constraints aren't met.

func (EnableApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnableApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnableApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnableApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (EnableApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (EnableApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnableApplicationResponse added in v0.27.0

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

func (*EnableApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnableApplicationResponse.ProtoReflect.Descriptor instead.

func (*EnableApplicationResponse) ProtoMessage added in v0.27.0

func (*EnableApplicationResponse) ProtoMessage()

func (*EnableApplicationResponse) ProtoReflect added in v0.27.0

func (*EnableApplicationResponse) Reset added in v0.27.0

func (x *EnableApplicationResponse) Reset()

func (*EnableApplicationResponse) String added in v0.27.0

func (x *EnableApplicationResponse) String() string

func (*EnableApplicationResponse) Validate added in v0.27.0

func (m *EnableApplicationResponse) Validate() error

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

func (*EnableApplicationResponse) ValidateAll added in v0.27.0

func (m *EnableApplicationResponse) ValidateAll() error

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

type EnableApplicationResponseMultiError added in v0.27.0

type EnableApplicationResponseMultiError []error

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

func (EnableApplicationResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (EnableApplicationResponseMultiError) Error added in v0.27.0

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

type EnableApplicationResponseValidationError added in v0.27.0

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

EnableApplicationResponseValidationError is the validation error returned by EnableApplicationResponse.Validate if the designated constraints aren't met.

func (EnableApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnableApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnableApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnableApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (EnableApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (EnableApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnablePipedRequest added in v0.27.0

type EnablePipedRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnablePipedRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnablePipedRequest.ProtoReflect.Descriptor instead.

func (*EnablePipedRequest) GetPipedId added in v0.27.0

func (x *EnablePipedRequest) GetPipedId() string

func (*EnablePipedRequest) ProtoMessage added in v0.27.0

func (*EnablePipedRequest) ProtoMessage()

func (*EnablePipedRequest) ProtoReflect added in v0.27.0

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

func (*EnablePipedRequest) Reset added in v0.27.0

func (x *EnablePipedRequest) Reset()

func (*EnablePipedRequest) String added in v0.27.0

func (x *EnablePipedRequest) String() string

func (*EnablePipedRequest) Validate added in v0.27.0

func (m *EnablePipedRequest) Validate() error

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

func (*EnablePipedRequest) ValidateAll added in v0.27.0

func (m *EnablePipedRequest) ValidateAll() error

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

type EnablePipedRequestMultiError added in v0.27.0

type EnablePipedRequestMultiError []error

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

func (EnablePipedRequestMultiError) AllErrors added in v0.27.0

func (m EnablePipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnablePipedRequestMultiError) Error added in v0.27.0

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

type EnablePipedRequestValidationError added in v0.27.0

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

EnablePipedRequestValidationError is the validation error returned by EnablePipedRequest.Validate if the designated constraints aren't met.

func (EnablePipedRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnablePipedRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnablePipedRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnablePipedRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (EnablePipedRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (EnablePipedRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnablePipedResponse added in v0.27.0

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

func (*EnablePipedResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnablePipedResponse.ProtoReflect.Descriptor instead.

func (*EnablePipedResponse) ProtoMessage added in v0.27.0

func (*EnablePipedResponse) ProtoMessage()

func (*EnablePipedResponse) ProtoReflect added in v0.27.0

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

func (*EnablePipedResponse) Reset added in v0.27.0

func (x *EnablePipedResponse) Reset()

func (*EnablePipedResponse) String added in v0.27.0

func (x *EnablePipedResponse) String() string

func (*EnablePipedResponse) Validate added in v0.27.0

func (m *EnablePipedResponse) Validate() error

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

func (*EnablePipedResponse) ValidateAll added in v0.27.0

func (m *EnablePipedResponse) ValidateAll() error

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

type EnablePipedResponseMultiError added in v0.27.0

type EnablePipedResponseMultiError []error

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

func (EnablePipedResponseMultiError) AllErrors added in v0.27.0

func (m EnablePipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnablePipedResponseMultiError) Error added in v0.27.0

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

type EnablePipedResponseValidationError added in v0.27.0

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

EnablePipedResponseValidationError is the validation error returned by EnablePipedResponse.Validate if the designated constraints aren't met.

func (EnablePipedResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnablePipedResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnablePipedResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnablePipedResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (EnablePipedResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (EnablePipedResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnableStaticAdminRequest added in v0.27.0

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

func (*EnableStaticAdminRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnableStaticAdminRequest.ProtoReflect.Descriptor instead.

func (*EnableStaticAdminRequest) ProtoMessage added in v0.27.0

func (*EnableStaticAdminRequest) ProtoMessage()

func (*EnableStaticAdminRequest) ProtoReflect added in v0.27.0

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

func (*EnableStaticAdminRequest) Reset added in v0.27.0

func (x *EnableStaticAdminRequest) Reset()

func (*EnableStaticAdminRequest) String added in v0.27.0

func (x *EnableStaticAdminRequest) String() string

func (*EnableStaticAdminRequest) Validate added in v0.27.0

func (m *EnableStaticAdminRequest) Validate() error

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

func (*EnableStaticAdminRequest) ValidateAll added in v0.27.0

func (m *EnableStaticAdminRequest) ValidateAll() error

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

type EnableStaticAdminRequestMultiError added in v0.27.0

type EnableStaticAdminRequestMultiError []error

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

func (EnableStaticAdminRequestMultiError) AllErrors added in v0.27.0

func (m EnableStaticAdminRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableStaticAdminRequestMultiError) Error added in v0.27.0

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

type EnableStaticAdminRequestValidationError added in v0.27.0

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

EnableStaticAdminRequestValidationError is the validation error returned by EnableStaticAdminRequest.Validate if the designated constraints aren't met.

func (EnableStaticAdminRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnableStaticAdminRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnableStaticAdminRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnableStaticAdminRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (EnableStaticAdminRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (EnableStaticAdminRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type EnableStaticAdminResponse added in v0.27.0

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

func (*EnableStaticAdminResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use EnableStaticAdminResponse.ProtoReflect.Descriptor instead.

func (*EnableStaticAdminResponse) ProtoMessage added in v0.27.0

func (*EnableStaticAdminResponse) ProtoMessage()

func (*EnableStaticAdminResponse) ProtoReflect added in v0.27.0

func (*EnableStaticAdminResponse) Reset added in v0.27.0

func (x *EnableStaticAdminResponse) Reset()

func (*EnableStaticAdminResponse) String added in v0.27.0

func (x *EnableStaticAdminResponse) String() string

func (*EnableStaticAdminResponse) Validate added in v0.27.0

func (m *EnableStaticAdminResponse) Validate() error

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

func (*EnableStaticAdminResponse) ValidateAll added in v0.27.0

func (m *EnableStaticAdminResponse) ValidateAll() error

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

type EnableStaticAdminResponseMultiError added in v0.27.0

type EnableStaticAdminResponseMultiError []error

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

func (EnableStaticAdminResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (EnableStaticAdminResponseMultiError) Error added in v0.27.0

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

type EnableStaticAdminResponseValidationError added in v0.27.0

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

EnableStaticAdminResponseValidationError is the validation error returned by EnableStaticAdminResponse.Validate if the designated constraints aren't met.

func (EnableStaticAdminResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (EnableStaticAdminResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (EnableStaticAdminResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (EnableStaticAdminResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (EnableStaticAdminResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (EnableStaticAdminResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GenerateAPIKeyRequest added in v0.27.0

type GenerateAPIKeyRequest struct {
	Name string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Role model.APIKey_Role `protobuf:"varint,2,opt,name=role,proto3,enum=model.APIKey_Role" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAPIKeyRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GenerateAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*GenerateAPIKeyRequest) GetName added in v0.27.0

func (x *GenerateAPIKeyRequest) GetName() string

func (*GenerateAPIKeyRequest) GetRole added in v0.27.0

func (*GenerateAPIKeyRequest) ProtoMessage added in v0.27.0

func (*GenerateAPIKeyRequest) ProtoMessage()

func (*GenerateAPIKeyRequest) ProtoReflect added in v0.27.0

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

func (*GenerateAPIKeyRequest) Reset added in v0.27.0

func (x *GenerateAPIKeyRequest) Reset()

func (*GenerateAPIKeyRequest) String added in v0.27.0

func (x *GenerateAPIKeyRequest) String() string

func (*GenerateAPIKeyRequest) Validate added in v0.27.0

func (m *GenerateAPIKeyRequest) Validate() error

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

func (*GenerateAPIKeyRequest) ValidateAll added in v0.27.0

func (m *GenerateAPIKeyRequest) ValidateAll() error

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

type GenerateAPIKeyRequestMultiError added in v0.27.0

type GenerateAPIKeyRequestMultiError []error

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

func (GenerateAPIKeyRequestMultiError) AllErrors added in v0.27.0

func (m GenerateAPIKeyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateAPIKeyRequestMultiError) Error added in v0.27.0

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

type GenerateAPIKeyRequestValidationError added in v0.27.0

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

GenerateAPIKeyRequestValidationError is the validation error returned by GenerateAPIKeyRequest.Validate if the designated constraints aren't met.

func (GenerateAPIKeyRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GenerateAPIKeyRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GenerateAPIKeyRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GenerateAPIKeyRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GenerateAPIKeyRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GenerateAPIKeyRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GenerateAPIKeyResponse added in v0.27.0

type GenerateAPIKeyResponse struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAPIKeyResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GenerateAPIKeyResponse.ProtoReflect.Descriptor instead.

func (*GenerateAPIKeyResponse) GetKey added in v0.27.0

func (x *GenerateAPIKeyResponse) GetKey() string

func (*GenerateAPIKeyResponse) ProtoMessage added in v0.27.0

func (*GenerateAPIKeyResponse) ProtoMessage()

func (*GenerateAPIKeyResponse) ProtoReflect added in v0.27.0

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

func (*GenerateAPIKeyResponse) Reset added in v0.27.0

func (x *GenerateAPIKeyResponse) Reset()

func (*GenerateAPIKeyResponse) String added in v0.27.0

func (x *GenerateAPIKeyResponse) String() string

func (*GenerateAPIKeyResponse) Validate added in v0.27.0

func (m *GenerateAPIKeyResponse) Validate() error

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

func (*GenerateAPIKeyResponse) ValidateAll added in v0.27.0

func (m *GenerateAPIKeyResponse) ValidateAll() error

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

type GenerateAPIKeyResponseMultiError added in v0.27.0

type GenerateAPIKeyResponseMultiError []error

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

func (GenerateAPIKeyResponseMultiError) AllErrors added in v0.27.0

func (m GenerateAPIKeyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateAPIKeyResponseMultiError) Error added in v0.27.0

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

type GenerateAPIKeyResponseValidationError added in v0.27.0

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

GenerateAPIKeyResponseValidationError is the validation error returned by GenerateAPIKeyResponse.Validate if the designated constraints aren't met.

func (GenerateAPIKeyResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GenerateAPIKeyResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GenerateAPIKeyResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GenerateAPIKeyResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GenerateAPIKeyResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GenerateAPIKeyResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GenerateApplicationSealedSecretRequest added in v0.27.0

type GenerateApplicationSealedSecretRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	Data    string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Whether the data should be base64 encoded before encrypting or not.
	Base64Encoding bool `protobuf:"varint,3,opt,name=base64_encoding,json=base64Encoding,proto3" json:"base64_encoding,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateApplicationSealedSecretRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GenerateApplicationSealedSecretRequest.ProtoReflect.Descriptor instead.

func (*GenerateApplicationSealedSecretRequest) GetBase64Encoding added in v0.27.0

func (x *GenerateApplicationSealedSecretRequest) GetBase64Encoding() bool

func (*GenerateApplicationSealedSecretRequest) GetData added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) GetPipedId added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) ProtoMessage added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) ProtoReflect added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) Reset added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) String added in v0.27.0

func (*GenerateApplicationSealedSecretRequest) Validate added in v0.27.0

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

func (*GenerateApplicationSealedSecretRequest) ValidateAll added in v0.27.0

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

type GenerateApplicationSealedSecretRequestMultiError added in v0.27.0

type GenerateApplicationSealedSecretRequestMultiError []error

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

func (GenerateApplicationSealedSecretRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GenerateApplicationSealedSecretRequestMultiError) Error added in v0.27.0

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

type GenerateApplicationSealedSecretRequestValidationError added in v0.27.0

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

GenerateApplicationSealedSecretRequestValidationError is the validation error returned by GenerateApplicationSealedSecretRequest.Validate if the designated constraints aren't met.

func (GenerateApplicationSealedSecretRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GenerateApplicationSealedSecretRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GenerateApplicationSealedSecretRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GenerateApplicationSealedSecretRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GenerateApplicationSealedSecretRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GenerateApplicationSealedSecretRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GenerateApplicationSealedSecretResponse added in v0.27.0

type GenerateApplicationSealedSecretResponse struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateApplicationSealedSecretResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GenerateApplicationSealedSecretResponse.ProtoReflect.Descriptor instead.

func (*GenerateApplicationSealedSecretResponse) GetData added in v0.27.0

func (*GenerateApplicationSealedSecretResponse) ProtoMessage added in v0.27.0

func (*GenerateApplicationSealedSecretResponse) ProtoReflect added in v0.27.0

func (*GenerateApplicationSealedSecretResponse) Reset added in v0.27.0

func (*GenerateApplicationSealedSecretResponse) String added in v0.27.0

func (*GenerateApplicationSealedSecretResponse) Validate added in v0.27.0

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

func (*GenerateApplicationSealedSecretResponse) ValidateAll added in v0.27.0

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

type GenerateApplicationSealedSecretResponseMultiError added in v0.27.0

type GenerateApplicationSealedSecretResponseMultiError []error

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

func (GenerateApplicationSealedSecretResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GenerateApplicationSealedSecretResponseMultiError) Error added in v0.27.0

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

type GenerateApplicationSealedSecretResponseValidationError added in v0.27.0

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

GenerateApplicationSealedSecretResponseValidationError is the validation error returned by GenerateApplicationSealedSecretResponse.Validate if the designated constraints aren't met.

func (GenerateApplicationSealedSecretResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GenerateApplicationSealedSecretResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GenerateApplicationSealedSecretResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GenerateApplicationSealedSecretResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GenerateApplicationSealedSecretResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GenerateApplicationSealedSecretResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetApplicationLiveStateRequest added in v0.27.0

type GetApplicationLiveStateRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationLiveStateRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetApplicationLiveStateRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationLiveStateRequest) GetApplicationId added in v0.27.0

func (x *GetApplicationLiveStateRequest) GetApplicationId() string

func (*GetApplicationLiveStateRequest) ProtoMessage added in v0.27.0

func (*GetApplicationLiveStateRequest) ProtoMessage()

func (*GetApplicationLiveStateRequest) ProtoReflect added in v0.27.0

func (*GetApplicationLiveStateRequest) Reset added in v0.27.0

func (x *GetApplicationLiveStateRequest) Reset()

func (*GetApplicationLiveStateRequest) String added in v0.27.0

func (*GetApplicationLiveStateRequest) Validate added in v0.27.0

func (m *GetApplicationLiveStateRequest) Validate() error

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

func (*GetApplicationLiveStateRequest) ValidateAll added in v0.27.0

func (m *GetApplicationLiveStateRequest) ValidateAll() error

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

type GetApplicationLiveStateRequestMultiError added in v0.27.0

type GetApplicationLiveStateRequestMultiError []error

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

func (GetApplicationLiveStateRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetApplicationLiveStateRequestMultiError) Error added in v0.27.0

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

type GetApplicationLiveStateRequestValidationError added in v0.27.0

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

GetApplicationLiveStateRequestValidationError is the validation error returned by GetApplicationLiveStateRequest.Validate if the designated constraints aren't met.

func (GetApplicationLiveStateRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetApplicationLiveStateRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetApplicationLiveStateRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetApplicationLiveStateRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetApplicationLiveStateRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetApplicationLiveStateRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetApplicationLiveStateResponse added in v0.27.0

type GetApplicationLiveStateResponse struct {
	Snapshot *model.ApplicationLiveStateSnapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationLiveStateResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetApplicationLiveStateResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationLiveStateResponse) GetSnapshot added in v0.27.0

func (*GetApplicationLiveStateResponse) ProtoMessage added in v0.27.0

func (*GetApplicationLiveStateResponse) ProtoMessage()

func (*GetApplicationLiveStateResponse) ProtoReflect added in v0.27.0

func (*GetApplicationLiveStateResponse) Reset added in v0.27.0

func (*GetApplicationLiveStateResponse) String added in v0.27.0

func (*GetApplicationLiveStateResponse) Validate added in v0.27.0

func (m *GetApplicationLiveStateResponse) Validate() error

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

func (*GetApplicationLiveStateResponse) ValidateAll added in v0.27.0

func (m *GetApplicationLiveStateResponse) ValidateAll() error

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

type GetApplicationLiveStateResponseMultiError added in v0.27.0

type GetApplicationLiveStateResponseMultiError []error

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

func (GetApplicationLiveStateResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetApplicationLiveStateResponseMultiError) Error added in v0.27.0

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

type GetApplicationLiveStateResponseValidationError added in v0.27.0

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

GetApplicationLiveStateResponseValidationError is the validation error returned by GetApplicationLiveStateResponse.Validate if the designated constraints aren't met.

func (GetApplicationLiveStateResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetApplicationLiveStateResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetApplicationLiveStateResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetApplicationLiveStateResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetApplicationLiveStateResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetApplicationLiveStateResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetApplicationRequest added in v0.27.0

type GetApplicationRequest struct {
	ApplicationId string `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationRequest) GetApplicationId added in v0.27.0

func (x *GetApplicationRequest) GetApplicationId() string

func (*GetApplicationRequest) ProtoMessage added in v0.27.0

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) ProtoReflect added in v0.27.0

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

func (*GetApplicationRequest) Reset added in v0.27.0

func (x *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String added in v0.27.0

func (x *GetApplicationRequest) String() string

func (*GetApplicationRequest) Validate added in v0.27.0

func (m *GetApplicationRequest) Validate() error

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

func (*GetApplicationRequest) ValidateAll added in v0.27.0

func (m *GetApplicationRequest) ValidateAll() error

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

type GetApplicationRequestMultiError added in v0.27.0

type GetApplicationRequestMultiError []error

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

func (GetApplicationRequestMultiError) AllErrors added in v0.27.0

func (m GetApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetApplicationRequestMultiError) Error added in v0.27.0

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

type GetApplicationRequestValidationError added in v0.27.0

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

GetApplicationRequestValidationError is the validation error returned by GetApplicationRequest.Validate if the designated constraints aren't met.

func (GetApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetApplicationResponse added in v0.27.0

type GetApplicationResponse struct {
	Application *model.Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetApplicationResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationResponse) GetApplication added in v0.27.0

func (x *GetApplicationResponse) GetApplication() *model.Application

func (*GetApplicationResponse) ProtoMessage added in v0.27.0

func (*GetApplicationResponse) ProtoMessage()

func (*GetApplicationResponse) ProtoReflect added in v0.27.0

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

func (*GetApplicationResponse) Reset added in v0.27.0

func (x *GetApplicationResponse) Reset()

func (*GetApplicationResponse) String added in v0.27.0

func (x *GetApplicationResponse) String() string

func (*GetApplicationResponse) Validate added in v0.27.0

func (m *GetApplicationResponse) Validate() error

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

func (*GetApplicationResponse) ValidateAll added in v0.27.0

func (m *GetApplicationResponse) ValidateAll() error

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

type GetApplicationResponseMultiError added in v0.27.0

type GetApplicationResponseMultiError []error

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

func (GetApplicationResponseMultiError) AllErrors added in v0.27.0

func (m GetApplicationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetApplicationResponseMultiError) Error added in v0.27.0

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

type GetApplicationResponseValidationError added in v0.27.0

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

GetApplicationResponseValidationError is the validation error returned by GetApplicationResponse.Validate if the designated constraints aren't met.

func (GetApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetCommandRequest added in v0.27.0

type GetCommandRequest struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommandRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetCommandRequest.ProtoReflect.Descriptor instead.

func (*GetCommandRequest) GetCommandId added in v0.27.0

func (x *GetCommandRequest) GetCommandId() string

func (*GetCommandRequest) ProtoMessage added in v0.27.0

func (*GetCommandRequest) ProtoMessage()

func (*GetCommandRequest) ProtoReflect added in v0.27.0

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

func (*GetCommandRequest) Reset added in v0.27.0

func (x *GetCommandRequest) Reset()

func (*GetCommandRequest) String added in v0.27.0

func (x *GetCommandRequest) String() string

func (*GetCommandRequest) Validate added in v0.27.0

func (m *GetCommandRequest) Validate() error

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

func (*GetCommandRequest) ValidateAll added in v0.27.0

func (m *GetCommandRequest) ValidateAll() error

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

type GetCommandRequestMultiError added in v0.27.0

type GetCommandRequestMultiError []error

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

func (GetCommandRequestMultiError) AllErrors added in v0.27.0

func (m GetCommandRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCommandRequestMultiError) Error added in v0.27.0

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

type GetCommandRequestValidationError added in v0.27.0

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

GetCommandRequestValidationError is the validation error returned by GetCommandRequest.Validate if the designated constraints aren't met.

func (GetCommandRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetCommandRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetCommandRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetCommandRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetCommandRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetCommandRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetCommandResponse added in v0.27.0

type GetCommandResponse struct {
	Command *model.Command `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommandResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetCommandResponse.ProtoReflect.Descriptor instead.

func (*GetCommandResponse) GetCommand added in v0.27.0

func (x *GetCommandResponse) GetCommand() *model.Command

func (*GetCommandResponse) ProtoMessage added in v0.27.0

func (*GetCommandResponse) ProtoMessage()

func (*GetCommandResponse) ProtoReflect added in v0.27.0

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

func (*GetCommandResponse) Reset added in v0.27.0

func (x *GetCommandResponse) Reset()

func (*GetCommandResponse) String added in v0.27.0

func (x *GetCommandResponse) String() string

func (*GetCommandResponse) Validate added in v0.27.0

func (m *GetCommandResponse) Validate() error

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

func (*GetCommandResponse) ValidateAll added in v0.27.0

func (m *GetCommandResponse) ValidateAll() error

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

type GetCommandResponseMultiError added in v0.27.0

type GetCommandResponseMultiError []error

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

func (GetCommandResponseMultiError) AllErrors added in v0.27.0

func (m GetCommandResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCommandResponseMultiError) Error added in v0.27.0

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

type GetCommandResponseValidationError added in v0.27.0

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

GetCommandResponseValidationError is the validation error returned by GetCommandResponse.Validate if the designated constraints aren't met.

func (GetCommandResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetCommandResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetCommandResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetCommandResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetCommandResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetCommandResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetDeploymentChainRequest added in v0.27.0

type GetDeploymentChainRequest struct {
	DeploymentChainId string `protobuf:"bytes,1,opt,name=deployment_chain_id,json=deploymentChainId,proto3" json:"deployment_chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentChainRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetDeploymentChainRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentChainRequest) GetDeploymentChainId added in v0.27.0

func (x *GetDeploymentChainRequest) GetDeploymentChainId() string

func (*GetDeploymentChainRequest) ProtoMessage added in v0.27.0

func (*GetDeploymentChainRequest) ProtoMessage()

func (*GetDeploymentChainRequest) ProtoReflect added in v0.27.0

func (*GetDeploymentChainRequest) Reset added in v0.27.0

func (x *GetDeploymentChainRequest) Reset()

func (*GetDeploymentChainRequest) String added in v0.27.0

func (x *GetDeploymentChainRequest) String() string

func (*GetDeploymentChainRequest) Validate added in v0.27.0

func (m *GetDeploymentChainRequest) Validate() error

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

func (*GetDeploymentChainRequest) ValidateAll added in v0.27.0

func (m *GetDeploymentChainRequest) ValidateAll() error

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

type GetDeploymentChainRequestMultiError added in v0.27.0

type GetDeploymentChainRequestMultiError []error

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

func (GetDeploymentChainRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetDeploymentChainRequestMultiError) Error added in v0.27.0

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

type GetDeploymentChainRequestValidationError added in v0.27.0

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

GetDeploymentChainRequestValidationError is the validation error returned by GetDeploymentChainRequest.Validate if the designated constraints aren't met.

func (GetDeploymentChainRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetDeploymentChainRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetDeploymentChainRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetDeploymentChainRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetDeploymentChainRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetDeploymentChainRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetDeploymentChainResponse added in v0.27.0

type GetDeploymentChainResponse struct {
	DeploymentChain *model.DeploymentChain `protobuf:"bytes,1,opt,name=deployment_chain,json=deploymentChain,proto3" json:"deployment_chain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentChainResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetDeploymentChainResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentChainResponse) GetDeploymentChain added in v0.27.0

func (x *GetDeploymentChainResponse) GetDeploymentChain() *model.DeploymentChain

func (*GetDeploymentChainResponse) ProtoMessage added in v0.27.0

func (*GetDeploymentChainResponse) ProtoMessage()

func (*GetDeploymentChainResponse) ProtoReflect added in v0.27.0

func (*GetDeploymentChainResponse) Reset added in v0.27.0

func (x *GetDeploymentChainResponse) Reset()

func (*GetDeploymentChainResponse) String added in v0.27.0

func (x *GetDeploymentChainResponse) String() string

func (*GetDeploymentChainResponse) Validate added in v0.27.0

func (m *GetDeploymentChainResponse) Validate() error

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

func (*GetDeploymentChainResponse) ValidateAll added in v0.27.0

func (m *GetDeploymentChainResponse) ValidateAll() error

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

type GetDeploymentChainResponseMultiError added in v0.27.0

type GetDeploymentChainResponseMultiError []error

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

func (GetDeploymentChainResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetDeploymentChainResponseMultiError) Error added in v0.27.0

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

type GetDeploymentChainResponseValidationError added in v0.27.0

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

GetDeploymentChainResponseValidationError is the validation error returned by GetDeploymentChainResponse.Validate if the designated constraints aren't met.

func (GetDeploymentChainResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetDeploymentChainResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetDeploymentChainResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetDeploymentChainResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetDeploymentChainResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetDeploymentChainResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetDeploymentRequest added in v0.27.0

type GetDeploymentRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetDeploymentRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentRequest) GetDeploymentId added in v0.27.0

func (x *GetDeploymentRequest) GetDeploymentId() string

func (*GetDeploymentRequest) ProtoMessage added in v0.27.0

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) ProtoReflect added in v0.27.0

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

func (*GetDeploymentRequest) Reset added in v0.27.0

func (x *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) String added in v0.27.0

func (x *GetDeploymentRequest) String() string

func (*GetDeploymentRequest) Validate added in v0.27.0

func (m *GetDeploymentRequest) Validate() error

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

func (*GetDeploymentRequest) ValidateAll added in v0.27.0

func (m *GetDeploymentRequest) ValidateAll() error

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

type GetDeploymentRequestMultiError added in v0.27.0

type GetDeploymentRequestMultiError []error

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

func (GetDeploymentRequestMultiError) AllErrors added in v0.27.0

func (m GetDeploymentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDeploymentRequestMultiError) Error added in v0.27.0

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

type GetDeploymentRequestValidationError added in v0.27.0

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

GetDeploymentRequestValidationError is the validation error returned by GetDeploymentRequest.Validate if the designated constraints aren't met.

func (GetDeploymentRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetDeploymentRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetDeploymentRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetDeploymentRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetDeploymentRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetDeploymentRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetDeploymentResponse added in v0.27.0

type GetDeploymentResponse struct {
	Deployment *model.Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetDeploymentResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentResponse) GetDeployment added in v0.27.0

func (x *GetDeploymentResponse) GetDeployment() *model.Deployment

func (*GetDeploymentResponse) ProtoMessage added in v0.27.0

func (*GetDeploymentResponse) ProtoMessage()

func (*GetDeploymentResponse) ProtoReflect added in v0.27.0

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

func (*GetDeploymentResponse) Reset added in v0.27.0

func (x *GetDeploymentResponse) Reset()

func (*GetDeploymentResponse) String added in v0.27.0

func (x *GetDeploymentResponse) String() string

func (*GetDeploymentResponse) Validate added in v0.27.0

func (m *GetDeploymentResponse) Validate() error

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

func (*GetDeploymentResponse) ValidateAll added in v0.27.0

func (m *GetDeploymentResponse) ValidateAll() error

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

type GetDeploymentResponseMultiError added in v0.27.0

type GetDeploymentResponseMultiError []error

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

func (GetDeploymentResponseMultiError) AllErrors added in v0.27.0

func (m GetDeploymentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDeploymentResponseMultiError) Error added in v0.27.0

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

type GetDeploymentResponseValidationError added in v0.27.0

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

GetDeploymentResponseValidationError is the validation error returned by GetDeploymentResponse.Validate if the designated constraints aren't met.

func (GetDeploymentResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetDeploymentResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetDeploymentResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetDeploymentResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetDeploymentResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetDeploymentResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetInsightApplicationCountRequest added in v0.27.0

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

func (*GetInsightApplicationCountRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetInsightApplicationCountRequest.ProtoReflect.Descriptor instead.

func (*GetInsightApplicationCountRequest) ProtoMessage added in v0.27.0

func (*GetInsightApplicationCountRequest) ProtoMessage()

func (*GetInsightApplicationCountRequest) ProtoReflect added in v0.27.0

func (*GetInsightApplicationCountRequest) Reset added in v0.27.0

func (*GetInsightApplicationCountRequest) String added in v0.27.0

func (*GetInsightApplicationCountRequest) Validate added in v0.27.0

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

func (*GetInsightApplicationCountRequest) ValidateAll added in v0.27.0

func (m *GetInsightApplicationCountRequest) ValidateAll() error

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

type GetInsightApplicationCountRequestMultiError added in v0.27.0

type GetInsightApplicationCountRequestMultiError []error

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

func (GetInsightApplicationCountRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetInsightApplicationCountRequestMultiError) Error added in v0.27.0

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

type GetInsightApplicationCountRequestValidationError added in v0.27.0

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

GetInsightApplicationCountRequestValidationError is the validation error returned by GetInsightApplicationCountRequest.Validate if the designated constraints aren't met.

func (GetInsightApplicationCountRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetInsightApplicationCountRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetInsightApplicationCountRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetInsightApplicationCountRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetInsightApplicationCountRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetInsightApplicationCountRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetInsightApplicationCountResponse added in v0.27.0

type GetInsightApplicationCountResponse struct {
	UpdatedAt int64                            `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Counts    []*model.InsightApplicationCount `protobuf:"bytes,2,rep,name=counts,proto3" json:"counts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInsightApplicationCountResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetInsightApplicationCountResponse.ProtoReflect.Descriptor instead.

func (*GetInsightApplicationCountResponse) GetCounts added in v0.27.0

func (*GetInsightApplicationCountResponse) GetUpdatedAt added in v0.27.0

func (x *GetInsightApplicationCountResponse) GetUpdatedAt() int64

func (*GetInsightApplicationCountResponse) ProtoMessage added in v0.27.0

func (*GetInsightApplicationCountResponse) ProtoMessage()

func (*GetInsightApplicationCountResponse) ProtoReflect added in v0.27.0

func (*GetInsightApplicationCountResponse) Reset added in v0.27.0

func (*GetInsightApplicationCountResponse) String added in v0.27.0

func (*GetInsightApplicationCountResponse) Validate added in v0.27.0

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

func (*GetInsightApplicationCountResponse) ValidateAll added in v0.27.0

func (m *GetInsightApplicationCountResponse) ValidateAll() error

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

type GetInsightApplicationCountResponseMultiError added in v0.27.0

type GetInsightApplicationCountResponseMultiError []error

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

func (GetInsightApplicationCountResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GetInsightApplicationCountResponseMultiError) Error added in v0.27.0

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

type GetInsightApplicationCountResponseValidationError added in v0.27.0

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

GetInsightApplicationCountResponseValidationError is the validation error returned by GetInsightApplicationCountResponse.Validate if the designated constraints aren't met.

func (GetInsightApplicationCountResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetInsightApplicationCountResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetInsightApplicationCountResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetInsightApplicationCountResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetInsightApplicationCountResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetInsightApplicationCountResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetInsightDataRequest added in v0.27.0

type GetInsightDataRequest struct {
	MetricsKind   model.InsightMetricsKind `protobuf:"varint,1,opt,name=metrics_kind,json=metricsKind,proto3,enum=model.InsightMetricsKind" json:"metrics_kind,omitempty"`
	RangeFrom     int64                    `protobuf:"varint,2,opt,name=range_from,json=rangeFrom,proto3" json:"range_from,omitempty"`
	RangeTo       int64                    `protobuf:"varint,3,opt,name=range_to,json=rangeTo,proto3" json:"range_to,omitempty"`
	Resolution    model.InsightResolution  `protobuf:"varint,4,opt,name=resolution,proto3,enum=model.InsightResolution" json:"resolution,omitempty"`
	ApplicationId string                   `protobuf:"bytes,10,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Labels        map[string]string        `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetInsightDataRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetInsightDataRequest.ProtoReflect.Descriptor instead.

func (*GetInsightDataRequest) GetApplicationId added in v0.27.0

func (x *GetInsightDataRequest) GetApplicationId() string

func (*GetInsightDataRequest) GetLabels added in v0.40.0

func (x *GetInsightDataRequest) GetLabels() map[string]string

func (*GetInsightDataRequest) GetMetricsKind added in v0.27.0

func (x *GetInsightDataRequest) GetMetricsKind() model.InsightMetricsKind

func (*GetInsightDataRequest) GetRangeFrom added in v0.27.0

func (x *GetInsightDataRequest) GetRangeFrom() int64

func (*GetInsightDataRequest) GetRangeTo added in v0.27.0

func (x *GetInsightDataRequest) GetRangeTo() int64

func (*GetInsightDataRequest) GetResolution added in v0.41.0

func (x *GetInsightDataRequest) GetResolution() model.InsightResolution

func (*GetInsightDataRequest) ProtoMessage added in v0.27.0

func (*GetInsightDataRequest) ProtoMessage()

func (*GetInsightDataRequest) ProtoReflect added in v0.27.0

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

func (*GetInsightDataRequest) Reset added in v0.27.0

func (x *GetInsightDataRequest) Reset()

func (*GetInsightDataRequest) String added in v0.27.0

func (x *GetInsightDataRequest) String() string

func (*GetInsightDataRequest) Validate added in v0.27.0

func (m *GetInsightDataRequest) Validate() error

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

func (*GetInsightDataRequest) ValidateAll added in v0.27.0

func (m *GetInsightDataRequest) ValidateAll() error

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

type GetInsightDataRequestMultiError added in v0.27.0

type GetInsightDataRequestMultiError []error

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

func (GetInsightDataRequestMultiError) AllErrors added in v0.27.0

func (m GetInsightDataRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInsightDataRequestMultiError) Error added in v0.27.0

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

type GetInsightDataRequestValidationError added in v0.27.0

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

GetInsightDataRequestValidationError is the validation error returned by GetInsightDataRequest.Validate if the designated constraints aren't met.

func (GetInsightDataRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetInsightDataRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetInsightDataRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetInsightDataRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetInsightDataRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetInsightDataRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetInsightDataResponse added in v0.27.0

type GetInsightDataResponse struct {
	UpdatedAt int64                        `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Type      model.InsightResultType      `protobuf:"varint,2,opt,name=type,proto3,enum=model.InsightResultType" json:"type,omitempty"`
	Vector    []*model.InsightSample       `protobuf:"bytes,3,rep,name=vector,proto3" json:"vector,omitempty"`
	Matrix    []*model.InsightSampleStream `protobuf:"bytes,4,rep,name=matrix,proto3" json:"matrix,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInsightDataResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetInsightDataResponse.ProtoReflect.Descriptor instead.

func (*GetInsightDataResponse) GetMatrix added in v0.27.0

func (*GetInsightDataResponse) GetType added in v0.27.0

func (*GetInsightDataResponse) GetUpdatedAt added in v0.27.0

func (x *GetInsightDataResponse) GetUpdatedAt() int64

func (*GetInsightDataResponse) GetVector added in v0.27.0

func (x *GetInsightDataResponse) GetVector() []*model.InsightSample

func (*GetInsightDataResponse) ProtoMessage added in v0.27.0

func (*GetInsightDataResponse) ProtoMessage()

func (*GetInsightDataResponse) ProtoReflect added in v0.27.0

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

func (*GetInsightDataResponse) Reset added in v0.27.0

func (x *GetInsightDataResponse) Reset()

func (*GetInsightDataResponse) String added in v0.27.0

func (x *GetInsightDataResponse) String() string

func (*GetInsightDataResponse) Validate added in v0.27.0

func (m *GetInsightDataResponse) Validate() error

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

func (*GetInsightDataResponse) ValidateAll added in v0.27.0

func (m *GetInsightDataResponse) ValidateAll() error

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

type GetInsightDataResponseMultiError added in v0.27.0

type GetInsightDataResponseMultiError []error

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

func (GetInsightDataResponseMultiError) AllErrors added in v0.27.0

func (m GetInsightDataResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInsightDataResponseMultiError) Error added in v0.27.0

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

type GetInsightDataResponseValidationError added in v0.27.0

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

GetInsightDataResponseValidationError is the validation error returned by GetInsightDataResponse.Validate if the designated constraints aren't met.

func (GetInsightDataResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetInsightDataResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetInsightDataResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetInsightDataResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetInsightDataResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetInsightDataResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetMeRequest added in v0.27.0

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

func (*GetMeRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetMeRequest.ProtoReflect.Descriptor instead.

func (*GetMeRequest) ProtoMessage added in v0.27.0

func (*GetMeRequest) ProtoMessage()

func (*GetMeRequest) ProtoReflect added in v0.27.0

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

func (*GetMeRequest) Reset added in v0.27.0

func (x *GetMeRequest) Reset()

func (*GetMeRequest) String added in v0.27.0

func (x *GetMeRequest) String() string

func (*GetMeRequest) Validate added in v0.27.0

func (m *GetMeRequest) Validate() error

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

func (*GetMeRequest) ValidateAll added in v0.27.0

func (m *GetMeRequest) ValidateAll() error

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

type GetMeRequestMultiError added in v0.27.0

type GetMeRequestMultiError []error

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

func (GetMeRequestMultiError) AllErrors added in v0.27.0

func (m GetMeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMeRequestMultiError) Error added in v0.27.0

func (m GetMeRequestMultiError) Error() string

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

type GetMeRequestValidationError added in v0.27.0

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

GetMeRequestValidationError is the validation error returned by GetMeRequest.Validate if the designated constraints aren't met.

func (GetMeRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetMeRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetMeRequestValidationError) ErrorName added in v0.27.0

func (e GetMeRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetMeRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetMeRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetMeRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetMeResponse added in v0.27.0

type GetMeResponse struct {
	Subject   string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	AvatarUrl string `protobuf:"bytes,2,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMeResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetMeResponse.ProtoReflect.Descriptor instead.

func (*GetMeResponse) GetAvatarUrl added in v0.27.0

func (x *GetMeResponse) GetAvatarUrl() string

func (*GetMeResponse) GetProjectId added in v0.27.0

func (x *GetMeResponse) GetProjectId() string

func (*GetMeResponse) GetSubject added in v0.27.0

func (x *GetMeResponse) GetSubject() string

func (*GetMeResponse) ProtoMessage added in v0.27.0

func (*GetMeResponse) ProtoMessage()

func (*GetMeResponse) ProtoReflect added in v0.27.0

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

func (*GetMeResponse) Reset added in v0.27.0

func (x *GetMeResponse) Reset()

func (*GetMeResponse) String added in v0.27.0

func (x *GetMeResponse) String() string

func (*GetMeResponse) Validate added in v0.27.0

func (m *GetMeResponse) Validate() error

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

func (*GetMeResponse) ValidateAll added in v0.27.0

func (m *GetMeResponse) ValidateAll() error

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

type GetMeResponseMultiError added in v0.27.0

type GetMeResponseMultiError []error

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

func (GetMeResponseMultiError) AllErrors added in v0.27.0

func (m GetMeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMeResponseMultiError) Error added in v0.27.0

func (m GetMeResponseMultiError) Error() string

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

type GetMeResponseValidationError added in v0.27.0

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

GetMeResponseValidationError is the validation error returned by GetMeResponse.Validate if the designated constraints aren't met.

func (GetMeResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetMeResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetMeResponseValidationError) ErrorName added in v0.27.0

func (e GetMeResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetMeResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetMeResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetMeResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetPipedRequest added in v0.27.0

type GetPipedRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPipedRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetPipedRequest.ProtoReflect.Descriptor instead.

func (*GetPipedRequest) GetPipedId added in v0.27.0

func (x *GetPipedRequest) GetPipedId() string

func (*GetPipedRequest) ProtoMessage added in v0.27.0

func (*GetPipedRequest) ProtoMessage()

func (*GetPipedRequest) ProtoReflect added in v0.27.0

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

func (*GetPipedRequest) Reset added in v0.27.0

func (x *GetPipedRequest) Reset()

func (*GetPipedRequest) String added in v0.27.0

func (x *GetPipedRequest) String() string

func (*GetPipedRequest) Validate added in v0.27.0

func (m *GetPipedRequest) Validate() error

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

func (*GetPipedRequest) ValidateAll added in v0.27.0

func (m *GetPipedRequest) ValidateAll() error

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

type GetPipedRequestMultiError added in v0.27.0

type GetPipedRequestMultiError []error

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

func (GetPipedRequestMultiError) AllErrors added in v0.27.0

func (m GetPipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPipedRequestMultiError) Error added in v0.27.0

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

type GetPipedRequestValidationError added in v0.27.0

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

GetPipedRequestValidationError is the validation error returned by GetPipedRequest.Validate if the designated constraints aren't met.

func (GetPipedRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetPipedRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetPipedRequestValidationError) ErrorName added in v0.27.0

func (e GetPipedRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetPipedRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetPipedRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetPipedRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetPipedResponse added in v0.27.0

type GetPipedResponse struct {
	Piped *model.Piped `protobuf:"bytes,1,opt,name=piped,proto3" json:"piped,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPipedResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetPipedResponse.ProtoReflect.Descriptor instead.

func (*GetPipedResponse) GetPiped added in v0.27.0

func (x *GetPipedResponse) GetPiped() *model.Piped

func (*GetPipedResponse) ProtoMessage added in v0.27.0

func (*GetPipedResponse) ProtoMessage()

func (*GetPipedResponse) ProtoReflect added in v0.27.0

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

func (*GetPipedResponse) Reset added in v0.27.0

func (x *GetPipedResponse) Reset()

func (*GetPipedResponse) String added in v0.27.0

func (x *GetPipedResponse) String() string

func (*GetPipedResponse) Validate added in v0.27.0

func (m *GetPipedResponse) Validate() error

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

func (*GetPipedResponse) ValidateAll added in v0.27.0

func (m *GetPipedResponse) ValidateAll() error

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

type GetPipedResponseMultiError added in v0.27.0

type GetPipedResponseMultiError []error

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

func (GetPipedResponseMultiError) AllErrors added in v0.27.0

func (m GetPipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPipedResponseMultiError) Error added in v0.27.0

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

type GetPipedResponseValidationError added in v0.27.0

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

GetPipedResponseValidationError is the validation error returned by GetPipedResponse.Validate if the designated constraints aren't met.

func (GetPipedResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetPipedResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetPipedResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetPipedResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetPipedResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetPipedResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetProjectRequest added in v0.27.0

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

func (*GetProjectRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) ProtoMessage added in v0.27.0

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect added in v0.27.0

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

func (*GetProjectRequest) Reset added in v0.27.0

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String added in v0.27.0

func (x *GetProjectRequest) String() string

func (*GetProjectRequest) Validate added in v0.27.0

func (m *GetProjectRequest) Validate() error

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

func (*GetProjectRequest) ValidateAll added in v0.27.0

func (m *GetProjectRequest) ValidateAll() error

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

type GetProjectRequestMultiError added in v0.27.0

type GetProjectRequestMultiError []error

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

func (GetProjectRequestMultiError) AllErrors added in v0.27.0

func (m GetProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProjectRequestMultiError) Error added in v0.27.0

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

type GetProjectRequestValidationError added in v0.27.0

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

GetProjectRequestValidationError is the validation error returned by GetProjectRequest.Validate if the designated constraints aren't met.

func (GetProjectRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetProjectRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetProjectRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetProjectRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetProjectRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetProjectRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetProjectResponse added in v0.27.0

type GetProjectResponse struct {
	Project *model.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject added in v0.27.0

func (x *GetProjectResponse) GetProject() *model.Project

func (*GetProjectResponse) ProtoMessage added in v0.27.0

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect added in v0.27.0

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

func (*GetProjectResponse) Reset added in v0.27.0

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String added in v0.27.0

func (x *GetProjectResponse) String() string

func (*GetProjectResponse) Validate added in v0.27.0

func (m *GetProjectResponse) Validate() error

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

func (*GetProjectResponse) ValidateAll added in v0.27.0

func (m *GetProjectResponse) ValidateAll() error

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

type GetProjectResponseMultiError added in v0.27.0

type GetProjectResponseMultiError []error

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

func (GetProjectResponseMultiError) AllErrors added in v0.27.0

func (m GetProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProjectResponseMultiError) Error added in v0.27.0

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

type GetProjectResponseValidationError added in v0.27.0

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

GetProjectResponseValidationError is the validation error returned by GetProjectResponse.Validate if the designated constraints aren't met.

func (GetProjectResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetProjectResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetProjectResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetProjectResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetProjectResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetProjectResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetStageLogRequest added in v0.27.0

type GetStageLogRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	RetriedCount int32  `protobuf:"varint,3,opt,name=retried_count,json=retriedCount,proto3" json:"retried_count,omitempty"`
	OffsetIndex  int64  `protobuf:"varint,4,opt,name=offset_index,json=offsetIndex,proto3" json:"offset_index,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStageLogRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetStageLogRequest.ProtoReflect.Descriptor instead.

func (*GetStageLogRequest) GetDeploymentId added in v0.27.0

func (x *GetStageLogRequest) GetDeploymentId() string

func (*GetStageLogRequest) GetOffsetIndex added in v0.27.0

func (x *GetStageLogRequest) GetOffsetIndex() int64

func (*GetStageLogRequest) GetRetriedCount added in v0.27.0

func (x *GetStageLogRequest) GetRetriedCount() int32

func (*GetStageLogRequest) GetStageId added in v0.27.0

func (x *GetStageLogRequest) GetStageId() string

func (*GetStageLogRequest) ProtoMessage added in v0.27.0

func (*GetStageLogRequest) ProtoMessage()

func (*GetStageLogRequest) ProtoReflect added in v0.27.0

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

func (*GetStageLogRequest) Reset added in v0.27.0

func (x *GetStageLogRequest) Reset()

func (*GetStageLogRequest) String added in v0.27.0

func (x *GetStageLogRequest) String() string

func (*GetStageLogRequest) Validate added in v0.27.0

func (m *GetStageLogRequest) Validate() error

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

func (*GetStageLogRequest) ValidateAll added in v0.27.0

func (m *GetStageLogRequest) ValidateAll() error

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

type GetStageLogRequestMultiError added in v0.27.0

type GetStageLogRequestMultiError []error

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

func (GetStageLogRequestMultiError) AllErrors added in v0.27.0

func (m GetStageLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetStageLogRequestMultiError) Error added in v0.27.0

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

type GetStageLogRequestValidationError added in v0.27.0

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

GetStageLogRequestValidationError is the validation error returned by GetStageLogRequest.Validate if the designated constraints aren't met.

func (GetStageLogRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetStageLogRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetStageLogRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetStageLogRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GetStageLogRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GetStageLogRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GetStageLogResponse added in v0.27.0

type GetStageLogResponse struct {
	Blocks    []*model.LogBlock `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	Completed bool              `protobuf:"varint,2,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStageLogResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GetStageLogResponse.ProtoReflect.Descriptor instead.

func (*GetStageLogResponse) GetBlocks added in v0.27.0

func (x *GetStageLogResponse) GetBlocks() []*model.LogBlock

func (*GetStageLogResponse) GetCompleted added in v0.27.0

func (x *GetStageLogResponse) GetCompleted() bool

func (*GetStageLogResponse) ProtoMessage added in v0.27.0

func (*GetStageLogResponse) ProtoMessage()

func (*GetStageLogResponse) ProtoReflect added in v0.27.0

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

func (*GetStageLogResponse) Reset added in v0.27.0

func (x *GetStageLogResponse) Reset()

func (*GetStageLogResponse) String added in v0.27.0

func (x *GetStageLogResponse) String() string

func (*GetStageLogResponse) Validate added in v0.27.0

func (m *GetStageLogResponse) Validate() error

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

func (*GetStageLogResponse) ValidateAll added in v0.27.0

func (m *GetStageLogResponse) ValidateAll() error

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

type GetStageLogResponseMultiError added in v0.27.0

type GetStageLogResponseMultiError []error

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

func (GetStageLogResponseMultiError) AllErrors added in v0.27.0

func (m GetStageLogResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetStageLogResponseMultiError) Error added in v0.27.0

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

type GetStageLogResponseValidationError added in v0.27.0

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

GetStageLogResponseValidationError is the validation error returned by GetStageLogResponse.Validate if the designated constraints aren't met.

func (GetStageLogResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GetStageLogResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GetStageLogResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GetStageLogResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GetStageLogResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GetStageLogResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListAPIKeysRequest added in v0.27.0

type ListAPIKeysRequest struct {
	Options *ListAPIKeysRequest_Options `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAPIKeysRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListAPIKeysRequest.ProtoReflect.Descriptor instead.

func (*ListAPIKeysRequest) GetOptions added in v0.27.0

func (*ListAPIKeysRequest) ProtoMessage added in v0.27.0

func (*ListAPIKeysRequest) ProtoMessage()

func (*ListAPIKeysRequest) ProtoReflect added in v0.27.0

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

func (*ListAPIKeysRequest) Reset added in v0.27.0

func (x *ListAPIKeysRequest) Reset()

func (*ListAPIKeysRequest) String added in v0.27.0

func (x *ListAPIKeysRequest) String() string

func (*ListAPIKeysRequest) Validate added in v0.27.0

func (m *ListAPIKeysRequest) Validate() error

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

func (*ListAPIKeysRequest) ValidateAll added in v0.27.0

func (m *ListAPIKeysRequest) ValidateAll() error

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

type ListAPIKeysRequestMultiError added in v0.27.0

type ListAPIKeysRequestMultiError []error

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

func (ListAPIKeysRequestMultiError) AllErrors added in v0.27.0

func (m ListAPIKeysRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAPIKeysRequestMultiError) Error added in v0.27.0

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

type ListAPIKeysRequestValidationError added in v0.27.0

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

ListAPIKeysRequestValidationError is the validation error returned by ListAPIKeysRequest.Validate if the designated constraints aren't met.

func (ListAPIKeysRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListAPIKeysRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListAPIKeysRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListAPIKeysRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListAPIKeysRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListAPIKeysRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListAPIKeysRequest_Options added in v0.27.0

type ListAPIKeysRequest_Options struct {
	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAPIKeysRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListAPIKeysRequest_Options.ProtoReflect.Descriptor instead.

func (*ListAPIKeysRequest_Options) GetEnabled added in v0.27.0

func (*ListAPIKeysRequest_Options) ProtoMessage added in v0.27.0

func (*ListAPIKeysRequest_Options) ProtoMessage()

func (*ListAPIKeysRequest_Options) ProtoReflect added in v0.27.0

func (*ListAPIKeysRequest_Options) Reset added in v0.27.0

func (x *ListAPIKeysRequest_Options) Reset()

func (*ListAPIKeysRequest_Options) String added in v0.27.0

func (x *ListAPIKeysRequest_Options) String() string

func (*ListAPIKeysRequest_Options) Validate added in v0.27.0

func (m *ListAPIKeysRequest_Options) Validate() error

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

func (*ListAPIKeysRequest_Options) ValidateAll added in v0.27.0

func (m *ListAPIKeysRequest_Options) ValidateAll() error

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

type ListAPIKeysRequest_OptionsMultiError added in v0.27.0

type ListAPIKeysRequest_OptionsMultiError []error

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

func (ListAPIKeysRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListAPIKeysRequest_OptionsMultiError) Error added in v0.27.0

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

type ListAPIKeysRequest_OptionsValidationError added in v0.27.0

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

ListAPIKeysRequest_OptionsValidationError is the validation error returned by ListAPIKeysRequest_Options.Validate if the designated constraints aren't met.

func (ListAPIKeysRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListAPIKeysRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListAPIKeysRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListAPIKeysRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListAPIKeysRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListAPIKeysRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListAPIKeysResponse added in v0.27.0

type ListAPIKeysResponse struct {
	Keys []*model.APIKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAPIKeysResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListAPIKeysResponse.ProtoReflect.Descriptor instead.

func (*ListAPIKeysResponse) GetKeys added in v0.27.0

func (x *ListAPIKeysResponse) GetKeys() []*model.APIKey

func (*ListAPIKeysResponse) ProtoMessage added in v0.27.0

func (*ListAPIKeysResponse) ProtoMessage()

func (*ListAPIKeysResponse) ProtoReflect added in v0.27.0

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

func (*ListAPIKeysResponse) Reset added in v0.27.0

func (x *ListAPIKeysResponse) Reset()

func (*ListAPIKeysResponse) String added in v0.27.0

func (x *ListAPIKeysResponse) String() string

func (*ListAPIKeysResponse) Validate added in v0.27.0

func (m *ListAPIKeysResponse) Validate() error

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

func (*ListAPIKeysResponse) ValidateAll added in v0.27.0

func (m *ListAPIKeysResponse) ValidateAll() error

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

type ListAPIKeysResponseMultiError added in v0.27.0

type ListAPIKeysResponseMultiError []error

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

func (ListAPIKeysResponseMultiError) AllErrors added in v0.27.0

func (m ListAPIKeysResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAPIKeysResponseMultiError) Error added in v0.27.0

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

type ListAPIKeysResponseValidationError added in v0.27.0

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

ListAPIKeysResponseValidationError is the validation error returned by ListAPIKeysResponse.Validate if the designated constraints aren't met.

func (ListAPIKeysResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListAPIKeysResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListAPIKeysResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListAPIKeysResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListAPIKeysResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListAPIKeysResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListApplicationsRequest added in v0.27.0

type ListApplicationsRequest struct {
	Options *ListApplicationsRequest_Options `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListApplicationsRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationsRequest) GetOptions added in v0.27.0

func (*ListApplicationsRequest) ProtoMessage added in v0.27.0

func (*ListApplicationsRequest) ProtoMessage()

func (*ListApplicationsRequest) ProtoReflect added in v0.27.0

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

func (*ListApplicationsRequest) Reset added in v0.27.0

func (x *ListApplicationsRequest) Reset()

func (*ListApplicationsRequest) String added in v0.27.0

func (x *ListApplicationsRequest) String() string

func (*ListApplicationsRequest) Validate added in v0.27.0

func (m *ListApplicationsRequest) Validate() error

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

func (*ListApplicationsRequest) ValidateAll added in v0.27.0

func (m *ListApplicationsRequest) ValidateAll() error

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

type ListApplicationsRequestMultiError added in v0.27.0

type ListApplicationsRequestMultiError []error

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

func (ListApplicationsRequestMultiError) AllErrors added in v0.27.0

func (m ListApplicationsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListApplicationsRequestMultiError) Error added in v0.27.0

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

type ListApplicationsRequestValidationError added in v0.27.0

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

ListApplicationsRequestValidationError is the validation error returned by ListApplicationsRequest.Validate if the designated constraints aren't met.

func (ListApplicationsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListApplicationsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListApplicationsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListApplicationsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListApplicationsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListApplicationsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListApplicationsRequest_Options added in v0.27.0

type ListApplicationsRequest_Options struct {
	Enabled      *wrapperspb.BoolValue         `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Kinds        []model.ApplicationKind       `protobuf:"varint,2,rep,packed,name=kinds,proto3,enum=model.ApplicationKind" json:"kinds,omitempty"`
	SyncStatuses []model.ApplicationSyncStatus `` /* 138-byte string literal not displayed */
	Name         string                        `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Labels       map[string]string             `` /* 153-byte string literal not displayed */
	PipedId      string                        `protobuf:"bytes,7,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationsRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListApplicationsRequest_Options.ProtoReflect.Descriptor instead.

func (*ListApplicationsRequest_Options) GetEnabled added in v0.27.0

func (*ListApplicationsRequest_Options) GetKinds added in v0.27.0

func (*ListApplicationsRequest_Options) GetLabels added in v0.27.0

func (x *ListApplicationsRequest_Options) GetLabels() map[string]string

func (*ListApplicationsRequest_Options) GetName added in v0.27.0

func (*ListApplicationsRequest_Options) GetPipedId added in v0.43.0

func (x *ListApplicationsRequest_Options) GetPipedId() string

func (*ListApplicationsRequest_Options) GetSyncStatuses added in v0.27.0

func (*ListApplicationsRequest_Options) ProtoMessage added in v0.27.0

func (*ListApplicationsRequest_Options) ProtoMessage()

func (*ListApplicationsRequest_Options) ProtoReflect added in v0.27.0

func (*ListApplicationsRequest_Options) Reset added in v0.27.0

func (*ListApplicationsRequest_Options) String added in v0.27.0

func (*ListApplicationsRequest_Options) Validate added in v0.27.0

func (m *ListApplicationsRequest_Options) Validate() error

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

func (*ListApplicationsRequest_Options) ValidateAll added in v0.27.0

func (m *ListApplicationsRequest_Options) ValidateAll() error

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

type ListApplicationsRequest_OptionsMultiError added in v0.27.0

type ListApplicationsRequest_OptionsMultiError []error

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

func (ListApplicationsRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListApplicationsRequest_OptionsMultiError) Error added in v0.27.0

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

type ListApplicationsRequest_OptionsValidationError added in v0.27.0

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

ListApplicationsRequest_OptionsValidationError is the validation error returned by ListApplicationsRequest_Options.Validate if the designated constraints aren't met.

func (ListApplicationsRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListApplicationsRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListApplicationsRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListApplicationsRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListApplicationsRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListApplicationsRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListApplicationsResponse added in v0.27.0

type ListApplicationsResponse struct {
	Applications []*model.Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListApplicationsResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationsResponse) GetApplications added in v0.27.0

func (x *ListApplicationsResponse) GetApplications() []*model.Application

func (*ListApplicationsResponse) ProtoMessage added in v0.27.0

func (*ListApplicationsResponse) ProtoMessage()

func (*ListApplicationsResponse) ProtoReflect added in v0.27.0

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

func (*ListApplicationsResponse) Reset added in v0.27.0

func (x *ListApplicationsResponse) Reset()

func (*ListApplicationsResponse) String added in v0.27.0

func (x *ListApplicationsResponse) String() string

func (*ListApplicationsResponse) Validate added in v0.27.0

func (m *ListApplicationsResponse) Validate() error

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

func (*ListApplicationsResponse) ValidateAll added in v0.27.0

func (m *ListApplicationsResponse) ValidateAll() error

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

type ListApplicationsResponseMultiError added in v0.27.0

type ListApplicationsResponseMultiError []error

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

func (ListApplicationsResponseMultiError) AllErrors added in v0.27.0

func (m ListApplicationsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListApplicationsResponseMultiError) Error added in v0.27.0

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

type ListApplicationsResponseValidationError added in v0.27.0

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

ListApplicationsResponseValidationError is the validation error returned by ListApplicationsResponse.Validate if the designated constraints aren't met.

func (ListApplicationsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListApplicationsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListApplicationsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListApplicationsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListApplicationsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListApplicationsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentChainsRequest added in v0.27.0

type ListDeploymentChainsRequest struct {
	Options  *ListDeploymentChainsRequest_Options `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	PageSize int32                                `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Cursor   string                               `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// It will not return any data older than this timestamp, even if it does not meet the page size.
	// This aims to prevent the server from scanning the entire database to look for deployments that have the specified fields in spite of nothing.
	PageMinUpdatedAt int64 `protobuf:"varint,4,opt,name=page_min_updated_at,json=pageMinUpdatedAt,proto3" json:"page_min_updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentChainsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentChainsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentChainsRequest) GetCursor added in v0.27.0

func (x *ListDeploymentChainsRequest) GetCursor() string

func (*ListDeploymentChainsRequest) GetOptions added in v0.27.0

func (*ListDeploymentChainsRequest) GetPageMinUpdatedAt added in v0.27.0

func (x *ListDeploymentChainsRequest) GetPageMinUpdatedAt() int64

func (*ListDeploymentChainsRequest) GetPageSize added in v0.27.0

func (x *ListDeploymentChainsRequest) GetPageSize() int32

func (*ListDeploymentChainsRequest) ProtoMessage added in v0.27.0

func (*ListDeploymentChainsRequest) ProtoMessage()

func (*ListDeploymentChainsRequest) ProtoReflect added in v0.27.0

func (*ListDeploymentChainsRequest) Reset added in v0.27.0

func (x *ListDeploymentChainsRequest) Reset()

func (*ListDeploymentChainsRequest) String added in v0.27.0

func (x *ListDeploymentChainsRequest) String() string

func (*ListDeploymentChainsRequest) Validate added in v0.27.0

func (m *ListDeploymentChainsRequest) Validate() error

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

func (*ListDeploymentChainsRequest) ValidateAll added in v0.27.0

func (m *ListDeploymentChainsRequest) ValidateAll() error

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

type ListDeploymentChainsRequestMultiError added in v0.27.0

type ListDeploymentChainsRequestMultiError []error

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

func (ListDeploymentChainsRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListDeploymentChainsRequestMultiError) Error added in v0.27.0

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

type ListDeploymentChainsRequestValidationError added in v0.27.0

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

ListDeploymentChainsRequestValidationError is the validation error returned by ListDeploymentChainsRequest.Validate if the designated constraints aren't met.

func (ListDeploymentChainsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentChainsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentChainsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentChainsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentChainsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentChainsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentChainsRequest_Options added in v0.27.0

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

func (*ListDeploymentChainsRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentChainsRequest_Options.ProtoReflect.Descriptor instead.

func (*ListDeploymentChainsRequest_Options) ProtoMessage added in v0.27.0

func (*ListDeploymentChainsRequest_Options) ProtoMessage()

func (*ListDeploymentChainsRequest_Options) ProtoReflect added in v0.27.0

func (*ListDeploymentChainsRequest_Options) Reset added in v0.27.0

func (*ListDeploymentChainsRequest_Options) String added in v0.27.0

func (*ListDeploymentChainsRequest_Options) Validate added in v0.27.0

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

func (*ListDeploymentChainsRequest_Options) ValidateAll added in v0.27.0

func (m *ListDeploymentChainsRequest_Options) ValidateAll() error

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

type ListDeploymentChainsRequest_OptionsMultiError added in v0.27.0

type ListDeploymentChainsRequest_OptionsMultiError []error

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

func (ListDeploymentChainsRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListDeploymentChainsRequest_OptionsMultiError) Error added in v0.27.0

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

type ListDeploymentChainsRequest_OptionsValidationError added in v0.27.0

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

ListDeploymentChainsRequest_OptionsValidationError is the validation error returned by ListDeploymentChainsRequest_Options.Validate if the designated constraints aren't met.

func (ListDeploymentChainsRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentChainsRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentChainsRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentChainsRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentChainsRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentChainsRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentChainsResponse added in v0.27.0

type ListDeploymentChainsResponse struct {
	DeploymentChains []*model.DeploymentChain `protobuf:"bytes,1,rep,name=deployment_chains,json=deploymentChains,proto3" json:"deployment_chains,omitempty"`
	Cursor           string                   `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentChainsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentChainsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentChainsResponse) GetCursor added in v0.27.0

func (x *ListDeploymentChainsResponse) GetCursor() string

func (*ListDeploymentChainsResponse) GetDeploymentChains added in v0.27.0

func (x *ListDeploymentChainsResponse) GetDeploymentChains() []*model.DeploymentChain

func (*ListDeploymentChainsResponse) ProtoMessage added in v0.27.0

func (*ListDeploymentChainsResponse) ProtoMessage()

func (*ListDeploymentChainsResponse) ProtoReflect added in v0.27.0

func (*ListDeploymentChainsResponse) Reset added in v0.27.0

func (x *ListDeploymentChainsResponse) Reset()

func (*ListDeploymentChainsResponse) String added in v0.27.0

func (*ListDeploymentChainsResponse) Validate added in v0.27.0

func (m *ListDeploymentChainsResponse) Validate() error

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

func (*ListDeploymentChainsResponse) ValidateAll added in v0.27.0

func (m *ListDeploymentChainsResponse) ValidateAll() error

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

type ListDeploymentChainsResponseMultiError added in v0.27.0

type ListDeploymentChainsResponseMultiError []error

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

func (ListDeploymentChainsResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListDeploymentChainsResponseMultiError) Error added in v0.27.0

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

type ListDeploymentChainsResponseValidationError added in v0.27.0

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

ListDeploymentChainsResponseValidationError is the validation error returned by ListDeploymentChainsResponse.Validate if the designated constraints aren't met.

func (ListDeploymentChainsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentChainsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentChainsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentChainsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentChainsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentChainsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentsRequest added in v0.27.0

type ListDeploymentsRequest struct {
	Options  *ListDeploymentsRequest_Options `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	PageSize int32                           `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Cursor   string                          `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// It will not return any data older than this timestamp, even if it does not meet the page size.
	// This aims to prevent the server from scanning the entire database to look for deployments that have the specified fields in spite of nothing.
	PageMinUpdatedAt int64 `protobuf:"varint,4,opt,name=page_min_updated_at,json=pageMinUpdatedAt,proto3" json:"page_min_updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest) GetCursor added in v0.27.0

func (x *ListDeploymentsRequest) GetCursor() string

func (*ListDeploymentsRequest) GetOptions added in v0.27.0

func (*ListDeploymentsRequest) GetPageMinUpdatedAt added in v0.27.0

func (x *ListDeploymentsRequest) GetPageMinUpdatedAt() int64

func (*ListDeploymentsRequest) GetPageSize added in v0.27.0

func (x *ListDeploymentsRequest) GetPageSize() int32

func (*ListDeploymentsRequest) ProtoMessage added in v0.27.0

func (*ListDeploymentsRequest) ProtoMessage()

func (*ListDeploymentsRequest) ProtoReflect added in v0.27.0

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

func (*ListDeploymentsRequest) Reset added in v0.27.0

func (x *ListDeploymentsRequest) Reset()

func (*ListDeploymentsRequest) String added in v0.27.0

func (x *ListDeploymentsRequest) String() string

func (*ListDeploymentsRequest) Validate added in v0.27.0

func (m *ListDeploymentsRequest) Validate() error

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

func (*ListDeploymentsRequest) ValidateAll added in v0.27.0

func (m *ListDeploymentsRequest) ValidateAll() error

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

type ListDeploymentsRequestMultiError added in v0.27.0

type ListDeploymentsRequestMultiError []error

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

func (ListDeploymentsRequestMultiError) AllErrors added in v0.27.0

func (m ListDeploymentsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDeploymentsRequestMultiError) Error added in v0.27.0

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

type ListDeploymentsRequestValidationError added in v0.27.0

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

ListDeploymentsRequestValidationError is the validation error returned by ListDeploymentsRequest.Validate if the designated constraints aren't met.

func (ListDeploymentsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentsRequest_Options added in v0.27.0

type ListDeploymentsRequest_Options struct {
	Statuses        []model.DeploymentStatus `protobuf:"varint,1,rep,packed,name=statuses,proto3,enum=model.DeploymentStatus" json:"statuses,omitempty"`
	Kinds           []model.ApplicationKind  `protobuf:"varint,2,rep,packed,name=kinds,proto3,enum=model.ApplicationKind" json:"kinds,omitempty"`
	ApplicationIds  []string                 `protobuf:"bytes,3,rep,name=application_ids,json=applicationIds,proto3" json:"application_ids,omitempty"`
	ApplicationName string                   `protobuf:"bytes,5,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	Labels          map[string]string        `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListDeploymentsRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentsRequest_Options.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest_Options) GetApplicationIds added in v0.27.0

func (x *ListDeploymentsRequest_Options) GetApplicationIds() []string

func (*ListDeploymentsRequest_Options) GetApplicationName added in v0.27.0

func (x *ListDeploymentsRequest_Options) GetApplicationName() string

func (*ListDeploymentsRequest_Options) GetKinds added in v0.27.0

func (*ListDeploymentsRequest_Options) GetLabels added in v0.27.0

func (x *ListDeploymentsRequest_Options) GetLabels() map[string]string

func (*ListDeploymentsRequest_Options) GetStatuses added in v0.27.0

func (*ListDeploymentsRequest_Options) ProtoMessage added in v0.27.0

func (*ListDeploymentsRequest_Options) ProtoMessage()

func (*ListDeploymentsRequest_Options) ProtoReflect added in v0.27.0

func (*ListDeploymentsRequest_Options) Reset added in v0.27.0

func (x *ListDeploymentsRequest_Options) Reset()

func (*ListDeploymentsRequest_Options) String added in v0.27.0

func (*ListDeploymentsRequest_Options) Validate added in v0.27.0

func (m *ListDeploymentsRequest_Options) Validate() error

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

func (*ListDeploymentsRequest_Options) ValidateAll added in v0.27.0

func (m *ListDeploymentsRequest_Options) ValidateAll() error

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

type ListDeploymentsRequest_OptionsMultiError added in v0.27.0

type ListDeploymentsRequest_OptionsMultiError []error

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

func (ListDeploymentsRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListDeploymentsRequest_OptionsMultiError) Error added in v0.27.0

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

type ListDeploymentsRequest_OptionsValidationError added in v0.27.0

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

ListDeploymentsRequest_OptionsValidationError is the validation error returned by ListDeploymentsRequest_Options.Validate if the designated constraints aren't met.

func (ListDeploymentsRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentsRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentsRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentsRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentsRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentsRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListDeploymentsResponse added in v0.27.0

type ListDeploymentsResponse struct {
	Deployments []*model.Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"`
	Cursor      string              `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentsResponse) GetCursor added in v0.27.0

func (x *ListDeploymentsResponse) GetCursor() string

func (*ListDeploymentsResponse) GetDeployments added in v0.27.0

func (x *ListDeploymentsResponse) GetDeployments() []*model.Deployment

func (*ListDeploymentsResponse) ProtoMessage added in v0.27.0

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) ProtoReflect added in v0.27.0

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

func (*ListDeploymentsResponse) Reset added in v0.27.0

func (x *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) String added in v0.27.0

func (x *ListDeploymentsResponse) String() string

func (*ListDeploymentsResponse) Validate added in v0.27.0

func (m *ListDeploymentsResponse) Validate() error

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

func (*ListDeploymentsResponse) ValidateAll added in v0.27.0

func (m *ListDeploymentsResponse) ValidateAll() error

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

type ListDeploymentsResponseMultiError added in v0.27.0

type ListDeploymentsResponseMultiError []error

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

func (ListDeploymentsResponseMultiError) AllErrors added in v0.27.0

func (m ListDeploymentsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDeploymentsResponseMultiError) Error added in v0.27.0

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

type ListDeploymentsResponseValidationError added in v0.27.0

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

ListDeploymentsResponseValidationError is the validation error returned by ListDeploymentsResponse.Validate if the designated constraints aren't met.

func (ListDeploymentsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListDeploymentsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListDeploymentsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListDeploymentsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListDeploymentsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListDeploymentsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListEventsRequest added in v0.27.0

type ListEventsRequest struct {
	Options  *ListEventsRequest_Options `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	PageSize int32                      `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Cursor   string                     `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// It will not return any data older than this timestamp, even if it does not meet the page size.
	// This aims to prevent the server from scanning the entire database to look for deployments that have the specified fields in spite of nothing.
	PageMinUpdatedAt int64 `protobuf:"varint,4,opt,name=page_min_updated_at,json=pageMinUpdatedAt,proto3" json:"page_min_updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListEventsRequest.ProtoReflect.Descriptor instead.

func (*ListEventsRequest) GetCursor added in v0.27.0

func (x *ListEventsRequest) GetCursor() string

func (*ListEventsRequest) GetOptions added in v0.27.0

func (*ListEventsRequest) GetPageMinUpdatedAt added in v0.27.0

func (x *ListEventsRequest) GetPageMinUpdatedAt() int64

func (*ListEventsRequest) GetPageSize added in v0.27.0

func (x *ListEventsRequest) GetPageSize() int32

func (*ListEventsRequest) ProtoMessage added in v0.27.0

func (*ListEventsRequest) ProtoMessage()

func (*ListEventsRequest) ProtoReflect added in v0.27.0

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

func (*ListEventsRequest) Reset added in v0.27.0

func (x *ListEventsRequest) Reset()

func (*ListEventsRequest) String added in v0.27.0

func (x *ListEventsRequest) String() string

func (*ListEventsRequest) Validate added in v0.27.0

func (m *ListEventsRequest) Validate() error

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

func (*ListEventsRequest) ValidateAll added in v0.27.0

func (m *ListEventsRequest) ValidateAll() error

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

type ListEventsRequestMultiError added in v0.27.0

type ListEventsRequestMultiError []error

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

func (ListEventsRequestMultiError) AllErrors added in v0.27.0

func (m ListEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsRequestMultiError) Error added in v0.27.0

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

type ListEventsRequestValidationError added in v0.27.0

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

ListEventsRequestValidationError is the validation error returned by ListEventsRequest.Validate if the designated constraints aren't met.

func (ListEventsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListEventsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListEventsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListEventsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListEventsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListEventsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListEventsRequest_Options added in v0.27.0

type ListEventsRequest_Options struct {
	Name     string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Statuses []model.EventStatus `protobuf:"varint,2,rep,packed,name=statuses,proto3,enum=model.EventStatus" json:"statuses,omitempty"`
	Labels   map[string]string   `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListEventsRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListEventsRequest_Options.ProtoReflect.Descriptor instead.

func (*ListEventsRequest_Options) GetLabels added in v0.27.0

func (x *ListEventsRequest_Options) GetLabels() map[string]string

func (*ListEventsRequest_Options) GetName added in v0.27.0

func (x *ListEventsRequest_Options) GetName() string

func (*ListEventsRequest_Options) GetStatuses added in v0.27.0

func (x *ListEventsRequest_Options) GetStatuses() []model.EventStatus

func (*ListEventsRequest_Options) ProtoMessage added in v0.27.0

func (*ListEventsRequest_Options) ProtoMessage()

func (*ListEventsRequest_Options) ProtoReflect added in v0.27.0

func (*ListEventsRequest_Options) Reset added in v0.27.0

func (x *ListEventsRequest_Options) Reset()

func (*ListEventsRequest_Options) String added in v0.27.0

func (x *ListEventsRequest_Options) String() string

func (*ListEventsRequest_Options) Validate added in v0.27.0

func (m *ListEventsRequest_Options) Validate() error

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

func (*ListEventsRequest_Options) ValidateAll added in v0.27.0

func (m *ListEventsRequest_Options) ValidateAll() error

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

type ListEventsRequest_OptionsMultiError added in v0.27.0

type ListEventsRequest_OptionsMultiError []error

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

func (ListEventsRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListEventsRequest_OptionsMultiError) Error added in v0.27.0

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

type ListEventsRequest_OptionsValidationError added in v0.27.0

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

ListEventsRequest_OptionsValidationError is the validation error returned by ListEventsRequest_Options.Validate if the designated constraints aren't met.

func (ListEventsRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListEventsRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListEventsRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListEventsRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListEventsRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListEventsRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListEventsResponse added in v0.27.0

type ListEventsResponse struct {
	Events []*model.Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	Cursor string         `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListEventsResponse.ProtoReflect.Descriptor instead.

func (*ListEventsResponse) GetCursor added in v0.27.0

func (x *ListEventsResponse) GetCursor() string

func (*ListEventsResponse) GetEvents added in v0.27.0

func (x *ListEventsResponse) GetEvents() []*model.Event

func (*ListEventsResponse) ProtoMessage added in v0.27.0

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) ProtoReflect added in v0.27.0

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

func (*ListEventsResponse) Reset added in v0.27.0

func (x *ListEventsResponse) Reset()

func (*ListEventsResponse) String added in v0.27.0

func (x *ListEventsResponse) String() string

func (*ListEventsResponse) Validate added in v0.27.0

func (m *ListEventsResponse) Validate() error

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

func (*ListEventsResponse) ValidateAll added in v0.27.0

func (m *ListEventsResponse) ValidateAll() error

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

type ListEventsResponseMultiError added in v0.27.0

type ListEventsResponseMultiError []error

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

func (ListEventsResponseMultiError) AllErrors added in v0.27.0

func (m ListEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEventsResponseMultiError) Error added in v0.27.0

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

type ListEventsResponseValidationError added in v0.27.0

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

ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.

func (ListEventsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListEventsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListEventsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListEventsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListEventsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListEventsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListPipedsRequest added in v0.27.0

type ListPipedsRequest struct {

	// Whether to include the status value in the response message.
	WithStatus bool                       `protobuf:"varint,1,opt,name=with_status,json=withStatus,proto3" json:"with_status,omitempty"`
	Options    *ListPipedsRequest_Options `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPipedsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListPipedsRequest.ProtoReflect.Descriptor instead.

func (*ListPipedsRequest) GetOptions added in v0.27.0

func (*ListPipedsRequest) GetWithStatus added in v0.27.0

func (x *ListPipedsRequest) GetWithStatus() bool

func (*ListPipedsRequest) ProtoMessage added in v0.27.0

func (*ListPipedsRequest) ProtoMessage()

func (*ListPipedsRequest) ProtoReflect added in v0.27.0

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

func (*ListPipedsRequest) Reset added in v0.27.0

func (x *ListPipedsRequest) Reset()

func (*ListPipedsRequest) String added in v0.27.0

func (x *ListPipedsRequest) String() string

func (*ListPipedsRequest) Validate added in v0.27.0

func (m *ListPipedsRequest) Validate() error

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

func (*ListPipedsRequest) ValidateAll added in v0.27.0

func (m *ListPipedsRequest) ValidateAll() error

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

type ListPipedsRequestMultiError added in v0.27.0

type ListPipedsRequestMultiError []error

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

func (ListPipedsRequestMultiError) AllErrors added in v0.27.0

func (m ListPipedsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPipedsRequestMultiError) Error added in v0.27.0

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

type ListPipedsRequestValidationError added in v0.27.0

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

ListPipedsRequestValidationError is the validation error returned by ListPipedsRequest.Validate if the designated constraints aren't met.

func (ListPipedsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListPipedsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListPipedsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListPipedsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListPipedsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListPipedsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListPipedsRequest_Options added in v0.27.0

type ListPipedsRequest_Options struct {
	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPipedsRequest_Options) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListPipedsRequest_Options.ProtoReflect.Descriptor instead.

func (*ListPipedsRequest_Options) GetEnabled added in v0.27.0

func (*ListPipedsRequest_Options) ProtoMessage added in v0.27.0

func (*ListPipedsRequest_Options) ProtoMessage()

func (*ListPipedsRequest_Options) ProtoReflect added in v0.27.0

func (*ListPipedsRequest_Options) Reset added in v0.27.0

func (x *ListPipedsRequest_Options) Reset()

func (*ListPipedsRequest_Options) String added in v0.27.0

func (x *ListPipedsRequest_Options) String() string

func (*ListPipedsRequest_Options) Validate added in v0.27.0

func (m *ListPipedsRequest_Options) Validate() error

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

func (*ListPipedsRequest_Options) ValidateAll added in v0.27.0

func (m *ListPipedsRequest_Options) ValidateAll() error

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

type ListPipedsRequest_OptionsMultiError added in v0.27.0

type ListPipedsRequest_OptionsMultiError []error

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

func (ListPipedsRequest_OptionsMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListPipedsRequest_OptionsMultiError) Error added in v0.27.0

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

type ListPipedsRequest_OptionsValidationError added in v0.27.0

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

ListPipedsRequest_OptionsValidationError is the validation error returned by ListPipedsRequest_Options.Validate if the designated constraints aren't met.

func (ListPipedsRequest_OptionsValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListPipedsRequest_OptionsValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListPipedsRequest_OptionsValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListPipedsRequest_OptionsValidationError) Field added in v0.27.0

Field function returns field value.

func (ListPipedsRequest_OptionsValidationError) Key added in v0.27.0

Key function returns key value.

func (ListPipedsRequest_OptionsValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListPipedsResponse added in v0.27.0

type ListPipedsResponse struct {
	Pipeds []*model.Piped `protobuf:"bytes,1,rep,name=pipeds,proto3" json:"pipeds,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPipedsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListPipedsResponse.ProtoReflect.Descriptor instead.

func (*ListPipedsResponse) GetPipeds added in v0.27.0

func (x *ListPipedsResponse) GetPipeds() []*model.Piped

func (*ListPipedsResponse) ProtoMessage added in v0.27.0

func (*ListPipedsResponse) ProtoMessage()

func (*ListPipedsResponse) ProtoReflect added in v0.27.0

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

func (*ListPipedsResponse) Reset added in v0.27.0

func (x *ListPipedsResponse) Reset()

func (*ListPipedsResponse) String added in v0.27.0

func (x *ListPipedsResponse) String() string

func (*ListPipedsResponse) Validate added in v0.27.0

func (m *ListPipedsResponse) Validate() error

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

func (*ListPipedsResponse) ValidateAll added in v0.27.0

func (m *ListPipedsResponse) ValidateAll() error

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

type ListPipedsResponseMultiError added in v0.27.0

type ListPipedsResponseMultiError []error

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

func (ListPipedsResponseMultiError) AllErrors added in v0.27.0

func (m ListPipedsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPipedsResponseMultiError) Error added in v0.27.0

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

type ListPipedsResponseValidationError added in v0.27.0

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

ListPipedsResponseValidationError is the validation error returned by ListPipedsResponse.Validate if the designated constraints aren't met.

func (ListPipedsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListPipedsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListPipedsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListPipedsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListPipedsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListPipedsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListReleasedVersionsRequest added in v0.33.0

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

func (*ListReleasedVersionsRequest) Descriptor deprecated added in v0.33.0

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

Deprecated: Use ListReleasedVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListReleasedVersionsRequest) ProtoMessage added in v0.33.0

func (*ListReleasedVersionsRequest) ProtoMessage()

func (*ListReleasedVersionsRequest) ProtoReflect added in v0.33.0

func (*ListReleasedVersionsRequest) Reset added in v0.33.0

func (x *ListReleasedVersionsRequest) Reset()

func (*ListReleasedVersionsRequest) String added in v0.33.0

func (x *ListReleasedVersionsRequest) String() string

func (*ListReleasedVersionsRequest) Validate added in v0.33.0

func (m *ListReleasedVersionsRequest) Validate() error

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

func (*ListReleasedVersionsRequest) ValidateAll added in v0.33.0

func (m *ListReleasedVersionsRequest) ValidateAll() error

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

type ListReleasedVersionsRequestMultiError added in v0.33.0

type ListReleasedVersionsRequestMultiError []error

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

func (ListReleasedVersionsRequestMultiError) AllErrors added in v0.33.0

AllErrors returns a list of validation violation errors.

func (ListReleasedVersionsRequestMultiError) Error added in v0.33.0

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

type ListReleasedVersionsRequestValidationError added in v0.33.0

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

ListReleasedVersionsRequestValidationError is the validation error returned by ListReleasedVersionsRequest.Validate if the designated constraints aren't met.

func (ListReleasedVersionsRequestValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (ListReleasedVersionsRequestValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (ListReleasedVersionsRequestValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (ListReleasedVersionsRequestValidationError) Field added in v0.33.0

Field function returns field value.

func (ListReleasedVersionsRequestValidationError) Key added in v0.33.0

Key function returns key value.

func (ListReleasedVersionsRequestValidationError) Reason added in v0.33.0

Reason function returns reason value.

type ListReleasedVersionsResponse added in v0.33.0

type ListReleasedVersionsResponse struct {
	Versions []string `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListReleasedVersionsResponse) Descriptor deprecated added in v0.33.0

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

Deprecated: Use ListReleasedVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListReleasedVersionsResponse) GetVersions added in v0.33.0

func (x *ListReleasedVersionsResponse) GetVersions() []string

func (*ListReleasedVersionsResponse) ProtoMessage added in v0.33.0

func (*ListReleasedVersionsResponse) ProtoMessage()

func (*ListReleasedVersionsResponse) ProtoReflect added in v0.33.0

func (*ListReleasedVersionsResponse) Reset added in v0.33.0

func (x *ListReleasedVersionsResponse) Reset()

func (*ListReleasedVersionsResponse) String added in v0.33.0

func (*ListReleasedVersionsResponse) Validate added in v0.33.0

func (m *ListReleasedVersionsResponse) Validate() error

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

func (*ListReleasedVersionsResponse) ValidateAll added in v0.33.0

func (m *ListReleasedVersionsResponse) ValidateAll() error

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

type ListReleasedVersionsResponseMultiError added in v0.33.0

type ListReleasedVersionsResponseMultiError []error

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

func (ListReleasedVersionsResponseMultiError) AllErrors added in v0.33.0

AllErrors returns a list of validation violation errors.

func (ListReleasedVersionsResponseMultiError) Error added in v0.33.0

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

type ListReleasedVersionsResponseValidationError added in v0.33.0

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

ListReleasedVersionsResponseValidationError is the validation error returned by ListReleasedVersionsResponse.Validate if the designated constraints aren't met.

func (ListReleasedVersionsResponseValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (ListReleasedVersionsResponseValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (ListReleasedVersionsResponseValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (ListReleasedVersionsResponseValidationError) Field added in v0.33.0

Field function returns field value.

func (ListReleasedVersionsResponseValidationError) Key added in v0.33.0

Key function returns key value.

func (ListReleasedVersionsResponseValidationError) Reason added in v0.33.0

Reason function returns reason value.

type ListUnregisteredApplicationsRequest added in v0.27.0

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

func (*ListUnregisteredApplicationsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListUnregisteredApplicationsRequest.ProtoReflect.Descriptor instead.

func (*ListUnregisteredApplicationsRequest) ProtoMessage added in v0.27.0

func (*ListUnregisteredApplicationsRequest) ProtoMessage()

func (*ListUnregisteredApplicationsRequest) ProtoReflect added in v0.27.0

func (*ListUnregisteredApplicationsRequest) Reset added in v0.27.0

func (*ListUnregisteredApplicationsRequest) String added in v0.27.0

func (*ListUnregisteredApplicationsRequest) Validate added in v0.27.0

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

func (*ListUnregisteredApplicationsRequest) ValidateAll added in v0.27.0

func (m *ListUnregisteredApplicationsRequest) ValidateAll() error

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

type ListUnregisteredApplicationsRequestMultiError added in v0.27.0

type ListUnregisteredApplicationsRequestMultiError []error

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

func (ListUnregisteredApplicationsRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListUnregisteredApplicationsRequestMultiError) Error added in v0.27.0

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

type ListUnregisteredApplicationsRequestValidationError added in v0.27.0

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

ListUnregisteredApplicationsRequestValidationError is the validation error returned by ListUnregisteredApplicationsRequest.Validate if the designated constraints aren't met.

func (ListUnregisteredApplicationsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListUnregisteredApplicationsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListUnregisteredApplicationsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListUnregisteredApplicationsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListUnregisteredApplicationsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListUnregisteredApplicationsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListUnregisteredApplicationsResponse added in v0.27.0

type ListUnregisteredApplicationsResponse struct {
	Applications []*model.ApplicationInfo `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUnregisteredApplicationsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListUnregisteredApplicationsResponse.ProtoReflect.Descriptor instead.

func (*ListUnregisteredApplicationsResponse) GetApplications added in v0.27.0

func (*ListUnregisteredApplicationsResponse) ProtoMessage added in v0.27.0

func (*ListUnregisteredApplicationsResponse) ProtoMessage()

func (*ListUnregisteredApplicationsResponse) ProtoReflect added in v0.27.0

func (*ListUnregisteredApplicationsResponse) Reset added in v0.27.0

func (*ListUnregisteredApplicationsResponse) String added in v0.27.0

func (*ListUnregisteredApplicationsResponse) Validate added in v0.27.0

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

func (*ListUnregisteredApplicationsResponse) ValidateAll added in v0.27.0

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

type ListUnregisteredApplicationsResponseMultiError added in v0.27.0

type ListUnregisteredApplicationsResponseMultiError []error

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

func (ListUnregisteredApplicationsResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListUnregisteredApplicationsResponseMultiError) Error added in v0.27.0

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

type ListUnregisteredApplicationsResponseValidationError added in v0.27.0

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

ListUnregisteredApplicationsResponseValidationError is the validation error returned by ListUnregisteredApplicationsResponse.Validate if the designated constraints aren't met.

func (ListUnregisteredApplicationsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListUnregisteredApplicationsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListUnregisteredApplicationsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListUnregisteredApplicationsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListUnregisteredApplicationsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListUnregisteredApplicationsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RecreatePipedKeyRequest added in v0.27.0

type RecreatePipedKeyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RecreatePipedKeyRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use RecreatePipedKeyRequest.ProtoReflect.Descriptor instead.

func (*RecreatePipedKeyRequest) GetId added in v0.27.0

func (x *RecreatePipedKeyRequest) GetId() string

func (*RecreatePipedKeyRequest) ProtoMessage added in v0.27.0

func (*RecreatePipedKeyRequest) ProtoMessage()

func (*RecreatePipedKeyRequest) ProtoReflect added in v0.27.0

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

func (*RecreatePipedKeyRequest) Reset added in v0.27.0

func (x *RecreatePipedKeyRequest) Reset()

func (*RecreatePipedKeyRequest) String added in v0.27.0

func (x *RecreatePipedKeyRequest) String() string

func (*RecreatePipedKeyRequest) Validate added in v0.27.0

func (m *RecreatePipedKeyRequest) Validate() error

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

func (*RecreatePipedKeyRequest) ValidateAll added in v0.27.0

func (m *RecreatePipedKeyRequest) ValidateAll() error

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

type RecreatePipedKeyRequestMultiError added in v0.27.0

type RecreatePipedKeyRequestMultiError []error

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

func (RecreatePipedKeyRequestMultiError) AllErrors added in v0.27.0

func (m RecreatePipedKeyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecreatePipedKeyRequestMultiError) Error added in v0.27.0

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

type RecreatePipedKeyRequestValidationError added in v0.27.0

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

RecreatePipedKeyRequestValidationError is the validation error returned by RecreatePipedKeyRequest.Validate if the designated constraints aren't met.

func (RecreatePipedKeyRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RecreatePipedKeyRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RecreatePipedKeyRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RecreatePipedKeyRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (RecreatePipedKeyRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (RecreatePipedKeyRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RecreatePipedKeyResponse added in v0.27.0

type RecreatePipedKeyResponse struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RecreatePipedKeyResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use RecreatePipedKeyResponse.ProtoReflect.Descriptor instead.

func (*RecreatePipedKeyResponse) GetKey added in v0.27.0

func (x *RecreatePipedKeyResponse) GetKey() string

func (*RecreatePipedKeyResponse) ProtoMessage added in v0.27.0

func (*RecreatePipedKeyResponse) ProtoMessage()

func (*RecreatePipedKeyResponse) ProtoReflect added in v0.27.0

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

func (*RecreatePipedKeyResponse) Reset added in v0.27.0

func (x *RecreatePipedKeyResponse) Reset()

func (*RecreatePipedKeyResponse) String added in v0.27.0

func (x *RecreatePipedKeyResponse) String() string

func (*RecreatePipedKeyResponse) Validate added in v0.27.0

func (m *RecreatePipedKeyResponse) Validate() error

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

func (*RecreatePipedKeyResponse) ValidateAll added in v0.27.0

func (m *RecreatePipedKeyResponse) ValidateAll() error

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

type RecreatePipedKeyResponseMultiError added in v0.27.0

type RecreatePipedKeyResponseMultiError []error

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

func (RecreatePipedKeyResponseMultiError) AllErrors added in v0.27.0

func (m RecreatePipedKeyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecreatePipedKeyResponseMultiError) Error added in v0.27.0

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

type RecreatePipedKeyResponseValidationError added in v0.27.0

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

RecreatePipedKeyResponseValidationError is the validation error returned by RecreatePipedKeyResponse.Validate if the designated constraints aren't met.

func (RecreatePipedKeyResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RecreatePipedKeyResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RecreatePipedKeyResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RecreatePipedKeyResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (RecreatePipedKeyResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (RecreatePipedKeyResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RegisterPipedRequest added in v0.27.0

type RegisterPipedRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterPipedRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use RegisterPipedRequest.ProtoReflect.Descriptor instead.

func (*RegisterPipedRequest) GetDesc added in v0.27.0

func (x *RegisterPipedRequest) GetDesc() string

func (*RegisterPipedRequest) GetName added in v0.27.0

func (x *RegisterPipedRequest) GetName() string

func (*RegisterPipedRequest) ProtoMessage added in v0.27.0

func (*RegisterPipedRequest) ProtoMessage()

func (*RegisterPipedRequest) ProtoReflect added in v0.27.0

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

func (*RegisterPipedRequest) Reset added in v0.27.0

func (x *RegisterPipedRequest) Reset()

func (*RegisterPipedRequest) String added in v0.27.0

func (x *RegisterPipedRequest) String() string

func (*RegisterPipedRequest) Validate added in v0.27.0

func (m *RegisterPipedRequest) Validate() error

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

func (*RegisterPipedRequest) ValidateAll added in v0.27.0

func (m *RegisterPipedRequest) ValidateAll() error

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

type RegisterPipedRequestMultiError added in v0.27.0

type RegisterPipedRequestMultiError []error

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

func (RegisterPipedRequestMultiError) AllErrors added in v0.27.0

func (m RegisterPipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterPipedRequestMultiError) Error added in v0.27.0

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

type RegisterPipedRequestValidationError added in v0.27.0

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

RegisterPipedRequestValidationError is the validation error returned by RegisterPipedRequest.Validate if the designated constraints aren't met.

func (RegisterPipedRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RegisterPipedRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RegisterPipedRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RegisterPipedRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (RegisterPipedRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (RegisterPipedRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RegisterPipedResponse added in v0.27.0

type RegisterPipedResponse struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterPipedResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use RegisterPipedResponse.ProtoReflect.Descriptor instead.

func (*RegisterPipedResponse) GetId added in v0.27.0

func (x *RegisterPipedResponse) GetId() string

func (*RegisterPipedResponse) GetKey added in v0.27.0

func (x *RegisterPipedResponse) GetKey() string

func (*RegisterPipedResponse) ProtoMessage added in v0.27.0

func (*RegisterPipedResponse) ProtoMessage()

func (*RegisterPipedResponse) ProtoReflect added in v0.27.0

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

func (*RegisterPipedResponse) Reset added in v0.27.0

func (x *RegisterPipedResponse) Reset()

func (*RegisterPipedResponse) String added in v0.27.0

func (x *RegisterPipedResponse) String() string

func (*RegisterPipedResponse) Validate added in v0.27.0

func (m *RegisterPipedResponse) Validate() error

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

func (*RegisterPipedResponse) ValidateAll added in v0.27.0

func (m *RegisterPipedResponse) ValidateAll() error

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

type RegisterPipedResponseMultiError added in v0.27.0

type RegisterPipedResponseMultiError []error

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

func (RegisterPipedResponseMultiError) AllErrors added in v0.27.0

func (m RegisterPipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterPipedResponseMultiError) Error added in v0.27.0

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

type RegisterPipedResponseValidationError added in v0.27.0

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

RegisterPipedResponseValidationError is the validation error returned by RegisterPipedResponse.Validate if the designated constraints aren't met.

func (RegisterPipedResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RegisterPipedResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RegisterPipedResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RegisterPipedResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (RegisterPipedResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (RegisterPipedResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RestartPipedRequest added in v0.33.0

type RestartPipedRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RestartPipedRequest) Descriptor deprecated added in v0.33.0

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

Deprecated: Use RestartPipedRequest.ProtoReflect.Descriptor instead.

func (*RestartPipedRequest) GetPipedId added in v0.33.0

func (x *RestartPipedRequest) GetPipedId() string

func (*RestartPipedRequest) ProtoMessage added in v0.33.0

func (*RestartPipedRequest) ProtoMessage()

func (*RestartPipedRequest) ProtoReflect added in v0.33.0

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

func (*RestartPipedRequest) Reset added in v0.33.0

func (x *RestartPipedRequest) Reset()

func (*RestartPipedRequest) String added in v0.33.0

func (x *RestartPipedRequest) String() string

func (*RestartPipedRequest) Validate added in v0.33.0

func (m *RestartPipedRequest) Validate() error

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

func (*RestartPipedRequest) ValidateAll added in v0.33.0

func (m *RestartPipedRequest) ValidateAll() error

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

type RestartPipedRequestMultiError added in v0.33.0

type RestartPipedRequestMultiError []error

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

func (RestartPipedRequestMultiError) AllErrors added in v0.33.0

func (m RestartPipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartPipedRequestMultiError) Error added in v0.33.0

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

type RestartPipedRequestValidationError added in v0.33.0

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

RestartPipedRequestValidationError is the validation error returned by RestartPipedRequest.Validate if the designated constraints aren't met.

func (RestartPipedRequestValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (RestartPipedRequestValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (RestartPipedRequestValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (RestartPipedRequestValidationError) Field added in v0.33.0

Field function returns field value.

func (RestartPipedRequestValidationError) Key added in v0.33.0

Key function returns key value.

func (RestartPipedRequestValidationError) Reason added in v0.33.0

Reason function returns reason value.

type RestartPipedResponse added in v0.33.0

type RestartPipedResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RestartPipedResponse) Descriptor deprecated added in v0.33.0

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

Deprecated: Use RestartPipedResponse.ProtoReflect.Descriptor instead.

func (*RestartPipedResponse) GetCommandId added in v0.33.0

func (x *RestartPipedResponse) GetCommandId() string

func (*RestartPipedResponse) ProtoMessage added in v0.33.0

func (*RestartPipedResponse) ProtoMessage()

func (*RestartPipedResponse) ProtoReflect added in v0.33.0

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

func (*RestartPipedResponse) Reset added in v0.33.0

func (x *RestartPipedResponse) Reset()

func (*RestartPipedResponse) String added in v0.33.0

func (x *RestartPipedResponse) String() string

func (*RestartPipedResponse) Validate added in v0.33.0

func (m *RestartPipedResponse) Validate() error

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

func (*RestartPipedResponse) ValidateAll added in v0.33.0

func (m *RestartPipedResponse) ValidateAll() error

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

type RestartPipedResponseMultiError added in v0.33.0

type RestartPipedResponseMultiError []error

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

func (RestartPipedResponseMultiError) AllErrors added in v0.33.0

func (m RestartPipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartPipedResponseMultiError) Error added in v0.33.0

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

type RestartPipedResponseValidationError added in v0.33.0

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

RestartPipedResponseValidationError is the validation error returned by RestartPipedResponse.Validate if the designated constraints aren't met.

func (RestartPipedResponseValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (RestartPipedResponseValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (RestartPipedResponseValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (RestartPipedResponseValidationError) Field added in v0.33.0

Field function returns field value.

func (RestartPipedResponseValidationError) Key added in v0.33.0

Key function returns key value.

func (RestartPipedResponseValidationError) Reason added in v0.33.0

Reason function returns reason value.

type SkipStageRequest added in v0.27.4

type SkipStageRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SkipStageRequest) Descriptor deprecated added in v0.27.4

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

Deprecated: Use SkipStageRequest.ProtoReflect.Descriptor instead.

func (*SkipStageRequest) GetDeploymentId added in v0.27.4

func (x *SkipStageRequest) GetDeploymentId() string

func (*SkipStageRequest) GetStageId added in v0.27.4

func (x *SkipStageRequest) GetStageId() string

func (*SkipStageRequest) ProtoMessage added in v0.27.4

func (*SkipStageRequest) ProtoMessage()

func (*SkipStageRequest) ProtoReflect added in v0.27.4

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

func (*SkipStageRequest) Reset added in v0.27.4

func (x *SkipStageRequest) Reset()

func (*SkipStageRequest) String added in v0.27.4

func (x *SkipStageRequest) String() string

func (*SkipStageRequest) Validate added in v0.27.4

func (m *SkipStageRequest) Validate() error

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

func (*SkipStageRequest) ValidateAll added in v0.27.4

func (m *SkipStageRequest) ValidateAll() error

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

type SkipStageRequestMultiError added in v0.27.4

type SkipStageRequestMultiError []error

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

func (SkipStageRequestMultiError) AllErrors added in v0.27.4

func (m SkipStageRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SkipStageRequestMultiError) Error added in v0.27.4

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

type SkipStageRequestValidationError added in v0.27.4

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

SkipStageRequestValidationError is the validation error returned by SkipStageRequest.Validate if the designated constraints aren't met.

func (SkipStageRequestValidationError) Cause added in v0.27.4

Cause function returns cause value.

func (SkipStageRequestValidationError) Error added in v0.27.4

Error satisfies the builtin error interface

func (SkipStageRequestValidationError) ErrorName added in v0.27.4

ErrorName returns error name.

func (SkipStageRequestValidationError) Field added in v0.27.4

Field function returns field value.

func (SkipStageRequestValidationError) Key added in v0.27.4

Key function returns key value.

func (SkipStageRequestValidationError) Reason added in v0.27.4

Reason function returns reason value.

type SkipStageResponse added in v0.27.4

type SkipStageResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SkipStageResponse) Descriptor deprecated added in v0.27.4

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

Deprecated: Use SkipStageResponse.ProtoReflect.Descriptor instead.

func (*SkipStageResponse) GetCommandId added in v0.27.4

func (x *SkipStageResponse) GetCommandId() string

func (*SkipStageResponse) ProtoMessage added in v0.27.4

func (*SkipStageResponse) ProtoMessage()

func (*SkipStageResponse) ProtoReflect added in v0.27.4

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

func (*SkipStageResponse) Reset added in v0.27.4

func (x *SkipStageResponse) Reset()

func (*SkipStageResponse) String added in v0.27.4

func (x *SkipStageResponse) String() string

func (*SkipStageResponse) Validate added in v0.27.4

func (m *SkipStageResponse) Validate() error

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

func (*SkipStageResponse) ValidateAll added in v0.27.4

func (m *SkipStageResponse) ValidateAll() error

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

type SkipStageResponseMultiError added in v0.27.4

type SkipStageResponseMultiError []error

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

func (SkipStageResponseMultiError) AllErrors added in v0.27.4

func (m SkipStageResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SkipStageResponseMultiError) Error added in v0.27.4

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

type SkipStageResponseValidationError added in v0.27.4

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

SkipStageResponseValidationError is the validation error returned by SkipStageResponse.Validate if the designated constraints aren't met.

func (SkipStageResponseValidationError) Cause added in v0.27.4

Cause function returns cause value.

func (SkipStageResponseValidationError) Error added in v0.27.4

Error satisfies the builtin error interface

func (SkipStageResponseValidationError) ErrorName added in v0.27.4

ErrorName returns error name.

func (SkipStageResponseValidationError) Field added in v0.27.4

Field function returns field value.

func (SkipStageResponseValidationError) Key added in v0.27.4

Key function returns key value.

func (SkipStageResponseValidationError) Reason added in v0.27.4

Reason function returns reason value.

type SyncApplicationRequest added in v0.27.0

type SyncApplicationRequest struct {
	ApplicationId string             `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	SyncStrategy  model.SyncStrategy `protobuf:"varint,2,opt,name=sync_strategy,json=syncStrategy,proto3,enum=model.SyncStrategy" json:"sync_strategy,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use SyncApplicationRequest.ProtoReflect.Descriptor instead.

func (*SyncApplicationRequest) GetApplicationId added in v0.27.0

func (x *SyncApplicationRequest) GetApplicationId() string

func (*SyncApplicationRequest) GetSyncStrategy added in v0.27.0

func (x *SyncApplicationRequest) GetSyncStrategy() model.SyncStrategy

func (*SyncApplicationRequest) ProtoMessage added in v0.27.0

func (*SyncApplicationRequest) ProtoMessage()

func (*SyncApplicationRequest) ProtoReflect added in v0.27.0

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

func (*SyncApplicationRequest) Reset added in v0.27.0

func (x *SyncApplicationRequest) Reset()

func (*SyncApplicationRequest) String added in v0.27.0

func (x *SyncApplicationRequest) String() string

func (*SyncApplicationRequest) Validate added in v0.27.0

func (m *SyncApplicationRequest) Validate() error

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

func (*SyncApplicationRequest) ValidateAll added in v0.27.0

func (m *SyncApplicationRequest) ValidateAll() error

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

type SyncApplicationRequestMultiError added in v0.27.0

type SyncApplicationRequestMultiError []error

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

func (SyncApplicationRequestMultiError) AllErrors added in v0.27.0

func (m SyncApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncApplicationRequestMultiError) Error added in v0.27.0

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

type SyncApplicationRequestValidationError added in v0.27.0

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

SyncApplicationRequestValidationError is the validation error returned by SyncApplicationRequest.Validate if the designated constraints aren't met.

func (SyncApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (SyncApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (SyncApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (SyncApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (SyncApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (SyncApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type SyncApplicationResponse added in v0.27.0

type SyncApplicationResponse struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use SyncApplicationResponse.ProtoReflect.Descriptor instead.

func (*SyncApplicationResponse) GetCommandId added in v0.27.0

func (x *SyncApplicationResponse) GetCommandId() string

func (*SyncApplicationResponse) ProtoMessage added in v0.27.0

func (*SyncApplicationResponse) ProtoMessage()

func (*SyncApplicationResponse) ProtoReflect added in v0.27.0

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

func (*SyncApplicationResponse) Reset added in v0.27.0

func (x *SyncApplicationResponse) Reset()

func (*SyncApplicationResponse) String added in v0.27.0

func (x *SyncApplicationResponse) String() string

func (*SyncApplicationResponse) Validate added in v0.27.0

func (m *SyncApplicationResponse) Validate() error

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

func (*SyncApplicationResponse) ValidateAll added in v0.27.0

func (m *SyncApplicationResponse) ValidateAll() error

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

type SyncApplicationResponseMultiError added in v0.27.0

type SyncApplicationResponseMultiError []error

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

func (SyncApplicationResponseMultiError) AllErrors added in v0.27.0

func (m SyncApplicationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncApplicationResponseMultiError) Error added in v0.27.0

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

type SyncApplicationResponseValidationError added in v0.27.0

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

SyncApplicationResponseValidationError is the validation error returned by SyncApplicationResponse.Validate if the designated constraints aren't met.

func (SyncApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (SyncApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (SyncApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (SyncApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (SyncApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (SyncApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UnimplementedWebServiceServer added in v0.27.0

type UnimplementedWebServiceServer struct {
}

UnimplementedWebServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWebServiceServer) AddApplication added in v0.27.0

func (UnimplementedWebServiceServer) AddProjectRBACRole added in v0.28.0

func (UnimplementedWebServiceServer) AddProjectUserGroup added in v0.28.0

func (UnimplementedWebServiceServer) ApproveStage added in v0.27.0

func (UnimplementedWebServiceServer) CancelDeployment added in v0.27.0

func (UnimplementedWebServiceServer) DeleteApplication added in v0.27.0

func (UnimplementedWebServiceServer) DeleteOldPipedKeys added in v0.27.0

func (UnimplementedWebServiceServer) DeleteProjectRBACRole added in v0.28.0

func (UnimplementedWebServiceServer) DeleteProjectUserGroup added in v0.28.0

func (UnimplementedWebServiceServer) DisableAPIKey added in v0.27.0

func (UnimplementedWebServiceServer) DisableApplication added in v0.27.0

func (UnimplementedWebServiceServer) DisablePiped added in v0.27.0

func (UnimplementedWebServiceServer) DisableStaticAdmin added in v0.27.0

func (UnimplementedWebServiceServer) EnableApplication added in v0.27.0

func (UnimplementedWebServiceServer) EnablePiped added in v0.27.0

func (UnimplementedWebServiceServer) EnableStaticAdmin added in v0.27.0

func (UnimplementedWebServiceServer) GenerateAPIKey added in v0.27.0

func (UnimplementedWebServiceServer) GenerateApplicationSealedSecret added in v0.27.0

func (UnimplementedWebServiceServer) GetApplication added in v0.27.0

func (UnimplementedWebServiceServer) GetApplicationLiveState added in v0.27.0

func (UnimplementedWebServiceServer) GetCommand added in v0.27.0

func (UnimplementedWebServiceServer) GetDeployment added in v0.27.0

func (UnimplementedWebServiceServer) GetDeploymentChain added in v0.27.0

func (UnimplementedWebServiceServer) GetInsightApplicationCount added in v0.27.0

func (UnimplementedWebServiceServer) GetInsightData added in v0.27.0

func (UnimplementedWebServiceServer) GetMe added in v0.27.0

func (UnimplementedWebServiceServer) GetPiped added in v0.27.0

func (UnimplementedWebServiceServer) GetProject added in v0.27.0

func (UnimplementedWebServiceServer) GetStageLog added in v0.27.0

func (UnimplementedWebServiceServer) ListAPIKeys added in v0.27.0

func (UnimplementedWebServiceServer) ListApplications added in v0.27.0

func (UnimplementedWebServiceServer) ListDeploymentChains added in v0.27.0

func (UnimplementedWebServiceServer) ListDeployments added in v0.27.0

func (UnimplementedWebServiceServer) ListEvents added in v0.27.0

func (UnimplementedWebServiceServer) ListPipeds added in v0.27.0

func (UnimplementedWebServiceServer) ListReleasedVersions added in v0.33.0

func (UnimplementedWebServiceServer) ListUnregisteredApplications added in v0.27.0

func (UnimplementedWebServiceServer) RecreatePipedKey added in v0.27.0

func (UnimplementedWebServiceServer) RegisterPiped added in v0.27.0

func (UnimplementedWebServiceServer) RestartPiped added in v0.33.0

func (UnimplementedWebServiceServer) SkipStage added in v0.27.4

func (UnimplementedWebServiceServer) SyncApplication added in v0.27.0

func (UnimplementedWebServiceServer) UpdateApplication added in v0.27.0

func (UnimplementedWebServiceServer) UpdatePiped added in v0.27.0

func (UnimplementedWebServiceServer) UpdatePipedDesiredVersion added in v0.27.0

func (UnimplementedWebServiceServer) UpdateProjectRBACConfig added in v0.27.0

func (UnimplementedWebServiceServer) UpdateProjectRBACRole added in v0.28.0

func (UnimplementedWebServiceServer) UpdateProjectSSOConfig added in v0.27.0

func (UnimplementedWebServiceServer) UpdateProjectStaticAdmin added in v0.27.0

type UnsafeWebServiceServer added in v0.27.0

type UnsafeWebServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWebServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WebServiceServer will result in compilation errors.

type UpdateApplicationRequest added in v0.27.0

type UpdateApplicationRequest struct {
	ApplicationId    string                `protobuf:"bytes,1,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Name             string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	PipedId          string                `protobuf:"bytes,4,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	Kind             model.ApplicationKind `protobuf:"varint,6,opt,name=kind,proto3,enum=model.ApplicationKind" json:"kind,omitempty"`
	PlatformProvider string                `protobuf:"bytes,9,opt,name=platform_provider,json=platformProvider,proto3" json:"platform_provider,omitempty"`
	ConfigFilename   string                `protobuf:"bytes,8,opt,name=config_filename,json=configFilename,proto3" json:"config_filename,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateApplicationRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead.

func (*UpdateApplicationRequest) GetApplicationId added in v0.27.0

func (x *UpdateApplicationRequest) GetApplicationId() string

func (*UpdateApplicationRequest) GetConfigFilename added in v0.27.0

func (x *UpdateApplicationRequest) GetConfigFilename() string

func (*UpdateApplicationRequest) GetKind added in v0.27.0

func (*UpdateApplicationRequest) GetName added in v0.27.0

func (x *UpdateApplicationRequest) GetName() string

func (*UpdateApplicationRequest) GetPipedId added in v0.27.0

func (x *UpdateApplicationRequest) GetPipedId() string

func (*UpdateApplicationRequest) GetPlatformProvider added in v0.35.0

func (x *UpdateApplicationRequest) GetPlatformProvider() string

func (*UpdateApplicationRequest) ProtoMessage added in v0.27.0

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) ProtoReflect added in v0.27.0

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

func (*UpdateApplicationRequest) Reset added in v0.27.0

func (x *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String added in v0.27.0

func (x *UpdateApplicationRequest) String() string

func (*UpdateApplicationRequest) Validate added in v0.27.0

func (m *UpdateApplicationRequest) Validate() error

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

func (*UpdateApplicationRequest) ValidateAll added in v0.27.0

func (m *UpdateApplicationRequest) ValidateAll() error

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

type UpdateApplicationRequestMultiError added in v0.27.0

type UpdateApplicationRequestMultiError []error

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

func (UpdateApplicationRequestMultiError) AllErrors added in v0.27.0

func (m UpdateApplicationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateApplicationRequestMultiError) Error added in v0.27.0

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

type UpdateApplicationRequestValidationError added in v0.27.0

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

UpdateApplicationRequestValidationError is the validation error returned by UpdateApplicationRequest.Validate if the designated constraints aren't met.

func (UpdateApplicationRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateApplicationRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateApplicationRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateApplicationRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateApplicationRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateApplicationRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateApplicationResponse added in v0.27.0

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

func (*UpdateApplicationResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateApplicationResponse.ProtoReflect.Descriptor instead.

func (*UpdateApplicationResponse) ProtoMessage added in v0.27.0

func (*UpdateApplicationResponse) ProtoMessage()

func (*UpdateApplicationResponse) ProtoReflect added in v0.27.0

func (*UpdateApplicationResponse) Reset added in v0.27.0

func (x *UpdateApplicationResponse) Reset()

func (*UpdateApplicationResponse) String added in v0.27.0

func (x *UpdateApplicationResponse) String() string

func (*UpdateApplicationResponse) Validate added in v0.27.0

func (m *UpdateApplicationResponse) Validate() error

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

func (*UpdateApplicationResponse) ValidateAll added in v0.27.0

func (m *UpdateApplicationResponse) ValidateAll() error

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

type UpdateApplicationResponseMultiError added in v0.27.0

type UpdateApplicationResponseMultiError []error

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

func (UpdateApplicationResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateApplicationResponseMultiError) Error added in v0.27.0

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

type UpdateApplicationResponseValidationError added in v0.27.0

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

UpdateApplicationResponseValidationError is the validation error returned by UpdateApplicationResponse.Validate if the designated constraints aren't met.

func (UpdateApplicationResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateApplicationResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateApplicationResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateApplicationResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateApplicationResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateApplicationResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdatePipedDesiredVersionRequest added in v0.27.0

type UpdatePipedDesiredVersionRequest struct {
	Version  string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	PipedIds []string `protobuf:"bytes,2,rep,name=piped_ids,json=pipedIds,proto3" json:"piped_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePipedDesiredVersionRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdatePipedDesiredVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdatePipedDesiredVersionRequest) GetPipedIds added in v0.27.0

func (x *UpdatePipedDesiredVersionRequest) GetPipedIds() []string

func (*UpdatePipedDesiredVersionRequest) GetVersion added in v0.27.0

func (x *UpdatePipedDesiredVersionRequest) GetVersion() string

func (*UpdatePipedDesiredVersionRequest) ProtoMessage added in v0.27.0

func (*UpdatePipedDesiredVersionRequest) ProtoMessage()

func (*UpdatePipedDesiredVersionRequest) ProtoReflect added in v0.27.0

func (*UpdatePipedDesiredVersionRequest) Reset added in v0.27.0

func (*UpdatePipedDesiredVersionRequest) String added in v0.27.0

func (*UpdatePipedDesiredVersionRequest) Validate added in v0.27.0

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

func (*UpdatePipedDesiredVersionRequest) ValidateAll added in v0.27.0

func (m *UpdatePipedDesiredVersionRequest) ValidateAll() error

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

type UpdatePipedDesiredVersionRequestMultiError added in v0.27.0

type UpdatePipedDesiredVersionRequestMultiError []error

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

func (UpdatePipedDesiredVersionRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdatePipedDesiredVersionRequestMultiError) Error added in v0.27.0

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

type UpdatePipedDesiredVersionRequestValidationError added in v0.27.0

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

UpdatePipedDesiredVersionRequestValidationError is the validation error returned by UpdatePipedDesiredVersionRequest.Validate if the designated constraints aren't met.

func (UpdatePipedDesiredVersionRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdatePipedDesiredVersionRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdatePipedDesiredVersionRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdatePipedDesiredVersionRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdatePipedDesiredVersionRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdatePipedDesiredVersionRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdatePipedDesiredVersionResponse added in v0.27.0

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

func (*UpdatePipedDesiredVersionResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdatePipedDesiredVersionResponse.ProtoReflect.Descriptor instead.

func (*UpdatePipedDesiredVersionResponse) ProtoMessage added in v0.27.0

func (*UpdatePipedDesiredVersionResponse) ProtoMessage()

func (*UpdatePipedDesiredVersionResponse) ProtoReflect added in v0.27.0

func (*UpdatePipedDesiredVersionResponse) Reset added in v0.27.0

func (*UpdatePipedDesiredVersionResponse) String added in v0.27.0

func (*UpdatePipedDesiredVersionResponse) Validate added in v0.27.0

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

func (*UpdatePipedDesiredVersionResponse) ValidateAll added in v0.27.0

func (m *UpdatePipedDesiredVersionResponse) ValidateAll() error

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

type UpdatePipedDesiredVersionResponseMultiError added in v0.27.0

type UpdatePipedDesiredVersionResponseMultiError []error

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

func (UpdatePipedDesiredVersionResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdatePipedDesiredVersionResponseMultiError) Error added in v0.27.0

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

type UpdatePipedDesiredVersionResponseValidationError added in v0.27.0

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

UpdatePipedDesiredVersionResponseValidationError is the validation error returned by UpdatePipedDesiredVersionResponse.Validate if the designated constraints aren't met.

func (UpdatePipedDesiredVersionResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdatePipedDesiredVersionResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdatePipedDesiredVersionResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdatePipedDesiredVersionResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdatePipedDesiredVersionResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdatePipedDesiredVersionResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdatePipedRequest added in v0.27.0

type UpdatePipedRequest struct {
	PipedId string `protobuf:"bytes,1,opt,name=piped_id,json=pipedId,proto3" json:"piped_id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc    string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePipedRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdatePipedRequest.ProtoReflect.Descriptor instead.

func (*UpdatePipedRequest) GetDesc added in v0.27.0

func (x *UpdatePipedRequest) GetDesc() string

func (*UpdatePipedRequest) GetName added in v0.27.0

func (x *UpdatePipedRequest) GetName() string

func (*UpdatePipedRequest) GetPipedId added in v0.27.0

func (x *UpdatePipedRequest) GetPipedId() string

func (*UpdatePipedRequest) ProtoMessage added in v0.27.0

func (*UpdatePipedRequest) ProtoMessage()

func (*UpdatePipedRequest) ProtoReflect added in v0.27.0

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

func (*UpdatePipedRequest) Reset added in v0.27.0

func (x *UpdatePipedRequest) Reset()

func (*UpdatePipedRequest) String added in v0.27.0

func (x *UpdatePipedRequest) String() string

func (*UpdatePipedRequest) Validate added in v0.27.0

func (m *UpdatePipedRequest) Validate() error

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

func (*UpdatePipedRequest) ValidateAll added in v0.27.0

func (m *UpdatePipedRequest) ValidateAll() error

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

type UpdatePipedRequestMultiError added in v0.27.0

type UpdatePipedRequestMultiError []error

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

func (UpdatePipedRequestMultiError) AllErrors added in v0.27.0

func (m UpdatePipedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePipedRequestMultiError) Error added in v0.27.0

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

type UpdatePipedRequestValidationError added in v0.27.0

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

UpdatePipedRequestValidationError is the validation error returned by UpdatePipedRequest.Validate if the designated constraints aren't met.

func (UpdatePipedRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdatePipedRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdatePipedRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdatePipedRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdatePipedRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdatePipedRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdatePipedResponse added in v0.27.0

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

func (*UpdatePipedResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdatePipedResponse.ProtoReflect.Descriptor instead.

func (*UpdatePipedResponse) ProtoMessage added in v0.27.0

func (*UpdatePipedResponse) ProtoMessage()

func (*UpdatePipedResponse) ProtoReflect added in v0.27.0

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

func (*UpdatePipedResponse) Reset added in v0.27.0

func (x *UpdatePipedResponse) Reset()

func (*UpdatePipedResponse) String added in v0.27.0

func (x *UpdatePipedResponse) String() string

func (*UpdatePipedResponse) Validate added in v0.27.0

func (m *UpdatePipedResponse) Validate() error

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

func (*UpdatePipedResponse) ValidateAll added in v0.27.0

func (m *UpdatePipedResponse) ValidateAll() error

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

type UpdatePipedResponseMultiError added in v0.27.0

type UpdatePipedResponseMultiError []error

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

func (UpdatePipedResponseMultiError) AllErrors added in v0.27.0

func (m UpdatePipedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePipedResponseMultiError) Error added in v0.27.0

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

type UpdatePipedResponseValidationError added in v0.27.0

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

UpdatePipedResponseValidationError is the validation error returned by UpdatePipedResponse.Validate if the designated constraints aren't met.

func (UpdatePipedResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdatePipedResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdatePipedResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdatePipedResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdatePipedResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdatePipedResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectRBACConfigRequest added in v0.27.0

type UpdateProjectRBACConfigRequest struct {
	Rbac *model.ProjectRBACConfig `protobuf:"bytes,1,opt,name=rbac,proto3" json:"rbac,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRBACConfigRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectRBACConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRBACConfigRequest) GetRbac added in v0.27.0

func (*UpdateProjectRBACConfigRequest) ProtoMessage added in v0.27.0

func (*UpdateProjectRBACConfigRequest) ProtoMessage()

func (*UpdateProjectRBACConfigRequest) ProtoReflect added in v0.27.0

func (*UpdateProjectRBACConfigRequest) Reset added in v0.27.0

func (x *UpdateProjectRBACConfigRequest) Reset()

func (*UpdateProjectRBACConfigRequest) String added in v0.27.0

func (*UpdateProjectRBACConfigRequest) Validate added in v0.27.0

func (m *UpdateProjectRBACConfigRequest) Validate() error

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

func (*UpdateProjectRBACConfigRequest) ValidateAll added in v0.27.0

func (m *UpdateProjectRBACConfigRequest) ValidateAll() error

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

type UpdateProjectRBACConfigRequestMultiError added in v0.27.0

type UpdateProjectRBACConfigRequestMultiError []error

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

func (UpdateProjectRBACConfigRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectRBACConfigRequestMultiError) Error added in v0.27.0

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

type UpdateProjectRBACConfigRequestValidationError added in v0.27.0

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

UpdateProjectRBACConfigRequestValidationError is the validation error returned by UpdateProjectRBACConfigRequest.Validate if the designated constraints aren't met.

func (UpdateProjectRBACConfigRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectRBACConfigRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectRBACConfigRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectRBACConfigRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectRBACConfigRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectRBACConfigRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectRBACConfigResponse added in v0.27.0

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

func (*UpdateProjectRBACConfigResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectRBACConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectRBACConfigResponse) ProtoMessage added in v0.27.0

func (*UpdateProjectRBACConfigResponse) ProtoMessage()

func (*UpdateProjectRBACConfigResponse) ProtoReflect added in v0.27.0

func (*UpdateProjectRBACConfigResponse) Reset added in v0.27.0

func (*UpdateProjectRBACConfigResponse) String added in v0.27.0

func (*UpdateProjectRBACConfigResponse) Validate added in v0.27.0

func (m *UpdateProjectRBACConfigResponse) Validate() error

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

func (*UpdateProjectRBACConfigResponse) ValidateAll added in v0.27.0

func (m *UpdateProjectRBACConfigResponse) ValidateAll() error

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

type UpdateProjectRBACConfigResponseMultiError added in v0.27.0

type UpdateProjectRBACConfigResponseMultiError []error

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

func (UpdateProjectRBACConfigResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectRBACConfigResponseMultiError) Error added in v0.27.0

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

type UpdateProjectRBACConfigResponseValidationError added in v0.27.0

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

UpdateProjectRBACConfigResponseValidationError is the validation error returned by UpdateProjectRBACConfigResponse.Validate if the designated constraints aren't met.

func (UpdateProjectRBACConfigResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectRBACConfigResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectRBACConfigResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectRBACConfigResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectRBACConfigResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectRBACConfigResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectRBACRoleRequest added in v0.28.0

type UpdateProjectRBACRoleRequest struct {
	Name     string                     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Policies []*model.ProjectRBACPolicy `protobuf:"bytes,2,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRBACRoleRequest) Descriptor deprecated added in v0.28.0

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

Deprecated: Use UpdateProjectRBACRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRBACRoleRequest) GetName added in v0.28.0

func (x *UpdateProjectRBACRoleRequest) GetName() string

func (*UpdateProjectRBACRoleRequest) GetPolicies added in v0.28.0

func (*UpdateProjectRBACRoleRequest) ProtoMessage added in v0.28.0

func (*UpdateProjectRBACRoleRequest) ProtoMessage()

func (*UpdateProjectRBACRoleRequest) ProtoReflect added in v0.28.0

func (*UpdateProjectRBACRoleRequest) Reset added in v0.28.0

func (x *UpdateProjectRBACRoleRequest) Reset()

func (*UpdateProjectRBACRoleRequest) String added in v0.28.0

func (*UpdateProjectRBACRoleRequest) Validate added in v0.28.0

func (m *UpdateProjectRBACRoleRequest) Validate() error

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

func (*UpdateProjectRBACRoleRequest) ValidateAll added in v0.28.0

func (m *UpdateProjectRBACRoleRequest) ValidateAll() error

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

type UpdateProjectRBACRoleRequestMultiError added in v0.28.0

type UpdateProjectRBACRoleRequestMultiError []error

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

func (UpdateProjectRBACRoleRequestMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectRBACRoleRequestMultiError) Error added in v0.28.0

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

type UpdateProjectRBACRoleRequestValidationError added in v0.28.0

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

UpdateProjectRBACRoleRequestValidationError is the validation error returned by UpdateProjectRBACRoleRequest.Validate if the designated constraints aren't met.

func (UpdateProjectRBACRoleRequestValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (UpdateProjectRBACRoleRequestValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (UpdateProjectRBACRoleRequestValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (UpdateProjectRBACRoleRequestValidationError) Field added in v0.28.0

Field function returns field value.

func (UpdateProjectRBACRoleRequestValidationError) Key added in v0.28.0

Key function returns key value.

func (UpdateProjectRBACRoleRequestValidationError) Reason added in v0.28.0

Reason function returns reason value.

type UpdateProjectRBACRoleResponse added in v0.28.0

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

func (*UpdateProjectRBACRoleResponse) Descriptor deprecated added in v0.28.0

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

Deprecated: Use UpdateProjectRBACRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectRBACRoleResponse) ProtoMessage added in v0.28.0

func (*UpdateProjectRBACRoleResponse) ProtoMessage()

func (*UpdateProjectRBACRoleResponse) ProtoReflect added in v0.28.0

func (*UpdateProjectRBACRoleResponse) Reset added in v0.28.0

func (x *UpdateProjectRBACRoleResponse) Reset()

func (*UpdateProjectRBACRoleResponse) String added in v0.28.0

func (*UpdateProjectRBACRoleResponse) Validate added in v0.28.0

func (m *UpdateProjectRBACRoleResponse) Validate() error

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

func (*UpdateProjectRBACRoleResponse) ValidateAll added in v0.28.0

func (m *UpdateProjectRBACRoleResponse) ValidateAll() error

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

type UpdateProjectRBACRoleResponseMultiError added in v0.28.0

type UpdateProjectRBACRoleResponseMultiError []error

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

func (UpdateProjectRBACRoleResponseMultiError) AllErrors added in v0.28.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectRBACRoleResponseMultiError) Error added in v0.28.0

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

type UpdateProjectRBACRoleResponseValidationError added in v0.28.0

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

UpdateProjectRBACRoleResponseValidationError is the validation error returned by UpdateProjectRBACRoleResponse.Validate if the designated constraints aren't met.

func (UpdateProjectRBACRoleResponseValidationError) Cause added in v0.28.0

Cause function returns cause value.

func (UpdateProjectRBACRoleResponseValidationError) Error added in v0.28.0

Error satisfies the builtin error interface

func (UpdateProjectRBACRoleResponseValidationError) ErrorName added in v0.28.0

ErrorName returns error name.

func (UpdateProjectRBACRoleResponseValidationError) Field added in v0.28.0

Field function returns field value.

func (UpdateProjectRBACRoleResponseValidationError) Key added in v0.28.0

Key function returns key value.

func (UpdateProjectRBACRoleResponseValidationError) Reason added in v0.28.0

Reason function returns reason value.

type UpdateProjectSSOConfigRequest added in v0.27.0

type UpdateProjectSSOConfigRequest struct {
	Sso *model.ProjectSSOConfig `protobuf:"bytes,1,opt,name=sso,proto3" json:"sso,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectSSOConfigRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectSSOConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectSSOConfigRequest) GetSso added in v0.27.0

func (*UpdateProjectSSOConfigRequest) ProtoMessage added in v0.27.0

func (*UpdateProjectSSOConfigRequest) ProtoMessage()

func (*UpdateProjectSSOConfigRequest) ProtoReflect added in v0.27.0

func (*UpdateProjectSSOConfigRequest) Reset added in v0.27.0

func (x *UpdateProjectSSOConfigRequest) Reset()

func (*UpdateProjectSSOConfigRequest) String added in v0.27.0

func (*UpdateProjectSSOConfigRequest) Validate added in v0.27.0

func (m *UpdateProjectSSOConfigRequest) Validate() error

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

func (*UpdateProjectSSOConfigRequest) ValidateAll added in v0.27.0

func (m *UpdateProjectSSOConfigRequest) ValidateAll() error

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

type UpdateProjectSSOConfigRequestMultiError added in v0.27.0

type UpdateProjectSSOConfigRequestMultiError []error

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

func (UpdateProjectSSOConfigRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectSSOConfigRequestMultiError) Error added in v0.27.0

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

type UpdateProjectSSOConfigRequestValidationError added in v0.27.0

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

UpdateProjectSSOConfigRequestValidationError is the validation error returned by UpdateProjectSSOConfigRequest.Validate if the designated constraints aren't met.

func (UpdateProjectSSOConfigRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectSSOConfigRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectSSOConfigRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectSSOConfigRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectSSOConfigRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectSSOConfigRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectSSOConfigResponse added in v0.27.0

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

func (*UpdateProjectSSOConfigResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectSSOConfigResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectSSOConfigResponse) ProtoMessage added in v0.27.0

func (*UpdateProjectSSOConfigResponse) ProtoMessage()

func (*UpdateProjectSSOConfigResponse) ProtoReflect added in v0.27.0

func (*UpdateProjectSSOConfigResponse) Reset added in v0.27.0

func (x *UpdateProjectSSOConfigResponse) Reset()

func (*UpdateProjectSSOConfigResponse) String added in v0.27.0

func (*UpdateProjectSSOConfigResponse) Validate added in v0.27.0

func (m *UpdateProjectSSOConfigResponse) Validate() error

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

func (*UpdateProjectSSOConfigResponse) ValidateAll added in v0.27.0

func (m *UpdateProjectSSOConfigResponse) ValidateAll() error

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

type UpdateProjectSSOConfigResponseMultiError added in v0.27.0

type UpdateProjectSSOConfigResponseMultiError []error

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

func (UpdateProjectSSOConfigResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectSSOConfigResponseMultiError) Error added in v0.27.0

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

type UpdateProjectSSOConfigResponseValidationError added in v0.27.0

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

UpdateProjectSSOConfigResponseValidationError is the validation error returned by UpdateProjectSSOConfigResponse.Validate if the designated constraints aren't met.

func (UpdateProjectSSOConfigResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectSSOConfigResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectSSOConfigResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectSSOConfigResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectSSOConfigResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectSSOConfigResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectStaticAdminRequest added in v0.27.0

type UpdateProjectStaticAdminRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectStaticAdminRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectStaticAdminRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectStaticAdminRequest) GetPassword added in v0.27.0

func (x *UpdateProjectStaticAdminRequest) GetPassword() string

func (*UpdateProjectStaticAdminRequest) GetUsername added in v0.27.0

func (x *UpdateProjectStaticAdminRequest) GetUsername() string

func (*UpdateProjectStaticAdminRequest) ProtoMessage added in v0.27.0

func (*UpdateProjectStaticAdminRequest) ProtoMessage()

func (*UpdateProjectStaticAdminRequest) ProtoReflect added in v0.27.0

func (*UpdateProjectStaticAdminRequest) Reset added in v0.27.0

func (*UpdateProjectStaticAdminRequest) String added in v0.27.0

func (*UpdateProjectStaticAdminRequest) Validate added in v0.27.0

func (m *UpdateProjectStaticAdminRequest) Validate() error

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

func (*UpdateProjectStaticAdminRequest) ValidateAll added in v0.27.0

func (m *UpdateProjectStaticAdminRequest) ValidateAll() error

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

type UpdateProjectStaticAdminRequestMultiError added in v0.27.0

type UpdateProjectStaticAdminRequestMultiError []error

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

func (UpdateProjectStaticAdminRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectStaticAdminRequestMultiError) Error added in v0.27.0

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

type UpdateProjectStaticAdminRequestValidationError added in v0.27.0

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

UpdateProjectStaticAdminRequestValidationError is the validation error returned by UpdateProjectStaticAdminRequest.Validate if the designated constraints aren't met.

func (UpdateProjectStaticAdminRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectStaticAdminRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectStaticAdminRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectStaticAdminRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectStaticAdminRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectStaticAdminRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type UpdateProjectStaticAdminResponse added in v0.27.0

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

func (*UpdateProjectStaticAdminResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use UpdateProjectStaticAdminResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectStaticAdminResponse) ProtoMessage added in v0.27.0

func (*UpdateProjectStaticAdminResponse) ProtoMessage()

func (*UpdateProjectStaticAdminResponse) ProtoReflect added in v0.27.0

func (*UpdateProjectStaticAdminResponse) Reset added in v0.27.0

func (*UpdateProjectStaticAdminResponse) String added in v0.27.0

func (*UpdateProjectStaticAdminResponse) Validate added in v0.27.0

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

func (*UpdateProjectStaticAdminResponse) ValidateAll added in v0.27.0

func (m *UpdateProjectStaticAdminResponse) ValidateAll() error

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

type UpdateProjectStaticAdminResponseMultiError added in v0.27.0

type UpdateProjectStaticAdminResponseMultiError []error

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

func (UpdateProjectStaticAdminResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (UpdateProjectStaticAdminResponseMultiError) Error added in v0.27.0

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

type UpdateProjectStaticAdminResponseValidationError added in v0.27.0

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

UpdateProjectStaticAdminResponseValidationError is the validation error returned by UpdateProjectStaticAdminResponse.Validate if the designated constraints aren't met.

func (UpdateProjectStaticAdminResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (UpdateProjectStaticAdminResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (UpdateProjectStaticAdminResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (UpdateProjectStaticAdminResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (UpdateProjectStaticAdminResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (UpdateProjectStaticAdminResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type WebServiceClient added in v0.27.0

type WebServiceClient interface {
	// Piped
	RegisterPiped(ctx context.Context, in *RegisterPipedRequest, opts ...grpc.CallOption) (*RegisterPipedResponse, error)
	UpdatePiped(ctx context.Context, in *UpdatePipedRequest, opts ...grpc.CallOption) (*UpdatePipedResponse, error)
	RecreatePipedKey(ctx context.Context, in *RecreatePipedKeyRequest, opts ...grpc.CallOption) (*RecreatePipedKeyResponse, error)
	DeleteOldPipedKeys(ctx context.Context, in *DeleteOldPipedKeysRequest, opts ...grpc.CallOption) (*DeleteOldPipedKeysResponse, error)
	EnablePiped(ctx context.Context, in *EnablePipedRequest, opts ...grpc.CallOption) (*EnablePipedResponse, error)
	DisablePiped(ctx context.Context, in *DisablePipedRequest, opts ...grpc.CallOption) (*DisablePipedResponse, error)
	ListPipeds(ctx context.Context, in *ListPipedsRequest, opts ...grpc.CallOption) (*ListPipedsResponse, error)
	GetPiped(ctx context.Context, in *GetPipedRequest, opts ...grpc.CallOption) (*GetPipedResponse, error)
	UpdatePipedDesiredVersion(ctx context.Context, in *UpdatePipedDesiredVersionRequest, opts ...grpc.CallOption) (*UpdatePipedDesiredVersionResponse, error)
	RestartPiped(ctx context.Context, in *RestartPipedRequest, opts ...grpc.CallOption) (*RestartPipedResponse, error)
	ListReleasedVersions(ctx context.Context, in *ListReleasedVersionsRequest, opts ...grpc.CallOption) (*ListReleasedVersionsResponse, error)
	// Application
	AddApplication(ctx context.Context, in *AddApplicationRequest, opts ...grpc.CallOption) (*AddApplicationResponse, error)
	UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*UpdateApplicationResponse, error)
	EnableApplication(ctx context.Context, in *EnableApplicationRequest, opts ...grpc.CallOption) (*EnableApplicationResponse, error)
	DisableApplication(ctx context.Context, in *DisableApplicationRequest, opts ...grpc.CallOption) (*DisableApplicationResponse, error)
	DeleteApplication(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*DeleteApplicationResponse, error)
	ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error)
	SyncApplication(ctx context.Context, in *SyncApplicationRequest, opts ...grpc.CallOption) (*SyncApplicationResponse, error)
	GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*GetApplicationResponse, error)
	GenerateApplicationSealedSecret(ctx context.Context, in *GenerateApplicationSealedSecretRequest, opts ...grpc.CallOption) (*GenerateApplicationSealedSecretResponse, error)
	ListUnregisteredApplications(ctx context.Context, in *ListUnregisteredApplicationsRequest, opts ...grpc.CallOption) (*ListUnregisteredApplicationsResponse, error)
	// Deployment
	ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
	GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*GetDeploymentResponse, error)
	GetStageLog(ctx context.Context, in *GetStageLogRequest, opts ...grpc.CallOption) (*GetStageLogResponse, error)
	CancelDeployment(ctx context.Context, in *CancelDeploymentRequest, opts ...grpc.CallOption) (*CancelDeploymentResponse, error)
	SkipStage(ctx context.Context, in *SkipStageRequest, opts ...grpc.CallOption) (*SkipStageResponse, error)
	ApproveStage(ctx context.Context, in *ApproveStageRequest, opts ...grpc.CallOption) (*ApproveStageResponse, error)
	// ApplicationLiveState
	GetApplicationLiveState(ctx context.Context, in *GetApplicationLiveStateRequest, opts ...grpc.CallOption) (*GetApplicationLiveStateResponse, error)
	// Account
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	UpdateProjectStaticAdmin(ctx context.Context, in *UpdateProjectStaticAdminRequest, opts ...grpc.CallOption) (*UpdateProjectStaticAdminResponse, error)
	EnableStaticAdmin(ctx context.Context, in *EnableStaticAdminRequest, opts ...grpc.CallOption) (*EnableStaticAdminResponse, error)
	DisableStaticAdmin(ctx context.Context, in *DisableStaticAdminRequest, opts ...grpc.CallOption) (*DisableStaticAdminResponse, error)
	UpdateProjectSSOConfig(ctx context.Context, in *UpdateProjectSSOConfigRequest, opts ...grpc.CallOption) (*UpdateProjectSSOConfigResponse, error)
	UpdateProjectRBACConfig(ctx context.Context, in *UpdateProjectRBACConfigRequest, opts ...grpc.CallOption) (*UpdateProjectRBACConfigResponse, error)
	GetMe(ctx context.Context, in *GetMeRequest, opts ...grpc.CallOption) (*GetMeResponse, error)
	AddProjectRBACRole(ctx context.Context, in *AddProjectRBACRoleRequest, opts ...grpc.CallOption) (*AddProjectRBACRoleResponse, error)
	UpdateProjectRBACRole(ctx context.Context, in *UpdateProjectRBACRoleRequest, opts ...grpc.CallOption) (*UpdateProjectRBACRoleResponse, error)
	DeleteProjectRBACRole(ctx context.Context, in *DeleteProjectRBACRoleRequest, opts ...grpc.CallOption) (*DeleteProjectRBACRoleResponse, error)
	AddProjectUserGroup(ctx context.Context, in *AddProjectUserGroupRequest, opts ...grpc.CallOption) (*AddProjectUserGroupResponse, error)
	DeleteProjectUserGroup(ctx context.Context, in *DeleteProjectUserGroupRequest, opts ...grpc.CallOption) (*DeleteProjectUserGroupResponse, error)
	// Command
	GetCommand(ctx context.Context, in *GetCommandRequest, opts ...grpc.CallOption) (*GetCommandResponse, error)
	// API Key
	GenerateAPIKey(ctx context.Context, in *GenerateAPIKeyRequest, opts ...grpc.CallOption) (*GenerateAPIKeyResponse, error)
	DisableAPIKey(ctx context.Context, in *DisableAPIKeyRequest, opts ...grpc.CallOption) (*DisableAPIKeyResponse, error)
	ListAPIKeys(ctx context.Context, in *ListAPIKeysRequest, opts ...grpc.CallOption) (*ListAPIKeysResponse, error)
	// Insights
	GetInsightData(ctx context.Context, in *GetInsightDataRequest, opts ...grpc.CallOption) (*GetInsightDataResponse, error)
	GetInsightApplicationCount(ctx context.Context, in *GetInsightApplicationCountRequest, opts ...grpc.CallOption) (*GetInsightApplicationCountResponse, error)
	// DeploymentChain
	ListDeploymentChains(ctx context.Context, in *ListDeploymentChainsRequest, opts ...grpc.CallOption) (*ListDeploymentChainsResponse, error)
	GetDeploymentChain(ctx context.Context, in *GetDeploymentChainRequest, opts ...grpc.CallOption) (*GetDeploymentChainResponse, error)
	// Events
	ListEvents(ctx context.Context, in *ListEventsRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
}

WebServiceClient is the client API for WebService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewWebServiceClient added in v0.27.0

func NewWebServiceClient(cc grpc.ClientConnInterface) WebServiceClient

type WebServiceServer added in v0.27.0

type WebServiceServer interface {
	// Piped
	RegisterPiped(context.Context, *RegisterPipedRequest) (*RegisterPipedResponse, error)
	UpdatePiped(context.Context, *UpdatePipedRequest) (*UpdatePipedResponse, error)
	RecreatePipedKey(context.Context, *RecreatePipedKeyRequest) (*RecreatePipedKeyResponse, error)
	DeleteOldPipedKeys(context.Context, *DeleteOldPipedKeysRequest) (*DeleteOldPipedKeysResponse, error)
	EnablePiped(context.Context, *EnablePipedRequest) (*EnablePipedResponse, error)
	DisablePiped(context.Context, *DisablePipedRequest) (*DisablePipedResponse, error)
	ListPipeds(context.Context, *ListPipedsRequest) (*ListPipedsResponse, error)
	GetPiped(context.Context, *GetPipedRequest) (*GetPipedResponse, error)
	UpdatePipedDesiredVersion(context.Context, *UpdatePipedDesiredVersionRequest) (*UpdatePipedDesiredVersionResponse, error)
	RestartPiped(context.Context, *RestartPipedRequest) (*RestartPipedResponse, error)
	ListReleasedVersions(context.Context, *ListReleasedVersionsRequest) (*ListReleasedVersionsResponse, error)
	// Application
	AddApplication(context.Context, *AddApplicationRequest) (*AddApplicationResponse, error)
	UpdateApplication(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
	EnableApplication(context.Context, *EnableApplicationRequest) (*EnableApplicationResponse, error)
	DisableApplication(context.Context, *DisableApplicationRequest) (*DisableApplicationResponse, error)
	DeleteApplication(context.Context, *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
	ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error)
	SyncApplication(context.Context, *SyncApplicationRequest) (*SyncApplicationResponse, error)
	GetApplication(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error)
	GenerateApplicationSealedSecret(context.Context, *GenerateApplicationSealedSecretRequest) (*GenerateApplicationSealedSecretResponse, error)
	ListUnregisteredApplications(context.Context, *ListUnregisteredApplicationsRequest) (*ListUnregisteredApplicationsResponse, error)
	// Deployment
	ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error)
	GetDeployment(context.Context, *GetDeploymentRequest) (*GetDeploymentResponse, error)
	GetStageLog(context.Context, *GetStageLogRequest) (*GetStageLogResponse, error)
	CancelDeployment(context.Context, *CancelDeploymentRequest) (*CancelDeploymentResponse, error)
	SkipStage(context.Context, *SkipStageRequest) (*SkipStageResponse, error)
	ApproveStage(context.Context, *ApproveStageRequest) (*ApproveStageResponse, error)
	// ApplicationLiveState
	GetApplicationLiveState(context.Context, *GetApplicationLiveStateRequest) (*GetApplicationLiveStateResponse, error)
	// Account
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	UpdateProjectStaticAdmin(context.Context, *UpdateProjectStaticAdminRequest) (*UpdateProjectStaticAdminResponse, error)
	EnableStaticAdmin(context.Context, *EnableStaticAdminRequest) (*EnableStaticAdminResponse, error)
	DisableStaticAdmin(context.Context, *DisableStaticAdminRequest) (*DisableStaticAdminResponse, error)
	UpdateProjectSSOConfig(context.Context, *UpdateProjectSSOConfigRequest) (*UpdateProjectSSOConfigResponse, error)
	UpdateProjectRBACConfig(context.Context, *UpdateProjectRBACConfigRequest) (*UpdateProjectRBACConfigResponse, error)
	GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error)
	AddProjectRBACRole(context.Context, *AddProjectRBACRoleRequest) (*AddProjectRBACRoleResponse, error)
	UpdateProjectRBACRole(context.Context, *UpdateProjectRBACRoleRequest) (*UpdateProjectRBACRoleResponse, error)
	DeleteProjectRBACRole(context.Context, *DeleteProjectRBACRoleRequest) (*DeleteProjectRBACRoleResponse, error)
	AddProjectUserGroup(context.Context, *AddProjectUserGroupRequest) (*AddProjectUserGroupResponse, error)
	DeleteProjectUserGroup(context.Context, *DeleteProjectUserGroupRequest) (*DeleteProjectUserGroupResponse, error)
	// Command
	GetCommand(context.Context, *GetCommandRequest) (*GetCommandResponse, error)
	// API Key
	GenerateAPIKey(context.Context, *GenerateAPIKeyRequest) (*GenerateAPIKeyResponse, error)
	DisableAPIKey(context.Context, *DisableAPIKeyRequest) (*DisableAPIKeyResponse, error)
	ListAPIKeys(context.Context, *ListAPIKeysRequest) (*ListAPIKeysResponse, error)
	// Insights
	GetInsightData(context.Context, *GetInsightDataRequest) (*GetInsightDataResponse, error)
	GetInsightApplicationCount(context.Context, *GetInsightApplicationCountRequest) (*GetInsightApplicationCountResponse, error)
	// DeploymentChain
	ListDeploymentChains(context.Context, *ListDeploymentChainsRequest) (*ListDeploymentChainsResponse, error)
	GetDeploymentChain(context.Context, *GetDeploymentChainRequest) (*GetDeploymentChainResponse, error)
	// Events
	ListEvents(context.Context, *ListEventsRequest) (*ListEventsResponse, error)
	// contains filtered or unexported methods
}

WebServiceServer is the server API for WebService service. All implementations must embed UnimplementedWebServiceServer for forward compatibility

Jump to

Keyboard shortcuts

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