workflow

package
v0.3.42 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 32 Imported by: 0

Documentation

Overview

Package workflow is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	WorkflowManager_ListIntegrations_FullMethodName                   = "/prodvana.workflow.WorkflowManager/ListIntegrations"
	WorkflowManager_DeleteIntegration_FullMethodName                  = "/prodvana.workflow.WorkflowManager/DeleteIntegration"
	WorkflowManager_CreateContainerRegistryIntegration_FullMethodName = "/prodvana.workflow.WorkflowManager/CreateContainerRegistryIntegration"
	WorkflowManager_DeleteContainerRegistryIntegration_FullMethodName = "/prodvana.workflow.WorkflowManager/DeleteContainerRegistryIntegration"
	WorkflowManager_ListContainerRegistryIntegrations_FullMethodName  = "/prodvana.workflow.WorkflowManager/ListContainerRegistryIntegrations"
	WorkflowManager_GetContainerRegistryIntegration_FullMethodName    = "/prodvana.workflow.WorkflowManager/GetContainerRegistryIntegration"
	WorkflowManager_GetServiceImageInfo_FullMethodName                = "/prodvana.workflow.WorkflowManager/GetServiceImageInfo"
	WorkflowManager_GetContainerRegistryImages_FullMethodName         = "/prodvana.workflow.WorkflowManager/GetContainerRegistryImages"
	WorkflowManager_ListTrackedImageRepositories_FullMethodName       = "/prodvana.workflow.WorkflowManager/ListTrackedImageRepositories"
	WorkflowManager_GetTrackedImageRepository_FullMethodName          = "/prodvana.workflow.WorkflowManager/GetTrackedImageRepository"
	WorkflowManager_TrackImageRepositories_FullMethodName             = "/prodvana.workflow.WorkflowManager/TrackImageRepositories"
	WorkflowManager_StopTrackingImageRepository_FullMethodName        = "/prodvana.workflow.WorkflowManager/StopTrackingImageRepository"
	WorkflowManager_GetProgramDefaults_FullMethodName                 = "/prodvana.workflow.WorkflowManager/GetProgramDefaults"
	WorkflowManager_GetImageCommitInfo_FullMethodName                 = "/prodvana.workflow.WorkflowManager/GetImageCommitInfo"
	WorkflowManager_InstallSlack_FullMethodName                       = "/prodvana.workflow.WorkflowManager/InstallSlack"
	WorkflowManager_UninstallSlack_FullMethodName                     = "/prodvana.workflow.WorkflowManager/UninstallSlack"
	WorkflowManager_GetInstallSlackUrl_FullMethodName                 = "/prodvana.workflow.WorkflowManager/GetInstallSlackUrl"
	WorkflowManager_InstallPagerDuty_FullMethodName                   = "/prodvana.workflow.WorkflowManager/InstallPagerDuty"
	WorkflowManager_GetInstallPagerDutyUrl_FullMethodName             = "/prodvana.workflow.WorkflowManager/GetInstallPagerDutyUrl"
	WorkflowManager_UninstallPagerDuty_FullMethodName                 = "/prodvana.workflow.WorkflowManager/UninstallPagerDuty"
	WorkflowManager_GetGrafanaInstallation_FullMethodName             = "/prodvana.workflow.WorkflowManager/GetGrafanaInstallation"
	WorkflowManager_InstallGrafana_FullMethodName                     = "/prodvana.workflow.WorkflowManager/InstallGrafana"
	WorkflowManager_UninstallGrafana_FullMethodName                   = "/prodvana.workflow.WorkflowManager/UninstallGrafana"
	WorkflowManager_ListHoneycombEnvironments_FullMethodName          = "/prodvana.workflow.WorkflowManager/ListHoneycombEnvironments"
	WorkflowManager_AddHoneycombEnvironment_FullMethodName            = "/prodvana.workflow.WorkflowManager/AddHoneycombEnvironment"
	WorkflowManager_UpdateHoneycombEnvironment_FullMethodName         = "/prodvana.workflow.WorkflowManager/UpdateHoneycombEnvironment"
	WorkflowManager_DeleteHoneycombEnvironment_FullMethodName         = "/prodvana.workflow.WorkflowManager/DeleteHoneycombEnvironment"
	WorkflowManager_UninstallHoneycomb_FullMethodName                 = "/prodvana.workflow.WorkflowManager/UninstallHoneycomb"
	WorkflowManager_GetInstallGitHubUrl_FullMethodName                = "/prodvana.workflow.WorkflowManager/GetInstallGitHubUrl"
	WorkflowManager_CreateGitHubApp_FullMethodName                    = "/prodvana.workflow.WorkflowManager/CreateGitHubApp"
	WorkflowManager_InstallGitHub_FullMethodName                      = "/prodvana.workflow.WorkflowManager/InstallGitHub"
	WorkflowManager_ListRepoCommits_FullMethodName                    = "/prodvana.workflow.WorkflowManager/ListRepoCommits"
	WorkflowManager_GetCommitInfo_FullMethodName                      = "/prodvana.workflow.WorkflowManager/GetCommitInfo"
	WorkflowManager_InstallLast9_FullMethodName                       = "/prodvana.workflow.WorkflowManager/InstallLast9"
	WorkflowManager_UninstallLast9_FullMethodName                     = "/prodvana.workflow.WorkflowManager/UninstallLast9"
	WorkflowManager_GetLast9Installation_FullMethodName               = "/prodvana.workflow.WorkflowManager/GetLast9Installation"
)

Variables

View Source
var (
	RegistryType_name = map[int32]string{
		0: "UNKNOWN",
		1: "DOCKER_REGISTRY",
		2: "ECR",
	}
	RegistryType_value = map[string]int32{
		"UNKNOWN":         0,
		"DOCKER_REGISTRY": 1,
		"ECR":             2,
	}
)

Enum value maps for RegistryType.

View Source
var (
	RegistryStatus_name = map[int32]string{
		0: "UNDEFINED",
		1: "CONNECTED",
		2: "FAILED",
		3: "RS_PENDING",
	}
	RegistryStatus_value = map[string]int32{
		"UNDEFINED":  0,
		"CONNECTED":  1,
		"FAILED":     2,
		"RS_PENDING": 3,
	}
)

Enum value maps for RegistryStatus.

View Source
var (
	IndexStatus_name = map[int32]string{
		0: "IS_UNKNOWN",
		1: "PENDING",
		2: "INDEXING",
		3: "INDEXED",
	}
	IndexStatus_value = map[string]int32{
		"IS_UNKNOWN": 0,
		"PENDING":    1,
		"INDEXING":   2,
		"INDEXED":    3,
	}
)

Enum value maps for IndexStatus.

View Source
var File_prodvana_workflow_integration_config_proto protoreflect.FileDescriptor
View Source
var File_prodvana_workflow_workflow_manager_proto protoreflect.FileDescriptor
View Source
var WorkflowManager_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "prodvana.workflow.WorkflowManager",
	HandlerType: (*WorkflowManagerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListIntegrations",
			Handler:    _WorkflowManager_ListIntegrations_Handler,
		},
		{
			MethodName: "DeleteIntegration",
			Handler:    _WorkflowManager_DeleteIntegration_Handler,
		},
		{
			MethodName: "CreateContainerRegistryIntegration",
			Handler:    _WorkflowManager_CreateContainerRegistryIntegration_Handler,
		},
		{
			MethodName: "DeleteContainerRegistryIntegration",
			Handler:    _WorkflowManager_DeleteContainerRegistryIntegration_Handler,
		},
		{
			MethodName: "ListContainerRegistryIntegrations",
			Handler:    _WorkflowManager_ListContainerRegistryIntegrations_Handler,
		},
		{
			MethodName: "GetContainerRegistryIntegration",
			Handler:    _WorkflowManager_GetContainerRegistryIntegration_Handler,
		},
		{
			MethodName: "GetServiceImageInfo",
			Handler:    _WorkflowManager_GetServiceImageInfo_Handler,
		},
		{
			MethodName: "GetContainerRegistryImages",
			Handler:    _WorkflowManager_GetContainerRegistryImages_Handler,
		},
		{
			MethodName: "ListTrackedImageRepositories",
			Handler:    _WorkflowManager_ListTrackedImageRepositories_Handler,
		},
		{
			MethodName: "GetTrackedImageRepository",
			Handler:    _WorkflowManager_GetTrackedImageRepository_Handler,
		},
		{
			MethodName: "TrackImageRepositories",
			Handler:    _WorkflowManager_TrackImageRepositories_Handler,
		},
		{
			MethodName: "StopTrackingImageRepository",
			Handler:    _WorkflowManager_StopTrackingImageRepository_Handler,
		},
		{
			MethodName: "GetProgramDefaults",
			Handler:    _WorkflowManager_GetProgramDefaults_Handler,
		},
		{
			MethodName: "GetImageCommitInfo",
			Handler:    _WorkflowManager_GetImageCommitInfo_Handler,
		},
		{
			MethodName: "InstallSlack",
			Handler:    _WorkflowManager_InstallSlack_Handler,
		},
		{
			MethodName: "UninstallSlack",
			Handler:    _WorkflowManager_UninstallSlack_Handler,
		},
		{
			MethodName: "GetInstallSlackUrl",
			Handler:    _WorkflowManager_GetInstallSlackUrl_Handler,
		},
		{
			MethodName: "InstallPagerDuty",
			Handler:    _WorkflowManager_InstallPagerDuty_Handler,
		},
		{
			MethodName: "GetInstallPagerDutyUrl",
			Handler:    _WorkflowManager_GetInstallPagerDutyUrl_Handler,
		},
		{
			MethodName: "UninstallPagerDuty",
			Handler:    _WorkflowManager_UninstallPagerDuty_Handler,
		},
		{
			MethodName: "GetGrafanaInstallation",
			Handler:    _WorkflowManager_GetGrafanaInstallation_Handler,
		},
		{
			MethodName: "InstallGrafana",
			Handler:    _WorkflowManager_InstallGrafana_Handler,
		},
		{
			MethodName: "UninstallGrafana",
			Handler:    _WorkflowManager_UninstallGrafana_Handler,
		},
		{
			MethodName: "ListHoneycombEnvironments",
			Handler:    _WorkflowManager_ListHoneycombEnvironments_Handler,
		},
		{
			MethodName: "AddHoneycombEnvironment",
			Handler:    _WorkflowManager_AddHoneycombEnvironment_Handler,
		},
		{
			MethodName: "UpdateHoneycombEnvironment",
			Handler:    _WorkflowManager_UpdateHoneycombEnvironment_Handler,
		},
		{
			MethodName: "DeleteHoneycombEnvironment",
			Handler:    _WorkflowManager_DeleteHoneycombEnvironment_Handler,
		},
		{
			MethodName: "UninstallHoneycomb",
			Handler:    _WorkflowManager_UninstallHoneycomb_Handler,
		},
		{
			MethodName: "GetInstallGitHubUrl",
			Handler:    _WorkflowManager_GetInstallGitHubUrl_Handler,
		},
		{
			MethodName: "CreateGitHubApp",
			Handler:    _WorkflowManager_CreateGitHubApp_Handler,
		},
		{
			MethodName: "InstallGitHub",
			Handler:    _WorkflowManager_InstallGitHub_Handler,
		},
		{
			MethodName: "ListRepoCommits",
			Handler:    _WorkflowManager_ListRepoCommits_Handler,
		},
		{
			MethodName: "GetCommitInfo",
			Handler:    _WorkflowManager_GetCommitInfo_Handler,
		},
		{
			MethodName: "InstallLast9",
			Handler:    _WorkflowManager_InstallLast9_Handler,
		},
		{
			MethodName: "UninstallLast9",
			Handler:    _WorkflowManager_UninstallLast9_Handler,
		},
		{
			MethodName: "GetLast9Installation",
			Handler:    _WorkflowManager_GetLast9Installation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "prodvana/workflow/workflow_manager.proto",
}

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

Functions

func RegisterWorkflowManagerHandler

func RegisterWorkflowManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkflowManagerHandler registers the http handlers for service WorkflowManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkflowManagerHandlerClient

func RegisterWorkflowManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowManagerClient) error

RegisterWorkflowManagerHandlerClient registers the http handlers for service WorkflowManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkflowManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkflowManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkflowManagerClient" to call the correct interceptors.

func RegisterWorkflowManagerHandlerFromEndpoint

func RegisterWorkflowManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkflowManagerHandlerFromEndpoint is same as RegisterWorkflowManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkflowManagerHandlerServer

func RegisterWorkflowManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowManagerServer) error

RegisterWorkflowManagerHandlerServer registers the http handlers for service WorkflowManager to "mux". UnaryRPC :call WorkflowManagerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWorkflowManagerHandlerFromEndpoint instead.

func RegisterWorkflowManagerServer

func RegisterWorkflowManagerServer(s grpc.ServiceRegistrar, srv WorkflowManagerServer)

Types

type AddHoneycombEnvironmentReq

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

func (*AddHoneycombEnvironmentReq) Descriptor deprecated

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

Deprecated: Use AddHoneycombEnvironmentReq.ProtoReflect.Descriptor instead.

func (*AddHoneycombEnvironmentReq) GetApiKey

func (x *AddHoneycombEnvironmentReq) GetApiKey() string

func (*AddHoneycombEnvironmentReq) GetName

func (x *AddHoneycombEnvironmentReq) GetName() string

func (*AddHoneycombEnvironmentReq) ProtoMessage

func (*AddHoneycombEnvironmentReq) ProtoMessage()

func (*AddHoneycombEnvironmentReq) ProtoReflect

func (*AddHoneycombEnvironmentReq) Reset

func (x *AddHoneycombEnvironmentReq) Reset()

func (*AddHoneycombEnvironmentReq) String

func (x *AddHoneycombEnvironmentReq) String() string

func (*AddHoneycombEnvironmentReq) Validate

func (m *AddHoneycombEnvironmentReq) Validate() error

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

func (*AddHoneycombEnvironmentReq) ValidateAll

func (m *AddHoneycombEnvironmentReq) ValidateAll() error

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

type AddHoneycombEnvironmentReqMultiError

type AddHoneycombEnvironmentReqMultiError []error

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

func (AddHoneycombEnvironmentReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddHoneycombEnvironmentReqMultiError) Error

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

type AddHoneycombEnvironmentReqValidationError

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

AddHoneycombEnvironmentReqValidationError is the validation error returned by AddHoneycombEnvironmentReq.Validate if the designated constraints aren't met.

func (AddHoneycombEnvironmentReqValidationError) Cause

Cause function returns cause value.

func (AddHoneycombEnvironmentReqValidationError) Error

Error satisfies the builtin error interface

func (AddHoneycombEnvironmentReqValidationError) ErrorName

ErrorName returns error name.

func (AddHoneycombEnvironmentReqValidationError) Field

Field function returns field value.

func (AddHoneycombEnvironmentReqValidationError) Key

Key function returns key value.

func (AddHoneycombEnvironmentReqValidationError) Reason

Reason function returns reason value.

type AddHoneycombEnvironmentResp

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

func (*AddHoneycombEnvironmentResp) Descriptor deprecated

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

Deprecated: Use AddHoneycombEnvironmentResp.ProtoReflect.Descriptor instead.

func (*AddHoneycombEnvironmentResp) GetIntegrationId

func (x *AddHoneycombEnvironmentResp) GetIntegrationId() string

func (*AddHoneycombEnvironmentResp) ProtoMessage

func (*AddHoneycombEnvironmentResp) ProtoMessage()

func (*AddHoneycombEnvironmentResp) ProtoReflect

func (*AddHoneycombEnvironmentResp) Reset

func (x *AddHoneycombEnvironmentResp) Reset()

func (*AddHoneycombEnvironmentResp) String

func (x *AddHoneycombEnvironmentResp) String() string

func (*AddHoneycombEnvironmentResp) Validate

func (m *AddHoneycombEnvironmentResp) Validate() error

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

func (*AddHoneycombEnvironmentResp) ValidateAll

func (m *AddHoneycombEnvironmentResp) ValidateAll() error

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

type AddHoneycombEnvironmentRespMultiError

type AddHoneycombEnvironmentRespMultiError []error

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

func (AddHoneycombEnvironmentRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddHoneycombEnvironmentRespMultiError) Error

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

type AddHoneycombEnvironmentRespValidationError

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

AddHoneycombEnvironmentRespValidationError is the validation error returned by AddHoneycombEnvironmentResp.Validate if the designated constraints aren't met.

func (AddHoneycombEnvironmentRespValidationError) Cause

Cause function returns cause value.

func (AddHoneycombEnvironmentRespValidationError) Error

Error satisfies the builtin error interface

func (AddHoneycombEnvironmentRespValidationError) ErrorName

ErrorName returns error name.

func (AddHoneycombEnvironmentRespValidationError) Field

Field function returns field value.

func (AddHoneycombEnvironmentRespValidationError) Key

Key function returns key value.

func (AddHoneycombEnvironmentRespValidationError) Reason

Reason function returns reason value.

type AlertingConfig

type AlertingConfig struct {
	Pagerduty *AlertingConfig_PagerDuty `protobuf:"bytes,1,opt,name=pagerduty,proto3" json:"pagerduty,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertingConfig) Descriptor deprecated

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

Deprecated: Use AlertingConfig.ProtoReflect.Descriptor instead.

func (*AlertingConfig) GetPagerduty

func (x *AlertingConfig) GetPagerduty() *AlertingConfig_PagerDuty

func (*AlertingConfig) ProtoMessage

func (*AlertingConfig) ProtoMessage()

func (*AlertingConfig) ProtoReflect

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

func (*AlertingConfig) Reset

func (x *AlertingConfig) Reset()

func (*AlertingConfig) String

func (x *AlertingConfig) String() string

func (*AlertingConfig) Validate

func (m *AlertingConfig) Validate() error

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

func (*AlertingConfig) ValidateAll

func (m *AlertingConfig) ValidateAll() error

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

type AlertingConfigMultiError

type AlertingConfigMultiError []error

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

func (AlertingConfigMultiError) AllErrors

func (m AlertingConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertingConfigMultiError) Error

func (m AlertingConfigMultiError) Error() string

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

type AlertingConfigValidationError

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

AlertingConfigValidationError is the validation error returned by AlertingConfig.Validate if the designated constraints aren't met.

func (AlertingConfigValidationError) Cause

Cause function returns cause value.

func (AlertingConfigValidationError) Error

Error satisfies the builtin error interface

func (AlertingConfigValidationError) ErrorName

func (e AlertingConfigValidationError) ErrorName() string

ErrorName returns error name.

func (AlertingConfigValidationError) Field

Field function returns field value.

func (AlertingConfigValidationError) Key

Key function returns key value.

func (AlertingConfigValidationError) Reason

Reason function returns reason value.

type AlertingConfig_PagerDuty

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

func (*AlertingConfig_PagerDuty) Descriptor deprecated

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

Deprecated: Use AlertingConfig_PagerDuty.ProtoReflect.Descriptor instead.

func (*AlertingConfig_PagerDuty) GetService

func (x *AlertingConfig_PagerDuty) GetService() string

func (*AlertingConfig_PagerDuty) ProtoMessage

func (*AlertingConfig_PagerDuty) ProtoMessage()

func (*AlertingConfig_PagerDuty) ProtoReflect

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

func (*AlertingConfig_PagerDuty) Reset

func (x *AlertingConfig_PagerDuty) Reset()

func (*AlertingConfig_PagerDuty) String

func (x *AlertingConfig_PagerDuty) String() string

func (*AlertingConfig_PagerDuty) Validate

func (m *AlertingConfig_PagerDuty) Validate() error

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

func (*AlertingConfig_PagerDuty) ValidateAll

func (m *AlertingConfig_PagerDuty) ValidateAll() error

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

type AlertingConfig_PagerDutyMultiError

type AlertingConfig_PagerDutyMultiError []error

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

func (AlertingConfig_PagerDutyMultiError) AllErrors

func (m AlertingConfig_PagerDutyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertingConfig_PagerDutyMultiError) Error

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

type AlertingConfig_PagerDutyValidationError

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

AlertingConfig_PagerDutyValidationError is the validation error returned by AlertingConfig_PagerDuty.Validate if the designated constraints aren't met.

func (AlertingConfig_PagerDutyValidationError) Cause

Cause function returns cause value.

func (AlertingConfig_PagerDutyValidationError) Error

Error satisfies the builtin error interface

func (AlertingConfig_PagerDutyValidationError) ErrorName

ErrorName returns error name.

func (AlertingConfig_PagerDutyValidationError) Field

Field function returns field value.

func (AlertingConfig_PagerDutyValidationError) Key

Key function returns key value.

func (AlertingConfig_PagerDutyValidationError) Reason

Reason function returns reason value.

type AnnotationsConfig

type AnnotationsConfig struct {
	Honeycomb *AnnotationsConfig_Honeycomb `protobuf:"bytes,1,opt,name=honeycomb,proto3" json:"honeycomb,omitempty"`
	// contains filtered or unexported fields
}

this is currently used only on the Release Channel level because Honeycomb's model means we map environment to a Release Channel

Last9's model is configured at the Application level because it does not have a similar concept.

It doesn't make sense to put Last9 config at the RC level or Honeycomb config at the Application level, so these are separate AnnotationConfig messages. See prodvana.application.AnnotationsConfig for Last9 config.

func (*AnnotationsConfig) Descriptor deprecated

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

Deprecated: Use AnnotationsConfig.ProtoReflect.Descriptor instead.

func (*AnnotationsConfig) GetHoneycomb

func (*AnnotationsConfig) ProtoMessage

func (*AnnotationsConfig) ProtoMessage()

func (*AnnotationsConfig) ProtoReflect

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

func (*AnnotationsConfig) Reset

func (x *AnnotationsConfig) Reset()

func (*AnnotationsConfig) String

func (x *AnnotationsConfig) String() string

func (*AnnotationsConfig) Validate

func (m *AnnotationsConfig) Validate() error

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

func (*AnnotationsConfig) ValidateAll

func (m *AnnotationsConfig) ValidateAll() error

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

type AnnotationsConfigMultiError

type AnnotationsConfigMultiError []error

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

func (AnnotationsConfigMultiError) AllErrors

func (m AnnotationsConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnnotationsConfigMultiError) Error

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

type AnnotationsConfigValidationError

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

AnnotationsConfigValidationError is the validation error returned by AnnotationsConfig.Validate if the designated constraints aren't met.

func (AnnotationsConfigValidationError) Cause

Cause function returns cause value.

func (AnnotationsConfigValidationError) Error

Error satisfies the builtin error interface

func (AnnotationsConfigValidationError) ErrorName

ErrorName returns error name.

func (AnnotationsConfigValidationError) Field

Field function returns field value.

func (AnnotationsConfigValidationError) Key

Key function returns key value.

func (AnnotationsConfigValidationError) Reason

Reason function returns reason value.

type AnnotationsConfig_Honeycomb

type AnnotationsConfig_Honeycomb struct {
	Environment string `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment,omitempty"`
	Dataset     string `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationsConfig_Honeycomb) Descriptor deprecated

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

Deprecated: Use AnnotationsConfig_Honeycomb.ProtoReflect.Descriptor instead.

func (*AnnotationsConfig_Honeycomb) GetDataset

func (x *AnnotationsConfig_Honeycomb) GetDataset() string

func (*AnnotationsConfig_Honeycomb) GetEnvironment

func (x *AnnotationsConfig_Honeycomb) GetEnvironment() string

func (*AnnotationsConfig_Honeycomb) ProtoMessage

func (*AnnotationsConfig_Honeycomb) ProtoMessage()

func (*AnnotationsConfig_Honeycomb) ProtoReflect

func (*AnnotationsConfig_Honeycomb) Reset

func (x *AnnotationsConfig_Honeycomb) Reset()

func (*AnnotationsConfig_Honeycomb) String

func (x *AnnotationsConfig_Honeycomb) String() string

func (*AnnotationsConfig_Honeycomb) Validate

func (m *AnnotationsConfig_Honeycomb) Validate() error

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

func (*AnnotationsConfig_Honeycomb) ValidateAll

func (m *AnnotationsConfig_Honeycomb) ValidateAll() error

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

type AnnotationsConfig_HoneycombMultiError

type AnnotationsConfig_HoneycombMultiError []error

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

func (AnnotationsConfig_HoneycombMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AnnotationsConfig_HoneycombMultiError) Error

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

type AnnotationsConfig_HoneycombValidationError

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

AnnotationsConfig_HoneycombValidationError is the validation error returned by AnnotationsConfig_Honeycomb.Validate if the designated constraints aren't met.

func (AnnotationsConfig_HoneycombValidationError) Cause

Cause function returns cause value.

func (AnnotationsConfig_HoneycombValidationError) Error

Error satisfies the builtin error interface

func (AnnotationsConfig_HoneycombValidationError) ErrorName

ErrorName returns error name.

func (AnnotationsConfig_HoneycombValidationError) Field

Field function returns field value.

func (AnnotationsConfig_HoneycombValidationError) Key

Key function returns key value.

func (AnnotationsConfig_HoneycombValidationError) Reason

Reason function returns reason value.

type ContainerRegistryIntegration

type ContainerRegistryIntegration struct {
	IntegrationId string         `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Name          string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Url           string         `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Type          string         `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` // Implicit from registry_info below
	Status        RegistryStatus `protobuf:"varint,5,opt,name=status,proto3,enum=prodvana.workflow.RegistryStatus" json:"status,omitempty"`
	// Types that are assignable to RegistryInfo:
	//
	//	*ContainerRegistryIntegration_EcrInfo
	RegistryInfo isContainerRegistryIntegration_RegistryInfo `protobuf_oneof:"registry_info"`
	Repositories []*TrackedImageRepository                   `protobuf:"bytes,7,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerRegistryIntegration) Descriptor deprecated

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

Deprecated: Use ContainerRegistryIntegration.ProtoReflect.Descriptor instead.

func (*ContainerRegistryIntegration) GetEcrInfo

func (*ContainerRegistryIntegration) GetIntegrationId

func (x *ContainerRegistryIntegration) GetIntegrationId() string

func (*ContainerRegistryIntegration) GetName

func (x *ContainerRegistryIntegration) GetName() string

func (*ContainerRegistryIntegration) GetRegistryInfo

func (m *ContainerRegistryIntegration) GetRegistryInfo() isContainerRegistryIntegration_RegistryInfo

func (*ContainerRegistryIntegration) GetRepositories

func (x *ContainerRegistryIntegration) GetRepositories() []*TrackedImageRepository

func (*ContainerRegistryIntegration) GetStatus

func (*ContainerRegistryIntegration) GetType

func (x *ContainerRegistryIntegration) GetType() string

func (*ContainerRegistryIntegration) GetUrl

func (*ContainerRegistryIntegration) ProtoMessage

func (*ContainerRegistryIntegration) ProtoMessage()

func (*ContainerRegistryIntegration) ProtoReflect

func (*ContainerRegistryIntegration) Reset

func (x *ContainerRegistryIntegration) Reset()

func (*ContainerRegistryIntegration) String

func (*ContainerRegistryIntegration) Validate

func (m *ContainerRegistryIntegration) Validate() error

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

func (*ContainerRegistryIntegration) ValidateAll

func (m *ContainerRegistryIntegration) ValidateAll() error

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

type ContainerRegistryIntegrationMultiError

type ContainerRegistryIntegrationMultiError []error

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

func (ContainerRegistryIntegrationMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContainerRegistryIntegrationMultiError) Error

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

type ContainerRegistryIntegrationValidationError

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

ContainerRegistryIntegrationValidationError is the validation error returned by ContainerRegistryIntegration.Validate if the designated constraints aren't met.

func (ContainerRegistryIntegrationValidationError) Cause

Cause function returns cause value.

func (ContainerRegistryIntegrationValidationError) Error

Error satisfies the builtin error interface

func (ContainerRegistryIntegrationValidationError) ErrorName

ErrorName returns error name.

func (ContainerRegistryIntegrationValidationError) Field

Field function returns field value.

func (ContainerRegistryIntegrationValidationError) Key

Key function returns key value.

func (ContainerRegistryIntegrationValidationError) Reason

Reason function returns reason value.

type ContainerRegistryIntegration_ECRInfo

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

func (*ContainerRegistryIntegration_ECRInfo) Descriptor deprecated

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

Deprecated: Use ContainerRegistryIntegration_ECRInfo.ProtoReflect.Descriptor instead.

func (*ContainerRegistryIntegration_ECRInfo) GetRegion

func (*ContainerRegistryIntegration_ECRInfo) ProtoMessage

func (*ContainerRegistryIntegration_ECRInfo) ProtoMessage()

func (*ContainerRegistryIntegration_ECRInfo) ProtoReflect

func (*ContainerRegistryIntegration_ECRInfo) Reset

func (*ContainerRegistryIntegration_ECRInfo) String

func (*ContainerRegistryIntegration_ECRInfo) Validate

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

func (*ContainerRegistryIntegration_ECRInfo) ValidateAll

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

type ContainerRegistryIntegration_ECRInfoMultiError

type ContainerRegistryIntegration_ECRInfoMultiError []error

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

func (ContainerRegistryIntegration_ECRInfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ContainerRegistryIntegration_ECRInfoMultiError) Error

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

type ContainerRegistryIntegration_ECRInfoValidationError

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

ContainerRegistryIntegration_ECRInfoValidationError is the validation error returned by ContainerRegistryIntegration_ECRInfo.Validate if the designated constraints aren't met.

func (ContainerRegistryIntegration_ECRInfoValidationError) Cause

Cause function returns cause value.

func (ContainerRegistryIntegration_ECRInfoValidationError) Error

Error satisfies the builtin error interface

func (ContainerRegistryIntegration_ECRInfoValidationError) ErrorName

ErrorName returns error name.

func (ContainerRegistryIntegration_ECRInfoValidationError) Field

Field function returns field value.

func (ContainerRegistryIntegration_ECRInfoValidationError) Key

Key function returns key value.

func (ContainerRegistryIntegration_ECRInfoValidationError) Reason

Reason function returns reason value.

type ContainerRegistryIntegration_EcrInfo

type ContainerRegistryIntegration_EcrInfo struct {
	EcrInfo *ContainerRegistryIntegration_ECRInfo `protobuf:"bytes,6,opt,name=ecr_info,json=ecrInfo,proto3,oneof"`
}

type CreateContainerRegistryIntegrationReq

type CreateContainerRegistryIntegrationReq struct {
	Name     string       `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` // readable name for this registry
	Url      string       `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Username string       `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Secret   string       `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	Type     RegistryType `protobuf:"varint,4,opt,name=type,proto3,enum=prodvana.workflow.RegistryType" json:"type,omitempty"`
	// Types that are assignable to RegistryOptions:
	//
	//	*CreateContainerRegistryIntegrationReq_EcrOptions
	//	*CreateContainerRegistryIntegrationReq_PublicRegistryOptions_
	RegistryOptions isCreateContainerRegistryIntegrationReq_RegistryOptions `protobuf_oneof:"registry_options"`
	// contains filtered or unexported fields
}

func (*CreateContainerRegistryIntegrationReq) Descriptor deprecated

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

Deprecated: Use CreateContainerRegistryIntegrationReq.ProtoReflect.Descriptor instead.

func (*CreateContainerRegistryIntegrationReq) GetEcrOptions

func (*CreateContainerRegistryIntegrationReq) GetName

func (*CreateContainerRegistryIntegrationReq) GetPublicRegistryOptions

func (*CreateContainerRegistryIntegrationReq) GetRegistryOptions

func (m *CreateContainerRegistryIntegrationReq) GetRegistryOptions() isCreateContainerRegistryIntegrationReq_RegistryOptions

func (*CreateContainerRegistryIntegrationReq) GetSecret

func (*CreateContainerRegistryIntegrationReq) GetType

func (*CreateContainerRegistryIntegrationReq) GetUrl

func (*CreateContainerRegistryIntegrationReq) GetUsername

func (*CreateContainerRegistryIntegrationReq) ProtoMessage

func (*CreateContainerRegistryIntegrationReq) ProtoMessage()

func (*CreateContainerRegistryIntegrationReq) ProtoReflect

func (*CreateContainerRegistryIntegrationReq) Reset

func (*CreateContainerRegistryIntegrationReq) String

func (*CreateContainerRegistryIntegrationReq) Validate

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

func (*CreateContainerRegistryIntegrationReq) ValidateAll

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

type CreateContainerRegistryIntegrationReqMultiError

type CreateContainerRegistryIntegrationReqMultiError []error

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

func (CreateContainerRegistryIntegrationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateContainerRegistryIntegrationReqMultiError) Error

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

type CreateContainerRegistryIntegrationReqValidationError

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

CreateContainerRegistryIntegrationReqValidationError is the validation error returned by CreateContainerRegistryIntegrationReq.Validate if the designated constraints aren't met.

func (CreateContainerRegistryIntegrationReqValidationError) Cause

Cause function returns cause value.

func (CreateContainerRegistryIntegrationReqValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerRegistryIntegrationReqValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerRegistryIntegrationReqValidationError) Field

Field function returns field value.

func (CreateContainerRegistryIntegrationReqValidationError) Key

Key function returns key value.

func (CreateContainerRegistryIntegrationReqValidationError) Reason

Reason function returns reason value.

type CreateContainerRegistryIntegrationReq_ECROptions

type CreateContainerRegistryIntegrationReq_ECROptions struct {
	AccessKey string `protobuf:"bytes,1,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
	SecretKey string `protobuf:"bytes,2,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	Region    string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	RoleArn   string `protobuf:"bytes,4,opt,name=role_arn,json=roleArn,proto3" json:"role_arn,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContainerRegistryIntegrationReq_ECROptions) Descriptor deprecated

Deprecated: Use CreateContainerRegistryIntegrationReq_ECROptions.ProtoReflect.Descriptor instead.

func (*CreateContainerRegistryIntegrationReq_ECROptions) GetAccessKey

func (*CreateContainerRegistryIntegrationReq_ECROptions) GetRegion

func (*CreateContainerRegistryIntegrationReq_ECROptions) GetRoleArn

func (*CreateContainerRegistryIntegrationReq_ECROptions) GetSecretKey

func (*CreateContainerRegistryIntegrationReq_ECROptions) ProtoMessage

func (*CreateContainerRegistryIntegrationReq_ECROptions) ProtoReflect

func (*CreateContainerRegistryIntegrationReq_ECROptions) Reset

func (*CreateContainerRegistryIntegrationReq_ECROptions) String

func (*CreateContainerRegistryIntegrationReq_ECROptions) Validate

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

func (*CreateContainerRegistryIntegrationReq_ECROptions) ValidateAll

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

type CreateContainerRegistryIntegrationReq_ECROptionsMultiError

type CreateContainerRegistryIntegrationReq_ECROptionsMultiError []error

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

func (CreateContainerRegistryIntegrationReq_ECROptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateContainerRegistryIntegrationReq_ECROptionsMultiError) Error

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

type CreateContainerRegistryIntegrationReq_ECROptionsValidationError

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

CreateContainerRegistryIntegrationReq_ECROptionsValidationError is the validation error returned by CreateContainerRegistryIntegrationReq_ECROptions.Validate if the designated constraints aren't met.

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) Cause

Cause function returns cause value.

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) Field

Field function returns field value.

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) Key

Key function returns key value.

func (CreateContainerRegistryIntegrationReq_ECROptionsValidationError) Reason

Reason function returns reason value.

type CreateContainerRegistryIntegrationReq_EcrOptions

type CreateContainerRegistryIntegrationReq_EcrOptions struct {
	EcrOptions *CreateContainerRegistryIntegrationReq_ECROptions `protobuf:"bytes,5,opt,name=ecr_options,json=ecrOptions,proto3,oneof"`
}

type CreateContainerRegistryIntegrationReq_PublicRegistryOptions

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

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) Descriptor deprecated

Deprecated: Use CreateContainerRegistryIntegrationReq_PublicRegistryOptions.ProtoReflect.Descriptor instead.

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) ProtoMessage

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) ProtoReflect

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) Reset

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) String

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) Validate

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

func (*CreateContainerRegistryIntegrationReq_PublicRegistryOptions) ValidateAll

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

type CreateContainerRegistryIntegrationReq_PublicRegistryOptionsMultiError

type CreateContainerRegistryIntegrationReq_PublicRegistryOptionsMultiError []error

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

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsMultiError) Error

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

type CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError

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

CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError is the validation error returned by CreateContainerRegistryIntegrationReq_PublicRegistryOptions.Validate if the designated constraints aren't met.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) Cause

Cause function returns cause value.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) Field

Field function returns field value.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) Key

Key function returns key value.

func (CreateContainerRegistryIntegrationReq_PublicRegistryOptionsValidationError) Reason

Reason function returns reason value.

type CreateContainerRegistryIntegrationReq_PublicRegistryOptions_

type CreateContainerRegistryIntegrationReq_PublicRegistryOptions_ struct {
	PublicRegistryOptions *CreateContainerRegistryIntegrationReq_PublicRegistryOptions `protobuf:"bytes,7,opt,name=public_registry_options,json=publicRegistryOptions,proto3,oneof"`
}

type CreateContainerRegistryIntegrationRes

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

func (*CreateContainerRegistryIntegrationRes) Descriptor deprecated

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

Deprecated: Use CreateContainerRegistryIntegrationRes.ProtoReflect.Descriptor instead.

func (*CreateContainerRegistryIntegrationRes) GetIntegrationId

func (x *CreateContainerRegistryIntegrationRes) GetIntegrationId() string

func (*CreateContainerRegistryIntegrationRes) ProtoMessage

func (*CreateContainerRegistryIntegrationRes) ProtoMessage()

func (*CreateContainerRegistryIntegrationRes) ProtoReflect

func (*CreateContainerRegistryIntegrationRes) Reset

func (*CreateContainerRegistryIntegrationRes) String

func (*CreateContainerRegistryIntegrationRes) Validate

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

func (*CreateContainerRegistryIntegrationRes) ValidateAll

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

type CreateContainerRegistryIntegrationResMultiError

type CreateContainerRegistryIntegrationResMultiError []error

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

func (CreateContainerRegistryIntegrationResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateContainerRegistryIntegrationResMultiError) Error

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

type CreateContainerRegistryIntegrationResValidationError

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

CreateContainerRegistryIntegrationResValidationError is the validation error returned by CreateContainerRegistryIntegrationRes.Validate if the designated constraints aren't met.

func (CreateContainerRegistryIntegrationResValidationError) Cause

Cause function returns cause value.

func (CreateContainerRegistryIntegrationResValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerRegistryIntegrationResValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerRegistryIntegrationResValidationError) Field

Field function returns field value.

func (CreateContainerRegistryIntegrationResValidationError) Key

Key function returns key value.

func (CreateContainerRegistryIntegrationResValidationError) Reason

Reason function returns reason value.

type CreateGitHubAppReq

type CreateGitHubAppReq struct {
	AppId              int64  `protobuf:"varint,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	PrivateKey         string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	ClientSecret       string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	WebhookSecret      string `protobuf:"bytes,4,opt,name=webhook_secret,json=webhookSecret,proto3" json:"webhook_secret,omitempty"`
	GithubOrganization string `protobuf:"bytes,5,opt,name=github_organization,json=githubOrganization,proto3" json:"github_organization,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGitHubAppReq) Descriptor deprecated

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

Deprecated: Use CreateGitHubAppReq.ProtoReflect.Descriptor instead.

func (*CreateGitHubAppReq) GetAppId

func (x *CreateGitHubAppReq) GetAppId() int64

func (*CreateGitHubAppReq) GetClientSecret

func (x *CreateGitHubAppReq) GetClientSecret() string

func (*CreateGitHubAppReq) GetGithubOrganization

func (x *CreateGitHubAppReq) GetGithubOrganization() string

func (*CreateGitHubAppReq) GetPrivateKey

func (x *CreateGitHubAppReq) GetPrivateKey() string

func (*CreateGitHubAppReq) GetWebhookSecret

func (x *CreateGitHubAppReq) GetWebhookSecret() string

func (*CreateGitHubAppReq) ProtoMessage

func (*CreateGitHubAppReq) ProtoMessage()

func (*CreateGitHubAppReq) ProtoReflect

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

func (*CreateGitHubAppReq) Reset

func (x *CreateGitHubAppReq) Reset()

func (*CreateGitHubAppReq) String

func (x *CreateGitHubAppReq) String() string

func (*CreateGitHubAppReq) Validate

func (m *CreateGitHubAppReq) Validate() error

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

func (*CreateGitHubAppReq) ValidateAll

func (m *CreateGitHubAppReq) ValidateAll() error

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

type CreateGitHubAppReqMultiError

type CreateGitHubAppReqMultiError []error

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

func (CreateGitHubAppReqMultiError) AllErrors

func (m CreateGitHubAppReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateGitHubAppReqMultiError) Error

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

type CreateGitHubAppReqValidationError

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

CreateGitHubAppReqValidationError is the validation error returned by CreateGitHubAppReq.Validate if the designated constraints aren't met.

func (CreateGitHubAppReqValidationError) Cause

Cause function returns cause value.

func (CreateGitHubAppReqValidationError) Error

Error satisfies the builtin error interface

func (CreateGitHubAppReqValidationError) ErrorName

ErrorName returns error name.

func (CreateGitHubAppReqValidationError) Field

Field function returns field value.

func (CreateGitHubAppReqValidationError) Key

Key function returns key value.

func (CreateGitHubAppReqValidationError) Reason

Reason function returns reason value.

type CreateGitHubAppResp

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

func (*CreateGitHubAppResp) Descriptor deprecated

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

Deprecated: Use CreateGitHubAppResp.ProtoReflect.Descriptor instead.

func (*CreateGitHubAppResp) GetIntegrationId

func (x *CreateGitHubAppResp) GetIntegrationId() string

func (*CreateGitHubAppResp) ProtoMessage

func (*CreateGitHubAppResp) ProtoMessage()

func (*CreateGitHubAppResp) ProtoReflect

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

func (*CreateGitHubAppResp) Reset

func (x *CreateGitHubAppResp) Reset()

func (*CreateGitHubAppResp) String

func (x *CreateGitHubAppResp) String() string

func (*CreateGitHubAppResp) Validate

func (m *CreateGitHubAppResp) Validate() error

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

func (*CreateGitHubAppResp) ValidateAll

func (m *CreateGitHubAppResp) ValidateAll() error

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

type CreateGitHubAppRespMultiError

type CreateGitHubAppRespMultiError []error

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

func (CreateGitHubAppRespMultiError) AllErrors

func (m CreateGitHubAppRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateGitHubAppRespMultiError) Error

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

type CreateGitHubAppRespValidationError

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

CreateGitHubAppRespValidationError is the validation error returned by CreateGitHubAppResp.Validate if the designated constraints aren't met.

func (CreateGitHubAppRespValidationError) Cause

Cause function returns cause value.

func (CreateGitHubAppRespValidationError) Error

Error satisfies the builtin error interface

func (CreateGitHubAppRespValidationError) ErrorName

ErrorName returns error name.

func (CreateGitHubAppRespValidationError) Field

Field function returns field value.

func (CreateGitHubAppRespValidationError) Key

Key function returns key value.

func (CreateGitHubAppRespValidationError) Reason

Reason function returns reason value.

type DeleteContainerRegistryIntegrationReq

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

func (*DeleteContainerRegistryIntegrationReq) Descriptor deprecated

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

Deprecated: Use DeleteContainerRegistryIntegrationReq.ProtoReflect.Descriptor instead.

func (*DeleteContainerRegistryIntegrationReq) GetRegistryName

func (x *DeleteContainerRegistryIntegrationReq) GetRegistryName() string

func (*DeleteContainerRegistryIntegrationReq) ProtoMessage

func (*DeleteContainerRegistryIntegrationReq) ProtoMessage()

func (*DeleteContainerRegistryIntegrationReq) ProtoReflect

func (*DeleteContainerRegistryIntegrationReq) Reset

func (*DeleteContainerRegistryIntegrationReq) String

func (*DeleteContainerRegistryIntegrationReq) Validate

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

func (*DeleteContainerRegistryIntegrationReq) ValidateAll

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

type DeleteContainerRegistryIntegrationReqMultiError

type DeleteContainerRegistryIntegrationReqMultiError []error

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

func (DeleteContainerRegistryIntegrationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteContainerRegistryIntegrationReqMultiError) Error

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

type DeleteContainerRegistryIntegrationReqValidationError

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

DeleteContainerRegistryIntegrationReqValidationError is the validation error returned by DeleteContainerRegistryIntegrationReq.Validate if the designated constraints aren't met.

func (DeleteContainerRegistryIntegrationReqValidationError) Cause

Cause function returns cause value.

func (DeleteContainerRegistryIntegrationReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerRegistryIntegrationReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerRegistryIntegrationReqValidationError) Field

Field function returns field value.

func (DeleteContainerRegistryIntegrationReqValidationError) Key

Key function returns key value.

func (DeleteContainerRegistryIntegrationReqValidationError) Reason

Reason function returns reason value.

type DeleteContainerRegistryIntegrationResp

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

func (*DeleteContainerRegistryIntegrationResp) Descriptor deprecated

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

Deprecated: Use DeleteContainerRegistryIntegrationResp.ProtoReflect.Descriptor instead.

func (*DeleteContainerRegistryIntegrationResp) ProtoMessage

func (*DeleteContainerRegistryIntegrationResp) ProtoReflect

func (*DeleteContainerRegistryIntegrationResp) Reset

func (*DeleteContainerRegistryIntegrationResp) String

func (*DeleteContainerRegistryIntegrationResp) Validate

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

func (*DeleteContainerRegistryIntegrationResp) ValidateAll

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

type DeleteContainerRegistryIntegrationRespMultiError

type DeleteContainerRegistryIntegrationRespMultiError []error

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

func (DeleteContainerRegistryIntegrationRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteContainerRegistryIntegrationRespMultiError) Error

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

type DeleteContainerRegistryIntegrationRespValidationError

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

DeleteContainerRegistryIntegrationRespValidationError is the validation error returned by DeleteContainerRegistryIntegrationResp.Validate if the designated constraints aren't met.

func (DeleteContainerRegistryIntegrationRespValidationError) Cause

Cause function returns cause value.

func (DeleteContainerRegistryIntegrationRespValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerRegistryIntegrationRespValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerRegistryIntegrationRespValidationError) Field

Field function returns field value.

func (DeleteContainerRegistryIntegrationRespValidationError) Key

Key function returns key value.

func (DeleteContainerRegistryIntegrationRespValidationError) Reason

Reason function returns reason value.

type DeleteHoneycombEnvironmentReq

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

func (*DeleteHoneycombEnvironmentReq) Descriptor deprecated

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

Deprecated: Use DeleteHoneycombEnvironmentReq.ProtoReflect.Descriptor instead.

func (*DeleteHoneycombEnvironmentReq) GetName

func (*DeleteHoneycombEnvironmentReq) ProtoMessage

func (*DeleteHoneycombEnvironmentReq) ProtoMessage()

func (*DeleteHoneycombEnvironmentReq) ProtoReflect

func (*DeleteHoneycombEnvironmentReq) Reset

func (x *DeleteHoneycombEnvironmentReq) Reset()

func (*DeleteHoneycombEnvironmentReq) String

func (*DeleteHoneycombEnvironmentReq) Validate

func (m *DeleteHoneycombEnvironmentReq) Validate() error

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

func (*DeleteHoneycombEnvironmentReq) ValidateAll

func (m *DeleteHoneycombEnvironmentReq) ValidateAll() error

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

type DeleteHoneycombEnvironmentReqMultiError

type DeleteHoneycombEnvironmentReqMultiError []error

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

func (DeleteHoneycombEnvironmentReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteHoneycombEnvironmentReqMultiError) Error

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

type DeleteHoneycombEnvironmentReqValidationError

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

DeleteHoneycombEnvironmentReqValidationError is the validation error returned by DeleteHoneycombEnvironmentReq.Validate if the designated constraints aren't met.

func (DeleteHoneycombEnvironmentReqValidationError) Cause

Cause function returns cause value.

func (DeleteHoneycombEnvironmentReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteHoneycombEnvironmentReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteHoneycombEnvironmentReqValidationError) Field

Field function returns field value.

func (DeleteHoneycombEnvironmentReqValidationError) Key

Key function returns key value.

func (DeleteHoneycombEnvironmentReqValidationError) Reason

Reason function returns reason value.

type DeleteHoneycombEnvironmentResp

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

func (*DeleteHoneycombEnvironmentResp) Descriptor deprecated

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

Deprecated: Use DeleteHoneycombEnvironmentResp.ProtoReflect.Descriptor instead.

func (*DeleteHoneycombEnvironmentResp) ProtoMessage

func (*DeleteHoneycombEnvironmentResp) ProtoMessage()

func (*DeleteHoneycombEnvironmentResp) ProtoReflect

func (*DeleteHoneycombEnvironmentResp) Reset

func (x *DeleteHoneycombEnvironmentResp) Reset()

func (*DeleteHoneycombEnvironmentResp) String

func (*DeleteHoneycombEnvironmentResp) Validate

func (m *DeleteHoneycombEnvironmentResp) Validate() error

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

func (*DeleteHoneycombEnvironmentResp) ValidateAll

func (m *DeleteHoneycombEnvironmentResp) ValidateAll() error

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

type DeleteHoneycombEnvironmentRespMultiError

type DeleteHoneycombEnvironmentRespMultiError []error

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

func (DeleteHoneycombEnvironmentRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteHoneycombEnvironmentRespMultiError) Error

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

type DeleteHoneycombEnvironmentRespValidationError

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

DeleteHoneycombEnvironmentRespValidationError is the validation error returned by DeleteHoneycombEnvironmentResp.Validate if the designated constraints aren't met.

func (DeleteHoneycombEnvironmentRespValidationError) Cause

Cause function returns cause value.

func (DeleteHoneycombEnvironmentRespValidationError) Error

Error satisfies the builtin error interface

func (DeleteHoneycombEnvironmentRespValidationError) ErrorName

ErrorName returns error name.

func (DeleteHoneycombEnvironmentRespValidationError) Field

Field function returns field value.

func (DeleteHoneycombEnvironmentRespValidationError) Key

Key function returns key value.

func (DeleteHoneycombEnvironmentRespValidationError) Reason

Reason function returns reason value.

type DeleteIntegrationReq

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

func (*DeleteIntegrationReq) Descriptor deprecated

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

Deprecated: Use DeleteIntegrationReq.ProtoReflect.Descriptor instead.

func (*DeleteIntegrationReq) GetIntegrationId

func (x *DeleteIntegrationReq) GetIntegrationId() string

func (*DeleteIntegrationReq) ProtoMessage

func (*DeleteIntegrationReq) ProtoMessage()

func (*DeleteIntegrationReq) ProtoReflect

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

func (*DeleteIntegrationReq) Reset

func (x *DeleteIntegrationReq) Reset()

func (*DeleteIntegrationReq) String

func (x *DeleteIntegrationReq) String() string

func (*DeleteIntegrationReq) Validate

func (m *DeleteIntegrationReq) Validate() error

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

func (*DeleteIntegrationReq) ValidateAll

func (m *DeleteIntegrationReq) ValidateAll() error

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

type DeleteIntegrationReqMultiError

type DeleteIntegrationReqMultiError []error

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

func (DeleteIntegrationReqMultiError) AllErrors

func (m DeleteIntegrationReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteIntegrationReqMultiError) Error

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

type DeleteIntegrationReqValidationError

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

DeleteIntegrationReqValidationError is the validation error returned by DeleteIntegrationReq.Validate if the designated constraints aren't met.

func (DeleteIntegrationReqValidationError) Cause

Cause function returns cause value.

func (DeleteIntegrationReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteIntegrationReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteIntegrationReqValidationError) Field

Field function returns field value.

func (DeleteIntegrationReqValidationError) Key

Key function returns key value.

func (DeleteIntegrationReqValidationError) Reason

Reason function returns reason value.

type DeleteIntegrationResp

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

func (*DeleteIntegrationResp) Descriptor deprecated

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

Deprecated: Use DeleteIntegrationResp.ProtoReflect.Descriptor instead.

func (*DeleteIntegrationResp) ProtoMessage

func (*DeleteIntegrationResp) ProtoMessage()

func (*DeleteIntegrationResp) ProtoReflect

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

func (*DeleteIntegrationResp) Reset

func (x *DeleteIntegrationResp) Reset()

func (*DeleteIntegrationResp) String

func (x *DeleteIntegrationResp) String() string

func (*DeleteIntegrationResp) Validate

func (m *DeleteIntegrationResp) Validate() error

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

func (*DeleteIntegrationResp) ValidateAll

func (m *DeleteIntegrationResp) ValidateAll() error

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

type DeleteIntegrationRespMultiError

type DeleteIntegrationRespMultiError []error

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

func (DeleteIntegrationRespMultiError) AllErrors

func (m DeleteIntegrationRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteIntegrationRespMultiError) Error

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

type DeleteIntegrationRespValidationError

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

DeleteIntegrationRespValidationError is the validation error returned by DeleteIntegrationResp.Validate if the designated constraints aren't met.

func (DeleteIntegrationRespValidationError) Cause

Cause function returns cause value.

func (DeleteIntegrationRespValidationError) Error

Error satisfies the builtin error interface

func (DeleteIntegrationRespValidationError) ErrorName

ErrorName returns error name.

func (DeleteIntegrationRespValidationError) Field

Field function returns field value.

func (DeleteIntegrationRespValidationError) Key

Key function returns key value.

func (DeleteIntegrationRespValidationError) Reason

Reason function returns reason value.

type GetCommitInfoReq added in v0.3.21

type GetCommitInfoReq struct {
	Repository string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId   string `protobuf:"bytes,2,opt,name=commitId,proto3" json:"commitId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommitInfoReq) Descriptor deprecated added in v0.3.21

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

Deprecated: Use GetCommitInfoReq.ProtoReflect.Descriptor instead.

func (*GetCommitInfoReq) GetCommitId added in v0.3.21

func (x *GetCommitInfoReq) GetCommitId() string

func (*GetCommitInfoReq) GetRepository added in v0.3.21

func (x *GetCommitInfoReq) GetRepository() string

func (*GetCommitInfoReq) ProtoMessage added in v0.3.21

func (*GetCommitInfoReq) ProtoMessage()

func (*GetCommitInfoReq) ProtoReflect added in v0.3.21

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

func (*GetCommitInfoReq) Reset added in v0.3.21

func (x *GetCommitInfoReq) Reset()

func (*GetCommitInfoReq) String added in v0.3.21

func (x *GetCommitInfoReq) String() string

func (*GetCommitInfoReq) Validate added in v0.3.21

func (m *GetCommitInfoReq) Validate() error

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

func (*GetCommitInfoReq) ValidateAll added in v0.3.21

func (m *GetCommitInfoReq) ValidateAll() error

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

type GetCommitInfoReqMultiError added in v0.3.21

type GetCommitInfoReqMultiError []error

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

func (GetCommitInfoReqMultiError) AllErrors added in v0.3.21

func (m GetCommitInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCommitInfoReqMultiError) Error added in v0.3.21

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

type GetCommitInfoReqValidationError added in v0.3.21

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

GetCommitInfoReqValidationError is the validation error returned by GetCommitInfoReq.Validate if the designated constraints aren't met.

func (GetCommitInfoReqValidationError) Cause added in v0.3.21

Cause function returns cause value.

func (GetCommitInfoReqValidationError) Error added in v0.3.21

Error satisfies the builtin error interface

func (GetCommitInfoReqValidationError) ErrorName added in v0.3.21

ErrorName returns error name.

func (GetCommitInfoReqValidationError) Field added in v0.3.21

Field function returns field value.

func (GetCommitInfoReqValidationError) Key added in v0.3.21

Key function returns key value.

func (GetCommitInfoReqValidationError) Reason added in v0.3.21

Reason function returns reason value.

type GetCommitInfoResp added in v0.3.21

type GetCommitInfoResp struct {

	// will be null if commit integration is not configured
	Commit *repo.Commit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommitInfoResp) Descriptor deprecated added in v0.3.21

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

Deprecated: Use GetCommitInfoResp.ProtoReflect.Descriptor instead.

func (*GetCommitInfoResp) GetCommit added in v0.3.21

func (x *GetCommitInfoResp) GetCommit() *repo.Commit

func (*GetCommitInfoResp) ProtoMessage added in v0.3.21

func (*GetCommitInfoResp) ProtoMessage()

func (*GetCommitInfoResp) ProtoReflect added in v0.3.21

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

func (*GetCommitInfoResp) Reset added in v0.3.21

func (x *GetCommitInfoResp) Reset()

func (*GetCommitInfoResp) String added in v0.3.21

func (x *GetCommitInfoResp) String() string

func (*GetCommitInfoResp) Validate added in v0.3.21

func (m *GetCommitInfoResp) Validate() error

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

func (*GetCommitInfoResp) ValidateAll added in v0.3.21

func (m *GetCommitInfoResp) ValidateAll() error

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

type GetCommitInfoRespMultiError added in v0.3.21

type GetCommitInfoRespMultiError []error

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

func (GetCommitInfoRespMultiError) AllErrors added in v0.3.21

func (m GetCommitInfoRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCommitInfoRespMultiError) Error added in v0.3.21

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

type GetCommitInfoRespValidationError added in v0.3.21

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

GetCommitInfoRespValidationError is the validation error returned by GetCommitInfoResp.Validate if the designated constraints aren't met.

func (GetCommitInfoRespValidationError) Cause added in v0.3.21

Cause function returns cause value.

func (GetCommitInfoRespValidationError) Error added in v0.3.21

Error satisfies the builtin error interface

func (GetCommitInfoRespValidationError) ErrorName added in v0.3.21

ErrorName returns error name.

func (GetCommitInfoRespValidationError) Field added in v0.3.21

Field function returns field value.

func (GetCommitInfoRespValidationError) Key added in v0.3.21

Key function returns key value.

func (GetCommitInfoRespValidationError) Reason added in v0.3.21

Reason function returns reason value.

type GetContainerRegistryImagesReq

type GetContainerRegistryImagesReq struct {
	IntegrationId     string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	ImageRepository   string `protobuf:"bytes,2,opt,name=image_repository,json=imageRepository,proto3" json:"image_repository,omitempty"`
	SkipRegistryCache bool   `protobuf:"varint,3,opt,name=skip_registry_cache,json=skipRegistryCache,proto3" json:"skip_registry_cache,omitempty"`
	PageToken         string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize          int32  `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContainerRegistryImagesReq) Descriptor deprecated

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

Deprecated: Use GetContainerRegistryImagesReq.ProtoReflect.Descriptor instead.

func (*GetContainerRegistryImagesReq) GetImageRepository

func (x *GetContainerRegistryImagesReq) GetImageRepository() string

func (*GetContainerRegistryImagesReq) GetIntegrationId

func (x *GetContainerRegistryImagesReq) GetIntegrationId() string

func (*GetContainerRegistryImagesReq) GetPageSize

func (x *GetContainerRegistryImagesReq) GetPageSize() int32

func (*GetContainerRegistryImagesReq) GetPageToken

func (x *GetContainerRegistryImagesReq) GetPageToken() string

func (*GetContainerRegistryImagesReq) GetSkipRegistryCache

func (x *GetContainerRegistryImagesReq) GetSkipRegistryCache() bool

func (*GetContainerRegistryImagesReq) ProtoMessage

func (*GetContainerRegistryImagesReq) ProtoMessage()

func (*GetContainerRegistryImagesReq) ProtoReflect

func (*GetContainerRegistryImagesReq) Reset

func (x *GetContainerRegistryImagesReq) Reset()

func (*GetContainerRegistryImagesReq) String

func (*GetContainerRegistryImagesReq) Validate

func (m *GetContainerRegistryImagesReq) Validate() error

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

func (*GetContainerRegistryImagesReq) ValidateAll

func (m *GetContainerRegistryImagesReq) ValidateAll() error

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

type GetContainerRegistryImagesReqMultiError

type GetContainerRegistryImagesReqMultiError []error

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

func (GetContainerRegistryImagesReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetContainerRegistryImagesReqMultiError) Error

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

type GetContainerRegistryImagesReqValidationError

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

GetContainerRegistryImagesReqValidationError is the validation error returned by GetContainerRegistryImagesReq.Validate if the designated constraints aren't met.

func (GetContainerRegistryImagesReqValidationError) Cause

Cause function returns cause value.

func (GetContainerRegistryImagesReqValidationError) Error

Error satisfies the builtin error interface

func (GetContainerRegistryImagesReqValidationError) ErrorName

ErrorName returns error name.

func (GetContainerRegistryImagesReqValidationError) Field

Field function returns field value.

func (GetContainerRegistryImagesReqValidationError) Key

Key function returns key value.

func (GetContainerRegistryImagesReqValidationError) Reason

Reason function returns reason value.

type GetContainerRegistryImagesRes

type GetContainerRegistryImagesRes struct {

	// will be sorted by creation time, descending
	Images        []*RegistryImage `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	NextPageToken string           `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContainerRegistryImagesRes) Descriptor deprecated

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

Deprecated: Use GetContainerRegistryImagesRes.ProtoReflect.Descriptor instead.

func (*GetContainerRegistryImagesRes) GetImages

func (x *GetContainerRegistryImagesRes) GetImages() []*RegistryImage

func (*GetContainerRegistryImagesRes) GetNextPageToken

func (x *GetContainerRegistryImagesRes) GetNextPageToken() string

func (*GetContainerRegistryImagesRes) ProtoMessage

func (*GetContainerRegistryImagesRes) ProtoMessage()

func (*GetContainerRegistryImagesRes) ProtoReflect

func (*GetContainerRegistryImagesRes) Reset

func (x *GetContainerRegistryImagesRes) Reset()

func (*GetContainerRegistryImagesRes) String

func (*GetContainerRegistryImagesRes) Validate

func (m *GetContainerRegistryImagesRes) Validate() error

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

func (*GetContainerRegistryImagesRes) ValidateAll

func (m *GetContainerRegistryImagesRes) ValidateAll() error

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

type GetContainerRegistryImagesResMultiError

type GetContainerRegistryImagesResMultiError []error

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

func (GetContainerRegistryImagesResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetContainerRegistryImagesResMultiError) Error

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

type GetContainerRegistryImagesResValidationError

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

GetContainerRegistryImagesResValidationError is the validation error returned by GetContainerRegistryImagesRes.Validate if the designated constraints aren't met.

func (GetContainerRegistryImagesResValidationError) Cause

Cause function returns cause value.

func (GetContainerRegistryImagesResValidationError) Error

Error satisfies the builtin error interface

func (GetContainerRegistryImagesResValidationError) ErrorName

ErrorName returns error name.

func (GetContainerRegistryImagesResValidationError) Field

Field function returns field value.

func (GetContainerRegistryImagesResValidationError) Key

Key function returns key value.

func (GetContainerRegistryImagesResValidationError) Reason

Reason function returns reason value.

type GetContainerRegistryIntegrationReq

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

func (*GetContainerRegistryIntegrationReq) Descriptor deprecated

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

Deprecated: Use GetContainerRegistryIntegrationReq.ProtoReflect.Descriptor instead.

func (*GetContainerRegistryIntegrationReq) GetRegistryName

func (x *GetContainerRegistryIntegrationReq) GetRegistryName() string

func (*GetContainerRegistryIntegrationReq) ProtoMessage

func (*GetContainerRegistryIntegrationReq) ProtoMessage()

func (*GetContainerRegistryIntegrationReq) ProtoReflect

func (*GetContainerRegistryIntegrationReq) Reset

func (*GetContainerRegistryIntegrationReq) String

func (*GetContainerRegistryIntegrationReq) Validate

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

func (*GetContainerRegistryIntegrationReq) ValidateAll

func (m *GetContainerRegistryIntegrationReq) ValidateAll() error

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

type GetContainerRegistryIntegrationReqMultiError

type GetContainerRegistryIntegrationReqMultiError []error

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

func (GetContainerRegistryIntegrationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetContainerRegistryIntegrationReqMultiError) Error

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

type GetContainerRegistryIntegrationReqValidationError

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

GetContainerRegistryIntegrationReqValidationError is the validation error returned by GetContainerRegistryIntegrationReq.Validate if the designated constraints aren't met.

func (GetContainerRegistryIntegrationReqValidationError) Cause

Cause function returns cause value.

func (GetContainerRegistryIntegrationReqValidationError) Error

Error satisfies the builtin error interface

func (GetContainerRegistryIntegrationReqValidationError) ErrorName

ErrorName returns error name.

func (GetContainerRegistryIntegrationReqValidationError) Field

Field function returns field value.

func (GetContainerRegistryIntegrationReqValidationError) Key

Key function returns key value.

func (GetContainerRegistryIntegrationReqValidationError) Reason

Reason function returns reason value.

type GetContainerRegistryIntegrationResp

type GetContainerRegistryIntegrationResp struct {
	Registry *ContainerRegistryIntegration `protobuf:"bytes,1,opt,name=registry,proto3" json:"registry,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContainerRegistryIntegrationResp) Descriptor deprecated

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

Deprecated: Use GetContainerRegistryIntegrationResp.ProtoReflect.Descriptor instead.

func (*GetContainerRegistryIntegrationResp) GetRegistry

func (*GetContainerRegistryIntegrationResp) ProtoMessage

func (*GetContainerRegistryIntegrationResp) ProtoMessage()

func (*GetContainerRegistryIntegrationResp) ProtoReflect

func (*GetContainerRegistryIntegrationResp) Reset

func (*GetContainerRegistryIntegrationResp) String

func (*GetContainerRegistryIntegrationResp) Validate

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

func (*GetContainerRegistryIntegrationResp) ValidateAll

func (m *GetContainerRegistryIntegrationResp) ValidateAll() error

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

type GetContainerRegistryIntegrationRespMultiError

type GetContainerRegistryIntegrationRespMultiError []error

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

func (GetContainerRegistryIntegrationRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetContainerRegistryIntegrationRespMultiError) Error

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

type GetContainerRegistryIntegrationRespValidationError

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

GetContainerRegistryIntegrationRespValidationError is the validation error returned by GetContainerRegistryIntegrationResp.Validate if the designated constraints aren't met.

func (GetContainerRegistryIntegrationRespValidationError) Cause

Cause function returns cause value.

func (GetContainerRegistryIntegrationRespValidationError) Error

Error satisfies the builtin error interface

func (GetContainerRegistryIntegrationRespValidationError) ErrorName

ErrorName returns error name.

func (GetContainerRegistryIntegrationRespValidationError) Field

Field function returns field value.

func (GetContainerRegistryIntegrationRespValidationError) Key

Key function returns key value.

func (GetContainerRegistryIntegrationRespValidationError) Reason

Reason function returns reason value.

type GetGrafanaInstallationReq

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

TODO(rohit): Should this get refactored into a generic GET endpoint for all types of integrations?

func (*GetGrafanaInstallationReq) Descriptor deprecated

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

Deprecated: Use GetGrafanaInstallationReq.ProtoReflect.Descriptor instead.

func (*GetGrafanaInstallationReq) ProtoMessage

func (*GetGrafanaInstallationReq) ProtoMessage()

func (*GetGrafanaInstallationReq) ProtoReflect

func (*GetGrafanaInstallationReq) Reset

func (x *GetGrafanaInstallationReq) Reset()

func (*GetGrafanaInstallationReq) String

func (x *GetGrafanaInstallationReq) String() string

func (*GetGrafanaInstallationReq) Validate

func (m *GetGrafanaInstallationReq) Validate() error

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

func (*GetGrafanaInstallationReq) ValidateAll

func (m *GetGrafanaInstallationReq) ValidateAll() error

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

type GetGrafanaInstallationReqMultiError

type GetGrafanaInstallationReqMultiError []error

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

func (GetGrafanaInstallationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetGrafanaInstallationReqMultiError) Error

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

type GetGrafanaInstallationReqValidationError

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

GetGrafanaInstallationReqValidationError is the validation error returned by GetGrafanaInstallationReq.Validate if the designated constraints aren't met.

func (GetGrafanaInstallationReqValidationError) Cause

Cause function returns cause value.

func (GetGrafanaInstallationReqValidationError) Error

Error satisfies the builtin error interface

func (GetGrafanaInstallationReqValidationError) ErrorName

ErrorName returns error name.

func (GetGrafanaInstallationReqValidationError) Field

Field function returns field value.

func (GetGrafanaInstallationReqValidationError) Key

Key function returns key value.

func (GetGrafanaInstallationReqValidationError) Reason

Reason function returns reason value.

type GetGrafanaInstallationResp

type GetGrafanaInstallationResp struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Url           string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGrafanaInstallationResp) Descriptor deprecated

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

Deprecated: Use GetGrafanaInstallationResp.ProtoReflect.Descriptor instead.

func (*GetGrafanaInstallationResp) GetIntegrationId

func (x *GetGrafanaInstallationResp) GetIntegrationId() string

func (*GetGrafanaInstallationResp) GetUrl

func (x *GetGrafanaInstallationResp) GetUrl() string

func (*GetGrafanaInstallationResp) ProtoMessage

func (*GetGrafanaInstallationResp) ProtoMessage()

func (*GetGrafanaInstallationResp) ProtoReflect

func (*GetGrafanaInstallationResp) Reset

func (x *GetGrafanaInstallationResp) Reset()

func (*GetGrafanaInstallationResp) String

func (x *GetGrafanaInstallationResp) String() string

func (*GetGrafanaInstallationResp) Validate

func (m *GetGrafanaInstallationResp) Validate() error

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

func (*GetGrafanaInstallationResp) ValidateAll

func (m *GetGrafanaInstallationResp) ValidateAll() error

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

type GetGrafanaInstallationRespMultiError

type GetGrafanaInstallationRespMultiError []error

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

func (GetGrafanaInstallationRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetGrafanaInstallationRespMultiError) Error

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

type GetGrafanaInstallationRespValidationError

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

GetGrafanaInstallationRespValidationError is the validation error returned by GetGrafanaInstallationResp.Validate if the designated constraints aren't met.

func (GetGrafanaInstallationRespValidationError) Cause

Cause function returns cause value.

func (GetGrafanaInstallationRespValidationError) Error

Error satisfies the builtin error interface

func (GetGrafanaInstallationRespValidationError) ErrorName

ErrorName returns error name.

func (GetGrafanaInstallationRespValidationError) Field

Field function returns field value.

func (GetGrafanaInstallationRespValidationError) Key

Key function returns key value.

func (GetGrafanaInstallationRespValidationError) Reason

Reason function returns reason value.

type GetImageCommitInfoReq

type GetImageCommitInfoReq struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Repository    string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// Types that are assignable to ImageIdOneof:
	//
	//	*GetImageCommitInfoReq_Tag
	//	*GetImageCommitInfoReq_Image
	ImageIdOneof isGetImageCommitInfoReq_ImageIdOneof `protobuf_oneof:"image_id_oneof"`
	// contains filtered or unexported fields
}

func (*GetImageCommitInfoReq) Descriptor deprecated

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

Deprecated: Use GetImageCommitInfoReq.ProtoReflect.Descriptor instead.

func (*GetImageCommitInfoReq) GetImage

func (x *GetImageCommitInfoReq) GetImage() string

func (*GetImageCommitInfoReq) GetImageIdOneof

func (m *GetImageCommitInfoReq) GetImageIdOneof() isGetImageCommitInfoReq_ImageIdOneof

func (*GetImageCommitInfoReq) GetIntegrationId

func (x *GetImageCommitInfoReq) GetIntegrationId() string

func (*GetImageCommitInfoReq) GetRepository

func (x *GetImageCommitInfoReq) GetRepository() string

func (*GetImageCommitInfoReq) GetTag

func (x *GetImageCommitInfoReq) GetTag() string

func (*GetImageCommitInfoReq) ProtoMessage

func (*GetImageCommitInfoReq) ProtoMessage()

func (*GetImageCommitInfoReq) ProtoReflect

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

func (*GetImageCommitInfoReq) Reset

func (x *GetImageCommitInfoReq) Reset()

func (*GetImageCommitInfoReq) String

func (x *GetImageCommitInfoReq) String() string

func (*GetImageCommitInfoReq) Validate

func (m *GetImageCommitInfoReq) Validate() error

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

func (*GetImageCommitInfoReq) ValidateAll

func (m *GetImageCommitInfoReq) ValidateAll() error

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

type GetImageCommitInfoReqMultiError

type GetImageCommitInfoReqMultiError []error

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

func (GetImageCommitInfoReqMultiError) AllErrors

func (m GetImageCommitInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetImageCommitInfoReqMultiError) Error

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

type GetImageCommitInfoReqValidationError

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

GetImageCommitInfoReqValidationError is the validation error returned by GetImageCommitInfoReq.Validate if the designated constraints aren't met.

func (GetImageCommitInfoReqValidationError) Cause

Cause function returns cause value.

func (GetImageCommitInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetImageCommitInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetImageCommitInfoReqValidationError) Field

Field function returns field value.

func (GetImageCommitInfoReqValidationError) Key

Key function returns key value.

func (GetImageCommitInfoReqValidationError) Reason

Reason function returns reason value.

type GetImageCommitInfoReq_Image

type GetImageCommitInfoReq_Image struct {
	Image string `protobuf:"bytes,4,opt,name=image,proto3,oneof"`
}

type GetImageCommitInfoReq_Tag

type GetImageCommitInfoReq_Tag struct {
	Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}

type GetImageCommitInfoResp

type GetImageCommitInfoResp struct {

	// will be null if the image does not have any commit attached, or commit integration is not configured
	Commit     *repo.Commit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	Repository string       `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageCommitInfoResp) Descriptor deprecated

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

Deprecated: Use GetImageCommitInfoResp.ProtoReflect.Descriptor instead.

func (*GetImageCommitInfoResp) GetCommit

func (x *GetImageCommitInfoResp) GetCommit() *repo.Commit

func (*GetImageCommitInfoResp) GetRepository added in v0.3.13

func (x *GetImageCommitInfoResp) GetRepository() string

func (*GetImageCommitInfoResp) ProtoMessage

func (*GetImageCommitInfoResp) ProtoMessage()

func (*GetImageCommitInfoResp) ProtoReflect

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

func (*GetImageCommitInfoResp) Reset

func (x *GetImageCommitInfoResp) Reset()

func (*GetImageCommitInfoResp) String

func (x *GetImageCommitInfoResp) String() string

func (*GetImageCommitInfoResp) Validate

func (m *GetImageCommitInfoResp) Validate() error

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

func (*GetImageCommitInfoResp) ValidateAll

func (m *GetImageCommitInfoResp) ValidateAll() error

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

type GetImageCommitInfoRespMultiError

type GetImageCommitInfoRespMultiError []error

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

func (GetImageCommitInfoRespMultiError) AllErrors

func (m GetImageCommitInfoRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetImageCommitInfoRespMultiError) Error

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

type GetImageCommitInfoRespValidationError

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

GetImageCommitInfoRespValidationError is the validation error returned by GetImageCommitInfoResp.Validate if the designated constraints aren't met.

func (GetImageCommitInfoRespValidationError) Cause

Cause function returns cause value.

func (GetImageCommitInfoRespValidationError) Error

Error satisfies the builtin error interface

func (GetImageCommitInfoRespValidationError) ErrorName

ErrorName returns error name.

func (GetImageCommitInfoRespValidationError) Field

Field function returns field value.

func (GetImageCommitInfoRespValidationError) Key

Key function returns key value.

func (GetImageCommitInfoRespValidationError) Reason

Reason function returns reason value.

type GetInstallGitHubUrlReq added in v0.3.13

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

func (*GetInstallGitHubUrlReq) Descriptor deprecated added in v0.3.13

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

Deprecated: Use GetInstallGitHubUrlReq.ProtoReflect.Descriptor instead.

func (*GetInstallGitHubUrlReq) GetGithubOrg added in v0.3.13

func (x *GetInstallGitHubUrlReq) GetGithubOrg() string

func (*GetInstallGitHubUrlReq) ProtoMessage added in v0.3.13

func (*GetInstallGitHubUrlReq) ProtoMessage()

func (*GetInstallGitHubUrlReq) ProtoReflect added in v0.3.13

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

func (*GetInstallGitHubUrlReq) Reset added in v0.3.13

func (x *GetInstallGitHubUrlReq) Reset()

func (*GetInstallGitHubUrlReq) String added in v0.3.13

func (x *GetInstallGitHubUrlReq) String() string

func (*GetInstallGitHubUrlReq) Validate added in v0.3.13

func (m *GetInstallGitHubUrlReq) Validate() error

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

func (*GetInstallGitHubUrlReq) ValidateAll added in v0.3.13

func (m *GetInstallGitHubUrlReq) ValidateAll() error

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

type GetInstallGitHubUrlReqMultiError added in v0.3.13

type GetInstallGitHubUrlReqMultiError []error

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

func (GetInstallGitHubUrlReqMultiError) AllErrors added in v0.3.13

func (m GetInstallGitHubUrlReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstallGitHubUrlReqMultiError) Error added in v0.3.13

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

type GetInstallGitHubUrlReqValidationError added in v0.3.13

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

GetInstallGitHubUrlReqValidationError is the validation error returned by GetInstallGitHubUrlReq.Validate if the designated constraints aren't met.

func (GetInstallGitHubUrlReqValidationError) Cause added in v0.3.13

Cause function returns cause value.

func (GetInstallGitHubUrlReqValidationError) Error added in v0.3.13

Error satisfies the builtin error interface

func (GetInstallGitHubUrlReqValidationError) ErrorName added in v0.3.13

ErrorName returns error name.

func (GetInstallGitHubUrlReqValidationError) Field added in v0.3.13

Field function returns field value.

func (GetInstallGitHubUrlReqValidationError) Key added in v0.3.13

Key function returns key value.

func (GetInstallGitHubUrlReqValidationError) Reason added in v0.3.13

Reason function returns reason value.

type GetInstallGitHubUrlResp added in v0.3.13

type GetInstallGitHubUrlResp struct {
	Url      string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Manifest string `protobuf:"bytes,2,opt,name=manifest,proto3" json:"manifest,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstallGitHubUrlResp) Descriptor deprecated added in v0.3.13

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

Deprecated: Use GetInstallGitHubUrlResp.ProtoReflect.Descriptor instead.

func (*GetInstallGitHubUrlResp) GetManifest added in v0.3.13

func (x *GetInstallGitHubUrlResp) GetManifest() string

func (*GetInstallGitHubUrlResp) GetUrl added in v0.3.13

func (x *GetInstallGitHubUrlResp) GetUrl() string

func (*GetInstallGitHubUrlResp) ProtoMessage added in v0.3.13

func (*GetInstallGitHubUrlResp) ProtoMessage()

func (*GetInstallGitHubUrlResp) ProtoReflect added in v0.3.13

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

func (*GetInstallGitHubUrlResp) Reset added in v0.3.13

func (x *GetInstallGitHubUrlResp) Reset()

func (*GetInstallGitHubUrlResp) String added in v0.3.13

func (x *GetInstallGitHubUrlResp) String() string

func (*GetInstallGitHubUrlResp) Validate added in v0.3.13

func (m *GetInstallGitHubUrlResp) Validate() error

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

func (*GetInstallGitHubUrlResp) ValidateAll added in v0.3.13

func (m *GetInstallGitHubUrlResp) ValidateAll() error

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

type GetInstallGitHubUrlRespMultiError added in v0.3.13

type GetInstallGitHubUrlRespMultiError []error

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

func (GetInstallGitHubUrlRespMultiError) AllErrors added in v0.3.13

func (m GetInstallGitHubUrlRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstallGitHubUrlRespMultiError) Error added in v0.3.13

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

type GetInstallGitHubUrlRespValidationError added in v0.3.13

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

GetInstallGitHubUrlRespValidationError is the validation error returned by GetInstallGitHubUrlResp.Validate if the designated constraints aren't met.

func (GetInstallGitHubUrlRespValidationError) Cause added in v0.3.13

Cause function returns cause value.

func (GetInstallGitHubUrlRespValidationError) Error added in v0.3.13

Error satisfies the builtin error interface

func (GetInstallGitHubUrlRespValidationError) ErrorName added in v0.3.13

ErrorName returns error name.

func (GetInstallGitHubUrlRespValidationError) Field added in v0.3.13

Field function returns field value.

func (GetInstallGitHubUrlRespValidationError) Key added in v0.3.13

Key function returns key value.

func (GetInstallGitHubUrlRespValidationError) Reason added in v0.3.13

Reason function returns reason value.

type GetInstallPagerDutyUrlReq

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

func (*GetInstallPagerDutyUrlReq) Descriptor deprecated

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

Deprecated: Use GetInstallPagerDutyUrlReq.ProtoReflect.Descriptor instead.

func (*GetInstallPagerDutyUrlReq) ProtoMessage

func (*GetInstallPagerDutyUrlReq) ProtoMessage()

func (*GetInstallPagerDutyUrlReq) ProtoReflect

func (*GetInstallPagerDutyUrlReq) Reset

func (x *GetInstallPagerDutyUrlReq) Reset()

func (*GetInstallPagerDutyUrlReq) String

func (x *GetInstallPagerDutyUrlReq) String() string

func (*GetInstallPagerDutyUrlReq) Validate

func (m *GetInstallPagerDutyUrlReq) Validate() error

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

func (*GetInstallPagerDutyUrlReq) ValidateAll

func (m *GetInstallPagerDutyUrlReq) ValidateAll() error

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

type GetInstallPagerDutyUrlReqMultiError

type GetInstallPagerDutyUrlReqMultiError []error

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

func (GetInstallPagerDutyUrlReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetInstallPagerDutyUrlReqMultiError) Error

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

type GetInstallPagerDutyUrlReqValidationError

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

GetInstallPagerDutyUrlReqValidationError is the validation error returned by GetInstallPagerDutyUrlReq.Validate if the designated constraints aren't met.

func (GetInstallPagerDutyUrlReqValidationError) Cause

Cause function returns cause value.

func (GetInstallPagerDutyUrlReqValidationError) Error

Error satisfies the builtin error interface

func (GetInstallPagerDutyUrlReqValidationError) ErrorName

ErrorName returns error name.

func (GetInstallPagerDutyUrlReqValidationError) Field

Field function returns field value.

func (GetInstallPagerDutyUrlReqValidationError) Key

Key function returns key value.

func (GetInstallPagerDutyUrlReqValidationError) Reason

Reason function returns reason value.

type GetInstallPagerDutyUrlResp

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

func (*GetInstallPagerDutyUrlResp) Descriptor deprecated

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

Deprecated: Use GetInstallPagerDutyUrlResp.ProtoReflect.Descriptor instead.

func (*GetInstallPagerDutyUrlResp) GetUrl

func (x *GetInstallPagerDutyUrlResp) GetUrl() string

func (*GetInstallPagerDutyUrlResp) ProtoMessage

func (*GetInstallPagerDutyUrlResp) ProtoMessage()

func (*GetInstallPagerDutyUrlResp) ProtoReflect

func (*GetInstallPagerDutyUrlResp) Reset

func (x *GetInstallPagerDutyUrlResp) Reset()

func (*GetInstallPagerDutyUrlResp) String

func (x *GetInstallPagerDutyUrlResp) String() string

func (*GetInstallPagerDutyUrlResp) Validate

func (m *GetInstallPagerDutyUrlResp) Validate() error

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

func (*GetInstallPagerDutyUrlResp) ValidateAll

func (m *GetInstallPagerDutyUrlResp) ValidateAll() error

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

type GetInstallPagerDutyUrlRespMultiError

type GetInstallPagerDutyUrlRespMultiError []error

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

func (GetInstallPagerDutyUrlRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetInstallPagerDutyUrlRespMultiError) Error

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

type GetInstallPagerDutyUrlRespValidationError

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

GetInstallPagerDutyUrlRespValidationError is the validation error returned by GetInstallPagerDutyUrlResp.Validate if the designated constraints aren't met.

func (GetInstallPagerDutyUrlRespValidationError) Cause

Cause function returns cause value.

func (GetInstallPagerDutyUrlRespValidationError) Error

Error satisfies the builtin error interface

func (GetInstallPagerDutyUrlRespValidationError) ErrorName

ErrorName returns error name.

func (GetInstallPagerDutyUrlRespValidationError) Field

Field function returns field value.

func (GetInstallPagerDutyUrlRespValidationError) Key

Key function returns key value.

func (GetInstallPagerDutyUrlRespValidationError) Reason

Reason function returns reason value.

type GetInstallSlackUrlReq

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

func (*GetInstallSlackUrlReq) Descriptor deprecated

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

Deprecated: Use GetInstallSlackUrlReq.ProtoReflect.Descriptor instead.

func (*GetInstallSlackUrlReq) ProtoMessage

func (*GetInstallSlackUrlReq) ProtoMessage()

func (*GetInstallSlackUrlReq) ProtoReflect

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

func (*GetInstallSlackUrlReq) Reset

func (x *GetInstallSlackUrlReq) Reset()

func (*GetInstallSlackUrlReq) String

func (x *GetInstallSlackUrlReq) String() string

func (*GetInstallSlackUrlReq) Validate

func (m *GetInstallSlackUrlReq) Validate() error

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

func (*GetInstallSlackUrlReq) ValidateAll

func (m *GetInstallSlackUrlReq) ValidateAll() error

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

type GetInstallSlackUrlReqMultiError

type GetInstallSlackUrlReqMultiError []error

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

func (GetInstallSlackUrlReqMultiError) AllErrors

func (m GetInstallSlackUrlReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstallSlackUrlReqMultiError) Error

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

type GetInstallSlackUrlReqValidationError

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

GetInstallSlackUrlReqValidationError is the validation error returned by GetInstallSlackUrlReq.Validate if the designated constraints aren't met.

func (GetInstallSlackUrlReqValidationError) Cause

Cause function returns cause value.

func (GetInstallSlackUrlReqValidationError) Error

Error satisfies the builtin error interface

func (GetInstallSlackUrlReqValidationError) ErrorName

ErrorName returns error name.

func (GetInstallSlackUrlReqValidationError) Field

Field function returns field value.

func (GetInstallSlackUrlReqValidationError) Key

Key function returns key value.

func (GetInstallSlackUrlReqValidationError) Reason

Reason function returns reason value.

type GetInstallSlackUrlResp

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

func (*GetInstallSlackUrlResp) Descriptor deprecated

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

Deprecated: Use GetInstallSlackUrlResp.ProtoReflect.Descriptor instead.

func (*GetInstallSlackUrlResp) GetUrl

func (x *GetInstallSlackUrlResp) GetUrl() string

func (*GetInstallSlackUrlResp) ProtoMessage

func (*GetInstallSlackUrlResp) ProtoMessage()

func (*GetInstallSlackUrlResp) ProtoReflect

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

func (*GetInstallSlackUrlResp) Reset

func (x *GetInstallSlackUrlResp) Reset()

func (*GetInstallSlackUrlResp) String

func (x *GetInstallSlackUrlResp) String() string

func (*GetInstallSlackUrlResp) Validate

func (m *GetInstallSlackUrlResp) Validate() error

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

func (*GetInstallSlackUrlResp) ValidateAll

func (m *GetInstallSlackUrlResp) ValidateAll() error

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

type GetInstallSlackUrlRespMultiError

type GetInstallSlackUrlRespMultiError []error

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

func (GetInstallSlackUrlRespMultiError) AllErrors

func (m GetInstallSlackUrlRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstallSlackUrlRespMultiError) Error

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

type GetInstallSlackUrlRespValidationError

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

GetInstallSlackUrlRespValidationError is the validation error returned by GetInstallSlackUrlResp.Validate if the designated constraints aren't met.

func (GetInstallSlackUrlRespValidationError) Cause

Cause function returns cause value.

func (GetInstallSlackUrlRespValidationError) Error

Error satisfies the builtin error interface

func (GetInstallSlackUrlRespValidationError) ErrorName

ErrorName returns error name.

func (GetInstallSlackUrlRespValidationError) Field

Field function returns field value.

func (GetInstallSlackUrlRespValidationError) Key

Key function returns key value.

func (GetInstallSlackUrlRespValidationError) Reason

Reason function returns reason value.

type GetLast9InstallationReq added in v0.3.35

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

func (*GetLast9InstallationReq) Descriptor deprecated added in v0.3.35

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

Deprecated: Use GetLast9InstallationReq.ProtoReflect.Descriptor instead.

func (*GetLast9InstallationReq) ProtoMessage added in v0.3.35

func (*GetLast9InstallationReq) ProtoMessage()

func (*GetLast9InstallationReq) ProtoReflect added in v0.3.35

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

func (*GetLast9InstallationReq) Reset added in v0.3.35

func (x *GetLast9InstallationReq) Reset()

func (*GetLast9InstallationReq) String added in v0.3.35

func (x *GetLast9InstallationReq) String() string

func (*GetLast9InstallationReq) Validate added in v0.3.35

func (m *GetLast9InstallationReq) Validate() error

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

func (*GetLast9InstallationReq) ValidateAll added in v0.3.35

func (m *GetLast9InstallationReq) ValidateAll() error

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

type GetLast9InstallationReqMultiError added in v0.3.35

type GetLast9InstallationReqMultiError []error

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

func (GetLast9InstallationReqMultiError) AllErrors added in v0.3.35

func (m GetLast9InstallationReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLast9InstallationReqMultiError) Error added in v0.3.35

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

type GetLast9InstallationReqValidationError added in v0.3.35

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

GetLast9InstallationReqValidationError is the validation error returned by GetLast9InstallationReq.Validate if the designated constraints aren't met.

func (GetLast9InstallationReqValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (GetLast9InstallationReqValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (GetLast9InstallationReqValidationError) ErrorName added in v0.3.35

ErrorName returns error name.

func (GetLast9InstallationReqValidationError) Field added in v0.3.35

Field function returns field value.

func (GetLast9InstallationReqValidationError) Key added in v0.3.35

Key function returns key value.

func (GetLast9InstallationReqValidationError) Reason added in v0.3.35

Reason function returns reason value.

type GetLast9InstallationResp added in v0.3.35

type GetLast9InstallationResp struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	OrgSlug       string `protobuf:"bytes,2,opt,name=org_slug,json=orgSlug,proto3" json:"org_slug,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLast9InstallationResp) Descriptor deprecated added in v0.3.35

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

Deprecated: Use GetLast9InstallationResp.ProtoReflect.Descriptor instead.

func (*GetLast9InstallationResp) GetIntegrationId added in v0.3.35

func (x *GetLast9InstallationResp) GetIntegrationId() string

func (*GetLast9InstallationResp) GetOrgSlug added in v0.3.35

func (x *GetLast9InstallationResp) GetOrgSlug() string

func (*GetLast9InstallationResp) ProtoMessage added in v0.3.35

func (*GetLast9InstallationResp) ProtoMessage()

func (*GetLast9InstallationResp) ProtoReflect added in v0.3.35

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

func (*GetLast9InstallationResp) Reset added in v0.3.35

func (x *GetLast9InstallationResp) Reset()

func (*GetLast9InstallationResp) String added in v0.3.35

func (x *GetLast9InstallationResp) String() string

func (*GetLast9InstallationResp) Validate added in v0.3.35

func (m *GetLast9InstallationResp) Validate() error

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

func (*GetLast9InstallationResp) ValidateAll added in v0.3.35

func (m *GetLast9InstallationResp) ValidateAll() error

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

type GetLast9InstallationRespMultiError added in v0.3.35

type GetLast9InstallationRespMultiError []error

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

func (GetLast9InstallationRespMultiError) AllErrors added in v0.3.35

func (m GetLast9InstallationRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLast9InstallationRespMultiError) Error added in v0.3.35

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

type GetLast9InstallationRespValidationError added in v0.3.35

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

GetLast9InstallationRespValidationError is the validation error returned by GetLast9InstallationResp.Validate if the designated constraints aren't met.

func (GetLast9InstallationRespValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (GetLast9InstallationRespValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (GetLast9InstallationRespValidationError) ErrorName added in v0.3.35

ErrorName returns error name.

func (GetLast9InstallationRespValidationError) Field added in v0.3.35

Field function returns field value.

func (GetLast9InstallationRespValidationError) Key added in v0.3.35

Key function returns key value.

func (GetLast9InstallationRespValidationError) Reason added in v0.3.35

Reason function returns reason value.

type GetProgramDefaultsReq

type GetProgramDefaultsReq struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Repository    string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// Types that are assignable to ImageIdOneof:
	//
	//	*GetProgramDefaultsReq_Tag
	//	*GetProgramDefaultsReq_Image
	ImageIdOneof      isGetProgramDefaultsReq_ImageIdOneof `protobuf_oneof:"image_id_oneof"`
	SkipRegistryCache bool                                 `protobuf:"varint,5,opt,name=skip_registry_cache,json=skipRegistryCache,proto3" json:"skip_registry_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProgramDefaultsReq) Descriptor deprecated

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

Deprecated: Use GetProgramDefaultsReq.ProtoReflect.Descriptor instead.

func (*GetProgramDefaultsReq) GetImage

func (x *GetProgramDefaultsReq) GetImage() string

func (*GetProgramDefaultsReq) GetImageIdOneof

func (m *GetProgramDefaultsReq) GetImageIdOneof() isGetProgramDefaultsReq_ImageIdOneof

func (*GetProgramDefaultsReq) GetIntegrationId

func (x *GetProgramDefaultsReq) GetIntegrationId() string

func (*GetProgramDefaultsReq) GetRepository

func (x *GetProgramDefaultsReq) GetRepository() string

func (*GetProgramDefaultsReq) GetSkipRegistryCache

func (x *GetProgramDefaultsReq) GetSkipRegistryCache() bool

func (*GetProgramDefaultsReq) GetTag

func (x *GetProgramDefaultsReq) GetTag() string

func (*GetProgramDefaultsReq) ProtoMessage

func (*GetProgramDefaultsReq) ProtoMessage()

func (*GetProgramDefaultsReq) ProtoReflect

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

func (*GetProgramDefaultsReq) Reset

func (x *GetProgramDefaultsReq) Reset()

func (*GetProgramDefaultsReq) String

func (x *GetProgramDefaultsReq) String() string

func (*GetProgramDefaultsReq) Validate

func (m *GetProgramDefaultsReq) Validate() error

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

func (*GetProgramDefaultsReq) ValidateAll

func (m *GetProgramDefaultsReq) ValidateAll() error

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

type GetProgramDefaultsReqMultiError

type GetProgramDefaultsReqMultiError []error

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

func (GetProgramDefaultsReqMultiError) AllErrors

func (m GetProgramDefaultsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProgramDefaultsReqMultiError) Error

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

type GetProgramDefaultsReqValidationError

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

GetProgramDefaultsReqValidationError is the validation error returned by GetProgramDefaultsReq.Validate if the designated constraints aren't met.

func (GetProgramDefaultsReqValidationError) Cause

Cause function returns cause value.

func (GetProgramDefaultsReqValidationError) Error

Error satisfies the builtin error interface

func (GetProgramDefaultsReqValidationError) ErrorName

ErrorName returns error name.

func (GetProgramDefaultsReqValidationError) Field

Field function returns field value.

func (GetProgramDefaultsReqValidationError) Key

Key function returns key value.

func (GetProgramDefaultsReqValidationError) Reason

Reason function returns reason value.

type GetProgramDefaultsReq_Image

type GetProgramDefaultsReq_Image struct {
	Image string `protobuf:"bytes,4,opt,name=image,proto3,oneof"`
}

type GetProgramDefaultsReq_Tag

type GetProgramDefaultsReq_Tag struct {
	Tag string `protobuf:"bytes,3,opt,name=tag,proto3,oneof"`
}

type GetProgramDefaultsResp

type GetProgramDefaultsResp struct {
	ProgramDefaults *ProgramDefaults `protobuf:"bytes,1,opt,name=program_defaults,json=programDefaults,proto3" json:"program_defaults,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProgramDefaultsResp) Descriptor deprecated

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

Deprecated: Use GetProgramDefaultsResp.ProtoReflect.Descriptor instead.

func (*GetProgramDefaultsResp) GetProgramDefaults

func (x *GetProgramDefaultsResp) GetProgramDefaults() *ProgramDefaults

func (*GetProgramDefaultsResp) ProtoMessage

func (*GetProgramDefaultsResp) ProtoMessage()

func (*GetProgramDefaultsResp) ProtoReflect

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

func (*GetProgramDefaultsResp) Reset

func (x *GetProgramDefaultsResp) Reset()

func (*GetProgramDefaultsResp) String

func (x *GetProgramDefaultsResp) String() string

func (*GetProgramDefaultsResp) Validate

func (m *GetProgramDefaultsResp) Validate() error

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

func (*GetProgramDefaultsResp) ValidateAll

func (m *GetProgramDefaultsResp) ValidateAll() error

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

type GetProgramDefaultsRespMultiError

type GetProgramDefaultsRespMultiError []error

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

func (GetProgramDefaultsRespMultiError) AllErrors

func (m GetProgramDefaultsRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProgramDefaultsRespMultiError) Error

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

type GetProgramDefaultsRespValidationError

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

GetProgramDefaultsRespValidationError is the validation error returned by GetProgramDefaultsResp.Validate if the designated constraints aren't met.

func (GetProgramDefaultsRespValidationError) Cause

Cause function returns cause value.

func (GetProgramDefaultsRespValidationError) Error

Error satisfies the builtin error interface

func (GetProgramDefaultsRespValidationError) ErrorName

ErrorName returns error name.

func (GetProgramDefaultsRespValidationError) Field

Field function returns field value.

func (GetProgramDefaultsRespValidationError) Key

Key function returns key value.

func (GetProgramDefaultsRespValidationError) Reason

Reason function returns reason value.

type GetServiceImageInfoReq

type GetServiceImageInfoReq struct {
	Service     string   `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Versions    []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty"` // omit to get just the latest version
	Application string   `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceImageInfoReq) Descriptor deprecated

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

Deprecated: Use GetServiceImageInfoReq.ProtoReflect.Descriptor instead.

func (*GetServiceImageInfoReq) GetApplication

func (x *GetServiceImageInfoReq) GetApplication() string

func (*GetServiceImageInfoReq) GetService

func (x *GetServiceImageInfoReq) GetService() string

func (*GetServiceImageInfoReq) GetVersions

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

func (*GetServiceImageInfoReq) ProtoMessage

func (*GetServiceImageInfoReq) ProtoMessage()

func (*GetServiceImageInfoReq) ProtoReflect

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

func (*GetServiceImageInfoReq) Reset

func (x *GetServiceImageInfoReq) Reset()

func (*GetServiceImageInfoReq) String

func (x *GetServiceImageInfoReq) String() string

func (*GetServiceImageInfoReq) Validate

func (m *GetServiceImageInfoReq) Validate() error

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

func (*GetServiceImageInfoReq) ValidateAll

func (m *GetServiceImageInfoReq) ValidateAll() error

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

type GetServiceImageInfoReqMultiError

type GetServiceImageInfoReqMultiError []error

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

func (GetServiceImageInfoReqMultiError) AllErrors

func (m GetServiceImageInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceImageInfoReqMultiError) Error

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

type GetServiceImageInfoReqValidationError

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

GetServiceImageInfoReqValidationError is the validation error returned by GetServiceImageInfoReq.Validate if the designated constraints aren't met.

func (GetServiceImageInfoReqValidationError) Cause

Cause function returns cause value.

func (GetServiceImageInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetServiceImageInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetServiceImageInfoReqValidationError) Field

Field function returns field value.

func (GetServiceImageInfoReqValidationError) Key

Key function returns key value.

func (GetServiceImageInfoReqValidationError) Reason

Reason function returns reason value.

type GetServiceImageInfoResp

type GetServiceImageInfoResp struct {
	ServiceId    string                                 `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	ServiceName  string                                 `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	VersionInfos []*GetServiceImageInfoResp_VersionInfo `protobuf:"bytes,3,rep,name=version_infos,json=versionInfos,proto3" json:"version_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceImageInfoResp) Descriptor deprecated

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

Deprecated: Use GetServiceImageInfoResp.ProtoReflect.Descriptor instead.

func (*GetServiceImageInfoResp) GetServiceId

func (x *GetServiceImageInfoResp) GetServiceId() string

func (*GetServiceImageInfoResp) GetServiceName

func (x *GetServiceImageInfoResp) GetServiceName() string

func (*GetServiceImageInfoResp) GetVersionInfos

func (*GetServiceImageInfoResp) ProtoMessage

func (*GetServiceImageInfoResp) ProtoMessage()

func (*GetServiceImageInfoResp) ProtoReflect

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

func (*GetServiceImageInfoResp) Reset

func (x *GetServiceImageInfoResp) Reset()

func (*GetServiceImageInfoResp) String

func (x *GetServiceImageInfoResp) String() string

func (*GetServiceImageInfoResp) Validate

func (m *GetServiceImageInfoResp) Validate() error

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

func (*GetServiceImageInfoResp) ValidateAll

func (m *GetServiceImageInfoResp) ValidateAll() error

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

type GetServiceImageInfoRespMultiError

type GetServiceImageInfoRespMultiError []error

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

func (GetServiceImageInfoRespMultiError) AllErrors

func (m GetServiceImageInfoRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceImageInfoRespMultiError) Error

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

type GetServiceImageInfoRespValidationError

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

GetServiceImageInfoRespValidationError is the validation error returned by GetServiceImageInfoResp.Validate if the designated constraints aren't met.

func (GetServiceImageInfoRespValidationError) Cause

Cause function returns cause value.

func (GetServiceImageInfoRespValidationError) Error

Error satisfies the builtin error interface

func (GetServiceImageInfoRespValidationError) ErrorName

ErrorName returns error name.

func (GetServiceImageInfoRespValidationError) Field

Field function returns field value.

func (GetServiceImageInfoRespValidationError) Key

Key function returns key value.

func (GetServiceImageInfoRespValidationError) Reason

Reason function returns reason value.

type GetServiceImageInfoResp_PerReleaseChannel

type GetServiceImageInfoResp_PerReleaseChannel struct {
	ReleaseChannel string                                 `protobuf:"bytes,1,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"`
	ProgramInfos   []*GetServiceImageInfoResp_ProgramInfo `protobuf:"bytes,2,rep,name=program_infos,json=programInfos,proto3" json:"program_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceImageInfoResp_PerReleaseChannel) Descriptor deprecated

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

Deprecated: Use GetServiceImageInfoResp_PerReleaseChannel.ProtoReflect.Descriptor instead.

func (*GetServiceImageInfoResp_PerReleaseChannel) GetProgramInfos

func (*GetServiceImageInfoResp_PerReleaseChannel) GetReleaseChannel

func (x *GetServiceImageInfoResp_PerReleaseChannel) GetReleaseChannel() string

func (*GetServiceImageInfoResp_PerReleaseChannel) ProtoMessage

func (*GetServiceImageInfoResp_PerReleaseChannel) ProtoReflect

func (*GetServiceImageInfoResp_PerReleaseChannel) Reset

func (*GetServiceImageInfoResp_PerReleaseChannel) String

func (*GetServiceImageInfoResp_PerReleaseChannel) Validate

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

func (*GetServiceImageInfoResp_PerReleaseChannel) ValidateAll

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

type GetServiceImageInfoResp_PerReleaseChannelMultiError

type GetServiceImageInfoResp_PerReleaseChannelMultiError []error

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

func (GetServiceImageInfoResp_PerReleaseChannelMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceImageInfoResp_PerReleaseChannelMultiError) Error

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

type GetServiceImageInfoResp_PerReleaseChannelValidationError

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

GetServiceImageInfoResp_PerReleaseChannelValidationError is the validation error returned by GetServiceImageInfoResp_PerReleaseChannel.Validate if the designated constraints aren't met.

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) Cause

Cause function returns cause value.

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) Error

Error satisfies the builtin error interface

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) ErrorName

ErrorName returns error name.

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) Field

Field function returns field value.

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) Key

Key function returns key value.

func (GetServiceImageInfoResp_PerReleaseChannelValidationError) Reason

Reason function returns reason value.

type GetServiceImageInfoResp_ProgramInfo

type GetServiceImageInfoResp_ProgramInfo struct {
	ImageUrl string   `protobuf:"bytes,1,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	Tags     []string `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceImageInfoResp_ProgramInfo) Descriptor deprecated

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

Deprecated: Use GetServiceImageInfoResp_ProgramInfo.ProtoReflect.Descriptor instead.

func (*GetServiceImageInfoResp_ProgramInfo) GetImageUrl

func (*GetServiceImageInfoResp_ProgramInfo) GetTags

func (*GetServiceImageInfoResp_ProgramInfo) ProtoMessage

func (*GetServiceImageInfoResp_ProgramInfo) ProtoMessage()

func (*GetServiceImageInfoResp_ProgramInfo) ProtoReflect

func (*GetServiceImageInfoResp_ProgramInfo) Reset

func (*GetServiceImageInfoResp_ProgramInfo) String

func (*GetServiceImageInfoResp_ProgramInfo) Validate

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

func (*GetServiceImageInfoResp_ProgramInfo) ValidateAll

func (m *GetServiceImageInfoResp_ProgramInfo) ValidateAll() error

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

type GetServiceImageInfoResp_ProgramInfoMultiError

type GetServiceImageInfoResp_ProgramInfoMultiError []error

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

func (GetServiceImageInfoResp_ProgramInfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceImageInfoResp_ProgramInfoMultiError) Error

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

type GetServiceImageInfoResp_ProgramInfoValidationError

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

GetServiceImageInfoResp_ProgramInfoValidationError is the validation error returned by GetServiceImageInfoResp_ProgramInfo.Validate if the designated constraints aren't met.

func (GetServiceImageInfoResp_ProgramInfoValidationError) Cause

Cause function returns cause value.

func (GetServiceImageInfoResp_ProgramInfoValidationError) Error

Error satisfies the builtin error interface

func (GetServiceImageInfoResp_ProgramInfoValidationError) ErrorName

ErrorName returns error name.

func (GetServiceImageInfoResp_ProgramInfoValidationError) Field

Field function returns field value.

func (GetServiceImageInfoResp_ProgramInfoValidationError) Key

Key function returns key value.

func (GetServiceImageInfoResp_ProgramInfoValidationError) Reason

Reason function returns reason value.

type GetServiceImageInfoResp_VersionInfo

type GetServiceImageInfoResp_VersionInfo struct {
	Version           string                                       `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	ProgramInfos      []*GetServiceImageInfoResp_ProgramInfo       `protobuf:"bytes,2,rep,name=program_infos,json=programInfos,proto3" json:"program_infos,omitempty"`
	PerReleaseChannel []*GetServiceImageInfoResp_PerReleaseChannel `protobuf:"bytes,3,rep,name=per_release_channel,json=perReleaseChannel,proto3" json:"per_release_channel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceImageInfoResp_VersionInfo) Descriptor deprecated

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

Deprecated: Use GetServiceImageInfoResp_VersionInfo.ProtoReflect.Descriptor instead.

func (*GetServiceImageInfoResp_VersionInfo) GetPerReleaseChannel

func (*GetServiceImageInfoResp_VersionInfo) GetProgramInfos

func (*GetServiceImageInfoResp_VersionInfo) GetVersion

func (*GetServiceImageInfoResp_VersionInfo) ProtoMessage

func (*GetServiceImageInfoResp_VersionInfo) ProtoMessage()

func (*GetServiceImageInfoResp_VersionInfo) ProtoReflect

func (*GetServiceImageInfoResp_VersionInfo) Reset

func (*GetServiceImageInfoResp_VersionInfo) String

func (*GetServiceImageInfoResp_VersionInfo) Validate

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

func (*GetServiceImageInfoResp_VersionInfo) ValidateAll

func (m *GetServiceImageInfoResp_VersionInfo) ValidateAll() error

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

type GetServiceImageInfoResp_VersionInfoMultiError

type GetServiceImageInfoResp_VersionInfoMultiError []error

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

func (GetServiceImageInfoResp_VersionInfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceImageInfoResp_VersionInfoMultiError) Error

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

type GetServiceImageInfoResp_VersionInfoValidationError

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

GetServiceImageInfoResp_VersionInfoValidationError is the validation error returned by GetServiceImageInfoResp_VersionInfo.Validate if the designated constraints aren't met.

func (GetServiceImageInfoResp_VersionInfoValidationError) Cause

Cause function returns cause value.

func (GetServiceImageInfoResp_VersionInfoValidationError) Error

Error satisfies the builtin error interface

func (GetServiceImageInfoResp_VersionInfoValidationError) ErrorName

ErrorName returns error name.

func (GetServiceImageInfoResp_VersionInfoValidationError) Field

Field function returns field value.

func (GetServiceImageInfoResp_VersionInfoValidationError) Key

Key function returns key value.

func (GetServiceImageInfoResp_VersionInfoValidationError) Reason

Reason function returns reason value.

type GetTrackedImageRepositoryReq

type GetTrackedImageRepositoryReq struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Repository    string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackedImageRepositoryReq) Descriptor deprecated

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

Deprecated: Use GetTrackedImageRepositoryReq.ProtoReflect.Descriptor instead.

func (*GetTrackedImageRepositoryReq) GetIntegrationId

func (x *GetTrackedImageRepositoryReq) GetIntegrationId() string

func (*GetTrackedImageRepositoryReq) GetRepository

func (x *GetTrackedImageRepositoryReq) GetRepository() string

func (*GetTrackedImageRepositoryReq) ProtoMessage

func (*GetTrackedImageRepositoryReq) ProtoMessage()

func (*GetTrackedImageRepositoryReq) ProtoReflect

func (*GetTrackedImageRepositoryReq) Reset

func (x *GetTrackedImageRepositoryReq) Reset()

func (*GetTrackedImageRepositoryReq) String

func (*GetTrackedImageRepositoryReq) Validate

func (m *GetTrackedImageRepositoryReq) Validate() error

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

func (*GetTrackedImageRepositoryReq) ValidateAll

func (m *GetTrackedImageRepositoryReq) ValidateAll() error

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

type GetTrackedImageRepositoryReqMultiError

type GetTrackedImageRepositoryReqMultiError []error

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

func (GetTrackedImageRepositoryReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTrackedImageRepositoryReqMultiError) Error

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

type GetTrackedImageRepositoryReqValidationError

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

GetTrackedImageRepositoryReqValidationError is the validation error returned by GetTrackedImageRepositoryReq.Validate if the designated constraints aren't met.

func (GetTrackedImageRepositoryReqValidationError) Cause

Cause function returns cause value.

func (GetTrackedImageRepositoryReqValidationError) Error

Error satisfies the builtin error interface

func (GetTrackedImageRepositoryReqValidationError) ErrorName

ErrorName returns error name.

func (GetTrackedImageRepositoryReqValidationError) Field

Field function returns field value.

func (GetTrackedImageRepositoryReqValidationError) Key

Key function returns key value.

func (GetTrackedImageRepositoryReqValidationError) Reason

Reason function returns reason value.

type GetTrackedImageRepositoryResp

type GetTrackedImageRepositoryResp struct {
	Repository *TrackedImageRepository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrackedImageRepositoryResp) Descriptor deprecated

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

Deprecated: Use GetTrackedImageRepositoryResp.ProtoReflect.Descriptor instead.

func (*GetTrackedImageRepositoryResp) GetRepository

func (*GetTrackedImageRepositoryResp) ProtoMessage

func (*GetTrackedImageRepositoryResp) ProtoMessage()

func (*GetTrackedImageRepositoryResp) ProtoReflect

func (*GetTrackedImageRepositoryResp) Reset

func (x *GetTrackedImageRepositoryResp) Reset()

func (*GetTrackedImageRepositoryResp) String

func (*GetTrackedImageRepositoryResp) Validate

func (m *GetTrackedImageRepositoryResp) Validate() error

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

func (*GetTrackedImageRepositoryResp) ValidateAll

func (m *GetTrackedImageRepositoryResp) ValidateAll() error

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

type GetTrackedImageRepositoryRespMultiError

type GetTrackedImageRepositoryRespMultiError []error

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

func (GetTrackedImageRepositoryRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTrackedImageRepositoryRespMultiError) Error

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

type GetTrackedImageRepositoryRespValidationError

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

GetTrackedImageRepositoryRespValidationError is the validation error returned by GetTrackedImageRepositoryResp.Validate if the designated constraints aren't met.

func (GetTrackedImageRepositoryRespValidationError) Cause

Cause function returns cause value.

func (GetTrackedImageRepositoryRespValidationError) Error

Error satisfies the builtin error interface

func (GetTrackedImageRepositoryRespValidationError) ErrorName

ErrorName returns error name.

func (GetTrackedImageRepositoryRespValidationError) Field

Field function returns field value.

func (GetTrackedImageRepositoryRespValidationError) Key

Key function returns key value.

func (GetTrackedImageRepositoryRespValidationError) Reason

Reason function returns reason value.

type IndexStatus

type IndexStatus int32
const (
	IndexStatus_IS_UNKNOWN IndexStatus = 0
	IndexStatus_PENDING    IndexStatus = 1 // indexing requested but has not indexed before
	IndexStatus_INDEXING   IndexStatus = 2 // indexing operation in progress
	IndexStatus_INDEXED    IndexStatus = 3 //  steady-state, has been indexed before but no ongoing operation
)

func (IndexStatus) Descriptor

func (IndexStatus) Enum

func (x IndexStatus) Enum() *IndexStatus

func (IndexStatus) EnumDescriptor deprecated

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

Deprecated: Use IndexStatus.Descriptor instead.

func (IndexStatus) Number

func (x IndexStatus) Number() protoreflect.EnumNumber

func (IndexStatus) String

func (x IndexStatus) String() string

func (IndexStatus) Type

type InstallGitHubReq

type InstallGitHubReq struct {
	InstallationId int64 `protobuf:"varint,1,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallGitHubReq) Descriptor deprecated

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

Deprecated: Use InstallGitHubReq.ProtoReflect.Descriptor instead.

func (*InstallGitHubReq) GetInstallationId

func (x *InstallGitHubReq) GetInstallationId() int64

func (*InstallGitHubReq) ProtoMessage

func (*InstallGitHubReq) ProtoMessage()

func (*InstallGitHubReq) ProtoReflect

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

func (*InstallGitHubReq) Reset

func (x *InstallGitHubReq) Reset()

func (*InstallGitHubReq) String

func (x *InstallGitHubReq) String() string

func (*InstallGitHubReq) Validate

func (m *InstallGitHubReq) Validate() error

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

func (*InstallGitHubReq) ValidateAll

func (m *InstallGitHubReq) ValidateAll() error

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

type InstallGitHubReqMultiError

type InstallGitHubReqMultiError []error

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

func (InstallGitHubReqMultiError) AllErrors

func (m InstallGitHubReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallGitHubReqMultiError) Error

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

type InstallGitHubReqValidationError

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

InstallGitHubReqValidationError is the validation error returned by InstallGitHubReq.Validate if the designated constraints aren't met.

func (InstallGitHubReqValidationError) Cause

Cause function returns cause value.

func (InstallGitHubReqValidationError) Error

Error satisfies the builtin error interface

func (InstallGitHubReqValidationError) ErrorName

ErrorName returns error name.

func (InstallGitHubReqValidationError) Field

Field function returns field value.

func (InstallGitHubReqValidationError) Key

Key function returns key value.

func (InstallGitHubReqValidationError) Reason

Reason function returns reason value.

type InstallGitHubResp

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

func (*InstallGitHubResp) Descriptor deprecated

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

Deprecated: Use InstallGitHubResp.ProtoReflect.Descriptor instead.

func (*InstallGitHubResp) ProtoMessage

func (*InstallGitHubResp) ProtoMessage()

func (*InstallGitHubResp) ProtoReflect

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

func (*InstallGitHubResp) Reset

func (x *InstallGitHubResp) Reset()

func (*InstallGitHubResp) String

func (x *InstallGitHubResp) String() string

func (*InstallGitHubResp) Validate

func (m *InstallGitHubResp) Validate() error

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

func (*InstallGitHubResp) ValidateAll

func (m *InstallGitHubResp) ValidateAll() error

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

type InstallGitHubRespMultiError

type InstallGitHubRespMultiError []error

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

func (InstallGitHubRespMultiError) AllErrors

func (m InstallGitHubRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallGitHubRespMultiError) Error

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

type InstallGitHubRespValidationError

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

InstallGitHubRespValidationError is the validation error returned by InstallGitHubResp.Validate if the designated constraints aren't met.

func (InstallGitHubRespValidationError) Cause

Cause function returns cause value.

func (InstallGitHubRespValidationError) Error

Error satisfies the builtin error interface

func (InstallGitHubRespValidationError) ErrorName

ErrorName returns error name.

func (InstallGitHubRespValidationError) Field

Field function returns field value.

func (InstallGitHubRespValidationError) Key

Key function returns key value.

func (InstallGitHubRespValidationError) Reason

Reason function returns reason value.

type InstallGrafanaReq

type InstallGrafanaReq struct {
	Url      string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	ApiToken string `protobuf:"bytes,2,opt,name=api_token,json=apiToken,proto3" json:"api_token,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallGrafanaReq) Descriptor deprecated

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

Deprecated: Use InstallGrafanaReq.ProtoReflect.Descriptor instead.

func (*InstallGrafanaReq) GetApiToken

func (x *InstallGrafanaReq) GetApiToken() string

func (*InstallGrafanaReq) GetUrl

func (x *InstallGrafanaReq) GetUrl() string

func (*InstallGrafanaReq) ProtoMessage

func (*InstallGrafanaReq) ProtoMessage()

func (*InstallGrafanaReq) ProtoReflect

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

func (*InstallGrafanaReq) Reset

func (x *InstallGrafanaReq) Reset()

func (*InstallGrafanaReq) String

func (x *InstallGrafanaReq) String() string

func (*InstallGrafanaReq) Validate

func (m *InstallGrafanaReq) Validate() error

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

func (*InstallGrafanaReq) ValidateAll

func (m *InstallGrafanaReq) ValidateAll() error

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

type InstallGrafanaReqMultiError

type InstallGrafanaReqMultiError []error

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

func (InstallGrafanaReqMultiError) AllErrors

func (m InstallGrafanaReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallGrafanaReqMultiError) Error

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

type InstallGrafanaReqValidationError

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

InstallGrafanaReqValidationError is the validation error returned by InstallGrafanaReq.Validate if the designated constraints aren't met.

func (InstallGrafanaReqValidationError) Cause

Cause function returns cause value.

func (InstallGrafanaReqValidationError) Error

Error satisfies the builtin error interface

func (InstallGrafanaReqValidationError) ErrorName

ErrorName returns error name.

func (InstallGrafanaReqValidationError) Field

Field function returns field value.

func (InstallGrafanaReqValidationError) Key

Key function returns key value.

func (InstallGrafanaReqValidationError) Reason

Reason function returns reason value.

type InstallGrafanaResp

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

func (*InstallGrafanaResp) Descriptor deprecated

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

Deprecated: Use InstallGrafanaResp.ProtoReflect.Descriptor instead.

func (*InstallGrafanaResp) GetIntegrationId

func (x *InstallGrafanaResp) GetIntegrationId() string

func (*InstallGrafanaResp) ProtoMessage

func (*InstallGrafanaResp) ProtoMessage()

func (*InstallGrafanaResp) ProtoReflect

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

func (*InstallGrafanaResp) Reset

func (x *InstallGrafanaResp) Reset()

func (*InstallGrafanaResp) String

func (x *InstallGrafanaResp) String() string

func (*InstallGrafanaResp) Validate

func (m *InstallGrafanaResp) Validate() error

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

func (*InstallGrafanaResp) ValidateAll

func (m *InstallGrafanaResp) ValidateAll() error

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

type InstallGrafanaRespMultiError

type InstallGrafanaRespMultiError []error

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

func (InstallGrafanaRespMultiError) AllErrors

func (m InstallGrafanaRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallGrafanaRespMultiError) Error

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

type InstallGrafanaRespValidationError

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

InstallGrafanaRespValidationError is the validation error returned by InstallGrafanaResp.Validate if the designated constraints aren't met.

func (InstallGrafanaRespValidationError) Cause

Cause function returns cause value.

func (InstallGrafanaRespValidationError) Error

Error satisfies the builtin error interface

func (InstallGrafanaRespValidationError) ErrorName

ErrorName returns error name.

func (InstallGrafanaRespValidationError) Field

Field function returns field value.

func (InstallGrafanaRespValidationError) Key

Key function returns key value.

func (InstallGrafanaRespValidationError) Reason

Reason function returns reason value.

type InstallLast9Req added in v0.3.35

type InstallLast9Req struct {
	OrgSlug      string `protobuf:"bytes,1,opt,name=org_slug,json=orgSlug,proto3" json:"org_slug,omitempty"`
	AccessToken  string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallLast9Req) Descriptor deprecated added in v0.3.35

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

Deprecated: Use InstallLast9Req.ProtoReflect.Descriptor instead.

func (*InstallLast9Req) GetAccessToken added in v0.3.35

func (x *InstallLast9Req) GetAccessToken() string

func (*InstallLast9Req) GetOrgSlug added in v0.3.35

func (x *InstallLast9Req) GetOrgSlug() string

func (*InstallLast9Req) GetRefreshToken added in v0.3.35

func (x *InstallLast9Req) GetRefreshToken() string

func (*InstallLast9Req) ProtoMessage added in v0.3.35

func (*InstallLast9Req) ProtoMessage()

func (*InstallLast9Req) ProtoReflect added in v0.3.35

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

func (*InstallLast9Req) Reset added in v0.3.35

func (x *InstallLast9Req) Reset()

func (*InstallLast9Req) String added in v0.3.35

func (x *InstallLast9Req) String() string

func (*InstallLast9Req) Validate added in v0.3.35

func (m *InstallLast9Req) Validate() error

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

func (*InstallLast9Req) ValidateAll added in v0.3.35

func (m *InstallLast9Req) ValidateAll() error

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

type InstallLast9ReqMultiError added in v0.3.35

type InstallLast9ReqMultiError []error

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

func (InstallLast9ReqMultiError) AllErrors added in v0.3.35

func (m InstallLast9ReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallLast9ReqMultiError) Error added in v0.3.35

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

type InstallLast9ReqValidationError added in v0.3.35

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

InstallLast9ReqValidationError is the validation error returned by InstallLast9Req.Validate if the designated constraints aren't met.

func (InstallLast9ReqValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (InstallLast9ReqValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (InstallLast9ReqValidationError) ErrorName added in v0.3.35

func (e InstallLast9ReqValidationError) ErrorName() string

ErrorName returns error name.

func (InstallLast9ReqValidationError) Field added in v0.3.35

Field function returns field value.

func (InstallLast9ReqValidationError) Key added in v0.3.35

Key function returns key value.

func (InstallLast9ReqValidationError) Reason added in v0.3.35

Reason function returns reason value.

type InstallLast9Resp added in v0.3.35

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

func (*InstallLast9Resp) Descriptor deprecated added in v0.3.35

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

Deprecated: Use InstallLast9Resp.ProtoReflect.Descriptor instead.

func (*InstallLast9Resp) GetIntegrationId added in v0.3.35

func (x *InstallLast9Resp) GetIntegrationId() string

func (*InstallLast9Resp) ProtoMessage added in v0.3.35

func (*InstallLast9Resp) ProtoMessage()

func (*InstallLast9Resp) ProtoReflect added in v0.3.35

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

func (*InstallLast9Resp) Reset added in v0.3.35

func (x *InstallLast9Resp) Reset()

func (*InstallLast9Resp) String added in v0.3.35

func (x *InstallLast9Resp) String() string

func (*InstallLast9Resp) Validate added in v0.3.35

func (m *InstallLast9Resp) Validate() error

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

func (*InstallLast9Resp) ValidateAll added in v0.3.35

func (m *InstallLast9Resp) ValidateAll() error

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

type InstallLast9RespMultiError added in v0.3.35

type InstallLast9RespMultiError []error

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

func (InstallLast9RespMultiError) AllErrors added in v0.3.35

func (m InstallLast9RespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallLast9RespMultiError) Error added in v0.3.35

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

type InstallLast9RespValidationError added in v0.3.35

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

InstallLast9RespValidationError is the validation error returned by InstallLast9Resp.Validate if the designated constraints aren't met.

func (InstallLast9RespValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (InstallLast9RespValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (InstallLast9RespValidationError) ErrorName added in v0.3.35

ErrorName returns error name.

func (InstallLast9RespValidationError) Field added in v0.3.35

Field function returns field value.

func (InstallLast9RespValidationError) Key added in v0.3.35

Key function returns key value.

func (InstallLast9RespValidationError) Reason added in v0.3.35

Reason function returns reason value.

type InstallPagerDutyReq

type InstallPagerDutyReq struct {
	Error       string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Code        string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	RedirectUri string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallPagerDutyReq) Descriptor deprecated

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

Deprecated: Use InstallPagerDutyReq.ProtoReflect.Descriptor instead.

func (*InstallPagerDutyReq) GetCode

func (x *InstallPagerDutyReq) GetCode() string

func (*InstallPagerDutyReq) GetError

func (x *InstallPagerDutyReq) GetError() string

func (*InstallPagerDutyReq) GetRedirectUri

func (x *InstallPagerDutyReq) GetRedirectUri() string

func (*InstallPagerDutyReq) ProtoMessage

func (*InstallPagerDutyReq) ProtoMessage()

func (*InstallPagerDutyReq) ProtoReflect

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

func (*InstallPagerDutyReq) Reset

func (x *InstallPagerDutyReq) Reset()

func (*InstallPagerDutyReq) String

func (x *InstallPagerDutyReq) String() string

func (*InstallPagerDutyReq) Validate

func (m *InstallPagerDutyReq) Validate() error

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

func (*InstallPagerDutyReq) ValidateAll

func (m *InstallPagerDutyReq) ValidateAll() error

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

type InstallPagerDutyReqMultiError

type InstallPagerDutyReqMultiError []error

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

func (InstallPagerDutyReqMultiError) AllErrors

func (m InstallPagerDutyReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallPagerDutyReqMultiError) Error

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

type InstallPagerDutyReqValidationError

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

InstallPagerDutyReqValidationError is the validation error returned by InstallPagerDutyReq.Validate if the designated constraints aren't met.

func (InstallPagerDutyReqValidationError) Cause

Cause function returns cause value.

func (InstallPagerDutyReqValidationError) Error

Error satisfies the builtin error interface

func (InstallPagerDutyReqValidationError) ErrorName

ErrorName returns error name.

func (InstallPagerDutyReqValidationError) Field

Field function returns field value.

func (InstallPagerDutyReqValidationError) Key

Key function returns key value.

func (InstallPagerDutyReqValidationError) Reason

Reason function returns reason value.

type InstallPagerDutyResp

type InstallPagerDutyResp struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallPagerDutyResp) Descriptor deprecated

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

Deprecated: Use InstallPagerDutyResp.ProtoReflect.Descriptor instead.

func (*InstallPagerDutyResp) GetMessage

func (x *InstallPagerDutyResp) GetMessage() string

func (*InstallPagerDutyResp) GetSuccess

func (x *InstallPagerDutyResp) GetSuccess() bool

func (*InstallPagerDutyResp) ProtoMessage

func (*InstallPagerDutyResp) ProtoMessage()

func (*InstallPagerDutyResp) ProtoReflect

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

func (*InstallPagerDutyResp) Reset

func (x *InstallPagerDutyResp) Reset()

func (*InstallPagerDutyResp) String

func (x *InstallPagerDutyResp) String() string

func (*InstallPagerDutyResp) Validate

func (m *InstallPagerDutyResp) Validate() error

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

func (*InstallPagerDutyResp) ValidateAll

func (m *InstallPagerDutyResp) ValidateAll() error

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

type InstallPagerDutyRespMultiError

type InstallPagerDutyRespMultiError []error

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

func (InstallPagerDutyRespMultiError) AllErrors

func (m InstallPagerDutyRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallPagerDutyRespMultiError) Error

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

type InstallPagerDutyRespValidationError

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

InstallPagerDutyRespValidationError is the validation error returned by InstallPagerDutyResp.Validate if the designated constraints aren't met.

func (InstallPagerDutyRespValidationError) Cause

Cause function returns cause value.

func (InstallPagerDutyRespValidationError) Error

Error satisfies the builtin error interface

func (InstallPagerDutyRespValidationError) ErrorName

ErrorName returns error name.

func (InstallPagerDutyRespValidationError) Field

Field function returns field value.

func (InstallPagerDutyRespValidationError) Key

Key function returns key value.

func (InstallPagerDutyRespValidationError) Reason

Reason function returns reason value.

type InstallSlackReq

type InstallSlackReq struct {
	Error       string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Code        string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	RedirectUri string `protobuf:"bytes,3,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallSlackReq) Descriptor deprecated

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

Deprecated: Use InstallSlackReq.ProtoReflect.Descriptor instead.

func (*InstallSlackReq) GetCode

func (x *InstallSlackReq) GetCode() string

func (*InstallSlackReq) GetError

func (x *InstallSlackReq) GetError() string

func (*InstallSlackReq) GetRedirectUri

func (x *InstallSlackReq) GetRedirectUri() string

func (*InstallSlackReq) ProtoMessage

func (*InstallSlackReq) ProtoMessage()

func (*InstallSlackReq) ProtoReflect

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

func (*InstallSlackReq) Reset

func (x *InstallSlackReq) Reset()

func (*InstallSlackReq) String

func (x *InstallSlackReq) String() string

func (*InstallSlackReq) Validate

func (m *InstallSlackReq) Validate() error

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

func (*InstallSlackReq) ValidateAll

func (m *InstallSlackReq) ValidateAll() error

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

type InstallSlackReqMultiError

type InstallSlackReqMultiError []error

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

func (InstallSlackReqMultiError) AllErrors

func (m InstallSlackReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallSlackReqMultiError) Error

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

type InstallSlackReqValidationError

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

InstallSlackReqValidationError is the validation error returned by InstallSlackReq.Validate if the designated constraints aren't met.

func (InstallSlackReqValidationError) Cause

Cause function returns cause value.

func (InstallSlackReqValidationError) Error

Error satisfies the builtin error interface

func (InstallSlackReqValidationError) ErrorName

func (e InstallSlackReqValidationError) ErrorName() string

ErrorName returns error name.

func (InstallSlackReqValidationError) Field

Field function returns field value.

func (InstallSlackReqValidationError) Key

Key function returns key value.

func (InstallSlackReqValidationError) Reason

Reason function returns reason value.

type InstallSlackResp

type InstallSlackResp struct {
	Success bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallSlackResp) Descriptor deprecated

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

Deprecated: Use InstallSlackResp.ProtoReflect.Descriptor instead.

func (*InstallSlackResp) GetMessage

func (x *InstallSlackResp) GetMessage() string

func (*InstallSlackResp) GetSuccess

func (x *InstallSlackResp) GetSuccess() bool

func (*InstallSlackResp) ProtoMessage

func (*InstallSlackResp) ProtoMessage()

func (*InstallSlackResp) ProtoReflect

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

func (*InstallSlackResp) Reset

func (x *InstallSlackResp) Reset()

func (*InstallSlackResp) String

func (x *InstallSlackResp) String() string

func (*InstallSlackResp) Validate

func (m *InstallSlackResp) Validate() error

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

func (*InstallSlackResp) ValidateAll

func (m *InstallSlackResp) ValidateAll() error

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

type InstallSlackRespMultiError

type InstallSlackRespMultiError []error

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

func (InstallSlackRespMultiError) AllErrors

func (m InstallSlackRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallSlackRespMultiError) Error

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

type InstallSlackRespValidationError

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

InstallSlackRespValidationError is the validation error returned by InstallSlackResp.Validate if the designated constraints aren't met.

func (InstallSlackRespValidationError) Cause

Cause function returns cause value.

func (InstallSlackRespValidationError) Error

Error satisfies the builtin error interface

func (InstallSlackRespValidationError) ErrorName

ErrorName returns error name.

func (InstallSlackRespValidationError) Field

Field function returns field value.

func (InstallSlackRespValidationError) Key

Key function returns key value.

func (InstallSlackRespValidationError) Reason

Reason function returns reason value.

type Integration

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

func (*Integration) Descriptor deprecated

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

Deprecated: Use Integration.ProtoReflect.Descriptor instead.

func (*Integration) GetId

func (x *Integration) GetId() string

func (*Integration) GetName

func (x *Integration) GetName() string

func (*Integration) GetType

func (x *Integration) GetType() string

func (*Integration) ProtoMessage

func (*Integration) ProtoMessage()

func (*Integration) ProtoReflect

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

func (*Integration) Reset

func (x *Integration) Reset()

func (*Integration) String

func (x *Integration) String() string

func (*Integration) Validate

func (m *Integration) Validate() error

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

func (*Integration) ValidateAll

func (m *Integration) ValidateAll() error

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

type IntegrationConfig

type IntegrationConfig struct {

	// Types that are assignable to ConfigOneof:
	//
	//	*IntegrationConfig_SlackConfig
	//	*IntegrationConfig_PagerdutyConfig
	ConfigOneof isIntegrationConfig_ConfigOneof `protobuf_oneof:"config_oneof"`
	// contains filtered or unexported fields
}

func (*IntegrationConfig) Descriptor deprecated

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

Deprecated: Use IntegrationConfig.ProtoReflect.Descriptor instead.

func (*IntegrationConfig) GetConfigOneof

func (m *IntegrationConfig) GetConfigOneof() isIntegrationConfig_ConfigOneof

func (*IntegrationConfig) GetPagerdutyConfig

func (x *IntegrationConfig) GetPagerdutyConfig() *TokenConfig

func (*IntegrationConfig) GetSlackConfig

func (x *IntegrationConfig) GetSlackConfig() *TokenConfig

func (*IntegrationConfig) ProtoMessage

func (*IntegrationConfig) ProtoMessage()

func (*IntegrationConfig) ProtoReflect

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

func (*IntegrationConfig) Reset

func (x *IntegrationConfig) Reset()

func (*IntegrationConfig) String

func (x *IntegrationConfig) String() string

func (*IntegrationConfig) Validate

func (m *IntegrationConfig) Validate() error

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

func (*IntegrationConfig) ValidateAll

func (m *IntegrationConfig) ValidateAll() error

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

type IntegrationConfigMultiError

type IntegrationConfigMultiError []error

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

func (IntegrationConfigMultiError) AllErrors

func (m IntegrationConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IntegrationConfigMultiError) Error

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

type IntegrationConfigValidationError

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

IntegrationConfigValidationError is the validation error returned by IntegrationConfig.Validate if the designated constraints aren't met.

func (IntegrationConfigValidationError) Cause

Cause function returns cause value.

func (IntegrationConfigValidationError) Error

Error satisfies the builtin error interface

func (IntegrationConfigValidationError) ErrorName

ErrorName returns error name.

func (IntegrationConfigValidationError) Field

Field function returns field value.

func (IntegrationConfigValidationError) Key

Key function returns key value.

func (IntegrationConfigValidationError) Reason

Reason function returns reason value.

type IntegrationConfig_PagerdutyConfig

type IntegrationConfig_PagerdutyConfig struct {
	PagerdutyConfig *TokenConfig `protobuf:"bytes,2,opt,name=pagerduty_config,json=pagerdutyConfig,proto3,oneof"`
}

type IntegrationConfig_SlackConfig

type IntegrationConfig_SlackConfig struct {
	SlackConfig *TokenConfig `protobuf:"bytes,1,opt,name=slack_config,json=slackConfig,proto3,oneof"`
}

type IntegrationMultiError

type IntegrationMultiError []error

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

func (IntegrationMultiError) AllErrors

func (m IntegrationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IntegrationMultiError) Error

func (m IntegrationMultiError) Error() string

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

type IntegrationValidationError

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

IntegrationValidationError is the validation error returned by Integration.Validate if the designated constraints aren't met.

func (IntegrationValidationError) Cause

Cause function returns cause value.

func (IntegrationValidationError) Error

Error satisfies the builtin error interface

func (IntegrationValidationError) ErrorName

func (e IntegrationValidationError) ErrorName() string

ErrorName returns error name.

func (IntegrationValidationError) Field

Field function returns field value.

func (IntegrationValidationError) Key

Key function returns key value.

func (IntegrationValidationError) Reason

Reason function returns reason value.

type ListContainerRegistryIntegrationsReq

type ListContainerRegistryIntegrationsReq struct {

	// if true, verifies connection to registry
	FetchStatus bool `protobuf:"varint,1,opt,name=fetch_status,json=fetchStatus,proto3" json:"fetch_status,omitempty"`
	// contains filtered or unexported fields
}

func (*ListContainerRegistryIntegrationsReq) Descriptor deprecated

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

Deprecated: Use ListContainerRegistryIntegrationsReq.ProtoReflect.Descriptor instead.

func (*ListContainerRegistryIntegrationsReq) GetFetchStatus

func (x *ListContainerRegistryIntegrationsReq) GetFetchStatus() bool

func (*ListContainerRegistryIntegrationsReq) ProtoMessage

func (*ListContainerRegistryIntegrationsReq) ProtoMessage()

func (*ListContainerRegistryIntegrationsReq) ProtoReflect

func (*ListContainerRegistryIntegrationsReq) Reset

func (*ListContainerRegistryIntegrationsReq) String

func (*ListContainerRegistryIntegrationsReq) Validate

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

func (*ListContainerRegistryIntegrationsReq) ValidateAll

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

type ListContainerRegistryIntegrationsReqMultiError

type ListContainerRegistryIntegrationsReqMultiError []error

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

func (ListContainerRegistryIntegrationsReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListContainerRegistryIntegrationsReqMultiError) Error

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

type ListContainerRegistryIntegrationsReqValidationError

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

ListContainerRegistryIntegrationsReqValidationError is the validation error returned by ListContainerRegistryIntegrationsReq.Validate if the designated constraints aren't met.

func (ListContainerRegistryIntegrationsReqValidationError) Cause

Cause function returns cause value.

func (ListContainerRegistryIntegrationsReqValidationError) Error

Error satisfies the builtin error interface

func (ListContainerRegistryIntegrationsReqValidationError) ErrorName

ErrorName returns error name.

func (ListContainerRegistryIntegrationsReqValidationError) Field

Field function returns field value.

func (ListContainerRegistryIntegrationsReqValidationError) Key

Key function returns key value.

func (ListContainerRegistryIntegrationsReqValidationError) Reason

Reason function returns reason value.

type ListContainerRegistryIntegrationsResp

type ListContainerRegistryIntegrationsResp struct {
	ContainerRegistries []*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo `protobuf:"bytes,1,rep,name=container_registries,json=containerRegistries,proto3" json:"container_registries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListContainerRegistryIntegrationsResp) Descriptor deprecated

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

Deprecated: Use ListContainerRegistryIntegrationsResp.ProtoReflect.Descriptor instead.

func (*ListContainerRegistryIntegrationsResp) GetContainerRegistries

func (*ListContainerRegistryIntegrationsResp) ProtoMessage

func (*ListContainerRegistryIntegrationsResp) ProtoMessage()

func (*ListContainerRegistryIntegrationsResp) ProtoReflect

func (*ListContainerRegistryIntegrationsResp) Reset

func (*ListContainerRegistryIntegrationsResp) String

func (*ListContainerRegistryIntegrationsResp) Validate

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

func (*ListContainerRegistryIntegrationsResp) ValidateAll

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

type ListContainerRegistryIntegrationsRespMultiError

type ListContainerRegistryIntegrationsRespMultiError []error

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

func (ListContainerRegistryIntegrationsRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListContainerRegistryIntegrationsRespMultiError) Error

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

type ListContainerRegistryIntegrationsRespValidationError

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

ListContainerRegistryIntegrationsRespValidationError is the validation error returned by ListContainerRegistryIntegrationsResp.Validate if the designated constraints aren't met.

func (ListContainerRegistryIntegrationsRespValidationError) Cause

Cause function returns cause value.

func (ListContainerRegistryIntegrationsRespValidationError) Error

Error satisfies the builtin error interface

func (ListContainerRegistryIntegrationsRespValidationError) ErrorName

ErrorName returns error name.

func (ListContainerRegistryIntegrationsRespValidationError) Field

Field function returns field value.

func (ListContainerRegistryIntegrationsRespValidationError) Key

Key function returns key value.

func (ListContainerRegistryIntegrationsRespValidationError) Reason

Reason function returns reason value.

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo struct {
	IntegrationId string         `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Name          string         `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Url           string         `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Type          string         `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` // Implicit from registry_info below
	Status        RegistryStatus `protobuf:"varint,6,opt,name=status,proto3,enum=prodvana.workflow.RegistryStatus" json:"status,omitempty"`
	// Types that are assignable to RegistryInfo:
	//
	//	*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo_EcrInfo
	RegistryInfo isListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo_RegistryInfo `protobuf_oneof:"registry_info"`
	// contains filtered or unexported fields
}

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) Descriptor deprecated

Deprecated: Use ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo.ProtoReflect.Descriptor instead.

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetEcrInfo

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetIntegrationId

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetName

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetRegistryInfo

func (m *ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetRegistryInfo() isListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo_RegistryInfo

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetStatus

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetType

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) GetUrl

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) ProtoMessage

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) ProtoReflect

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) Reset

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) String

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) Validate

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

func (*ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo) ValidateAll

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

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoMultiError

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoMultiError []error

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

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoMultiError) Error

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

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError

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

ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError is the validation error returned by ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo.Validate if the designated constraints aren't met.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) Cause

Cause function returns cause value.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) Error

Error satisfies the builtin error interface

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) ErrorName

ErrorName returns error name.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) Field

Field function returns field value.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) Key

Key function returns key value.

func (ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfoValidationError) Reason

Reason function returns reason value.

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo_EcrInfo

type ListContainerRegistryIntegrationsResp_ContainerRegistryIntegrationInfo_EcrInfo struct {
	EcrInfo *ListContainerRegistryIntegrationsResp_ECRInfo `protobuf:"bytes,7,opt,name=ecr_info,json=ecrInfo,proto3,oneof"`
}

type ListContainerRegistryIntegrationsResp_ECRInfo

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

func (*ListContainerRegistryIntegrationsResp_ECRInfo) Descriptor deprecated

Deprecated: Use ListContainerRegistryIntegrationsResp_ECRInfo.ProtoReflect.Descriptor instead.

func (*ListContainerRegistryIntegrationsResp_ECRInfo) GetRegion

func (*ListContainerRegistryIntegrationsResp_ECRInfo) ProtoMessage

func (*ListContainerRegistryIntegrationsResp_ECRInfo) ProtoReflect

func (*ListContainerRegistryIntegrationsResp_ECRInfo) Reset

func (*ListContainerRegistryIntegrationsResp_ECRInfo) String

func (*ListContainerRegistryIntegrationsResp_ECRInfo) Validate

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

func (*ListContainerRegistryIntegrationsResp_ECRInfo) ValidateAll

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

type ListContainerRegistryIntegrationsResp_ECRInfoMultiError

type ListContainerRegistryIntegrationsResp_ECRInfoMultiError []error

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

func (ListContainerRegistryIntegrationsResp_ECRInfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListContainerRegistryIntegrationsResp_ECRInfoMultiError) Error

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

type ListContainerRegistryIntegrationsResp_ECRInfoValidationError

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

ListContainerRegistryIntegrationsResp_ECRInfoValidationError is the validation error returned by ListContainerRegistryIntegrationsResp_ECRInfo.Validate if the designated constraints aren't met.

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) Cause

Cause function returns cause value.

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) Error

Error satisfies the builtin error interface

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) ErrorName

ErrorName returns error name.

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) Field

Field function returns field value.

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) Key

Key function returns key value.

func (ListContainerRegistryIntegrationsResp_ECRInfoValidationError) Reason

Reason function returns reason value.

type ListHoneycombEnvironmentsReq

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

func (*ListHoneycombEnvironmentsReq) Descriptor deprecated

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

Deprecated: Use ListHoneycombEnvironmentsReq.ProtoReflect.Descriptor instead.

func (*ListHoneycombEnvironmentsReq) ProtoMessage

func (*ListHoneycombEnvironmentsReq) ProtoMessage()

func (*ListHoneycombEnvironmentsReq) ProtoReflect

func (*ListHoneycombEnvironmentsReq) Reset

func (x *ListHoneycombEnvironmentsReq) Reset()

func (*ListHoneycombEnvironmentsReq) String

func (*ListHoneycombEnvironmentsReq) Validate

func (m *ListHoneycombEnvironmentsReq) Validate() error

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

func (*ListHoneycombEnvironmentsReq) ValidateAll

func (m *ListHoneycombEnvironmentsReq) ValidateAll() error

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

type ListHoneycombEnvironmentsReqMultiError

type ListHoneycombEnvironmentsReqMultiError []error

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

func (ListHoneycombEnvironmentsReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListHoneycombEnvironmentsReqMultiError) Error

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

type ListHoneycombEnvironmentsReqValidationError

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

ListHoneycombEnvironmentsReqValidationError is the validation error returned by ListHoneycombEnvironmentsReq.Validate if the designated constraints aren't met.

func (ListHoneycombEnvironmentsReqValidationError) Cause

Cause function returns cause value.

func (ListHoneycombEnvironmentsReqValidationError) Error

Error satisfies the builtin error interface

func (ListHoneycombEnvironmentsReqValidationError) ErrorName

ErrorName returns error name.

func (ListHoneycombEnvironmentsReqValidationError) Field

Field function returns field value.

func (ListHoneycombEnvironmentsReqValidationError) Key

Key function returns key value.

func (ListHoneycombEnvironmentsReqValidationError) Reason

Reason function returns reason value.

type ListHoneycombEnvironmentsResp

type ListHoneycombEnvironmentsResp struct {
	Environments []*ListHoneycombEnvironmentsResp_HoneycombEnvironment `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHoneycombEnvironmentsResp) Descriptor deprecated

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

Deprecated: Use ListHoneycombEnvironmentsResp.ProtoReflect.Descriptor instead.

func (*ListHoneycombEnvironmentsResp) GetEnvironments

func (*ListHoneycombEnvironmentsResp) ProtoMessage

func (*ListHoneycombEnvironmentsResp) ProtoMessage()

func (*ListHoneycombEnvironmentsResp) ProtoReflect

func (*ListHoneycombEnvironmentsResp) Reset

func (x *ListHoneycombEnvironmentsResp) Reset()

func (*ListHoneycombEnvironmentsResp) String

func (*ListHoneycombEnvironmentsResp) Validate

func (m *ListHoneycombEnvironmentsResp) Validate() error

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

func (*ListHoneycombEnvironmentsResp) ValidateAll

func (m *ListHoneycombEnvironmentsResp) ValidateAll() error

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

type ListHoneycombEnvironmentsRespMultiError

type ListHoneycombEnvironmentsRespMultiError []error

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

func (ListHoneycombEnvironmentsRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListHoneycombEnvironmentsRespMultiError) Error

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

type ListHoneycombEnvironmentsRespValidationError

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

ListHoneycombEnvironmentsRespValidationError is the validation error returned by ListHoneycombEnvironmentsResp.Validate if the designated constraints aren't met.

func (ListHoneycombEnvironmentsRespValidationError) Cause

Cause function returns cause value.

func (ListHoneycombEnvironmentsRespValidationError) Error

Error satisfies the builtin error interface

func (ListHoneycombEnvironmentsRespValidationError) ErrorName

ErrorName returns error name.

func (ListHoneycombEnvironmentsRespValidationError) Field

Field function returns field value.

func (ListHoneycombEnvironmentsRespValidationError) Key

Key function returns key value.

func (ListHoneycombEnvironmentsRespValidationError) Reason

Reason function returns reason value.

type ListHoneycombEnvironmentsResp_HoneycombEnvironment

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

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) Descriptor deprecated

Deprecated: Use ListHoneycombEnvironmentsResp_HoneycombEnvironment.ProtoReflect.Descriptor instead.

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) GetIntegrationId

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) GetName

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) ProtoMessage

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) ProtoReflect

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) Reset

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) String

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) Validate

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

func (*ListHoneycombEnvironmentsResp_HoneycombEnvironment) ValidateAll

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

type ListHoneycombEnvironmentsResp_HoneycombEnvironmentMultiError

type ListHoneycombEnvironmentsResp_HoneycombEnvironmentMultiError []error

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

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentMultiError) Error

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

type ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError

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

ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError is the validation error returned by ListHoneycombEnvironmentsResp_HoneycombEnvironment.Validate if the designated constraints aren't met.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) Cause

Cause function returns cause value.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) Error

Error satisfies the builtin error interface

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) ErrorName

ErrorName returns error name.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) Field

Field function returns field value.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) Key

Key function returns key value.

func (ListHoneycombEnvironmentsResp_HoneycombEnvironmentValidationError) Reason

Reason function returns reason value.

type ListIntegrationsReq

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

func (*ListIntegrationsReq) Descriptor deprecated

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

Deprecated: Use ListIntegrationsReq.ProtoReflect.Descriptor instead.

func (*ListIntegrationsReq) ProtoMessage

func (*ListIntegrationsReq) ProtoMessage()

func (*ListIntegrationsReq) ProtoReflect

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

func (*ListIntegrationsReq) Reset

func (x *ListIntegrationsReq) Reset()

func (*ListIntegrationsReq) String

func (x *ListIntegrationsReq) String() string

func (*ListIntegrationsReq) Validate

func (m *ListIntegrationsReq) Validate() error

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

func (*ListIntegrationsReq) ValidateAll

func (m *ListIntegrationsReq) ValidateAll() error

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

type ListIntegrationsReqMultiError

type ListIntegrationsReqMultiError []error

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

func (ListIntegrationsReqMultiError) AllErrors

func (m ListIntegrationsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListIntegrationsReqMultiError) Error

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

type ListIntegrationsReqValidationError

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

ListIntegrationsReqValidationError is the validation error returned by ListIntegrationsReq.Validate if the designated constraints aren't met.

func (ListIntegrationsReqValidationError) Cause

Cause function returns cause value.

func (ListIntegrationsReqValidationError) Error

Error satisfies the builtin error interface

func (ListIntegrationsReqValidationError) ErrorName

ErrorName returns error name.

func (ListIntegrationsReqValidationError) Field

Field function returns field value.

func (ListIntegrationsReqValidationError) Key

Key function returns key value.

func (ListIntegrationsReqValidationError) Reason

Reason function returns reason value.

type ListIntegrationsResp

type ListIntegrationsResp struct {
	Integrations []*Integration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIntegrationsResp) Descriptor deprecated

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

Deprecated: Use ListIntegrationsResp.ProtoReflect.Descriptor instead.

func (*ListIntegrationsResp) GetIntegrations

func (x *ListIntegrationsResp) GetIntegrations() []*Integration

func (*ListIntegrationsResp) ProtoMessage

func (*ListIntegrationsResp) ProtoMessage()

func (*ListIntegrationsResp) ProtoReflect

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

func (*ListIntegrationsResp) Reset

func (x *ListIntegrationsResp) Reset()

func (*ListIntegrationsResp) String

func (x *ListIntegrationsResp) String() string

func (*ListIntegrationsResp) Validate

func (m *ListIntegrationsResp) Validate() error

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

func (*ListIntegrationsResp) ValidateAll

func (m *ListIntegrationsResp) ValidateAll() error

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

type ListIntegrationsRespMultiError

type ListIntegrationsRespMultiError []error

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

func (ListIntegrationsRespMultiError) AllErrors

func (m ListIntegrationsRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListIntegrationsRespMultiError) Error

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

type ListIntegrationsRespValidationError

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

ListIntegrationsRespValidationError is the validation error returned by ListIntegrationsResp.Validate if the designated constraints aren't met.

func (ListIntegrationsRespValidationError) Cause

Cause function returns cause value.

func (ListIntegrationsRespValidationError) Error

Error satisfies the builtin error interface

func (ListIntegrationsRespValidationError) ErrorName

ErrorName returns error name.

func (ListIntegrationsRespValidationError) Field

Field function returns field value.

func (ListIntegrationsRespValidationError) Key

Key function returns key value.

func (ListIntegrationsRespValidationError) Reason

Reason function returns reason value.

type ListRepoCommitsReq added in v0.2.15

type ListRepoCommitsReq struct {
	Repository  string `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	StartingRef string `protobuf:"bytes,2,opt,name=starting_ref,json=startingRef,proto3" json:"starting_ref,omitempty"`
	PageToken   string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize    int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepoCommitsReq) Descriptor deprecated added in v0.2.15

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

Deprecated: Use ListRepoCommitsReq.ProtoReflect.Descriptor instead.

func (*ListRepoCommitsReq) GetPageSize added in v0.2.15

func (x *ListRepoCommitsReq) GetPageSize() int32

func (*ListRepoCommitsReq) GetPageToken added in v0.2.15

func (x *ListRepoCommitsReq) GetPageToken() string

func (*ListRepoCommitsReq) GetRepository added in v0.2.15

func (x *ListRepoCommitsReq) GetRepository() string

func (*ListRepoCommitsReq) GetStartingRef added in v0.2.15

func (x *ListRepoCommitsReq) GetStartingRef() string

func (*ListRepoCommitsReq) ProtoMessage added in v0.2.15

func (*ListRepoCommitsReq) ProtoMessage()

func (*ListRepoCommitsReq) ProtoReflect added in v0.2.15

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

func (*ListRepoCommitsReq) Reset added in v0.2.15

func (x *ListRepoCommitsReq) Reset()

func (*ListRepoCommitsReq) String added in v0.2.15

func (x *ListRepoCommitsReq) String() string

func (*ListRepoCommitsReq) Validate added in v0.2.15

func (m *ListRepoCommitsReq) Validate() error

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

func (*ListRepoCommitsReq) ValidateAll added in v0.2.15

func (m *ListRepoCommitsReq) ValidateAll() error

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

type ListRepoCommitsReqMultiError added in v0.2.15

type ListRepoCommitsReqMultiError []error

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

func (ListRepoCommitsReqMultiError) AllErrors added in v0.2.15

func (m ListRepoCommitsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRepoCommitsReqMultiError) Error added in v0.2.15

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

type ListRepoCommitsReqValidationError added in v0.2.15

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

ListRepoCommitsReqValidationError is the validation error returned by ListRepoCommitsReq.Validate if the designated constraints aren't met.

func (ListRepoCommitsReqValidationError) Cause added in v0.2.15

Cause function returns cause value.

func (ListRepoCommitsReqValidationError) Error added in v0.2.15

Error satisfies the builtin error interface

func (ListRepoCommitsReqValidationError) ErrorName added in v0.2.15

ErrorName returns error name.

func (ListRepoCommitsReqValidationError) Field added in v0.2.15

Field function returns field value.

func (ListRepoCommitsReqValidationError) Key added in v0.2.15

Key function returns key value.

func (ListRepoCommitsReqValidationError) Reason added in v0.2.15

Reason function returns reason value.

type ListRepoCommitsResp added in v0.2.15

type ListRepoCommitsResp struct {
	Commits       []*repo.Commit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	NextPageToken string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepoCommitsResp) Descriptor deprecated added in v0.2.15

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

Deprecated: Use ListRepoCommitsResp.ProtoReflect.Descriptor instead.

func (*ListRepoCommitsResp) GetCommits added in v0.2.15

func (x *ListRepoCommitsResp) GetCommits() []*repo.Commit

func (*ListRepoCommitsResp) GetNextPageToken added in v0.2.15

func (x *ListRepoCommitsResp) GetNextPageToken() string

func (*ListRepoCommitsResp) ProtoMessage added in v0.2.15

func (*ListRepoCommitsResp) ProtoMessage()

func (*ListRepoCommitsResp) ProtoReflect added in v0.2.15

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

func (*ListRepoCommitsResp) Reset added in v0.2.15

func (x *ListRepoCommitsResp) Reset()

func (*ListRepoCommitsResp) String added in v0.2.15

func (x *ListRepoCommitsResp) String() string

func (*ListRepoCommitsResp) Validate added in v0.2.15

func (m *ListRepoCommitsResp) Validate() error

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

func (*ListRepoCommitsResp) ValidateAll added in v0.2.15

func (m *ListRepoCommitsResp) ValidateAll() error

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

type ListRepoCommitsRespMultiError added in v0.2.15

type ListRepoCommitsRespMultiError []error

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

func (ListRepoCommitsRespMultiError) AllErrors added in v0.2.15

func (m ListRepoCommitsRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRepoCommitsRespMultiError) Error added in v0.2.15

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

type ListRepoCommitsRespValidationError added in v0.2.15

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

ListRepoCommitsRespValidationError is the validation error returned by ListRepoCommitsResp.Validate if the designated constraints aren't met.

func (ListRepoCommitsRespValidationError) Cause added in v0.2.15

Cause function returns cause value.

func (ListRepoCommitsRespValidationError) Error added in v0.2.15

Error satisfies the builtin error interface

func (ListRepoCommitsRespValidationError) ErrorName added in v0.2.15

ErrorName returns error name.

func (ListRepoCommitsRespValidationError) Field added in v0.2.15

Field function returns field value.

func (ListRepoCommitsRespValidationError) Key added in v0.2.15

Key function returns key value.

func (ListRepoCommitsRespValidationError) Reason added in v0.2.15

Reason function returns reason value.

type ListTrackedImageRepositoriesReq

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

func (*ListTrackedImageRepositoriesReq) Descriptor deprecated

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

Deprecated: Use ListTrackedImageRepositoriesReq.ProtoReflect.Descriptor instead.

func (*ListTrackedImageRepositoriesReq) GetIntegrationId

func (x *ListTrackedImageRepositoriesReq) GetIntegrationId() string

func (*ListTrackedImageRepositoriesReq) ProtoMessage

func (*ListTrackedImageRepositoriesReq) ProtoMessage()

func (*ListTrackedImageRepositoriesReq) ProtoReflect

func (*ListTrackedImageRepositoriesReq) Reset

func (*ListTrackedImageRepositoriesReq) String

func (*ListTrackedImageRepositoriesReq) Validate

func (m *ListTrackedImageRepositoriesReq) Validate() error

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

func (*ListTrackedImageRepositoriesReq) ValidateAll

func (m *ListTrackedImageRepositoriesReq) ValidateAll() error

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

type ListTrackedImageRepositoriesReqMultiError

type ListTrackedImageRepositoriesReqMultiError []error

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

func (ListTrackedImageRepositoriesReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListTrackedImageRepositoriesReqMultiError) Error

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

type ListTrackedImageRepositoriesReqValidationError

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

ListTrackedImageRepositoriesReqValidationError is the validation error returned by ListTrackedImageRepositoriesReq.Validate if the designated constraints aren't met.

func (ListTrackedImageRepositoriesReqValidationError) Cause

Cause function returns cause value.

func (ListTrackedImageRepositoriesReqValidationError) Error

Error satisfies the builtin error interface

func (ListTrackedImageRepositoriesReqValidationError) ErrorName

ErrorName returns error name.

func (ListTrackedImageRepositoriesReqValidationError) Field

Field function returns field value.

func (ListTrackedImageRepositoriesReqValidationError) Key

Key function returns key value.

func (ListTrackedImageRepositoriesReqValidationError) Reason

Reason function returns reason value.

type ListTrackedImageRepositoriesResp

type ListTrackedImageRepositoriesResp struct {
	Repositories []*TrackedImageRepository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTrackedImageRepositoriesResp) Descriptor deprecated

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

Deprecated: Use ListTrackedImageRepositoriesResp.ProtoReflect.Descriptor instead.

func (*ListTrackedImageRepositoriesResp) GetRepositories

func (*ListTrackedImageRepositoriesResp) ProtoMessage

func (*ListTrackedImageRepositoriesResp) ProtoMessage()

func (*ListTrackedImageRepositoriesResp) ProtoReflect

func (*ListTrackedImageRepositoriesResp) Reset

func (*ListTrackedImageRepositoriesResp) String

func (*ListTrackedImageRepositoriesResp) Validate

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

func (*ListTrackedImageRepositoriesResp) ValidateAll

func (m *ListTrackedImageRepositoriesResp) ValidateAll() error

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

type ListTrackedImageRepositoriesRespMultiError

type ListTrackedImageRepositoriesRespMultiError []error

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

func (ListTrackedImageRepositoriesRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListTrackedImageRepositoriesRespMultiError) Error

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

type ListTrackedImageRepositoriesRespValidationError

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

ListTrackedImageRepositoriesRespValidationError is the validation error returned by ListTrackedImageRepositoriesResp.Validate if the designated constraints aren't met.

func (ListTrackedImageRepositoriesRespValidationError) Cause

Cause function returns cause value.

func (ListTrackedImageRepositoriesRespValidationError) Error

Error satisfies the builtin error interface

func (ListTrackedImageRepositoriesRespValidationError) ErrorName

ErrorName returns error name.

func (ListTrackedImageRepositoriesRespValidationError) Field

Field function returns field value.

func (ListTrackedImageRepositoriesRespValidationError) Key

Key function returns key value.

func (ListTrackedImageRepositoriesRespValidationError) Reason

Reason function returns reason value.

type PagerDutyService

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

func (*PagerDutyService) Descriptor deprecated

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

Deprecated: Use PagerDutyService.ProtoReflect.Descriptor instead.

func (*PagerDutyService) GetId

func (x *PagerDutyService) GetId() string

func (*PagerDutyService) GetName

func (x *PagerDutyService) GetName() string

func (*PagerDutyService) ProtoMessage

func (*PagerDutyService) ProtoMessage()

func (*PagerDutyService) ProtoReflect

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

func (*PagerDutyService) Reset

func (x *PagerDutyService) Reset()

func (*PagerDutyService) String

func (x *PagerDutyService) String() string

func (*PagerDutyService) Validate

func (m *PagerDutyService) Validate() error

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

func (*PagerDutyService) ValidateAll

func (m *PagerDutyService) ValidateAll() error

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

type PagerDutyServiceMultiError

type PagerDutyServiceMultiError []error

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

func (PagerDutyServiceMultiError) AllErrors

func (m PagerDutyServiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PagerDutyServiceMultiError) Error

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

type PagerDutyServiceValidationError

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

PagerDutyServiceValidationError is the validation error returned by PagerDutyService.Validate if the designated constraints aren't met.

func (PagerDutyServiceValidationError) Cause

Cause function returns cause value.

func (PagerDutyServiceValidationError) Error

Error satisfies the builtin error interface

func (PagerDutyServiceValidationError) ErrorName

ErrorName returns error name.

func (PagerDutyServiceValidationError) Field

Field function returns field value.

func (PagerDutyServiceValidationError) Key

Key function returns key value.

func (PagerDutyServiceValidationError) Reason

Reason function returns reason value.

type ProgramDefaults

type ProgramDefaults struct {
	Cmd        []string                           `protobuf:"bytes,1,rep,name=cmd,proto3" json:"cmd,omitempty"`
	Entrypoint []string                           `protobuf:"bytes,2,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Env        map[string]*common_config.EnvValue `` /* 147-byte string literal not displayed */
	Ports      []*common_config.PortConfig        `protobuf:"bytes,4,rep,name=ports,proto3" json:"ports,omitempty"`
	// contains filtered or unexported fields
}

when updating this, make sure to also invalidate docker image cache warmer

func (*ProgramDefaults) Descriptor deprecated

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

Deprecated: Use ProgramDefaults.ProtoReflect.Descriptor instead.

func (*ProgramDefaults) GetCmd

func (x *ProgramDefaults) GetCmd() []string

func (*ProgramDefaults) GetEntrypoint

func (x *ProgramDefaults) GetEntrypoint() []string

func (*ProgramDefaults) GetEnv

func (x *ProgramDefaults) GetEnv() map[string]*common_config.EnvValue

func (*ProgramDefaults) GetPorts

func (x *ProgramDefaults) GetPorts() []*common_config.PortConfig

func (*ProgramDefaults) ProtoMessage

func (*ProgramDefaults) ProtoMessage()

func (*ProgramDefaults) ProtoReflect

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

func (*ProgramDefaults) Reset

func (x *ProgramDefaults) Reset()

func (*ProgramDefaults) String

func (x *ProgramDefaults) String() string

func (*ProgramDefaults) Validate

func (m *ProgramDefaults) Validate() error

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

func (*ProgramDefaults) ValidateAll

func (m *ProgramDefaults) ValidateAll() error

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

type ProgramDefaultsMultiError

type ProgramDefaultsMultiError []error

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

func (ProgramDefaultsMultiError) AllErrors

func (m ProgramDefaultsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProgramDefaultsMultiError) Error

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

type ProgramDefaultsValidationError

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

ProgramDefaultsValidationError is the validation error returned by ProgramDefaults.Validate if the designated constraints aren't met.

func (ProgramDefaultsValidationError) Cause

Cause function returns cause value.

func (ProgramDefaultsValidationError) Error

Error satisfies the builtin error interface

func (ProgramDefaultsValidationError) ErrorName

func (e ProgramDefaultsValidationError) ErrorName() string

ErrorName returns error name.

func (ProgramDefaultsValidationError) Field

Field function returns field value.

func (ProgramDefaultsValidationError) Key

Key function returns key value.

func (ProgramDefaultsValidationError) Reason

Reason function returns reason value.

type RegistryImage

type RegistryImage struct {
	Created *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created,proto3" json:"created,omitempty"`
	Url     string                 `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Tag     string                 `protobuf:"bytes,5,opt,name=tag,proto3" json:"tag,omitempty"`
	Commit  *repo.Commit           `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`
	// contains filtered or unexported fields
}

func (*RegistryImage) Descriptor deprecated

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

Deprecated: Use RegistryImage.ProtoReflect.Descriptor instead.

func (*RegistryImage) GetCommit

func (x *RegistryImage) GetCommit() *repo.Commit

func (*RegistryImage) GetCreated

func (x *RegistryImage) GetCreated() *timestamppb.Timestamp

func (*RegistryImage) GetTag

func (x *RegistryImage) GetTag() string

func (*RegistryImage) GetUrl

func (x *RegistryImage) GetUrl() string

func (*RegistryImage) ProtoMessage

func (*RegistryImage) ProtoMessage()

func (*RegistryImage) ProtoReflect

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

func (*RegistryImage) Reset

func (x *RegistryImage) Reset()

func (*RegistryImage) String

func (x *RegistryImage) String() string

func (*RegistryImage) Validate

func (m *RegistryImage) Validate() error

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

func (*RegistryImage) ValidateAll

func (m *RegistryImage) ValidateAll() error

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

type RegistryImageMultiError

type RegistryImageMultiError []error

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

func (RegistryImageMultiError) AllErrors

func (m RegistryImageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegistryImageMultiError) Error

func (m RegistryImageMultiError) Error() string

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

type RegistryImageValidationError

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

RegistryImageValidationError is the validation error returned by RegistryImage.Validate if the designated constraints aren't met.

func (RegistryImageValidationError) Cause

Cause function returns cause value.

func (RegistryImageValidationError) Error

Error satisfies the builtin error interface

func (RegistryImageValidationError) ErrorName

func (e RegistryImageValidationError) ErrorName() string

ErrorName returns error name.

func (RegistryImageValidationError) Field

Field function returns field value.

func (RegistryImageValidationError) Key

Key function returns key value.

func (RegistryImageValidationError) Reason

Reason function returns reason value.

type RegistryStatus

type RegistryStatus int32
const (
	RegistryStatus_UNDEFINED  RegistryStatus = 0
	RegistryStatus_CONNECTED  RegistryStatus = 1
	RegistryStatus_FAILED     RegistryStatus = 2 // Augment/replace with UNAUTHENTICATED, UNAVAILABLE, ... in the future
	RegistryStatus_RS_PENDING RegistryStatus = 3
)

func (RegistryStatus) Descriptor

func (RegistryStatus) Enum

func (x RegistryStatus) Enum() *RegistryStatus

func (RegistryStatus) EnumDescriptor deprecated

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

Deprecated: Use RegistryStatus.Descriptor instead.

func (RegistryStatus) Number

func (RegistryStatus) String

func (x RegistryStatus) String() string

func (RegistryStatus) Type

type RegistryType

type RegistryType int32
const (
	RegistryType_UNKNOWN         RegistryType = 0
	RegistryType_DOCKER_REGISTRY RegistryType = 1
	RegistryType_ECR             RegistryType = 2
)

func (RegistryType) Descriptor

func (RegistryType) Enum

func (x RegistryType) Enum() *RegistryType

func (RegistryType) EnumDescriptor deprecated

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

Deprecated: Use RegistryType.Descriptor instead.

func (RegistryType) Number

func (RegistryType) String

func (x RegistryType) String() string

func (RegistryType) Type

type SlackChannel

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

func (*SlackChannel) Descriptor deprecated

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

Deprecated: Use SlackChannel.ProtoReflect.Descriptor instead.

func (*SlackChannel) GetId

func (x *SlackChannel) GetId() string

func (*SlackChannel) GetName

func (x *SlackChannel) GetName() string

func (*SlackChannel) ProtoMessage

func (*SlackChannel) ProtoMessage()

func (*SlackChannel) ProtoReflect

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

func (*SlackChannel) Reset

func (x *SlackChannel) Reset()

func (*SlackChannel) String

func (x *SlackChannel) String() string

func (*SlackChannel) Validate

func (m *SlackChannel) Validate() error

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

func (*SlackChannel) ValidateAll

func (m *SlackChannel) ValidateAll() error

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

type SlackChannelMultiError

type SlackChannelMultiError []error

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

func (SlackChannelMultiError) AllErrors

func (m SlackChannelMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SlackChannelMultiError) Error

func (m SlackChannelMultiError) Error() string

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

type SlackChannelValidationError

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

SlackChannelValidationError is the validation error returned by SlackChannel.Validate if the designated constraints aren't met.

func (SlackChannelValidationError) Cause

Cause function returns cause value.

func (SlackChannelValidationError) Error

Error satisfies the builtin error interface

func (SlackChannelValidationError) ErrorName

func (e SlackChannelValidationError) ErrorName() string

ErrorName returns error name.

func (SlackChannelValidationError) Field

Field function returns field value.

func (SlackChannelValidationError) Key

Key function returns key value.

func (SlackChannelValidationError) Reason

Reason function returns reason value.

type StopTrackingImageRepositoryReq

type StopTrackingImageRepositoryReq struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Repository    string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// contains filtered or unexported fields
}

func (*StopTrackingImageRepositoryReq) Descriptor deprecated

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

Deprecated: Use StopTrackingImageRepositoryReq.ProtoReflect.Descriptor instead.

func (*StopTrackingImageRepositoryReq) GetIntegrationId

func (x *StopTrackingImageRepositoryReq) GetIntegrationId() string

func (*StopTrackingImageRepositoryReq) GetRepository

func (x *StopTrackingImageRepositoryReq) GetRepository() string

func (*StopTrackingImageRepositoryReq) ProtoMessage

func (*StopTrackingImageRepositoryReq) ProtoMessage()

func (*StopTrackingImageRepositoryReq) ProtoReflect

func (*StopTrackingImageRepositoryReq) Reset

func (x *StopTrackingImageRepositoryReq) Reset()

func (*StopTrackingImageRepositoryReq) String

func (*StopTrackingImageRepositoryReq) Validate

func (m *StopTrackingImageRepositoryReq) Validate() error

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

func (*StopTrackingImageRepositoryReq) ValidateAll

func (m *StopTrackingImageRepositoryReq) ValidateAll() error

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

type StopTrackingImageRepositoryReqMultiError

type StopTrackingImageRepositoryReqMultiError []error

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

func (StopTrackingImageRepositoryReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StopTrackingImageRepositoryReqMultiError) Error

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

type StopTrackingImageRepositoryReqValidationError

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

StopTrackingImageRepositoryReqValidationError is the validation error returned by StopTrackingImageRepositoryReq.Validate if the designated constraints aren't met.

func (StopTrackingImageRepositoryReqValidationError) Cause

Cause function returns cause value.

func (StopTrackingImageRepositoryReqValidationError) Error

Error satisfies the builtin error interface

func (StopTrackingImageRepositoryReqValidationError) ErrorName

ErrorName returns error name.

func (StopTrackingImageRepositoryReqValidationError) Field

Field function returns field value.

func (StopTrackingImageRepositoryReqValidationError) Key

Key function returns key value.

func (StopTrackingImageRepositoryReqValidationError) Reason

Reason function returns reason value.

type StopTrackingImageRepositoryResp

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

func (*StopTrackingImageRepositoryResp) Descriptor deprecated

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

Deprecated: Use StopTrackingImageRepositoryResp.ProtoReflect.Descriptor instead.

func (*StopTrackingImageRepositoryResp) ProtoMessage

func (*StopTrackingImageRepositoryResp) ProtoMessage()

func (*StopTrackingImageRepositoryResp) ProtoReflect

func (*StopTrackingImageRepositoryResp) Reset

func (*StopTrackingImageRepositoryResp) String

func (*StopTrackingImageRepositoryResp) Validate

func (m *StopTrackingImageRepositoryResp) Validate() error

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

func (*StopTrackingImageRepositoryResp) ValidateAll

func (m *StopTrackingImageRepositoryResp) ValidateAll() error

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

type StopTrackingImageRepositoryRespMultiError

type StopTrackingImageRepositoryRespMultiError []error

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

func (StopTrackingImageRepositoryRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (StopTrackingImageRepositoryRespMultiError) Error

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

type StopTrackingImageRepositoryRespValidationError

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

StopTrackingImageRepositoryRespValidationError is the validation error returned by StopTrackingImageRepositoryResp.Validate if the designated constraints aren't met.

func (StopTrackingImageRepositoryRespValidationError) Cause

Cause function returns cause value.

func (StopTrackingImageRepositoryRespValidationError) Error

Error satisfies the builtin error interface

func (StopTrackingImageRepositoryRespValidationError) ErrorName

ErrorName returns error name.

func (StopTrackingImageRepositoryRespValidationError) Field

Field function returns field value.

func (StopTrackingImageRepositoryRespValidationError) Key

Key function returns key value.

func (StopTrackingImageRepositoryRespValidationError) Reason

Reason function returns reason value.

type TokenConfig

type TokenConfig struct {
	TokenSecretKey     string `protobuf:"bytes,1,opt,name=token_secret_key,json=tokenSecretKey,proto3" json:"token_secret_key,omitempty"`
	TokenSecretVersion string `protobuf:"bytes,2,opt,name=token_secret_version,json=tokenSecretVersion,proto3" json:"token_secret_version,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenConfig) Descriptor deprecated

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

Deprecated: Use TokenConfig.ProtoReflect.Descriptor instead.

func (*TokenConfig) GetTokenSecretKey

func (x *TokenConfig) GetTokenSecretKey() string

func (*TokenConfig) GetTokenSecretVersion

func (x *TokenConfig) GetTokenSecretVersion() string

func (*TokenConfig) ProtoMessage

func (*TokenConfig) ProtoMessage()

func (*TokenConfig) ProtoReflect

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

func (*TokenConfig) Reset

func (x *TokenConfig) Reset()

func (*TokenConfig) String

func (x *TokenConfig) String() string

func (*TokenConfig) Validate

func (m *TokenConfig) Validate() error

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

func (*TokenConfig) ValidateAll

func (m *TokenConfig) ValidateAll() error

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

type TokenConfigMultiError

type TokenConfigMultiError []error

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

func (TokenConfigMultiError) AllErrors

func (m TokenConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenConfigMultiError) Error

func (m TokenConfigMultiError) Error() string

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

type TokenConfigValidationError

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

TokenConfigValidationError is the validation error returned by TokenConfig.Validate if the designated constraints aren't met.

func (TokenConfigValidationError) Cause

Cause function returns cause value.

func (TokenConfigValidationError) Error

Error satisfies the builtin error interface

func (TokenConfigValidationError) ErrorName

func (e TokenConfigValidationError) ErrorName() string

ErrorName returns error name.

func (TokenConfigValidationError) Field

Field function returns field value.

func (TokenConfigValidationError) Key

Key function returns key value.

func (TokenConfigValidationError) Reason

Reason function returns reason value.

type TrackImageRepositoriesReq

type TrackImageRepositoriesReq struct {
	IntegrationId string   `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Repositories  []string `protobuf:"bytes,2,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackImageRepositoriesReq) Descriptor deprecated

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

Deprecated: Use TrackImageRepositoriesReq.ProtoReflect.Descriptor instead.

func (*TrackImageRepositoriesReq) GetIntegrationId

func (x *TrackImageRepositoriesReq) GetIntegrationId() string

func (*TrackImageRepositoriesReq) GetRepositories

func (x *TrackImageRepositoriesReq) GetRepositories() []string

func (*TrackImageRepositoriesReq) ProtoMessage

func (*TrackImageRepositoriesReq) ProtoMessage()

func (*TrackImageRepositoriesReq) ProtoReflect

func (*TrackImageRepositoriesReq) Reset

func (x *TrackImageRepositoriesReq) Reset()

func (*TrackImageRepositoriesReq) String

func (x *TrackImageRepositoriesReq) String() string

func (*TrackImageRepositoriesReq) Validate

func (m *TrackImageRepositoriesReq) Validate() error

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

func (*TrackImageRepositoriesReq) ValidateAll

func (m *TrackImageRepositoriesReq) ValidateAll() error

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

type TrackImageRepositoriesReqMultiError

type TrackImageRepositoriesReqMultiError []error

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

func (TrackImageRepositoriesReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TrackImageRepositoriesReqMultiError) Error

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

type TrackImageRepositoriesReqValidationError

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

TrackImageRepositoriesReqValidationError is the validation error returned by TrackImageRepositoriesReq.Validate if the designated constraints aren't met.

func (TrackImageRepositoriesReqValidationError) Cause

Cause function returns cause value.

func (TrackImageRepositoriesReqValidationError) Error

Error satisfies the builtin error interface

func (TrackImageRepositoriesReqValidationError) ErrorName

ErrorName returns error name.

func (TrackImageRepositoriesReqValidationError) Field

Field function returns field value.

func (TrackImageRepositoriesReqValidationError) Key

Key function returns key value.

func (TrackImageRepositoriesReqValidationError) Reason

Reason function returns reason value.

type TrackImageRepositoriesResp

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

func (*TrackImageRepositoriesResp) Descriptor deprecated

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

Deprecated: Use TrackImageRepositoriesResp.ProtoReflect.Descriptor instead.

func (*TrackImageRepositoriesResp) ProtoMessage

func (*TrackImageRepositoriesResp) ProtoMessage()

func (*TrackImageRepositoriesResp) ProtoReflect

func (*TrackImageRepositoriesResp) Reset

func (x *TrackImageRepositoriesResp) Reset()

func (*TrackImageRepositoriesResp) String

func (x *TrackImageRepositoriesResp) String() string

func (*TrackImageRepositoriesResp) Validate

func (m *TrackImageRepositoriesResp) Validate() error

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

func (*TrackImageRepositoriesResp) ValidateAll

func (m *TrackImageRepositoriesResp) ValidateAll() error

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

type TrackImageRepositoriesRespMultiError

type TrackImageRepositoriesRespMultiError []error

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

func (TrackImageRepositoriesRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TrackImageRepositoriesRespMultiError) Error

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

type TrackImageRepositoriesRespValidationError

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

TrackImageRepositoriesRespValidationError is the validation error returned by TrackImageRepositoriesResp.Validate if the designated constraints aren't met.

func (TrackImageRepositoriesRespValidationError) Cause

Cause function returns cause value.

func (TrackImageRepositoriesRespValidationError) Error

Error satisfies the builtin error interface

func (TrackImageRepositoriesRespValidationError) ErrorName

ErrorName returns error name.

func (TrackImageRepositoriesRespValidationError) Field

Field function returns field value.

func (TrackImageRepositoriesRespValidationError) Key

Key function returns key value.

func (TrackImageRepositoriesRespValidationError) Reason

Reason function returns reason value.

type TrackedImageRepository

type TrackedImageRepository struct {
	Repository  string                 `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LastIndex   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_index,json=lastIndex,proto3" json:"last_index,omitempty"`
	IndexStatus IndexStatus            `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TrackedImageRepository) Descriptor deprecated

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

Deprecated: Use TrackedImageRepository.ProtoReflect.Descriptor instead.

func (*TrackedImageRepository) GetIndexStatus

func (x *TrackedImageRepository) GetIndexStatus() IndexStatus

func (*TrackedImageRepository) GetLastIndex

func (x *TrackedImageRepository) GetLastIndex() *timestamppb.Timestamp

func (*TrackedImageRepository) GetRepository

func (x *TrackedImageRepository) GetRepository() string

func (*TrackedImageRepository) ProtoMessage

func (*TrackedImageRepository) ProtoMessage()

func (*TrackedImageRepository) ProtoReflect

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

func (*TrackedImageRepository) Reset

func (x *TrackedImageRepository) Reset()

func (*TrackedImageRepository) String

func (x *TrackedImageRepository) String() string

func (*TrackedImageRepository) Validate

func (m *TrackedImageRepository) Validate() error

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

func (*TrackedImageRepository) ValidateAll

func (m *TrackedImageRepository) ValidateAll() error

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

type TrackedImageRepositoryMultiError

type TrackedImageRepositoryMultiError []error

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

func (TrackedImageRepositoryMultiError) AllErrors

func (m TrackedImageRepositoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TrackedImageRepositoryMultiError) Error

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

type TrackedImageRepositoryValidationError

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

TrackedImageRepositoryValidationError is the validation error returned by TrackedImageRepository.Validate if the designated constraints aren't met.

func (TrackedImageRepositoryValidationError) Cause

Cause function returns cause value.

func (TrackedImageRepositoryValidationError) Error

Error satisfies the builtin error interface

func (TrackedImageRepositoryValidationError) ErrorName

ErrorName returns error name.

func (TrackedImageRepositoryValidationError) Field

Field function returns field value.

func (TrackedImageRepositoryValidationError) Key

Key function returns key value.

func (TrackedImageRepositoryValidationError) Reason

Reason function returns reason value.

type UnimplementedWorkflowManagerServer

type UnimplementedWorkflowManagerServer struct {
}

UnimplementedWorkflowManagerServer must be embedded to have forward compatible implementations.

func (UnimplementedWorkflowManagerServer) AddHoneycombEnvironment

func (UnimplementedWorkflowManagerServer) CreateGitHubApp

func (UnimplementedWorkflowManagerServer) DeleteIntegration

func (UnimplementedWorkflowManagerServer) GetCommitInfo added in v0.3.21

func (UnimplementedWorkflowManagerServer) GetGrafanaInstallation

func (UnimplementedWorkflowManagerServer) GetImageCommitInfo

func (UnimplementedWorkflowManagerServer) GetInstallGitHubUrl added in v0.3.13

func (UnimplementedWorkflowManagerServer) GetInstallPagerDutyUrl

func (UnimplementedWorkflowManagerServer) GetInstallSlackUrl

func (UnimplementedWorkflowManagerServer) GetLast9Installation added in v0.3.35

func (UnimplementedWorkflowManagerServer) GetProgramDefaults

func (UnimplementedWorkflowManagerServer) GetServiceImageInfo

func (UnimplementedWorkflowManagerServer) InstallGitHub

func (UnimplementedWorkflowManagerServer) InstallGrafana

func (UnimplementedWorkflowManagerServer) InstallLast9 added in v0.3.35

func (UnimplementedWorkflowManagerServer) InstallPagerDuty

func (UnimplementedWorkflowManagerServer) InstallSlack

func (UnimplementedWorkflowManagerServer) ListIntegrations

func (UnimplementedWorkflowManagerServer) ListRepoCommits added in v0.2.15

func (UnimplementedWorkflowManagerServer) TrackImageRepositories

func (UnimplementedWorkflowManagerServer) UninstallGrafana

func (UnimplementedWorkflowManagerServer) UninstallHoneycomb

func (UnimplementedWorkflowManagerServer) UninstallLast9 added in v0.3.35

func (UnimplementedWorkflowManagerServer) UninstallPagerDuty

func (UnimplementedWorkflowManagerServer) UninstallSlack

type UninstallGrafanaReq

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

func (*UninstallGrafanaReq) Descriptor deprecated

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

Deprecated: Use UninstallGrafanaReq.ProtoReflect.Descriptor instead.

func (*UninstallGrafanaReq) ProtoMessage

func (*UninstallGrafanaReq) ProtoMessage()

func (*UninstallGrafanaReq) ProtoReflect

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

func (*UninstallGrafanaReq) Reset

func (x *UninstallGrafanaReq) Reset()

func (*UninstallGrafanaReq) String

func (x *UninstallGrafanaReq) String() string

func (*UninstallGrafanaReq) Validate

func (m *UninstallGrafanaReq) Validate() error

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

func (*UninstallGrafanaReq) ValidateAll

func (m *UninstallGrafanaReq) ValidateAll() error

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

type UninstallGrafanaReqMultiError

type UninstallGrafanaReqMultiError []error

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

func (UninstallGrafanaReqMultiError) AllErrors

func (m UninstallGrafanaReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallGrafanaReqMultiError) Error

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

type UninstallGrafanaReqValidationError

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

UninstallGrafanaReqValidationError is the validation error returned by UninstallGrafanaReq.Validate if the designated constraints aren't met.

func (UninstallGrafanaReqValidationError) Cause

Cause function returns cause value.

func (UninstallGrafanaReqValidationError) Error

Error satisfies the builtin error interface

func (UninstallGrafanaReqValidationError) ErrorName

ErrorName returns error name.

func (UninstallGrafanaReqValidationError) Field

Field function returns field value.

func (UninstallGrafanaReqValidationError) Key

Key function returns key value.

func (UninstallGrafanaReqValidationError) Reason

Reason function returns reason value.

type UninstallGrafanaResp

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

func (*UninstallGrafanaResp) Descriptor deprecated

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

Deprecated: Use UninstallGrafanaResp.ProtoReflect.Descriptor instead.

func (*UninstallGrafanaResp) GetIntegrationId

func (x *UninstallGrafanaResp) GetIntegrationId() string

func (*UninstallGrafanaResp) ProtoMessage

func (*UninstallGrafanaResp) ProtoMessage()

func (*UninstallGrafanaResp) ProtoReflect

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

func (*UninstallGrafanaResp) Reset

func (x *UninstallGrafanaResp) Reset()

func (*UninstallGrafanaResp) String

func (x *UninstallGrafanaResp) String() string

func (*UninstallGrafanaResp) Validate

func (m *UninstallGrafanaResp) Validate() error

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

func (*UninstallGrafanaResp) ValidateAll

func (m *UninstallGrafanaResp) ValidateAll() error

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

type UninstallGrafanaRespMultiError

type UninstallGrafanaRespMultiError []error

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

func (UninstallGrafanaRespMultiError) AllErrors

func (m UninstallGrafanaRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallGrafanaRespMultiError) Error

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

type UninstallGrafanaRespValidationError

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

UninstallGrafanaRespValidationError is the validation error returned by UninstallGrafanaResp.Validate if the designated constraints aren't met.

func (UninstallGrafanaRespValidationError) Cause

Cause function returns cause value.

func (UninstallGrafanaRespValidationError) Error

Error satisfies the builtin error interface

func (UninstallGrafanaRespValidationError) ErrorName

ErrorName returns error name.

func (UninstallGrafanaRespValidationError) Field

Field function returns field value.

func (UninstallGrafanaRespValidationError) Key

Key function returns key value.

func (UninstallGrafanaRespValidationError) Reason

Reason function returns reason value.

type UninstallHoneycombReq

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

func (*UninstallHoneycombReq) Descriptor deprecated

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

Deprecated: Use UninstallHoneycombReq.ProtoReflect.Descriptor instead.

func (*UninstallHoneycombReq) ProtoMessage

func (*UninstallHoneycombReq) ProtoMessage()

func (*UninstallHoneycombReq) ProtoReflect

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

func (*UninstallHoneycombReq) Reset

func (x *UninstallHoneycombReq) Reset()

func (*UninstallHoneycombReq) String

func (x *UninstallHoneycombReq) String() string

func (*UninstallHoneycombReq) Validate

func (m *UninstallHoneycombReq) Validate() error

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

func (*UninstallHoneycombReq) ValidateAll

func (m *UninstallHoneycombReq) ValidateAll() error

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

type UninstallHoneycombReqMultiError

type UninstallHoneycombReqMultiError []error

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

func (UninstallHoneycombReqMultiError) AllErrors

func (m UninstallHoneycombReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallHoneycombReqMultiError) Error

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

type UninstallHoneycombReqValidationError

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

UninstallHoneycombReqValidationError is the validation error returned by UninstallHoneycombReq.Validate if the designated constraints aren't met.

func (UninstallHoneycombReqValidationError) Cause

Cause function returns cause value.

func (UninstallHoneycombReqValidationError) Error

Error satisfies the builtin error interface

func (UninstallHoneycombReqValidationError) ErrorName

ErrorName returns error name.

func (UninstallHoneycombReqValidationError) Field

Field function returns field value.

func (UninstallHoneycombReqValidationError) Key

Key function returns key value.

func (UninstallHoneycombReqValidationError) Reason

Reason function returns reason value.

type UninstallHoneycombResp

type UninstallHoneycombResp struct {
	IntegrationIds []string `protobuf:"bytes,1,rep,name=integration_ids,json=integrationIds,proto3" json:"integration_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UninstallHoneycombResp) Descriptor deprecated

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

Deprecated: Use UninstallHoneycombResp.ProtoReflect.Descriptor instead.

func (*UninstallHoneycombResp) GetIntegrationIds

func (x *UninstallHoneycombResp) GetIntegrationIds() []string

func (*UninstallHoneycombResp) ProtoMessage

func (*UninstallHoneycombResp) ProtoMessage()

func (*UninstallHoneycombResp) ProtoReflect

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

func (*UninstallHoneycombResp) Reset

func (x *UninstallHoneycombResp) Reset()

func (*UninstallHoneycombResp) String

func (x *UninstallHoneycombResp) String() string

func (*UninstallHoneycombResp) Validate

func (m *UninstallHoneycombResp) Validate() error

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

func (*UninstallHoneycombResp) ValidateAll

func (m *UninstallHoneycombResp) ValidateAll() error

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

type UninstallHoneycombRespMultiError

type UninstallHoneycombRespMultiError []error

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

func (UninstallHoneycombRespMultiError) AllErrors

func (m UninstallHoneycombRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallHoneycombRespMultiError) Error

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

type UninstallHoneycombRespValidationError

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

UninstallHoneycombRespValidationError is the validation error returned by UninstallHoneycombResp.Validate if the designated constraints aren't met.

func (UninstallHoneycombRespValidationError) Cause

Cause function returns cause value.

func (UninstallHoneycombRespValidationError) Error

Error satisfies the builtin error interface

func (UninstallHoneycombRespValidationError) ErrorName

ErrorName returns error name.

func (UninstallHoneycombRespValidationError) Field

Field function returns field value.

func (UninstallHoneycombRespValidationError) Key

Key function returns key value.

func (UninstallHoneycombRespValidationError) Reason

Reason function returns reason value.

type UninstallLast9Req added in v0.3.35

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

func (*UninstallLast9Req) Descriptor deprecated added in v0.3.35

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

Deprecated: Use UninstallLast9Req.ProtoReflect.Descriptor instead.

func (*UninstallLast9Req) ProtoMessage added in v0.3.35

func (*UninstallLast9Req) ProtoMessage()

func (*UninstallLast9Req) ProtoReflect added in v0.3.35

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

func (*UninstallLast9Req) Reset added in v0.3.35

func (x *UninstallLast9Req) Reset()

func (*UninstallLast9Req) String added in v0.3.35

func (x *UninstallLast9Req) String() string

func (*UninstallLast9Req) Validate added in v0.3.35

func (m *UninstallLast9Req) Validate() error

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

func (*UninstallLast9Req) ValidateAll added in v0.3.35

func (m *UninstallLast9Req) ValidateAll() error

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

type UninstallLast9ReqMultiError added in v0.3.35

type UninstallLast9ReqMultiError []error

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

func (UninstallLast9ReqMultiError) AllErrors added in v0.3.35

func (m UninstallLast9ReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallLast9ReqMultiError) Error added in v0.3.35

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

type UninstallLast9ReqValidationError added in v0.3.35

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

UninstallLast9ReqValidationError is the validation error returned by UninstallLast9Req.Validate if the designated constraints aren't met.

func (UninstallLast9ReqValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (UninstallLast9ReqValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (UninstallLast9ReqValidationError) ErrorName added in v0.3.35

ErrorName returns error name.

func (UninstallLast9ReqValidationError) Field added in v0.3.35

Field function returns field value.

func (UninstallLast9ReqValidationError) Key added in v0.3.35

Key function returns key value.

func (UninstallLast9ReqValidationError) Reason added in v0.3.35

Reason function returns reason value.

type UninstallLast9Resp added in v0.3.35

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

func (*UninstallLast9Resp) Descriptor deprecated added in v0.3.35

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

Deprecated: Use UninstallLast9Resp.ProtoReflect.Descriptor instead.

func (*UninstallLast9Resp) GetIntegrationId added in v0.3.35

func (x *UninstallLast9Resp) GetIntegrationId() string

func (*UninstallLast9Resp) ProtoMessage added in v0.3.35

func (*UninstallLast9Resp) ProtoMessage()

func (*UninstallLast9Resp) ProtoReflect added in v0.3.35

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

func (*UninstallLast9Resp) Reset added in v0.3.35

func (x *UninstallLast9Resp) Reset()

func (*UninstallLast9Resp) String added in v0.3.35

func (x *UninstallLast9Resp) String() string

func (*UninstallLast9Resp) Validate added in v0.3.35

func (m *UninstallLast9Resp) Validate() error

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

func (*UninstallLast9Resp) ValidateAll added in v0.3.35

func (m *UninstallLast9Resp) ValidateAll() error

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

type UninstallLast9RespMultiError added in v0.3.35

type UninstallLast9RespMultiError []error

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

func (UninstallLast9RespMultiError) AllErrors added in v0.3.35

func (m UninstallLast9RespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallLast9RespMultiError) Error added in v0.3.35

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

type UninstallLast9RespValidationError added in v0.3.35

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

UninstallLast9RespValidationError is the validation error returned by UninstallLast9Resp.Validate if the designated constraints aren't met.

func (UninstallLast9RespValidationError) Cause added in v0.3.35

Cause function returns cause value.

func (UninstallLast9RespValidationError) Error added in v0.3.35

Error satisfies the builtin error interface

func (UninstallLast9RespValidationError) ErrorName added in v0.3.35

ErrorName returns error name.

func (UninstallLast9RespValidationError) Field added in v0.3.35

Field function returns field value.

func (UninstallLast9RespValidationError) Key added in v0.3.35

Key function returns key value.

func (UninstallLast9RespValidationError) Reason added in v0.3.35

Reason function returns reason value.

type UninstallPagerDutyReq

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

func (*UninstallPagerDutyReq) Descriptor deprecated

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

Deprecated: Use UninstallPagerDutyReq.ProtoReflect.Descriptor instead.

func (*UninstallPagerDutyReq) ProtoMessage

func (*UninstallPagerDutyReq) ProtoMessage()

func (*UninstallPagerDutyReq) ProtoReflect

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

func (*UninstallPagerDutyReq) Reset

func (x *UninstallPagerDutyReq) Reset()

func (*UninstallPagerDutyReq) String

func (x *UninstallPagerDutyReq) String() string

func (*UninstallPagerDutyReq) Validate

func (m *UninstallPagerDutyReq) Validate() error

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

func (*UninstallPagerDutyReq) ValidateAll

func (m *UninstallPagerDutyReq) ValidateAll() error

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

type UninstallPagerDutyReqMultiError

type UninstallPagerDutyReqMultiError []error

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

func (UninstallPagerDutyReqMultiError) AllErrors

func (m UninstallPagerDutyReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallPagerDutyReqMultiError) Error

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

type UninstallPagerDutyReqValidationError

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

UninstallPagerDutyReqValidationError is the validation error returned by UninstallPagerDutyReq.Validate if the designated constraints aren't met.

func (UninstallPagerDutyReqValidationError) Cause

Cause function returns cause value.

func (UninstallPagerDutyReqValidationError) Error

Error satisfies the builtin error interface

func (UninstallPagerDutyReqValidationError) ErrorName

ErrorName returns error name.

func (UninstallPagerDutyReqValidationError) Field

Field function returns field value.

func (UninstallPagerDutyReqValidationError) Key

Key function returns key value.

func (UninstallPagerDutyReqValidationError) Reason

Reason function returns reason value.

type UninstallPagerDutyResp

type UninstallPagerDutyResp struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*UninstallPagerDutyResp) Descriptor deprecated

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

Deprecated: Use UninstallPagerDutyResp.ProtoReflect.Descriptor instead.

func (*UninstallPagerDutyResp) GetSuccess

func (x *UninstallPagerDutyResp) GetSuccess() bool

func (*UninstallPagerDutyResp) ProtoMessage

func (*UninstallPagerDutyResp) ProtoMessage()

func (*UninstallPagerDutyResp) ProtoReflect

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

func (*UninstallPagerDutyResp) Reset

func (x *UninstallPagerDutyResp) Reset()

func (*UninstallPagerDutyResp) String

func (x *UninstallPagerDutyResp) String() string

func (*UninstallPagerDutyResp) Validate

func (m *UninstallPagerDutyResp) Validate() error

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

func (*UninstallPagerDutyResp) ValidateAll

func (m *UninstallPagerDutyResp) ValidateAll() error

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

type UninstallPagerDutyRespMultiError

type UninstallPagerDutyRespMultiError []error

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

func (UninstallPagerDutyRespMultiError) AllErrors

func (m UninstallPagerDutyRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallPagerDutyRespMultiError) Error

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

type UninstallPagerDutyRespValidationError

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

UninstallPagerDutyRespValidationError is the validation error returned by UninstallPagerDutyResp.Validate if the designated constraints aren't met.

func (UninstallPagerDutyRespValidationError) Cause

Cause function returns cause value.

func (UninstallPagerDutyRespValidationError) Error

Error satisfies the builtin error interface

func (UninstallPagerDutyRespValidationError) ErrorName

ErrorName returns error name.

func (UninstallPagerDutyRespValidationError) Field

Field function returns field value.

func (UninstallPagerDutyRespValidationError) Key

Key function returns key value.

func (UninstallPagerDutyRespValidationError) Reason

Reason function returns reason value.

type UninstallSlackReq

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

func (*UninstallSlackReq) Descriptor deprecated

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

Deprecated: Use UninstallSlackReq.ProtoReflect.Descriptor instead.

func (*UninstallSlackReq) ProtoMessage

func (*UninstallSlackReq) ProtoMessage()

func (*UninstallSlackReq) ProtoReflect

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

func (*UninstallSlackReq) Reset

func (x *UninstallSlackReq) Reset()

func (*UninstallSlackReq) String

func (x *UninstallSlackReq) String() string

func (*UninstallSlackReq) Validate

func (m *UninstallSlackReq) Validate() error

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

func (*UninstallSlackReq) ValidateAll

func (m *UninstallSlackReq) ValidateAll() error

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

type UninstallSlackReqMultiError

type UninstallSlackReqMultiError []error

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

func (UninstallSlackReqMultiError) AllErrors

func (m UninstallSlackReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallSlackReqMultiError) Error

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

type UninstallSlackReqValidationError

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

UninstallSlackReqValidationError is the validation error returned by UninstallSlackReq.Validate if the designated constraints aren't met.

func (UninstallSlackReqValidationError) Cause

Cause function returns cause value.

func (UninstallSlackReqValidationError) Error

Error satisfies the builtin error interface

func (UninstallSlackReqValidationError) ErrorName

ErrorName returns error name.

func (UninstallSlackReqValidationError) Field

Field function returns field value.

func (UninstallSlackReqValidationError) Key

Key function returns key value.

func (UninstallSlackReqValidationError) Reason

Reason function returns reason value.

type UninstallSlackResp

type UninstallSlackResp struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*UninstallSlackResp) Descriptor deprecated

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

Deprecated: Use UninstallSlackResp.ProtoReflect.Descriptor instead.

func (*UninstallSlackResp) GetSuccess

func (x *UninstallSlackResp) GetSuccess() bool

func (*UninstallSlackResp) ProtoMessage

func (*UninstallSlackResp) ProtoMessage()

func (*UninstallSlackResp) ProtoReflect

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

func (*UninstallSlackResp) Reset

func (x *UninstallSlackResp) Reset()

func (*UninstallSlackResp) String

func (x *UninstallSlackResp) String() string

func (*UninstallSlackResp) Validate

func (m *UninstallSlackResp) Validate() error

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

func (*UninstallSlackResp) ValidateAll

func (m *UninstallSlackResp) ValidateAll() error

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

type UninstallSlackRespMultiError

type UninstallSlackRespMultiError []error

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

func (UninstallSlackRespMultiError) AllErrors

func (m UninstallSlackRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UninstallSlackRespMultiError) Error

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

type UninstallSlackRespValidationError

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

UninstallSlackRespValidationError is the validation error returned by UninstallSlackResp.Validate if the designated constraints aren't met.

func (UninstallSlackRespValidationError) Cause

Cause function returns cause value.

func (UninstallSlackRespValidationError) Error

Error satisfies the builtin error interface

func (UninstallSlackRespValidationError) ErrorName

ErrorName returns error name.

func (UninstallSlackRespValidationError) Field

Field function returns field value.

func (UninstallSlackRespValidationError) Key

Key function returns key value.

func (UninstallSlackRespValidationError) Reason

Reason function returns reason value.

type UnsafeWorkflowManagerServer

type UnsafeWorkflowManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkflowManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkflowManagerServer will result in compilation errors.

type UpdateHoneycombEnvironmentReq

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

func (*UpdateHoneycombEnvironmentReq) Descriptor deprecated

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

Deprecated: Use UpdateHoneycombEnvironmentReq.ProtoReflect.Descriptor instead.

func (*UpdateHoneycombEnvironmentReq) GetApiKey

func (x *UpdateHoneycombEnvironmentReq) GetApiKey() string

func (*UpdateHoneycombEnvironmentReq) GetName

func (*UpdateHoneycombEnvironmentReq) ProtoMessage

func (*UpdateHoneycombEnvironmentReq) ProtoMessage()

func (*UpdateHoneycombEnvironmentReq) ProtoReflect

func (*UpdateHoneycombEnvironmentReq) Reset

func (x *UpdateHoneycombEnvironmentReq) Reset()

func (*UpdateHoneycombEnvironmentReq) String

func (*UpdateHoneycombEnvironmentReq) Validate

func (m *UpdateHoneycombEnvironmentReq) Validate() error

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

func (*UpdateHoneycombEnvironmentReq) ValidateAll

func (m *UpdateHoneycombEnvironmentReq) ValidateAll() error

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

type UpdateHoneycombEnvironmentReqMultiError

type UpdateHoneycombEnvironmentReqMultiError []error

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

func (UpdateHoneycombEnvironmentReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateHoneycombEnvironmentReqMultiError) Error

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

type UpdateHoneycombEnvironmentReqValidationError

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

UpdateHoneycombEnvironmentReqValidationError is the validation error returned by UpdateHoneycombEnvironmentReq.Validate if the designated constraints aren't met.

func (UpdateHoneycombEnvironmentReqValidationError) Cause

Cause function returns cause value.

func (UpdateHoneycombEnvironmentReqValidationError) Error

Error satisfies the builtin error interface

func (UpdateHoneycombEnvironmentReqValidationError) ErrorName

ErrorName returns error name.

func (UpdateHoneycombEnvironmentReqValidationError) Field

Field function returns field value.

func (UpdateHoneycombEnvironmentReqValidationError) Key

Key function returns key value.

func (UpdateHoneycombEnvironmentReqValidationError) Reason

Reason function returns reason value.

type UpdateHoneycombEnvironmentResp

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

func (*UpdateHoneycombEnvironmentResp) Descriptor deprecated

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

Deprecated: Use UpdateHoneycombEnvironmentResp.ProtoReflect.Descriptor instead.

func (*UpdateHoneycombEnvironmentResp) ProtoMessage

func (*UpdateHoneycombEnvironmentResp) ProtoMessage()

func (*UpdateHoneycombEnvironmentResp) ProtoReflect

func (*UpdateHoneycombEnvironmentResp) Reset

func (x *UpdateHoneycombEnvironmentResp) Reset()

func (*UpdateHoneycombEnvironmentResp) String

func (*UpdateHoneycombEnvironmentResp) Validate

func (m *UpdateHoneycombEnvironmentResp) Validate() error

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

func (*UpdateHoneycombEnvironmentResp) ValidateAll

func (m *UpdateHoneycombEnvironmentResp) ValidateAll() error

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

type UpdateHoneycombEnvironmentRespMultiError

type UpdateHoneycombEnvironmentRespMultiError []error

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

func (UpdateHoneycombEnvironmentRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateHoneycombEnvironmentRespMultiError) Error

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

type UpdateHoneycombEnvironmentRespValidationError

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

UpdateHoneycombEnvironmentRespValidationError is the validation error returned by UpdateHoneycombEnvironmentResp.Validate if the designated constraints aren't met.

func (UpdateHoneycombEnvironmentRespValidationError) Cause

Cause function returns cause value.

func (UpdateHoneycombEnvironmentRespValidationError) Error

Error satisfies the builtin error interface

func (UpdateHoneycombEnvironmentRespValidationError) ErrorName

ErrorName returns error name.

func (UpdateHoneycombEnvironmentRespValidationError) Field

Field function returns field value.

func (UpdateHoneycombEnvironmentRespValidationError) Key

Key function returns key value.

func (UpdateHoneycombEnvironmentRespValidationError) Reason

Reason function returns reason value.

type WorkflowManagerClient

type WorkflowManagerClient interface {
	ListIntegrations(ctx context.Context, in *ListIntegrationsReq, opts ...grpc.CallOption) (*ListIntegrationsResp, error)
	DeleteIntegration(ctx context.Context, in *DeleteIntegrationReq, opts ...grpc.CallOption) (*DeleteIntegrationResp, error)
	CreateContainerRegistryIntegration(ctx context.Context, in *CreateContainerRegistryIntegrationReq, opts ...grpc.CallOption) (*CreateContainerRegistryIntegrationRes, error)
	DeleteContainerRegistryIntegration(ctx context.Context, in *DeleteContainerRegistryIntegrationReq, opts ...grpc.CallOption) (*DeleteContainerRegistryIntegrationResp, error)
	ListContainerRegistryIntegrations(ctx context.Context, in *ListContainerRegistryIntegrationsReq, opts ...grpc.CallOption) (*ListContainerRegistryIntegrationsResp, error)
	GetContainerRegistryIntegration(ctx context.Context, in *GetContainerRegistryIntegrationReq, opts ...grpc.CallOption) (*GetContainerRegistryIntegrationResp, error)
	GetServiceImageInfo(ctx context.Context, in *GetServiceImageInfoReq, opts ...grpc.CallOption) (*GetServiceImageInfoResp, error)
	GetContainerRegistryImages(ctx context.Context, in *GetContainerRegistryImagesReq, opts ...grpc.CallOption) (*GetContainerRegistryImagesRes, error)
	ListTrackedImageRepositories(ctx context.Context, in *ListTrackedImageRepositoriesReq, opts ...grpc.CallOption) (*ListTrackedImageRepositoriesResp, error)
	GetTrackedImageRepository(ctx context.Context, in *GetTrackedImageRepositoryReq, opts ...grpc.CallOption) (*GetTrackedImageRepositoryResp, error)
	TrackImageRepositories(ctx context.Context, in *TrackImageRepositoriesReq, opts ...grpc.CallOption) (*TrackImageRepositoriesResp, error)
	StopTrackingImageRepository(ctx context.Context, in *StopTrackingImageRepositoryReq, opts ...grpc.CallOption) (*StopTrackingImageRepositoryResp, error)
	GetProgramDefaults(ctx context.Context, in *GetProgramDefaultsReq, opts ...grpc.CallOption) (*GetProgramDefaultsResp, error)
	GetImageCommitInfo(ctx context.Context, in *GetImageCommitInfoReq, opts ...grpc.CallOption) (*GetImageCommitInfoResp, error)
	InstallSlack(ctx context.Context, in *InstallSlackReq, opts ...grpc.CallOption) (*InstallSlackResp, error)
	UninstallSlack(ctx context.Context, in *UninstallSlackReq, opts ...grpc.CallOption) (*UninstallSlackResp, error)
	GetInstallSlackUrl(ctx context.Context, in *GetInstallSlackUrlReq, opts ...grpc.CallOption) (*GetInstallSlackUrlResp, error)
	InstallPagerDuty(ctx context.Context, in *InstallPagerDutyReq, opts ...grpc.CallOption) (*InstallPagerDutyResp, error)
	GetInstallPagerDutyUrl(ctx context.Context, in *GetInstallPagerDutyUrlReq, opts ...grpc.CallOption) (*GetInstallPagerDutyUrlResp, error)
	UninstallPagerDuty(ctx context.Context, in *UninstallPagerDutyReq, opts ...grpc.CallOption) (*UninstallPagerDutyResp, error)
	GetGrafanaInstallation(ctx context.Context, in *GetGrafanaInstallationReq, opts ...grpc.CallOption) (*GetGrafanaInstallationResp, error)
	InstallGrafana(ctx context.Context, in *InstallGrafanaReq, opts ...grpc.CallOption) (*InstallGrafanaResp, error)
	UninstallGrafana(ctx context.Context, in *UninstallGrafanaReq, opts ...grpc.CallOption) (*UninstallGrafanaResp, error)
	ListHoneycombEnvironments(ctx context.Context, in *ListHoneycombEnvironmentsReq, opts ...grpc.CallOption) (*ListHoneycombEnvironmentsResp, error)
	AddHoneycombEnvironment(ctx context.Context, in *AddHoneycombEnvironmentReq, opts ...grpc.CallOption) (*AddHoneycombEnvironmentResp, error)
	UpdateHoneycombEnvironment(ctx context.Context, in *UpdateHoneycombEnvironmentReq, opts ...grpc.CallOption) (*UpdateHoneycombEnvironmentResp, error)
	DeleteHoneycombEnvironment(ctx context.Context, in *DeleteHoneycombEnvironmentReq, opts ...grpc.CallOption) (*DeleteHoneycombEnvironmentResp, error)
	UninstallHoneycomb(ctx context.Context, in *UninstallHoneycombReq, opts ...grpc.CallOption) (*UninstallHoneycombResp, error)
	GetInstallGitHubUrl(ctx context.Context, in *GetInstallGitHubUrlReq, opts ...grpc.CallOption) (*GetInstallGitHubUrlResp, error)
	CreateGitHubApp(ctx context.Context, in *CreateGitHubAppReq, opts ...grpc.CallOption) (*CreateGitHubAppResp, error)
	InstallGitHub(ctx context.Context, in *InstallGitHubReq, opts ...grpc.CallOption) (*InstallGitHubResp, error)
	ListRepoCommits(ctx context.Context, in *ListRepoCommitsReq, opts ...grpc.CallOption) (*ListRepoCommitsResp, error)
	GetCommitInfo(ctx context.Context, in *GetCommitInfoReq, opts ...grpc.CallOption) (*GetCommitInfoResp, error)
	InstallLast9(ctx context.Context, in *InstallLast9Req, opts ...grpc.CallOption) (*InstallLast9Resp, error)
	UninstallLast9(ctx context.Context, in *UninstallLast9Req, opts ...grpc.CallOption) (*UninstallLast9Resp, error)
	GetLast9Installation(ctx context.Context, in *GetLast9InstallationReq, opts ...grpc.CallOption) (*GetLast9InstallationResp, error)
}

WorkflowManagerClient is the client API for WorkflowManager 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.

type WorkflowManagerServer

type WorkflowManagerServer interface {
	ListIntegrations(context.Context, *ListIntegrationsReq) (*ListIntegrationsResp, error)
	DeleteIntegration(context.Context, *DeleteIntegrationReq) (*DeleteIntegrationResp, error)
	CreateContainerRegistryIntegration(context.Context, *CreateContainerRegistryIntegrationReq) (*CreateContainerRegistryIntegrationRes, error)
	DeleteContainerRegistryIntegration(context.Context, *DeleteContainerRegistryIntegrationReq) (*DeleteContainerRegistryIntegrationResp, error)
	ListContainerRegistryIntegrations(context.Context, *ListContainerRegistryIntegrationsReq) (*ListContainerRegistryIntegrationsResp, error)
	GetContainerRegistryIntegration(context.Context, *GetContainerRegistryIntegrationReq) (*GetContainerRegistryIntegrationResp, error)
	GetServiceImageInfo(context.Context, *GetServiceImageInfoReq) (*GetServiceImageInfoResp, error)
	GetContainerRegistryImages(context.Context, *GetContainerRegistryImagesReq) (*GetContainerRegistryImagesRes, error)
	ListTrackedImageRepositories(context.Context, *ListTrackedImageRepositoriesReq) (*ListTrackedImageRepositoriesResp, error)
	GetTrackedImageRepository(context.Context, *GetTrackedImageRepositoryReq) (*GetTrackedImageRepositoryResp, error)
	TrackImageRepositories(context.Context, *TrackImageRepositoriesReq) (*TrackImageRepositoriesResp, error)
	StopTrackingImageRepository(context.Context, *StopTrackingImageRepositoryReq) (*StopTrackingImageRepositoryResp, error)
	GetProgramDefaults(context.Context, *GetProgramDefaultsReq) (*GetProgramDefaultsResp, error)
	GetImageCommitInfo(context.Context, *GetImageCommitInfoReq) (*GetImageCommitInfoResp, error)
	InstallSlack(context.Context, *InstallSlackReq) (*InstallSlackResp, error)
	UninstallSlack(context.Context, *UninstallSlackReq) (*UninstallSlackResp, error)
	GetInstallSlackUrl(context.Context, *GetInstallSlackUrlReq) (*GetInstallSlackUrlResp, error)
	InstallPagerDuty(context.Context, *InstallPagerDutyReq) (*InstallPagerDutyResp, error)
	GetInstallPagerDutyUrl(context.Context, *GetInstallPagerDutyUrlReq) (*GetInstallPagerDutyUrlResp, error)
	UninstallPagerDuty(context.Context, *UninstallPagerDutyReq) (*UninstallPagerDutyResp, error)
	GetGrafanaInstallation(context.Context, *GetGrafanaInstallationReq) (*GetGrafanaInstallationResp, error)
	InstallGrafana(context.Context, *InstallGrafanaReq) (*InstallGrafanaResp, error)
	UninstallGrafana(context.Context, *UninstallGrafanaReq) (*UninstallGrafanaResp, error)
	ListHoneycombEnvironments(context.Context, *ListHoneycombEnvironmentsReq) (*ListHoneycombEnvironmentsResp, error)
	AddHoneycombEnvironment(context.Context, *AddHoneycombEnvironmentReq) (*AddHoneycombEnvironmentResp, error)
	UpdateHoneycombEnvironment(context.Context, *UpdateHoneycombEnvironmentReq) (*UpdateHoneycombEnvironmentResp, error)
	DeleteHoneycombEnvironment(context.Context, *DeleteHoneycombEnvironmentReq) (*DeleteHoneycombEnvironmentResp, error)
	UninstallHoneycomb(context.Context, *UninstallHoneycombReq) (*UninstallHoneycombResp, error)
	GetInstallGitHubUrl(context.Context, *GetInstallGitHubUrlReq) (*GetInstallGitHubUrlResp, error)
	CreateGitHubApp(context.Context, *CreateGitHubAppReq) (*CreateGitHubAppResp, error)
	InstallGitHub(context.Context, *InstallGitHubReq) (*InstallGitHubResp, error)
	ListRepoCommits(context.Context, *ListRepoCommitsReq) (*ListRepoCommitsResp, error)
	GetCommitInfo(context.Context, *GetCommitInfoReq) (*GetCommitInfoResp, error)
	InstallLast9(context.Context, *InstallLast9Req) (*InstallLast9Resp, error)
	UninstallLast9(context.Context, *UninstallLast9Req) (*UninstallLast9Resp, error)
	GetLast9Installation(context.Context, *GetLast9InstallationReq) (*GetLast9InstallationResp, error)
	// contains filtered or unexported methods
}

WorkflowManagerServer is the server API for WorkflowManager service. All implementations must embed UnimplementedWorkflowManagerServer for forward compatibility

Jump to

Keyboard shortcuts

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