projectsv1

package
v0.13.7 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CheckViolation_Level_name = map[int32]string{
		0: "LEVEL_UNSPECIFIED",
		1: "LEVEL_WARNING",
		2: "LEVEL_ERROR",
	}
	CheckViolation_Level_value = map[string]int32{
		"LEVEL_UNSPECIFIED": 0,
		"LEVEL_WARNING":     1,
		"LEVEL_ERROR":       2,
	}
)

Enum value maps for CheckViolation_Level.

View Source
var File_autokitteh_projects_v1_project_proto protoreflect.FileDescriptor
View Source
var File_autokitteh_projects_v1_svc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BuildRequest

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

func (*BuildRequest) Descriptor deprecated

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

Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.

func (*BuildRequest) GetProjectId

func (x *BuildRequest) GetProjectId() string

func (*BuildRequest) ProtoMessage

func (*BuildRequest) ProtoMessage()

func (*BuildRequest) ProtoReflect

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

func (*BuildRequest) Reset

func (x *BuildRequest) Reset()

func (*BuildRequest) String

func (x *BuildRequest) String() string

type BuildResponse

type BuildResponse struct {
	BuildId string    `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Error   *v1.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildResponse) Descriptor deprecated

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

Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.

func (*BuildResponse) GetBuildId

func (x *BuildResponse) GetBuildId() string

func (*BuildResponse) GetError

func (x *BuildResponse) GetError() *v1.Error

func (*BuildResponse) ProtoMessage

func (*BuildResponse) ProtoMessage()

func (*BuildResponse) ProtoReflect

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

func (*BuildResponse) Reset

func (x *BuildResponse) Reset()

func (*BuildResponse) String

func (x *BuildResponse) String() string

type CheckViolation added in v0.13.2

type CheckViolation struct {
	Location *v1.CodeLocation     `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Level    CheckViolation_Level `protobuf:"varint,2,opt,name=level,proto3,enum=autokitteh.projects.v1.CheckViolation_Level" json:"level,omitempty"`
	Message  string               `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	RuleId   string               `protobuf:"bytes,4,opt,name=rule_id,json=ruleId,proto3" json:"rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckViolation) Descriptor deprecated added in v0.13.2

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

Deprecated: Use CheckViolation.ProtoReflect.Descriptor instead.

func (*CheckViolation) GetLevel added in v0.13.2

func (x *CheckViolation) GetLevel() CheckViolation_Level

func (*CheckViolation) GetLocation added in v0.13.2

func (x *CheckViolation) GetLocation() *v1.CodeLocation

func (*CheckViolation) GetMessage added in v0.13.2

func (x *CheckViolation) GetMessage() string

func (*CheckViolation) GetRuleId added in v0.13.2

func (x *CheckViolation) GetRuleId() string

func (*CheckViolation) ProtoMessage added in v0.13.2

func (*CheckViolation) ProtoMessage()

func (*CheckViolation) ProtoReflect added in v0.13.2

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

func (*CheckViolation) Reset added in v0.13.2

func (x *CheckViolation) Reset()

func (*CheckViolation) String added in v0.13.2

func (x *CheckViolation) String() string

type CheckViolation_Level added in v0.13.2

type CheckViolation_Level int32
const (
	CheckViolation_LEVEL_UNSPECIFIED CheckViolation_Level = 0
	CheckViolation_LEVEL_WARNING     CheckViolation_Level = 1
	CheckViolation_LEVEL_ERROR       CheckViolation_Level = 2
)

func (CheckViolation_Level) Descriptor added in v0.13.2

func (CheckViolation_Level) Enum added in v0.13.2

func (CheckViolation_Level) EnumDescriptor deprecated added in v0.13.2

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

Deprecated: Use CheckViolation_Level.Descriptor instead.

func (CheckViolation_Level) Number added in v0.13.2

func (CheckViolation_Level) String added in v0.13.2

func (x CheckViolation_Level) String() string

func (CheckViolation_Level) Type added in v0.13.2

type CreateRequest

type CreateRequest struct {

	// project.project_id is ignored.
	// if project.name is empty, it will be autogenerated.
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

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

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetProject

func (x *CreateRequest) GetProject() *Project

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

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

func (*CreateResponse) Descriptor deprecated

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

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) GetProjectId

func (x *CreateResponse) GetProjectId() string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type DeleteRequest

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

func (*DeleteRequest) Descriptor deprecated

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

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetProjectId

func (x *DeleteRequest) GetProjectId() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

func (*DeleteResponse) Descriptor deprecated

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

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type DownloadResourcesRequest

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

func (*DownloadResourcesRequest) Descriptor deprecated

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

Deprecated: Use DownloadResourcesRequest.ProtoReflect.Descriptor instead.

func (*DownloadResourcesRequest) GetProjectId

func (x *DownloadResourcesRequest) GetProjectId() string

func (*DownloadResourcesRequest) ProtoMessage

func (*DownloadResourcesRequest) ProtoMessage()

func (*DownloadResourcesRequest) ProtoReflect

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

func (*DownloadResourcesRequest) Reset

func (x *DownloadResourcesRequest) Reset()

func (*DownloadResourcesRequest) String

func (x *DownloadResourcesRequest) String() string

type DownloadResourcesResponse

type DownloadResourcesResponse struct {
	Resources map[string][]byte `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DownloadResourcesResponse) Descriptor deprecated

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

Deprecated: Use DownloadResourcesResponse.ProtoReflect.Descriptor instead.

func (*DownloadResourcesResponse) GetResources

func (x *DownloadResourcesResponse) GetResources() map[string][]byte

func (*DownloadResourcesResponse) ProtoMessage

func (*DownloadResourcesResponse) ProtoMessage()

func (*DownloadResourcesResponse) ProtoReflect

func (*DownloadResourcesResponse) Reset

func (x *DownloadResourcesResponse) Reset()

func (*DownloadResourcesResponse) String

func (x *DownloadResourcesResponse) String() string

type ExportRequest added in v0.10.2

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

func (*ExportRequest) Descriptor deprecated added in v0.10.2

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

Deprecated: Use ExportRequest.ProtoReflect.Descriptor instead.

func (*ExportRequest) GetProjectId added in v0.10.2

func (x *ExportRequest) GetProjectId() string

func (*ExportRequest) ProtoMessage added in v0.10.2

func (*ExportRequest) ProtoMessage()

func (*ExportRequest) ProtoReflect added in v0.10.2

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

func (*ExportRequest) Reset added in v0.10.2

func (x *ExportRequest) Reset()

func (*ExportRequest) String added in v0.10.2

func (x *ExportRequest) String() string

type ExportResponse added in v0.10.2

type ExportResponse struct {

	// Zip of the manifest + files
	ZipArchive []byte `protobuf:"bytes,1,opt,name=zip_archive,json=zipArchive,proto3" json:"zip_archive,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportResponse) Descriptor deprecated added in v0.10.2

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

Deprecated: Use ExportResponse.ProtoReflect.Descriptor instead.

func (*ExportResponse) GetZipArchive added in v0.10.2

func (x *ExportResponse) GetZipArchive() []byte

func (*ExportResponse) ProtoMessage added in v0.10.2

func (*ExportResponse) ProtoMessage()

func (*ExportResponse) ProtoReflect added in v0.10.2

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

func (*ExportResponse) Reset added in v0.10.2

func (x *ExportResponse) Reset()

func (*ExportResponse) String added in v0.10.2

func (x *ExportResponse) String() string

type GetRequest

type GetRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // relevant only when name != "". optional.
	// contains filtered or unexported fields
}

func (*GetRequest) Descriptor deprecated

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetName

func (x *GetRequest) GetName() string

func (*GetRequest) GetOrgId added in v0.12.1

func (x *GetRequest) GetOrgId() string

func (*GetRequest) GetProjectId

func (x *GetRequest) GetProjectId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

type GetResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // empty if not found.
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated

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

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetProject

func (x *GetResponse) GetProject() *Project

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type LintRequest added in v0.13.2

type LintRequest struct {
	ProjectId    string            `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Resources    map[string][]byte ``                                                                                                  /* 159-byte string literal not displayed */
	ManifestFile string            `protobuf:"bytes,3,opt,name=manifest_file,json=manifestFile,proto3" json:"manifest_file,omitempty"` // name of manifest file
	// contains filtered or unexported fields
}

func (*LintRequest) Descriptor deprecated added in v0.13.2

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

Deprecated: Use LintRequest.ProtoReflect.Descriptor instead.

func (*LintRequest) GetManifestFile added in v0.13.2

func (x *LintRequest) GetManifestFile() string

func (*LintRequest) GetProjectId added in v0.13.2

func (x *LintRequest) GetProjectId() string

func (*LintRequest) GetResources added in v0.13.2

func (x *LintRequest) GetResources() map[string][]byte

func (*LintRequest) ProtoMessage added in v0.13.2

func (*LintRequest) ProtoMessage()

func (*LintRequest) ProtoReflect added in v0.13.2

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

func (*LintRequest) Reset added in v0.13.2

func (x *LintRequest) Reset()

func (*LintRequest) String added in v0.13.2

func (x *LintRequest) String() string

type LintResponse added in v0.13.2

type LintResponse struct {
	Violations []*CheckViolation `protobuf:"bytes,1,rep,name=violations,proto3" json:"violations,omitempty"`
	// contains filtered or unexported fields
}

func (*LintResponse) Descriptor deprecated added in v0.13.2

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

Deprecated: Use LintResponse.ProtoReflect.Descriptor instead.

func (*LintResponse) GetViolations added in v0.13.2

func (x *LintResponse) GetViolations() []*CheckViolation

func (*LintResponse) ProtoMessage added in v0.13.2

func (*LintResponse) ProtoMessage()

func (*LintResponse) ProtoReflect added in v0.13.2

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

func (*LintResponse) Reset added in v0.13.2

func (x *LintResponse) Reset()

func (*LintResponse) String added in v0.13.2

func (x *LintResponse) String() string

type ListRequest

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

func (*ListRequest) Descriptor deprecated

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

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetOrgId added in v0.12.1

func (x *ListRequest) GetOrgId() string

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type ListResponse

type ListResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated

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

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetProjects

func (x *ListResponse) GetProjects() []*Project

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) String

func (x *ListResponse) String() string

type Project

type Project struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

`name` is an org wide unique symbol for the project. `display_name` is a human-readable name for the project.

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOrgId added in v0.12.1

func (x *Project) GetOrgId() string

func (*Project) GetProjectId

func (x *Project) GetProjectId() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type SetResourcesRequest

type SetResourcesRequest struct {
	ProjectId string            `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Resources map[string][]byte `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetResourcesRequest) Descriptor deprecated

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

Deprecated: Use SetResourcesRequest.ProtoReflect.Descriptor instead.

func (*SetResourcesRequest) GetProjectId

func (x *SetResourcesRequest) GetProjectId() string

func (*SetResourcesRequest) GetResources

func (x *SetResourcesRequest) GetResources() map[string][]byte

func (*SetResourcesRequest) ProtoMessage

func (*SetResourcesRequest) ProtoMessage()

func (*SetResourcesRequest) ProtoReflect

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

func (*SetResourcesRequest) Reset

func (x *SetResourcesRequest) Reset()

func (*SetResourcesRequest) String

func (x *SetResourcesRequest) String() string

type SetResourcesResponse

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

func (*SetResourcesResponse) Descriptor deprecated

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

Deprecated: Use SetResourcesResponse.ProtoReflect.Descriptor instead.

func (*SetResourcesResponse) ProtoMessage

func (*SetResourcesResponse) ProtoMessage()

func (*SetResourcesResponse) ProtoReflect

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

func (*SetResourcesResponse) Reset

func (x *SetResourcesResponse) Reset()

func (*SetResourcesResponse) String

func (x *SetResourcesResponse) String() string

type UpdateRequest

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

func (*UpdateRequest) Descriptor deprecated

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

Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequest) GetProject

func (x *UpdateRequest) GetProject() *Project

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

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

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateResponse

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

func (*UpdateResponse) Descriptor deprecated

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

Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

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

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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