pipedservice

package
v0.52.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: Apache-2.0 Imports: 22 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_plugin_pipedservice_service_proto protoreflect.FileDescriptor
View Source
var PluginService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "grpc.piped.service.PluginService",
	HandlerType: (*PluginServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InstallTool",
			Handler:    _PluginService_InstallTool_Handler,
		},
		{
			MethodName: "ReportStageLogs",
			Handler:    _PluginService_ReportStageLogs_Handler,
		},
		{
			MethodName: "ReportStageLogsFromLastCheckpoint",
			Handler:    _PluginService_ReportStageLogsFromLastCheckpoint_Handler,
		},
		{
			MethodName: "GetStageMetadata",
			Handler:    _PluginService_GetStageMetadata_Handler,
		},
		{
			MethodName: "PutStageMetadata",
			Handler:    _PluginService_PutStageMetadata_Handler,
		},
		{
			MethodName: "PutStageMetadataMulti",
			Handler:    _PluginService_PutStageMetadataMulti_Handler,
		},
		{
			MethodName: "GetDeploymentPluginMetadata",
			Handler:    _PluginService_GetDeploymentPluginMetadata_Handler,
		},
		{
			MethodName: "PutDeploymentPluginMetadata",
			Handler:    _PluginService_PutDeploymentPluginMetadata_Handler,
		},
		{
			MethodName: "PutDeploymentPluginMetadataMulti",
			Handler:    _PluginService_PutDeploymentPluginMetadataMulti_Handler,
		},
		{
			MethodName: "GetDeploymentSharedMetadata",
			Handler:    _PluginService_GetDeploymentSharedMetadata_Handler,
		},
		{
			MethodName: "ListStageCommands",
			Handler:    _PluginService_ListStageCommands_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/plugin/pipedservice/service.proto",
}

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

Functions

func RegisterPluginServiceServer

func RegisterPluginServiceServer(s grpc.ServiceRegistrar, srv PluginServiceServer)

Types

type DecryptSecretRequest

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

func (*DecryptSecretRequest) Descriptor deprecated

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

Deprecated: Use DecryptSecretRequest.ProtoReflect.Descriptor instead.

func (*DecryptSecretRequest) GetSecret

func (x *DecryptSecretRequest) GetSecret() string

func (*DecryptSecretRequest) ProtoMessage

func (*DecryptSecretRequest) ProtoMessage()

func (*DecryptSecretRequest) ProtoReflect

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

func (*DecryptSecretRequest) Reset

func (x *DecryptSecretRequest) Reset()

func (*DecryptSecretRequest) String

func (x *DecryptSecretRequest) String() string

func (*DecryptSecretRequest) Validate

func (m *DecryptSecretRequest) Validate() error

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

func (*DecryptSecretRequest) ValidateAll

func (m *DecryptSecretRequest) ValidateAll() error

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

type DecryptSecretRequestMultiError

type DecryptSecretRequestMultiError []error

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

func (DecryptSecretRequestMultiError) AllErrors

func (m DecryptSecretRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DecryptSecretRequestMultiError) Error

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

type DecryptSecretRequestValidationError

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

DecryptSecretRequestValidationError is the validation error returned by DecryptSecretRequest.Validate if the designated constraints aren't met.

func (DecryptSecretRequestValidationError) Cause

Cause function returns cause value.

func (DecryptSecretRequestValidationError) Error

Error satisfies the builtin error interface

func (DecryptSecretRequestValidationError) ErrorName

ErrorName returns error name.

func (DecryptSecretRequestValidationError) Field

Field function returns field value.

func (DecryptSecretRequestValidationError) Key

Key function returns key value.

func (DecryptSecretRequestValidationError) Reason

Reason function returns reason value.

type DecryptSecretResponse

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

func (*DecryptSecretResponse) Descriptor deprecated

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

Deprecated: Use DecryptSecretResponse.ProtoReflect.Descriptor instead.

func (*DecryptSecretResponse) GetDecryptedSecret

func (x *DecryptSecretResponse) GetDecryptedSecret() string

func (*DecryptSecretResponse) ProtoMessage

func (*DecryptSecretResponse) ProtoMessage()

func (*DecryptSecretResponse) ProtoReflect

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

func (*DecryptSecretResponse) Reset

func (x *DecryptSecretResponse) Reset()

func (*DecryptSecretResponse) String

func (x *DecryptSecretResponse) String() string

func (*DecryptSecretResponse) Validate

func (m *DecryptSecretResponse) Validate() error

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

func (*DecryptSecretResponse) ValidateAll

func (m *DecryptSecretResponse) ValidateAll() error

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

type DecryptSecretResponseMultiError

type DecryptSecretResponseMultiError []error

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

func (DecryptSecretResponseMultiError) AllErrors

func (m DecryptSecretResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DecryptSecretResponseMultiError) Error

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

type DecryptSecretResponseValidationError

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

DecryptSecretResponseValidationError is the validation error returned by DecryptSecretResponse.Validate if the designated constraints aren't met.

func (DecryptSecretResponseValidationError) Cause

Cause function returns cause value.

func (DecryptSecretResponseValidationError) Error

Error satisfies the builtin error interface

func (DecryptSecretResponseValidationError) ErrorName

ErrorName returns error name.

func (DecryptSecretResponseValidationError) Field

Field function returns field value.

func (DecryptSecretResponseValidationError) Key

Key function returns key value.

func (DecryptSecretResponseValidationError) Reason

Reason function returns reason value.

type GetDeploymentPluginMetadataRequest

type GetDeploymentPluginMetadataRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// Plugin name to distinguish which plugin manages the metadata.
	// e.g. "plugin-kubernetes", "plugin-wait-stage"
	PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	Key        string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentPluginMetadataRequest) Descriptor deprecated

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

Deprecated: Use GetDeploymentPluginMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentPluginMetadataRequest) GetDeploymentId

func (x *GetDeploymentPluginMetadataRequest) GetDeploymentId() string

func (*GetDeploymentPluginMetadataRequest) GetKey

func (*GetDeploymentPluginMetadataRequest) GetPluginName

func (x *GetDeploymentPluginMetadataRequest) GetPluginName() string

func (*GetDeploymentPluginMetadataRequest) ProtoMessage

func (*GetDeploymentPluginMetadataRequest) ProtoMessage()

func (*GetDeploymentPluginMetadataRequest) ProtoReflect

func (*GetDeploymentPluginMetadataRequest) Reset

func (*GetDeploymentPluginMetadataRequest) String

func (*GetDeploymentPluginMetadataRequest) Validate

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

func (*GetDeploymentPluginMetadataRequest) ValidateAll

func (m *GetDeploymentPluginMetadataRequest) ValidateAll() error

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

type GetDeploymentPluginMetadataRequestMultiError

type GetDeploymentPluginMetadataRequestMultiError []error

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

func (GetDeploymentPluginMetadataRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDeploymentPluginMetadataRequestMultiError) Error

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

type GetDeploymentPluginMetadataRequestValidationError

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

GetDeploymentPluginMetadataRequestValidationError is the validation error returned by GetDeploymentPluginMetadataRequest.Validate if the designated constraints aren't met.

func (GetDeploymentPluginMetadataRequestValidationError) Cause

Cause function returns cause value.

func (GetDeploymentPluginMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDeploymentPluginMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDeploymentPluginMetadataRequestValidationError) Field

Field function returns field value.

func (GetDeploymentPluginMetadataRequestValidationError) Key

Key function returns key value.

func (GetDeploymentPluginMetadataRequestValidationError) Reason

Reason function returns reason value.

type GetDeploymentPluginMetadataResponse

type GetDeploymentPluginMetadataResponse struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Found bool   `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentPluginMetadataResponse) Descriptor deprecated

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

Deprecated: Use GetDeploymentPluginMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentPluginMetadataResponse) GetFound

func (*GetDeploymentPluginMetadataResponse) GetValue

func (*GetDeploymentPluginMetadataResponse) ProtoMessage

func (*GetDeploymentPluginMetadataResponse) ProtoMessage()

func (*GetDeploymentPluginMetadataResponse) ProtoReflect

func (*GetDeploymentPluginMetadataResponse) Reset

func (*GetDeploymentPluginMetadataResponse) String

func (*GetDeploymentPluginMetadataResponse) Validate

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

func (*GetDeploymentPluginMetadataResponse) ValidateAll

func (m *GetDeploymentPluginMetadataResponse) ValidateAll() error

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

type GetDeploymentPluginMetadataResponseMultiError

type GetDeploymentPluginMetadataResponseMultiError []error

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

func (GetDeploymentPluginMetadataResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDeploymentPluginMetadataResponseMultiError) Error

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

type GetDeploymentPluginMetadataResponseValidationError

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

GetDeploymentPluginMetadataResponseValidationError is the validation error returned by GetDeploymentPluginMetadataResponse.Validate if the designated constraints aren't met.

func (GetDeploymentPluginMetadataResponseValidationError) Cause

Cause function returns cause value.

func (GetDeploymentPluginMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDeploymentPluginMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDeploymentPluginMetadataResponseValidationError) Field

Field function returns field value.

func (GetDeploymentPluginMetadataResponseValidationError) Key

Key function returns key value.

func (GetDeploymentPluginMetadataResponseValidationError) Reason

Reason function returns reason value.

type GetDeploymentSharedMetadataRequest

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

func (*GetDeploymentSharedMetadataRequest) Descriptor deprecated

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

Deprecated: Use GetDeploymentSharedMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentSharedMetadataRequest) GetDeploymentId

func (x *GetDeploymentSharedMetadataRequest) GetDeploymentId() string

func (*GetDeploymentSharedMetadataRequest) GetKey

func (*GetDeploymentSharedMetadataRequest) ProtoMessage

func (*GetDeploymentSharedMetadataRequest) ProtoMessage()

func (*GetDeploymentSharedMetadataRequest) ProtoReflect

func (*GetDeploymentSharedMetadataRequest) Reset

func (*GetDeploymentSharedMetadataRequest) String

func (*GetDeploymentSharedMetadataRequest) Validate

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

func (*GetDeploymentSharedMetadataRequest) ValidateAll

func (m *GetDeploymentSharedMetadataRequest) ValidateAll() error

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

type GetDeploymentSharedMetadataRequestMultiError

type GetDeploymentSharedMetadataRequestMultiError []error

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

func (GetDeploymentSharedMetadataRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDeploymentSharedMetadataRequestMultiError) Error

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

type GetDeploymentSharedMetadataRequestValidationError

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

GetDeploymentSharedMetadataRequestValidationError is the validation error returned by GetDeploymentSharedMetadataRequest.Validate if the designated constraints aren't met.

func (GetDeploymentSharedMetadataRequestValidationError) Cause

Cause function returns cause value.

func (GetDeploymentSharedMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (GetDeploymentSharedMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (GetDeploymentSharedMetadataRequestValidationError) Field

Field function returns field value.

func (GetDeploymentSharedMetadataRequestValidationError) Key

Key function returns key value.

func (GetDeploymentSharedMetadataRequestValidationError) Reason

Reason function returns reason value.

type GetDeploymentSharedMetadataResponse

type GetDeploymentSharedMetadataResponse struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Found bool   `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentSharedMetadataResponse) Descriptor deprecated

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

Deprecated: Use GetDeploymentSharedMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentSharedMetadataResponse) GetFound

func (*GetDeploymentSharedMetadataResponse) GetValue

func (*GetDeploymentSharedMetadataResponse) ProtoMessage

func (*GetDeploymentSharedMetadataResponse) ProtoMessage()

func (*GetDeploymentSharedMetadataResponse) ProtoReflect

func (*GetDeploymentSharedMetadataResponse) Reset

func (*GetDeploymentSharedMetadataResponse) String

func (*GetDeploymentSharedMetadataResponse) Validate

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

func (*GetDeploymentSharedMetadataResponse) ValidateAll

func (m *GetDeploymentSharedMetadataResponse) ValidateAll() error

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

type GetDeploymentSharedMetadataResponseMultiError

type GetDeploymentSharedMetadataResponseMultiError []error

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

func (GetDeploymentSharedMetadataResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetDeploymentSharedMetadataResponseMultiError) Error

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

type GetDeploymentSharedMetadataResponseValidationError

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

GetDeploymentSharedMetadataResponseValidationError is the validation error returned by GetDeploymentSharedMetadataResponse.Validate if the designated constraints aren't met.

func (GetDeploymentSharedMetadataResponseValidationError) Cause

Cause function returns cause value.

func (GetDeploymentSharedMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (GetDeploymentSharedMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (GetDeploymentSharedMetadataResponseValidationError) Field

Field function returns field value.

func (GetDeploymentSharedMetadataResponseValidationError) Key

Key function returns key value.

func (GetDeploymentSharedMetadataResponseValidationError) Reason

Reason function returns reason value.

type GetStageMetadataRequest

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

func (*GetStageMetadataRequest) Descriptor deprecated

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

Deprecated: Use GetStageMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetStageMetadataRequest) GetDeploymentId

func (x *GetStageMetadataRequest) GetDeploymentId() string

func (*GetStageMetadataRequest) GetKey

func (x *GetStageMetadataRequest) GetKey() string

func (*GetStageMetadataRequest) GetStageId

func (x *GetStageMetadataRequest) GetStageId() string

func (*GetStageMetadataRequest) ProtoMessage

func (*GetStageMetadataRequest) ProtoMessage()

func (*GetStageMetadataRequest) ProtoReflect

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

func (*GetStageMetadataRequest) Reset

func (x *GetStageMetadataRequest) Reset()

func (*GetStageMetadataRequest) String

func (x *GetStageMetadataRequest) String() string

func (*GetStageMetadataRequest) Validate

func (m *GetStageMetadataRequest) Validate() error

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

func (*GetStageMetadataRequest) ValidateAll

func (m *GetStageMetadataRequest) ValidateAll() error

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

type GetStageMetadataRequestMultiError

type GetStageMetadataRequestMultiError []error

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

func (GetStageMetadataRequestMultiError) AllErrors

func (m GetStageMetadataRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetStageMetadataRequestMultiError) Error

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

type GetStageMetadataRequestValidationError

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

GetStageMetadataRequestValidationError is the validation error returned by GetStageMetadataRequest.Validate if the designated constraints aren't met.

func (GetStageMetadataRequestValidationError) Cause

Cause function returns cause value.

func (GetStageMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (GetStageMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (GetStageMetadataRequestValidationError) Field

Field function returns field value.

func (GetStageMetadataRequestValidationError) Key

Key function returns key value.

func (GetStageMetadataRequestValidationError) Reason

Reason function returns reason value.

type GetStageMetadataResponse

type GetStageMetadataResponse struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Found bool   `protobuf:"varint,2,opt,name=found,proto3" json:"found,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStageMetadataResponse) Descriptor deprecated

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

Deprecated: Use GetStageMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetStageMetadataResponse) GetFound

func (x *GetStageMetadataResponse) GetFound() bool

func (*GetStageMetadataResponse) GetValue

func (x *GetStageMetadataResponse) GetValue() string

func (*GetStageMetadataResponse) ProtoMessage

func (*GetStageMetadataResponse) ProtoMessage()

func (*GetStageMetadataResponse) ProtoReflect

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

func (*GetStageMetadataResponse) Reset

func (x *GetStageMetadataResponse) Reset()

func (*GetStageMetadataResponse) String

func (x *GetStageMetadataResponse) String() string

func (*GetStageMetadataResponse) Validate

func (m *GetStageMetadataResponse) Validate() error

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

func (*GetStageMetadataResponse) ValidateAll

func (m *GetStageMetadataResponse) ValidateAll() error

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

type GetStageMetadataResponseMultiError

type GetStageMetadataResponseMultiError []error

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

func (GetStageMetadataResponseMultiError) AllErrors

func (m GetStageMetadataResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetStageMetadataResponseMultiError) Error

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

type GetStageMetadataResponseValidationError

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

GetStageMetadataResponseValidationError is the validation error returned by GetStageMetadataResponse.Validate if the designated constraints aren't met.

func (GetStageMetadataResponseValidationError) Cause

Cause function returns cause value.

func (GetStageMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (GetStageMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (GetStageMetadataResponseValidationError) Field

Field function returns field value.

func (GetStageMetadataResponseValidationError) Key

Key function returns key value.

func (GetStageMetadataResponseValidationError) Reason

Reason function returns reason value.

type InstallToolRequest

type InstallToolRequest struct {

	// Name of the tool.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Version of the tool.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Install script to install the tool.
	// This script is templated with the following variables:
	// - {{ .Name }}: name of the tool.
	// - {{ .Version }}: version of the tool.
	// - {{ .OutPath }}: file path where the tool will be installed.
	// - {{ .TmpDir }}: directory where the tool will be downloaded and extracted.
	// - {{ .Arch }}: GOARCH of the current machine.
	// - {{ .Os }}: GOOS of the current machine.
	//
	// The script should return 0 if the installation is successful.
	// Otherwise, it should return a non-zero value.
	//
	// The tool should be placed at {{ .OutPath }}
	// e.g.) cp path/to/kubectl {{ .OutPath }}
	// Then piped move it to the correct directory / filename and make it executable.
	InstallScript string `protobuf:"bytes,3,opt,name=install_script,json=installScript,proto3" json:"install_script,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallToolRequest) Descriptor deprecated

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

Deprecated: Use InstallToolRequest.ProtoReflect.Descriptor instead.

func (*InstallToolRequest) GetInstallScript

func (x *InstallToolRequest) GetInstallScript() string

func (*InstallToolRequest) GetName

func (x *InstallToolRequest) GetName() string

func (*InstallToolRequest) GetVersion

func (x *InstallToolRequest) GetVersion() string

func (*InstallToolRequest) ProtoMessage

func (*InstallToolRequest) ProtoMessage()

func (*InstallToolRequest) ProtoReflect

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

func (*InstallToolRequest) Reset

func (x *InstallToolRequest) Reset()

func (*InstallToolRequest) String

func (x *InstallToolRequest) String() string

func (*InstallToolRequest) Validate

func (m *InstallToolRequest) Validate() error

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

func (*InstallToolRequest) ValidateAll

func (m *InstallToolRequest) ValidateAll() error

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

type InstallToolRequestMultiError

type InstallToolRequestMultiError []error

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

func (InstallToolRequestMultiError) AllErrors

func (m InstallToolRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallToolRequestMultiError) Error

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

type InstallToolRequestValidationError

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

InstallToolRequestValidationError is the validation error returned by InstallToolRequest.Validate if the designated constraints aren't met.

func (InstallToolRequestValidationError) Cause

Cause function returns cause value.

func (InstallToolRequestValidationError) Error

Error satisfies the builtin error interface

func (InstallToolRequestValidationError) ErrorName

ErrorName returns error name.

func (InstallToolRequestValidationError) Field

Field function returns field value.

func (InstallToolRequestValidationError) Key

Key function returns key value.

func (InstallToolRequestValidationError) Reason

Reason function returns reason value.

type InstallToolResponse

type InstallToolResponse struct {

	// Installed path of the tool.
	InstalledPath string `protobuf:"bytes,1,opt,name=installed_path,json=installedPath,proto3" json:"installed_path,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallToolResponse) Descriptor deprecated

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

Deprecated: Use InstallToolResponse.ProtoReflect.Descriptor instead.

func (*InstallToolResponse) GetInstalledPath

func (x *InstallToolResponse) GetInstalledPath() string

func (*InstallToolResponse) ProtoMessage

func (*InstallToolResponse) ProtoMessage()

func (*InstallToolResponse) ProtoReflect

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

func (*InstallToolResponse) Reset

func (x *InstallToolResponse) Reset()

func (*InstallToolResponse) String

func (x *InstallToolResponse) String() string

func (*InstallToolResponse) Validate

func (m *InstallToolResponse) Validate() error

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

func (*InstallToolResponse) ValidateAll

func (m *InstallToolResponse) ValidateAll() error

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

type InstallToolResponseMultiError

type InstallToolResponseMultiError []error

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

func (InstallToolResponseMultiError) AllErrors

func (m InstallToolResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallToolResponseMultiError) Error

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

type InstallToolResponseValidationError

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

InstallToolResponseValidationError is the validation error returned by InstallToolResponse.Validate if the designated constraints aren't met.

func (InstallToolResponseValidationError) Cause

Cause function returns cause value.

func (InstallToolResponseValidationError) Error

Error satisfies the builtin error interface

func (InstallToolResponseValidationError) ErrorName

ErrorName returns error name.

func (InstallToolResponseValidationError) Field

Field function returns field value.

func (InstallToolResponseValidationError) Key

Key function returns key value.

func (InstallToolResponseValidationError) Reason

Reason function returns reason value.

type ListStageCommandsRequest

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

func (*ListStageCommandsRequest) Descriptor deprecated

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

Deprecated: Use ListStageCommandsRequest.ProtoReflect.Descriptor instead.

func (*ListStageCommandsRequest) GetDeploymentId

func (x *ListStageCommandsRequest) GetDeploymentId() string

func (*ListStageCommandsRequest) GetStageId

func (x *ListStageCommandsRequest) GetStageId() string

func (*ListStageCommandsRequest) ProtoMessage

func (*ListStageCommandsRequest) ProtoMessage()

func (*ListStageCommandsRequest) ProtoReflect

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

func (*ListStageCommandsRequest) Reset

func (x *ListStageCommandsRequest) Reset()

func (*ListStageCommandsRequest) String

func (x *ListStageCommandsRequest) String() string

func (*ListStageCommandsRequest) Validate

func (m *ListStageCommandsRequest) Validate() error

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

func (*ListStageCommandsRequest) ValidateAll

func (m *ListStageCommandsRequest) ValidateAll() error

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

type ListStageCommandsRequestMultiError

type ListStageCommandsRequestMultiError []error

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

func (ListStageCommandsRequestMultiError) AllErrors

func (m ListStageCommandsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListStageCommandsRequestMultiError) Error

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

type ListStageCommandsRequestValidationError

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

ListStageCommandsRequestValidationError is the validation error returned by ListStageCommandsRequest.Validate if the designated constraints aren't met.

func (ListStageCommandsRequestValidationError) Cause

Cause function returns cause value.

func (ListStageCommandsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListStageCommandsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListStageCommandsRequestValidationError) Field

Field function returns field value.

func (ListStageCommandsRequestValidationError) Key

Key function returns key value.

func (ListStageCommandsRequestValidationError) Reason

Reason function returns reason value.

type ListStageCommandsResponse

type ListStageCommandsResponse struct {
	Commands []*model.Command `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStageCommandsResponse) Descriptor deprecated

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

Deprecated: Use ListStageCommandsResponse.ProtoReflect.Descriptor instead.

func (*ListStageCommandsResponse) GetCommands

func (x *ListStageCommandsResponse) GetCommands() []*model.Command

func (*ListStageCommandsResponse) ProtoMessage

func (*ListStageCommandsResponse) ProtoMessage()

func (*ListStageCommandsResponse) ProtoReflect

func (*ListStageCommandsResponse) Reset

func (x *ListStageCommandsResponse) Reset()

func (*ListStageCommandsResponse) String

func (x *ListStageCommandsResponse) String() string

func (*ListStageCommandsResponse) Validate

func (m *ListStageCommandsResponse) Validate() error

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

func (*ListStageCommandsResponse) ValidateAll

func (m *ListStageCommandsResponse) ValidateAll() error

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

type ListStageCommandsResponseMultiError

type ListStageCommandsResponseMultiError []error

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

func (ListStageCommandsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListStageCommandsResponseMultiError) Error

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

type ListStageCommandsResponseValidationError

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

ListStageCommandsResponseValidationError is the validation error returned by ListStageCommandsResponse.Validate if the designated constraints aren't met.

func (ListStageCommandsResponseValidationError) Cause

Cause function returns cause value.

func (ListStageCommandsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListStageCommandsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListStageCommandsResponseValidationError) Field

Field function returns field value.

func (ListStageCommandsResponseValidationError) Key

Key function returns key value.

func (ListStageCommandsResponseValidationError) Reason

Reason function returns reason value.

type PluginServiceClient

type PluginServiceClient interface {
	// InstallTool installs the given tool.
	// installed binary's filename becomes `name-version`.
	InstallTool(ctx context.Context, in *InstallToolRequest, opts ...grpc.CallOption) (*InstallToolResponse, error)
	// ReportStageLogs is used to save the log of a pipeline stage.
	ReportStageLogs(ctx context.Context, in *ReportStageLogsRequest, opts ...grpc.CallOption) (*ReportStageLogsResponse, error)
	// ReportStageLogsFromLastCheckpoint is used to save the full logs from the most recently saved point.
	ReportStageLogsFromLastCheckpoint(ctx context.Context, in *ReportStageLogsFromLastCheckpointRequest, opts ...grpc.CallOption) (*ReportStageLogsFromLastCheckpointResponse, error)
	// GetStageMetadata gets one metadata value of the given stage.
	GetStageMetadata(ctx context.Context, in *GetStageMetadataRequest, opts ...grpc.CallOption) (*GetStageMetadataResponse, error)
	// PutStageMetadata puts one metadata of the given stage.
	PutStageMetadata(ctx context.Context, in *PutStageMetadataRequest, opts ...grpc.CallOption) (*PutStageMetadataResponse, error)
	// PutStageMetadataMulti puts the metadata pairs of the given stage.
	PutStageMetadataMulti(ctx context.Context, in *PutStageMetadataMultiRequest, opts ...grpc.CallOption) (*PutStageMetadataMultiResponse, error)
	// GetDeploymentMetadata gets one metadata value of the given deployment.
	GetDeploymentPluginMetadata(ctx context.Context, in *GetDeploymentPluginMetadataRequest, opts ...grpc.CallOption) (*GetDeploymentPluginMetadataResponse, error)
	// PutDeploymentMetadata puts one metadata of the given deployment.
	PutDeploymentPluginMetadata(ctx context.Context, in *PutDeploymentPluginMetadataRequest, opts ...grpc.CallOption) (*PutDeploymentPluginMetadataResponse, error)
	// PutDeploymentMetadataMulti puts the metadata pairs of the given deployment.
	PutDeploymentPluginMetadataMulti(ctx context.Context, in *PutDeploymentPluginMetadataMultiRequest, opts ...grpc.CallOption) (*PutDeploymentPluginMetadataMultiResponse, error)
	// GetDeploymentSharedMetadata gets one shared metadata value of the given deployment.
	// The shared metadata is read-only in plugins for safety since it is shared among piped and plugins.
	GetDeploymentSharedMetadata(ctx context.Context, in *GetDeploymentSharedMetadataRequest, opts ...grpc.CallOption) (*GetDeploymentSharedMetadataResponse, error)
	// ListStageCommands lists unhandled commands of the given stage and type.
	ListStageCommands(ctx context.Context, in *ListStageCommandsRequest, opts ...grpc.CallOption) (*ListStageCommandsResponse, error)
}

PluginServiceClient is the client API for PluginService 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 PluginServiceServer

type PluginServiceServer interface {
	// InstallTool installs the given tool.
	// installed binary's filename becomes `name-version`.
	InstallTool(context.Context, *InstallToolRequest) (*InstallToolResponse, error)
	// ReportStageLogs is used to save the log of a pipeline stage.
	ReportStageLogs(context.Context, *ReportStageLogsRequest) (*ReportStageLogsResponse, error)
	// ReportStageLogsFromLastCheckpoint is used to save the full logs from the most recently saved point.
	ReportStageLogsFromLastCheckpoint(context.Context, *ReportStageLogsFromLastCheckpointRequest) (*ReportStageLogsFromLastCheckpointResponse, error)
	// GetStageMetadata gets one metadata value of the given stage.
	GetStageMetadata(context.Context, *GetStageMetadataRequest) (*GetStageMetadataResponse, error)
	// PutStageMetadata puts one metadata of the given stage.
	PutStageMetadata(context.Context, *PutStageMetadataRequest) (*PutStageMetadataResponse, error)
	// PutStageMetadataMulti puts the metadata pairs of the given stage.
	PutStageMetadataMulti(context.Context, *PutStageMetadataMultiRequest) (*PutStageMetadataMultiResponse, error)
	// GetDeploymentMetadata gets one metadata value of the given deployment.
	GetDeploymentPluginMetadata(context.Context, *GetDeploymentPluginMetadataRequest) (*GetDeploymentPluginMetadataResponse, error)
	// PutDeploymentMetadata puts one metadata of the given deployment.
	PutDeploymentPluginMetadata(context.Context, *PutDeploymentPluginMetadataRequest) (*PutDeploymentPluginMetadataResponse, error)
	// PutDeploymentMetadataMulti puts the metadata pairs of the given deployment.
	PutDeploymentPluginMetadataMulti(context.Context, *PutDeploymentPluginMetadataMultiRequest) (*PutDeploymentPluginMetadataMultiResponse, error)
	// GetDeploymentSharedMetadata gets one shared metadata value of the given deployment.
	// The shared metadata is read-only in plugins for safety since it is shared among piped and plugins.
	GetDeploymentSharedMetadata(context.Context, *GetDeploymentSharedMetadataRequest) (*GetDeploymentSharedMetadataResponse, error)
	// ListStageCommands lists unhandled commands of the given stage and type.
	ListStageCommands(context.Context, *ListStageCommandsRequest) (*ListStageCommandsResponse, error)
	// contains filtered or unexported methods
}

PluginServiceServer is the server API for PluginService service. All implementations must embed UnimplementedPluginServiceServer for forward compatibility

type PutDeploymentPluginMetadataMultiRequest

type PutDeploymentPluginMetadataMultiRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// Plugin name to distinguish which plugin manages the metadata.
	// e.g. "plugin-kubernetes", "plugin-wait-stage"
	PluginName string            `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	Metadata   map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutDeploymentPluginMetadataMultiRequest) Descriptor deprecated

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

Deprecated: Use PutDeploymentPluginMetadataMultiRequest.ProtoReflect.Descriptor instead.

func (*PutDeploymentPluginMetadataMultiRequest) GetDeploymentId

func (x *PutDeploymentPluginMetadataMultiRequest) GetDeploymentId() string

func (*PutDeploymentPluginMetadataMultiRequest) GetMetadata

func (*PutDeploymentPluginMetadataMultiRequest) GetPluginName

func (*PutDeploymentPluginMetadataMultiRequest) ProtoMessage

func (*PutDeploymentPluginMetadataMultiRequest) ProtoReflect

func (*PutDeploymentPluginMetadataMultiRequest) Reset

func (*PutDeploymentPluginMetadataMultiRequest) String

func (*PutDeploymentPluginMetadataMultiRequest) Validate

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

func (*PutDeploymentPluginMetadataMultiRequest) ValidateAll

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

type PutDeploymentPluginMetadataMultiRequestMultiError

type PutDeploymentPluginMetadataMultiRequestMultiError []error

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

func (PutDeploymentPluginMetadataMultiRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutDeploymentPluginMetadataMultiRequestMultiError) Error

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

type PutDeploymentPluginMetadataMultiRequestValidationError

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

PutDeploymentPluginMetadataMultiRequestValidationError is the validation error returned by PutDeploymentPluginMetadataMultiRequest.Validate if the designated constraints aren't met.

func (PutDeploymentPluginMetadataMultiRequestValidationError) Cause

Cause function returns cause value.

func (PutDeploymentPluginMetadataMultiRequestValidationError) Error

Error satisfies the builtin error interface

func (PutDeploymentPluginMetadataMultiRequestValidationError) ErrorName

ErrorName returns error name.

func (PutDeploymentPluginMetadataMultiRequestValidationError) Field

Field function returns field value.

func (PutDeploymentPluginMetadataMultiRequestValidationError) Key

Key function returns key value.

func (PutDeploymentPluginMetadataMultiRequestValidationError) Reason

Reason function returns reason value.

type PutDeploymentPluginMetadataMultiResponse

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

func (*PutDeploymentPluginMetadataMultiResponse) Descriptor deprecated

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

Deprecated: Use PutDeploymentPluginMetadataMultiResponse.ProtoReflect.Descriptor instead.

func (*PutDeploymentPluginMetadataMultiResponse) ProtoMessage

func (*PutDeploymentPluginMetadataMultiResponse) ProtoReflect

func (*PutDeploymentPluginMetadataMultiResponse) Reset

func (*PutDeploymentPluginMetadataMultiResponse) String

func (*PutDeploymentPluginMetadataMultiResponse) Validate

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

func (*PutDeploymentPluginMetadataMultiResponse) ValidateAll

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

type PutDeploymentPluginMetadataMultiResponseMultiError

type PutDeploymentPluginMetadataMultiResponseMultiError []error

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

func (PutDeploymentPluginMetadataMultiResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutDeploymentPluginMetadataMultiResponseMultiError) Error

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

type PutDeploymentPluginMetadataMultiResponseValidationError

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

PutDeploymentPluginMetadataMultiResponseValidationError is the validation error returned by PutDeploymentPluginMetadataMultiResponse.Validate if the designated constraints aren't met.

func (PutDeploymentPluginMetadataMultiResponseValidationError) Cause

Cause function returns cause value.

func (PutDeploymentPluginMetadataMultiResponseValidationError) Error

Error satisfies the builtin error interface

func (PutDeploymentPluginMetadataMultiResponseValidationError) ErrorName

ErrorName returns error name.

func (PutDeploymentPluginMetadataMultiResponseValidationError) Field

Field function returns field value.

func (PutDeploymentPluginMetadataMultiResponseValidationError) Key

Key function returns key value.

func (PutDeploymentPluginMetadataMultiResponseValidationError) Reason

Reason function returns reason value.

type PutDeploymentPluginMetadataRequest

type PutDeploymentPluginMetadataRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// Plugin name to distinguish which plugin manages the metadata.
	// e.g. "plugin-kubernetes", "plugin-wait-stage"
	PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	Key        string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	Value      string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PutDeploymentPluginMetadataRequest) Descriptor deprecated

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

Deprecated: Use PutDeploymentPluginMetadataRequest.ProtoReflect.Descriptor instead.

func (*PutDeploymentPluginMetadataRequest) GetDeploymentId

func (x *PutDeploymentPluginMetadataRequest) GetDeploymentId() string

func (*PutDeploymentPluginMetadataRequest) GetKey

func (*PutDeploymentPluginMetadataRequest) GetPluginName

func (x *PutDeploymentPluginMetadataRequest) GetPluginName() string

func (*PutDeploymentPluginMetadataRequest) GetValue

func (*PutDeploymentPluginMetadataRequest) ProtoMessage

func (*PutDeploymentPluginMetadataRequest) ProtoMessage()

func (*PutDeploymentPluginMetadataRequest) ProtoReflect

func (*PutDeploymentPluginMetadataRequest) Reset

func (*PutDeploymentPluginMetadataRequest) String

func (*PutDeploymentPluginMetadataRequest) Validate

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

func (*PutDeploymentPluginMetadataRequest) ValidateAll

func (m *PutDeploymentPluginMetadataRequest) ValidateAll() error

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

type PutDeploymentPluginMetadataRequestMultiError

type PutDeploymentPluginMetadataRequestMultiError []error

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

func (PutDeploymentPluginMetadataRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutDeploymentPluginMetadataRequestMultiError) Error

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

type PutDeploymentPluginMetadataRequestValidationError

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

PutDeploymentPluginMetadataRequestValidationError is the validation error returned by PutDeploymentPluginMetadataRequest.Validate if the designated constraints aren't met.

func (PutDeploymentPluginMetadataRequestValidationError) Cause

Cause function returns cause value.

func (PutDeploymentPluginMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (PutDeploymentPluginMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (PutDeploymentPluginMetadataRequestValidationError) Field

Field function returns field value.

func (PutDeploymentPluginMetadataRequestValidationError) Key

Key function returns key value.

func (PutDeploymentPluginMetadataRequestValidationError) Reason

Reason function returns reason value.

type PutDeploymentPluginMetadataResponse

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

func (*PutDeploymentPluginMetadataResponse) Descriptor deprecated

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

Deprecated: Use PutDeploymentPluginMetadataResponse.ProtoReflect.Descriptor instead.

func (*PutDeploymentPluginMetadataResponse) ProtoMessage

func (*PutDeploymentPluginMetadataResponse) ProtoMessage()

func (*PutDeploymentPluginMetadataResponse) ProtoReflect

func (*PutDeploymentPluginMetadataResponse) Reset

func (*PutDeploymentPluginMetadataResponse) String

func (*PutDeploymentPluginMetadataResponse) Validate

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

func (*PutDeploymentPluginMetadataResponse) ValidateAll

func (m *PutDeploymentPluginMetadataResponse) ValidateAll() error

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

type PutDeploymentPluginMetadataResponseMultiError

type PutDeploymentPluginMetadataResponseMultiError []error

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

func (PutDeploymentPluginMetadataResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutDeploymentPluginMetadataResponseMultiError) Error

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

type PutDeploymentPluginMetadataResponseValidationError

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

PutDeploymentPluginMetadataResponseValidationError is the validation error returned by PutDeploymentPluginMetadataResponse.Validate if the designated constraints aren't met.

func (PutDeploymentPluginMetadataResponseValidationError) Cause

Cause function returns cause value.

func (PutDeploymentPluginMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (PutDeploymentPluginMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (PutDeploymentPluginMetadataResponseValidationError) Field

Field function returns field value.

func (PutDeploymentPluginMetadataResponseValidationError) Key

Key function returns key value.

func (PutDeploymentPluginMetadataResponseValidationError) Reason

Reason function returns reason value.

type PutStageMetadataMultiRequest

type PutStageMetadataMultiRequest struct {
	DeploymentId string            `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string            `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	Metadata     map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutStageMetadataMultiRequest) Descriptor deprecated

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

Deprecated: Use PutStageMetadataMultiRequest.ProtoReflect.Descriptor instead.

func (*PutStageMetadataMultiRequest) GetDeploymentId

func (x *PutStageMetadataMultiRequest) GetDeploymentId() string

func (*PutStageMetadataMultiRequest) GetMetadata

func (x *PutStageMetadataMultiRequest) GetMetadata() map[string]string

func (*PutStageMetadataMultiRequest) GetStageId

func (x *PutStageMetadataMultiRequest) GetStageId() string

func (*PutStageMetadataMultiRequest) ProtoMessage

func (*PutStageMetadataMultiRequest) ProtoMessage()

func (*PutStageMetadataMultiRequest) ProtoReflect

func (*PutStageMetadataMultiRequest) Reset

func (x *PutStageMetadataMultiRequest) Reset()

func (*PutStageMetadataMultiRequest) String

func (*PutStageMetadataMultiRequest) Validate

func (m *PutStageMetadataMultiRequest) Validate() error

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

func (*PutStageMetadataMultiRequest) ValidateAll

func (m *PutStageMetadataMultiRequest) ValidateAll() error

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

type PutStageMetadataMultiRequestMultiError

type PutStageMetadataMultiRequestMultiError []error

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

func (PutStageMetadataMultiRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutStageMetadataMultiRequestMultiError) Error

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

type PutStageMetadataMultiRequestValidationError

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

PutStageMetadataMultiRequestValidationError is the validation error returned by PutStageMetadataMultiRequest.Validate if the designated constraints aren't met.

func (PutStageMetadataMultiRequestValidationError) Cause

Cause function returns cause value.

func (PutStageMetadataMultiRequestValidationError) Error

Error satisfies the builtin error interface

func (PutStageMetadataMultiRequestValidationError) ErrorName

ErrorName returns error name.

func (PutStageMetadataMultiRequestValidationError) Field

Field function returns field value.

func (PutStageMetadataMultiRequestValidationError) Key

Key function returns key value.

func (PutStageMetadataMultiRequestValidationError) Reason

Reason function returns reason value.

type PutStageMetadataMultiResponse

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

func (*PutStageMetadataMultiResponse) Descriptor deprecated

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

Deprecated: Use PutStageMetadataMultiResponse.ProtoReflect.Descriptor instead.

func (*PutStageMetadataMultiResponse) ProtoMessage

func (*PutStageMetadataMultiResponse) ProtoMessage()

func (*PutStageMetadataMultiResponse) ProtoReflect

func (*PutStageMetadataMultiResponse) Reset

func (x *PutStageMetadataMultiResponse) Reset()

func (*PutStageMetadataMultiResponse) String

func (*PutStageMetadataMultiResponse) Validate

func (m *PutStageMetadataMultiResponse) Validate() error

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

func (*PutStageMetadataMultiResponse) ValidateAll

func (m *PutStageMetadataMultiResponse) ValidateAll() error

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

type PutStageMetadataMultiResponseMultiError

type PutStageMetadataMultiResponseMultiError []error

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

func (PutStageMetadataMultiResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PutStageMetadataMultiResponseMultiError) Error

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

type PutStageMetadataMultiResponseValidationError

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

PutStageMetadataMultiResponseValidationError is the validation error returned by PutStageMetadataMultiResponse.Validate if the designated constraints aren't met.

func (PutStageMetadataMultiResponseValidationError) Cause

Cause function returns cause value.

func (PutStageMetadataMultiResponseValidationError) Error

Error satisfies the builtin error interface

func (PutStageMetadataMultiResponseValidationError) ErrorName

ErrorName returns error name.

func (PutStageMetadataMultiResponseValidationError) Field

Field function returns field value.

func (PutStageMetadataMultiResponseValidationError) Key

Key function returns key value.

func (PutStageMetadataMultiResponseValidationError) Reason

Reason function returns reason value.

type PutStageMetadataRequest

type PutStageMetadataRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	Key          string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	Value        string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PutStageMetadataRequest) Descriptor deprecated

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

Deprecated: Use PutStageMetadataRequest.ProtoReflect.Descriptor instead.

func (*PutStageMetadataRequest) GetDeploymentId

func (x *PutStageMetadataRequest) GetDeploymentId() string

func (*PutStageMetadataRequest) GetKey

func (x *PutStageMetadataRequest) GetKey() string

func (*PutStageMetadataRequest) GetStageId

func (x *PutStageMetadataRequest) GetStageId() string

func (*PutStageMetadataRequest) GetValue

func (x *PutStageMetadataRequest) GetValue() string

func (*PutStageMetadataRequest) ProtoMessage

func (*PutStageMetadataRequest) ProtoMessage()

func (*PutStageMetadataRequest) ProtoReflect

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

func (*PutStageMetadataRequest) Reset

func (x *PutStageMetadataRequest) Reset()

func (*PutStageMetadataRequest) String

func (x *PutStageMetadataRequest) String() string

func (*PutStageMetadataRequest) Validate

func (m *PutStageMetadataRequest) Validate() error

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

func (*PutStageMetadataRequest) ValidateAll

func (m *PutStageMetadataRequest) ValidateAll() error

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

type PutStageMetadataRequestMultiError

type PutStageMetadataRequestMultiError []error

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

func (PutStageMetadataRequestMultiError) AllErrors

func (m PutStageMetadataRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutStageMetadataRequestMultiError) Error

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

type PutStageMetadataRequestValidationError

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

PutStageMetadataRequestValidationError is the validation error returned by PutStageMetadataRequest.Validate if the designated constraints aren't met.

func (PutStageMetadataRequestValidationError) Cause

Cause function returns cause value.

func (PutStageMetadataRequestValidationError) Error

Error satisfies the builtin error interface

func (PutStageMetadataRequestValidationError) ErrorName

ErrorName returns error name.

func (PutStageMetadataRequestValidationError) Field

Field function returns field value.

func (PutStageMetadataRequestValidationError) Key

Key function returns key value.

func (PutStageMetadataRequestValidationError) Reason

Reason function returns reason value.

type PutStageMetadataResponse

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

func (*PutStageMetadataResponse) Descriptor deprecated

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

Deprecated: Use PutStageMetadataResponse.ProtoReflect.Descriptor instead.

func (*PutStageMetadataResponse) ProtoMessage

func (*PutStageMetadataResponse) ProtoMessage()

func (*PutStageMetadataResponse) ProtoReflect

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

func (*PutStageMetadataResponse) Reset

func (x *PutStageMetadataResponse) Reset()

func (*PutStageMetadataResponse) String

func (x *PutStageMetadataResponse) String() string

func (*PutStageMetadataResponse) Validate

func (m *PutStageMetadataResponse) Validate() error

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

func (*PutStageMetadataResponse) ValidateAll

func (m *PutStageMetadataResponse) ValidateAll() error

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

type PutStageMetadataResponseMultiError

type PutStageMetadataResponseMultiError []error

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

func (PutStageMetadataResponseMultiError) AllErrors

func (m PutStageMetadataResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutStageMetadataResponseMultiError) Error

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

type PutStageMetadataResponseValidationError

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

PutStageMetadataResponseValidationError is the validation error returned by PutStageMetadataResponse.Validate if the designated constraints aren't met.

func (PutStageMetadataResponseValidationError) Cause

Cause function returns cause value.

func (PutStageMetadataResponseValidationError) Error

Error satisfies the builtin error interface

func (PutStageMetadataResponseValidationError) ErrorName

ErrorName returns error name.

func (PutStageMetadataResponseValidationError) Field

Field function returns field value.

func (PutStageMetadataResponseValidationError) Key

Key function returns key value.

func (PutStageMetadataResponseValidationError) Reason

Reason function returns reason value.

type ReportStageLogsFromLastCheckpointRequest

type ReportStageLogsFromLastCheckpointRequest struct {
	DeploymentId string            `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string            `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	RetriedCount int32             `protobuf:"varint,3,opt,name=retried_count,json=retriedCount,proto3" json:"retried_count,omitempty"`
	Blocks       []*model.LogBlock `protobuf:"bytes,4,rep,name=blocks,proto3" json:"blocks,omitempty"`
	Completed    bool              `protobuf:"varint,5,opt,name=completed,proto3" json:"completed,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportStageLogsFromLastCheckpointRequest) Descriptor deprecated

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

Deprecated: Use ReportStageLogsFromLastCheckpointRequest.ProtoReflect.Descriptor instead.

func (*ReportStageLogsFromLastCheckpointRequest) GetBlocks

func (*ReportStageLogsFromLastCheckpointRequest) GetCompleted

func (*ReportStageLogsFromLastCheckpointRequest) GetDeploymentId

func (x *ReportStageLogsFromLastCheckpointRequest) GetDeploymentId() string

func (*ReportStageLogsFromLastCheckpointRequest) GetRetriedCount

func (x *ReportStageLogsFromLastCheckpointRequest) GetRetriedCount() int32

func (*ReportStageLogsFromLastCheckpointRequest) GetStageId

func (*ReportStageLogsFromLastCheckpointRequest) ProtoMessage

func (*ReportStageLogsFromLastCheckpointRequest) ProtoReflect

func (*ReportStageLogsFromLastCheckpointRequest) Reset

func (*ReportStageLogsFromLastCheckpointRequest) String

func (*ReportStageLogsFromLastCheckpointRequest) Validate

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

func (*ReportStageLogsFromLastCheckpointRequest) ValidateAll

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

type ReportStageLogsFromLastCheckpointRequestMultiError

type ReportStageLogsFromLastCheckpointRequestMultiError []error

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

func (ReportStageLogsFromLastCheckpointRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ReportStageLogsFromLastCheckpointRequestMultiError) Error

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

type ReportStageLogsFromLastCheckpointRequestValidationError

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

ReportStageLogsFromLastCheckpointRequestValidationError is the validation error returned by ReportStageLogsFromLastCheckpointRequest.Validate if the designated constraints aren't met.

func (ReportStageLogsFromLastCheckpointRequestValidationError) Cause

Cause function returns cause value.

func (ReportStageLogsFromLastCheckpointRequestValidationError) Error

Error satisfies the builtin error interface

func (ReportStageLogsFromLastCheckpointRequestValidationError) ErrorName

ErrorName returns error name.

func (ReportStageLogsFromLastCheckpointRequestValidationError) Field

Field function returns field value.

func (ReportStageLogsFromLastCheckpointRequestValidationError) Key

Key function returns key value.

func (ReportStageLogsFromLastCheckpointRequestValidationError) Reason

Reason function returns reason value.

type ReportStageLogsFromLastCheckpointResponse

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

func (*ReportStageLogsFromLastCheckpointResponse) Descriptor deprecated

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

Deprecated: Use ReportStageLogsFromLastCheckpointResponse.ProtoReflect.Descriptor instead.

func (*ReportStageLogsFromLastCheckpointResponse) ProtoMessage

func (*ReportStageLogsFromLastCheckpointResponse) ProtoReflect

func (*ReportStageLogsFromLastCheckpointResponse) Reset

func (*ReportStageLogsFromLastCheckpointResponse) String

func (*ReportStageLogsFromLastCheckpointResponse) Validate

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

func (*ReportStageLogsFromLastCheckpointResponse) ValidateAll

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

type ReportStageLogsFromLastCheckpointResponseMultiError

type ReportStageLogsFromLastCheckpointResponseMultiError []error

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

func (ReportStageLogsFromLastCheckpointResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ReportStageLogsFromLastCheckpointResponseMultiError) Error

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

type ReportStageLogsFromLastCheckpointResponseValidationError

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

ReportStageLogsFromLastCheckpointResponseValidationError is the validation error returned by ReportStageLogsFromLastCheckpointResponse.Validate if the designated constraints aren't met.

func (ReportStageLogsFromLastCheckpointResponseValidationError) Cause

Cause function returns cause value.

func (ReportStageLogsFromLastCheckpointResponseValidationError) Error

Error satisfies the builtin error interface

func (ReportStageLogsFromLastCheckpointResponseValidationError) ErrorName

ErrorName returns error name.

func (ReportStageLogsFromLastCheckpointResponseValidationError) Field

Field function returns field value.

func (ReportStageLogsFromLastCheckpointResponseValidationError) Key

Key function returns key value.

func (ReportStageLogsFromLastCheckpointResponseValidationError) Reason

Reason function returns reason value.

type ReportStageLogsRequest

type ReportStageLogsRequest struct {
	DeploymentId string            `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StageId      string            `protobuf:"bytes,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	RetriedCount int32             `protobuf:"varint,3,opt,name=retried_count,json=retriedCount,proto3" json:"retried_count,omitempty"`
	Blocks       []*model.LogBlock `protobuf:"bytes,4,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportStageLogsRequest) Descriptor deprecated

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

Deprecated: Use ReportStageLogsRequest.ProtoReflect.Descriptor instead.

func (*ReportStageLogsRequest) GetBlocks

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

func (*ReportStageLogsRequest) GetDeploymentId

func (x *ReportStageLogsRequest) GetDeploymentId() string

func (*ReportStageLogsRequest) GetRetriedCount

func (x *ReportStageLogsRequest) GetRetriedCount() int32

func (*ReportStageLogsRequest) GetStageId

func (x *ReportStageLogsRequest) GetStageId() string

func (*ReportStageLogsRequest) ProtoMessage

func (*ReportStageLogsRequest) ProtoMessage()

func (*ReportStageLogsRequest) ProtoReflect

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

func (*ReportStageLogsRequest) Reset

func (x *ReportStageLogsRequest) Reset()

func (*ReportStageLogsRequest) String

func (x *ReportStageLogsRequest) String() string

func (*ReportStageLogsRequest) Validate

func (m *ReportStageLogsRequest) Validate() error

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

func (*ReportStageLogsRequest) ValidateAll

func (m *ReportStageLogsRequest) ValidateAll() error

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

type ReportStageLogsRequestMultiError

type ReportStageLogsRequestMultiError []error

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

func (ReportStageLogsRequestMultiError) AllErrors

func (m ReportStageLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportStageLogsRequestMultiError) Error

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

type ReportStageLogsRequestValidationError

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

ReportStageLogsRequestValidationError is the validation error returned by ReportStageLogsRequest.Validate if the designated constraints aren't met.

func (ReportStageLogsRequestValidationError) Cause

Cause function returns cause value.

func (ReportStageLogsRequestValidationError) Error

Error satisfies the builtin error interface

func (ReportStageLogsRequestValidationError) ErrorName

ErrorName returns error name.

func (ReportStageLogsRequestValidationError) Field

Field function returns field value.

func (ReportStageLogsRequestValidationError) Key

Key function returns key value.

func (ReportStageLogsRequestValidationError) Reason

Reason function returns reason value.

type ReportStageLogsResponse

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

func (*ReportStageLogsResponse) Descriptor deprecated

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

Deprecated: Use ReportStageLogsResponse.ProtoReflect.Descriptor instead.

func (*ReportStageLogsResponse) ProtoMessage

func (*ReportStageLogsResponse) ProtoMessage()

func (*ReportStageLogsResponse) ProtoReflect

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

func (*ReportStageLogsResponse) Reset

func (x *ReportStageLogsResponse) Reset()

func (*ReportStageLogsResponse) String

func (x *ReportStageLogsResponse) String() string

func (*ReportStageLogsResponse) Validate

func (m *ReportStageLogsResponse) Validate() error

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

func (*ReportStageLogsResponse) ValidateAll

func (m *ReportStageLogsResponse) ValidateAll() error

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

type ReportStageLogsResponseMultiError

type ReportStageLogsResponseMultiError []error

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

func (ReportStageLogsResponseMultiError) AllErrors

func (m ReportStageLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportStageLogsResponseMultiError) Error

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

type ReportStageLogsResponseValidationError

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

ReportStageLogsResponseValidationError is the validation error returned by ReportStageLogsResponse.Validate if the designated constraints aren't met.

func (ReportStageLogsResponseValidationError) Cause

Cause function returns cause value.

func (ReportStageLogsResponseValidationError) Error

Error satisfies the builtin error interface

func (ReportStageLogsResponseValidationError) ErrorName

ErrorName returns error name.

func (ReportStageLogsResponseValidationError) Field

Field function returns field value.

func (ReportStageLogsResponseValidationError) Key

Key function returns key value.

func (ReportStageLogsResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedPluginServiceServer

type UnimplementedPluginServiceServer struct {
}

UnimplementedPluginServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPluginServiceServer) GetStageMetadata

func (UnimplementedPluginServiceServer) InstallTool

func (UnimplementedPluginServiceServer) ListStageCommands

func (UnimplementedPluginServiceServer) PutStageMetadata

func (UnimplementedPluginServiceServer) ReportStageLogs

type UnsafePluginServiceServer

type UnsafePluginServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePluginServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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