environment

package
v0.0.0-...-0d6d9b2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ListEnvironmentsV2Request_OrderBy_name = map[int32]string{
		0: "DEFAULT",
		1: "ID",
		2: "NAME",
		3: "URL_CODE",
		4: "CREATED_AT",
		5: "UPDATED_AT",
	}
	ListEnvironmentsV2Request_OrderBy_value = map[string]int32{
		"DEFAULT":    0,
		"ID":         1,
		"NAME":       2,
		"URL_CODE":   3,
		"CREATED_AT": 4,
		"UPDATED_AT": 5,
	}
)

Enum value maps for ListEnvironmentsV2Request_OrderBy.

View Source
var (
	ListEnvironmentsV2Request_OrderDirection_name = map[int32]string{
		0: "ASC",
		1: "DESC",
	}
	ListEnvironmentsV2Request_OrderDirection_value = map[string]int32{
		"ASC":  0,
		"DESC": 1,
	}
)

Enum value maps for ListEnvironmentsV2Request_OrderDirection.

View Source
var (
	ListProjectsRequest_OrderBy_name = map[int32]string{
		0: "DEFAULT",
		1: "ID",
		2: "CREATED_AT",
		3: "UPDATED_AT",
		4: "NAME",
		5: "URL_CODE",
	}
	ListProjectsRequest_OrderBy_value = map[string]int32{
		"DEFAULT":    0,
		"ID":         1,
		"CREATED_AT": 2,
		"UPDATED_AT": 3,
		"NAME":       4,
		"URL_CODE":   5,
	}
)

Enum value maps for ListProjectsRequest_OrderBy.

View Source
var (
	ListProjectsRequest_OrderDirection_name = map[int32]string{
		0: "ASC",
		1: "DESC",
	}
	ListProjectsRequest_OrderDirection_value = map[string]int32{
		"ASC":  0,
		"DESC": 1,
	}
)

Enum value maps for ListProjectsRequest_OrderDirection.

View Source
var (
	ListOrganizationsRequest_OrderBy_name = map[int32]string{
		0: "DEFAULT",
		1: "ID",
		2: "CREATED_AT",
		3: "UPDATED_AT",
		4: "NAME",
		5: "URL_CODE",
	}
	ListOrganizationsRequest_OrderBy_value = map[string]int32{
		"DEFAULT":    0,
		"ID":         1,
		"CREATED_AT": 2,
		"UPDATED_AT": 3,
		"NAME":       4,
		"URL_CODE":   5,
	}
)

Enum value maps for ListOrganizationsRequest_OrderBy.

View Source
var (
	ListOrganizationsRequest_OrderDirection_name = map[int32]string{
		0: "ASC",
		1: "DESC",
	}
	ListOrganizationsRequest_OrderDirection_value = map[string]int32{
		"ASC":  0,
		"DESC": 1,
	}
)

Enum value maps for ListOrganizationsRequest_OrderDirection.

View Source
var File_proto_environment_command_proto protoreflect.FileDescriptor
View Source
var File_proto_environment_environment_proto protoreflect.FileDescriptor
View Source
var File_proto_environment_organization_proto protoreflect.FileDescriptor
View Source
var File_proto_environment_project_proto protoreflect.FileDescriptor
View Source
var File_proto_environment_service_proto protoreflect.FileDescriptor

Functions

func RegisterEnvironmentServiceServer

func RegisterEnvironmentServiceServer(s *grpc.Server, srv EnvironmentServiceServer)

Types

type ArchiveEnvironmentV2Command

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

func (*ArchiveEnvironmentV2Command) Descriptor deprecated

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

Deprecated: Use ArchiveEnvironmentV2Command.ProtoReflect.Descriptor instead.

func (*ArchiveEnvironmentV2Command) ProtoMessage

func (*ArchiveEnvironmentV2Command) ProtoMessage()

func (*ArchiveEnvironmentV2Command) ProtoReflect

func (*ArchiveEnvironmentV2Command) Reset

func (x *ArchiveEnvironmentV2Command) Reset()

func (*ArchiveEnvironmentV2Command) String

func (x *ArchiveEnvironmentV2Command) String() string

type ArchiveEnvironmentV2Request

type ArchiveEnvironmentV2Request struct {
	Id      string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *ArchiveEnvironmentV2Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*ArchiveEnvironmentV2Request) Descriptor deprecated

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

Deprecated: Use ArchiveEnvironmentV2Request.ProtoReflect.Descriptor instead.

func (*ArchiveEnvironmentV2Request) GetCommand

func (*ArchiveEnvironmentV2Request) GetId

func (*ArchiveEnvironmentV2Request) ProtoMessage

func (*ArchiveEnvironmentV2Request) ProtoMessage()

func (*ArchiveEnvironmentV2Request) ProtoReflect

func (*ArchiveEnvironmentV2Request) Reset

func (x *ArchiveEnvironmentV2Request) Reset()

func (*ArchiveEnvironmentV2Request) String

func (x *ArchiveEnvironmentV2Request) String() string

type ArchiveEnvironmentV2Response

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

func (*ArchiveEnvironmentV2Response) Descriptor deprecated

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

Deprecated: Use ArchiveEnvironmentV2Response.ProtoReflect.Descriptor instead.

func (*ArchiveEnvironmentV2Response) ProtoMessage

func (*ArchiveEnvironmentV2Response) ProtoMessage()

func (*ArchiveEnvironmentV2Response) ProtoReflect

func (*ArchiveEnvironmentV2Response) Reset

func (x *ArchiveEnvironmentV2Response) Reset()

func (*ArchiveEnvironmentV2Response) String

type ArchiveOrganizationCommand

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

func (*ArchiveOrganizationCommand) Descriptor deprecated

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

Deprecated: Use ArchiveOrganizationCommand.ProtoReflect.Descriptor instead.

func (*ArchiveOrganizationCommand) ProtoMessage

func (*ArchiveOrganizationCommand) ProtoMessage()

func (*ArchiveOrganizationCommand) ProtoReflect

func (*ArchiveOrganizationCommand) Reset

func (x *ArchiveOrganizationCommand) Reset()

func (*ArchiveOrganizationCommand) String

func (x *ArchiveOrganizationCommand) String() string

type ArchiveOrganizationRequest

type ArchiveOrganizationRequest struct {
	Id      string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *ArchiveOrganizationCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*ArchiveOrganizationRequest) Descriptor deprecated

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

Deprecated: Use ArchiveOrganizationRequest.ProtoReflect.Descriptor instead.

func (*ArchiveOrganizationRequest) GetCommand

func (*ArchiveOrganizationRequest) GetId

func (*ArchiveOrganizationRequest) ProtoMessage

func (*ArchiveOrganizationRequest) ProtoMessage()

func (*ArchiveOrganizationRequest) ProtoReflect

func (*ArchiveOrganizationRequest) Reset

func (x *ArchiveOrganizationRequest) Reset()

func (*ArchiveOrganizationRequest) String

func (x *ArchiveOrganizationRequest) String() string

type ArchiveOrganizationResponse

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

func (*ArchiveOrganizationResponse) Descriptor deprecated

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

Deprecated: Use ArchiveOrganizationResponse.ProtoReflect.Descriptor instead.

func (*ArchiveOrganizationResponse) ProtoMessage

func (*ArchiveOrganizationResponse) ProtoMessage()

func (*ArchiveOrganizationResponse) ProtoReflect

func (*ArchiveOrganizationResponse) Reset

func (x *ArchiveOrganizationResponse) Reset()

func (*ArchiveOrganizationResponse) String

func (x *ArchiveOrganizationResponse) String() string

type ChangeDescriptionEnvironmentV2Command

type ChangeDescriptionEnvironmentV2Command struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description"`
	// contains filtered or unexported fields
}

func (*ChangeDescriptionEnvironmentV2Command) Descriptor deprecated

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

Deprecated: Use ChangeDescriptionEnvironmentV2Command.ProtoReflect.Descriptor instead.

func (*ChangeDescriptionEnvironmentV2Command) GetDescription

func (x *ChangeDescriptionEnvironmentV2Command) GetDescription() string

func (*ChangeDescriptionEnvironmentV2Command) ProtoMessage

func (*ChangeDescriptionEnvironmentV2Command) ProtoMessage()

func (*ChangeDescriptionEnvironmentV2Command) ProtoReflect

func (*ChangeDescriptionEnvironmentV2Command) Reset

func (*ChangeDescriptionEnvironmentV2Command) String

type ChangeDescriptionOrganizationCommand

type ChangeDescriptionOrganizationCommand struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description"`
	// contains filtered or unexported fields
}

func (*ChangeDescriptionOrganizationCommand) Descriptor deprecated

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

Deprecated: Use ChangeDescriptionOrganizationCommand.ProtoReflect.Descriptor instead.

func (*ChangeDescriptionOrganizationCommand) GetDescription

func (x *ChangeDescriptionOrganizationCommand) GetDescription() string

func (*ChangeDescriptionOrganizationCommand) ProtoMessage

func (*ChangeDescriptionOrganizationCommand) ProtoMessage()

func (*ChangeDescriptionOrganizationCommand) ProtoReflect

func (*ChangeDescriptionOrganizationCommand) Reset

func (*ChangeDescriptionOrganizationCommand) String

type ChangeDescriptionProjectCommand

type ChangeDescriptionProjectCommand struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description"`
	// contains filtered or unexported fields
}

func (*ChangeDescriptionProjectCommand) Descriptor deprecated

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

Deprecated: Use ChangeDescriptionProjectCommand.ProtoReflect.Descriptor instead.

func (*ChangeDescriptionProjectCommand) GetDescription

func (x *ChangeDescriptionProjectCommand) GetDescription() string

func (*ChangeDescriptionProjectCommand) ProtoMessage

func (*ChangeDescriptionProjectCommand) ProtoMessage()

func (*ChangeDescriptionProjectCommand) ProtoReflect

func (*ChangeDescriptionProjectCommand) Reset

func (*ChangeDescriptionProjectCommand) String

type ChangeNameOrganizationCommand

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

func (*ChangeNameOrganizationCommand) Descriptor deprecated

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

Deprecated: Use ChangeNameOrganizationCommand.ProtoReflect.Descriptor instead.

func (*ChangeNameOrganizationCommand) GetName

func (*ChangeNameOrganizationCommand) ProtoMessage

func (*ChangeNameOrganizationCommand) ProtoMessage()

func (*ChangeNameOrganizationCommand) ProtoReflect

func (*ChangeNameOrganizationCommand) Reset

func (x *ChangeNameOrganizationCommand) Reset()

func (*ChangeNameOrganizationCommand) String

type ChangeRequireCommentCommand

type ChangeRequireCommentCommand struct {
	RequireComment bool `protobuf:"varint,1,opt,name=require_comment,json=requireComment,proto3" json:"require_comment"`
	// contains filtered or unexported fields
}

func (*ChangeRequireCommentCommand) Descriptor deprecated

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

Deprecated: Use ChangeRequireCommentCommand.ProtoReflect.Descriptor instead.

func (*ChangeRequireCommentCommand) GetRequireComment

func (x *ChangeRequireCommentCommand) GetRequireComment() bool

func (*ChangeRequireCommentCommand) ProtoMessage

func (*ChangeRequireCommentCommand) ProtoMessage()

func (*ChangeRequireCommentCommand) ProtoReflect

func (*ChangeRequireCommentCommand) Reset

func (x *ChangeRequireCommentCommand) Reset()

func (*ChangeRequireCommentCommand) String

func (x *ChangeRequireCommentCommand) String() string

type ConvertTrialOrganizationCommand

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

func (*ConvertTrialOrganizationCommand) Descriptor deprecated

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

Deprecated: Use ConvertTrialOrganizationCommand.ProtoReflect.Descriptor instead.

func (*ConvertTrialOrganizationCommand) ProtoMessage

func (*ConvertTrialOrganizationCommand) ProtoMessage()

func (*ConvertTrialOrganizationCommand) ProtoReflect

func (*ConvertTrialOrganizationCommand) Reset

func (*ConvertTrialOrganizationCommand) String

type ConvertTrialOrganizationRequest

type ConvertTrialOrganizationRequest struct {
	Id      string                           `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *ConvertTrialOrganizationCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*ConvertTrialOrganizationRequest) Descriptor deprecated

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

Deprecated: Use ConvertTrialOrganizationRequest.ProtoReflect.Descriptor instead.

func (*ConvertTrialOrganizationRequest) GetCommand

func (*ConvertTrialOrganizationRequest) GetId

func (*ConvertTrialOrganizationRequest) ProtoMessage

func (*ConvertTrialOrganizationRequest) ProtoMessage()

func (*ConvertTrialOrganizationRequest) ProtoReflect

func (*ConvertTrialOrganizationRequest) Reset

func (*ConvertTrialOrganizationRequest) String

type ConvertTrialOrganizationResponse

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

func (*ConvertTrialOrganizationResponse) Descriptor deprecated

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

Deprecated: Use ConvertTrialOrganizationResponse.ProtoReflect.Descriptor instead.

func (*ConvertTrialOrganizationResponse) ProtoMessage

func (*ConvertTrialOrganizationResponse) ProtoMessage()

func (*ConvertTrialOrganizationResponse) ProtoReflect

func (*ConvertTrialOrganizationResponse) Reset

func (*ConvertTrialOrganizationResponse) String

type ConvertTrialProjectCommand

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

func (*ConvertTrialProjectCommand) Descriptor deprecated

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

Deprecated: Use ConvertTrialProjectCommand.ProtoReflect.Descriptor instead.

func (*ConvertTrialProjectCommand) ProtoMessage

func (*ConvertTrialProjectCommand) ProtoMessage()

func (*ConvertTrialProjectCommand) ProtoReflect

func (*ConvertTrialProjectCommand) Reset

func (x *ConvertTrialProjectCommand) Reset()

func (*ConvertTrialProjectCommand) String

func (x *ConvertTrialProjectCommand) String() string

type ConvertTrialProjectRequest

type ConvertTrialProjectRequest struct {
	Id      string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *ConvertTrialProjectCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*ConvertTrialProjectRequest) Descriptor deprecated

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

Deprecated: Use ConvertTrialProjectRequest.ProtoReflect.Descriptor instead.

func (*ConvertTrialProjectRequest) GetCommand

func (*ConvertTrialProjectRequest) GetId

func (*ConvertTrialProjectRequest) ProtoMessage

func (*ConvertTrialProjectRequest) ProtoMessage()

func (*ConvertTrialProjectRequest) ProtoReflect

func (*ConvertTrialProjectRequest) Reset

func (x *ConvertTrialProjectRequest) Reset()

func (*ConvertTrialProjectRequest) String

func (x *ConvertTrialProjectRequest) String() string

type ConvertTrialProjectResponse

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

func (*ConvertTrialProjectResponse) Descriptor deprecated

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

Deprecated: Use ConvertTrialProjectResponse.ProtoReflect.Descriptor instead.

func (*ConvertTrialProjectResponse) ProtoMessage

func (*ConvertTrialProjectResponse) ProtoMessage()

func (*ConvertTrialProjectResponse) ProtoReflect

func (*ConvertTrialProjectResponse) Reset

func (x *ConvertTrialProjectResponse) Reset()

func (*ConvertTrialProjectResponse) String

func (x *ConvertTrialProjectResponse) String() string

type CreateEnvironmentV2Command

type CreateEnvironmentV2Command struct {
	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
	UrlCode        string `protobuf:"bytes,2,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	Description    string `protobuf:"bytes,3,opt,name=description,proto3" json:"description"` // optional
	ProjectId      string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id"`
	RequireComment bool   `protobuf:"varint,5,opt,name=require_comment,json=requireComment,proto3" json:"require_comment"`
	// contains filtered or unexported fields
}

func (*CreateEnvironmentV2Command) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentV2Command.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentV2Command) GetDescription

func (x *CreateEnvironmentV2Command) GetDescription() string

func (*CreateEnvironmentV2Command) GetName

func (x *CreateEnvironmentV2Command) GetName() string

func (*CreateEnvironmentV2Command) GetProjectId

func (x *CreateEnvironmentV2Command) GetProjectId() string

func (*CreateEnvironmentV2Command) GetRequireComment

func (x *CreateEnvironmentV2Command) GetRequireComment() bool

func (*CreateEnvironmentV2Command) GetUrlCode

func (x *CreateEnvironmentV2Command) GetUrlCode() string

func (*CreateEnvironmentV2Command) ProtoMessage

func (*CreateEnvironmentV2Command) ProtoMessage()

func (*CreateEnvironmentV2Command) ProtoReflect

func (*CreateEnvironmentV2Command) Reset

func (x *CreateEnvironmentV2Command) Reset()

func (*CreateEnvironmentV2Command) String

func (x *CreateEnvironmentV2Command) String() string

type CreateEnvironmentV2Request

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

func (*CreateEnvironmentV2Request) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentV2Request.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentV2Request) GetCommand

func (*CreateEnvironmentV2Request) ProtoMessage

func (*CreateEnvironmentV2Request) ProtoMessage()

func (*CreateEnvironmentV2Request) ProtoReflect

func (*CreateEnvironmentV2Request) Reset

func (x *CreateEnvironmentV2Request) Reset()

func (*CreateEnvironmentV2Request) String

func (x *CreateEnvironmentV2Request) String() string

type CreateEnvironmentV2Response

type CreateEnvironmentV2Response struct {
	Environment *EnvironmentV2 `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment"`
	// contains filtered or unexported fields
}

func (*CreateEnvironmentV2Response) Descriptor deprecated

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

Deprecated: Use CreateEnvironmentV2Response.ProtoReflect.Descriptor instead.

func (*CreateEnvironmentV2Response) GetEnvironment

func (x *CreateEnvironmentV2Response) GetEnvironment() *EnvironmentV2

func (*CreateEnvironmentV2Response) ProtoMessage

func (*CreateEnvironmentV2Response) ProtoMessage()

func (*CreateEnvironmentV2Response) ProtoReflect

func (*CreateEnvironmentV2Response) Reset

func (x *CreateEnvironmentV2Response) Reset()

func (*CreateEnvironmentV2Response) String

func (x *CreateEnvironmentV2Response) String() string

type CreateOrganizationCommand

type CreateOrganizationCommand struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
	UrlCode       string `protobuf:"bytes,2,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	Description   string `protobuf:"bytes,3,opt,name=description,proto3" json:"description"` // optional
	IsTrial       bool   `protobuf:"varint,4,opt,name=is_trial,json=isTrial,proto3" json:"is_trial"`
	IsSystemAdmin bool   `protobuf:"varint,5,opt,name=is_system_admin,json=isSystemAdmin,proto3" json:"is_system_admin"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationCommand) Descriptor deprecated

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

Deprecated: Use CreateOrganizationCommand.ProtoReflect.Descriptor instead.

func (*CreateOrganizationCommand) GetDescription

func (x *CreateOrganizationCommand) GetDescription() string

func (*CreateOrganizationCommand) GetIsSystemAdmin

func (x *CreateOrganizationCommand) GetIsSystemAdmin() bool

func (*CreateOrganizationCommand) GetIsTrial

func (x *CreateOrganizationCommand) GetIsTrial() bool

func (*CreateOrganizationCommand) GetName

func (x *CreateOrganizationCommand) GetName() string

func (*CreateOrganizationCommand) GetUrlCode

func (x *CreateOrganizationCommand) GetUrlCode() string

func (*CreateOrganizationCommand) ProtoMessage

func (*CreateOrganizationCommand) ProtoMessage()

func (*CreateOrganizationCommand) ProtoReflect

func (*CreateOrganizationCommand) Reset

func (x *CreateOrganizationCommand) Reset()

func (*CreateOrganizationCommand) String

func (x *CreateOrganizationCommand) String() string

type CreateOrganizationRequest

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

func (*CreateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetCommand

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationResponse

type CreateOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=Organization,proto3" json:"Organization"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreateProjectCommand

type CreateProjectCommand struct {

	// Deprecated: Do not use.
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description"` // optional
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	UrlCode     string `protobuf:"bytes,4,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	// contains filtered or unexported fields
}

TODO: add organizationID once we support organization create UI.

func (*CreateProjectCommand) Descriptor deprecated

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

Deprecated: Use CreateProjectCommand.ProtoReflect.Descriptor instead.

func (*CreateProjectCommand) GetDescription

func (x *CreateProjectCommand) GetDescription() string

func (*CreateProjectCommand) GetId deprecated

func (x *CreateProjectCommand) GetId() string

Deprecated: Do not use.

func (*CreateProjectCommand) GetName

func (x *CreateProjectCommand) GetName() string

func (*CreateProjectCommand) GetUrlCode

func (x *CreateProjectCommand) GetUrlCode() string

func (*CreateProjectCommand) ProtoMessage

func (*CreateProjectCommand) ProtoMessage()

func (*CreateProjectCommand) ProtoReflect

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

func (*CreateProjectCommand) Reset

func (x *CreateProjectCommand) Reset()

func (*CreateProjectCommand) String

func (x *CreateProjectCommand) String() string

type CreateProjectRequest

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

func (*CreateProjectRequest) Descriptor deprecated

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

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetCommand

func (x *CreateProjectRequest) GetCommand() *CreateProjectCommand

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

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

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

type CreateProjectResponse

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

func (*CreateProjectResponse) Descriptor deprecated

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

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect

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

func (*CreateProjectResponse) Reset

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (x *CreateProjectResponse) String() string

type CreateTrialProjectCommand

type CreateTrialProjectCommand struct {

	// Deprecated: Do not use.
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Email   string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
	UrlCode string `protobuf:"bytes,4,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	// contains filtered or unexported fields
}

func (*CreateTrialProjectCommand) Descriptor deprecated

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

Deprecated: Use CreateTrialProjectCommand.ProtoReflect.Descriptor instead.

func (*CreateTrialProjectCommand) GetEmail

func (x *CreateTrialProjectCommand) GetEmail() string

func (*CreateTrialProjectCommand) GetId deprecated

func (x *CreateTrialProjectCommand) GetId() string

Deprecated: Do not use.

func (*CreateTrialProjectCommand) GetName

func (x *CreateTrialProjectCommand) GetName() string

func (*CreateTrialProjectCommand) GetUrlCode

func (x *CreateTrialProjectCommand) GetUrlCode() string

func (*CreateTrialProjectCommand) ProtoMessage

func (*CreateTrialProjectCommand) ProtoMessage()

func (*CreateTrialProjectCommand) ProtoReflect

func (*CreateTrialProjectCommand) Reset

func (x *CreateTrialProjectCommand) Reset()

func (*CreateTrialProjectCommand) String

func (x *CreateTrialProjectCommand) String() string

type CreateTrialProjectRequest

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

func (*CreateTrialProjectRequest) Descriptor deprecated

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

Deprecated: Use CreateTrialProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateTrialProjectRequest) GetCommand

func (*CreateTrialProjectRequest) ProtoMessage

func (*CreateTrialProjectRequest) ProtoMessage()

func (*CreateTrialProjectRequest) ProtoReflect

func (*CreateTrialProjectRequest) Reset

func (x *CreateTrialProjectRequest) Reset()

func (*CreateTrialProjectRequest) String

func (x *CreateTrialProjectRequest) String() string

type CreateTrialProjectResponse

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

func (*CreateTrialProjectResponse) Descriptor deprecated

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

Deprecated: Use CreateTrialProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateTrialProjectResponse) ProtoMessage

func (*CreateTrialProjectResponse) ProtoMessage()

func (*CreateTrialProjectResponse) ProtoReflect

func (*CreateTrialProjectResponse) Reset

func (x *CreateTrialProjectResponse) Reset()

func (*CreateTrialProjectResponse) String

func (x *CreateTrialProjectResponse) String() string

type DisableOrganizationCommand

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

func (*DisableOrganizationCommand) Descriptor deprecated

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

Deprecated: Use DisableOrganizationCommand.ProtoReflect.Descriptor instead.

func (*DisableOrganizationCommand) ProtoMessage

func (*DisableOrganizationCommand) ProtoMessage()

func (*DisableOrganizationCommand) ProtoReflect

func (*DisableOrganizationCommand) Reset

func (x *DisableOrganizationCommand) Reset()

func (*DisableOrganizationCommand) String

func (x *DisableOrganizationCommand) String() string

type DisableOrganizationRequest

type DisableOrganizationRequest struct {
	Id      string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *DisableOrganizationCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*DisableOrganizationRequest) Descriptor deprecated

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

Deprecated: Use DisableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DisableOrganizationRequest) GetCommand

func (*DisableOrganizationRequest) GetId

func (*DisableOrganizationRequest) ProtoMessage

func (*DisableOrganizationRequest) ProtoMessage()

func (*DisableOrganizationRequest) ProtoReflect

func (*DisableOrganizationRequest) Reset

func (x *DisableOrganizationRequest) Reset()

func (*DisableOrganizationRequest) String

func (x *DisableOrganizationRequest) String() string

type DisableOrganizationResponse

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

func (*DisableOrganizationResponse) Descriptor deprecated

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

Deprecated: Use DisableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DisableOrganizationResponse) ProtoMessage

func (*DisableOrganizationResponse) ProtoMessage()

func (*DisableOrganizationResponse) ProtoReflect

func (*DisableOrganizationResponse) Reset

func (x *DisableOrganizationResponse) Reset()

func (*DisableOrganizationResponse) String

func (x *DisableOrganizationResponse) String() string

type DisableProjectCommand

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

func (*DisableProjectCommand) Descriptor deprecated

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

Deprecated: Use DisableProjectCommand.ProtoReflect.Descriptor instead.

func (*DisableProjectCommand) ProtoMessage

func (*DisableProjectCommand) ProtoMessage()

func (*DisableProjectCommand) ProtoReflect

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

func (*DisableProjectCommand) Reset

func (x *DisableProjectCommand) Reset()

func (*DisableProjectCommand) String

func (x *DisableProjectCommand) String() string

type DisableProjectRequest

type DisableProjectRequest struct {
	Id      string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *DisableProjectCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*DisableProjectRequest) Descriptor deprecated

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

Deprecated: Use DisableProjectRequest.ProtoReflect.Descriptor instead.

func (*DisableProjectRequest) GetCommand

func (*DisableProjectRequest) GetId

func (x *DisableProjectRequest) GetId() string

func (*DisableProjectRequest) ProtoMessage

func (*DisableProjectRequest) ProtoMessage()

func (*DisableProjectRequest) ProtoReflect

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

func (*DisableProjectRequest) Reset

func (x *DisableProjectRequest) Reset()

func (*DisableProjectRequest) String

func (x *DisableProjectRequest) String() string

type DisableProjectResponse

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

func (*DisableProjectResponse) Descriptor deprecated

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

Deprecated: Use DisableProjectResponse.ProtoReflect.Descriptor instead.

func (*DisableProjectResponse) ProtoMessage

func (*DisableProjectResponse) ProtoMessage()

func (*DisableProjectResponse) ProtoReflect

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

func (*DisableProjectResponse) Reset

func (x *DisableProjectResponse) Reset()

func (*DisableProjectResponse) String

func (x *DisableProjectResponse) String() string

type EnableOrganizationCommand

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

func (*EnableOrganizationCommand) Descriptor deprecated

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

Deprecated: Use EnableOrganizationCommand.ProtoReflect.Descriptor instead.

func (*EnableOrganizationCommand) ProtoMessage

func (*EnableOrganizationCommand) ProtoMessage()

func (*EnableOrganizationCommand) ProtoReflect

func (*EnableOrganizationCommand) Reset

func (x *EnableOrganizationCommand) Reset()

func (*EnableOrganizationCommand) String

func (x *EnableOrganizationCommand) String() string

type EnableOrganizationRequest

type EnableOrganizationRequest struct {
	Id      string                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *EnableOrganizationCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*EnableOrganizationRequest) Descriptor deprecated

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

Deprecated: Use EnableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*EnableOrganizationRequest) GetCommand

func (*EnableOrganizationRequest) GetId

func (x *EnableOrganizationRequest) GetId() string

func (*EnableOrganizationRequest) ProtoMessage

func (*EnableOrganizationRequest) ProtoMessage()

func (*EnableOrganizationRequest) ProtoReflect

func (*EnableOrganizationRequest) Reset

func (x *EnableOrganizationRequest) Reset()

func (*EnableOrganizationRequest) String

func (x *EnableOrganizationRequest) String() string

type EnableOrganizationResponse

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

func (*EnableOrganizationResponse) Descriptor deprecated

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

Deprecated: Use EnableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*EnableOrganizationResponse) ProtoMessage

func (*EnableOrganizationResponse) ProtoMessage()

func (*EnableOrganizationResponse) ProtoReflect

func (*EnableOrganizationResponse) Reset

func (x *EnableOrganizationResponse) Reset()

func (*EnableOrganizationResponse) String

func (x *EnableOrganizationResponse) String() string

type EnableProjectCommand

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

func (*EnableProjectCommand) Descriptor deprecated

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

Deprecated: Use EnableProjectCommand.ProtoReflect.Descriptor instead.

func (*EnableProjectCommand) ProtoMessage

func (*EnableProjectCommand) ProtoMessage()

func (*EnableProjectCommand) ProtoReflect

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

func (*EnableProjectCommand) Reset

func (x *EnableProjectCommand) Reset()

func (*EnableProjectCommand) String

func (x *EnableProjectCommand) String() string

type EnableProjectRequest

type EnableProjectRequest struct {
	Id      string                `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *EnableProjectCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*EnableProjectRequest) Descriptor deprecated

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

Deprecated: Use EnableProjectRequest.ProtoReflect.Descriptor instead.

func (*EnableProjectRequest) GetCommand

func (x *EnableProjectRequest) GetCommand() *EnableProjectCommand

func (*EnableProjectRequest) GetId

func (x *EnableProjectRequest) GetId() string

func (*EnableProjectRequest) ProtoMessage

func (*EnableProjectRequest) ProtoMessage()

func (*EnableProjectRequest) ProtoReflect

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

func (*EnableProjectRequest) Reset

func (x *EnableProjectRequest) Reset()

func (*EnableProjectRequest) String

func (x *EnableProjectRequest) String() string

type EnableProjectResponse

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

func (*EnableProjectResponse) Descriptor deprecated

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

Deprecated: Use EnableProjectResponse.ProtoReflect.Descriptor instead.

func (*EnableProjectResponse) ProtoMessage

func (*EnableProjectResponse) ProtoMessage()

func (*EnableProjectResponse) ProtoReflect

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

func (*EnableProjectResponse) Reset

func (x *EnableProjectResponse) Reset()

func (*EnableProjectResponse) String

func (x *EnableProjectResponse) String() string

type EnvironmentServiceClient

type EnvironmentServiceClient interface {
	GetEnvironmentV2(ctx context.Context, in *GetEnvironmentV2Request, opts ...grpc.CallOption) (*GetEnvironmentV2Response, error)
	ListEnvironmentsV2(ctx context.Context, in *ListEnvironmentsV2Request, opts ...grpc.CallOption) (*ListEnvironmentsV2Response, error)
	CreateEnvironmentV2(ctx context.Context, in *CreateEnvironmentV2Request, opts ...grpc.CallOption) (*CreateEnvironmentV2Response, error)
	UpdateEnvironmentV2(ctx context.Context, in *UpdateEnvironmentV2Request, opts ...grpc.CallOption) (*UpdateEnvironmentV2Response, error)
	ArchiveEnvironmentV2(ctx context.Context, in *ArchiveEnvironmentV2Request, opts ...grpc.CallOption) (*ArchiveEnvironmentV2Response, error)
	UnarchiveEnvironmentV2(ctx context.Context, in *UnarchiveEnvironmentV2Request, opts ...grpc.CallOption) (*UnarchiveEnvironmentV2Response, error)
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	CreateTrialProject(ctx context.Context, in *CreateTrialProjectRequest, opts ...grpc.CallOption) (*CreateTrialProjectResponse, error)
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	EnableProject(ctx context.Context, in *EnableProjectRequest, opts ...grpc.CallOption) (*EnableProjectResponse, error)
	DisableProject(ctx context.Context, in *DisableProjectRequest, opts ...grpc.CallOption) (*DisableProjectResponse, error)
	ConvertTrialProject(ctx context.Context, in *ConvertTrialProjectRequest, opts ...grpc.CallOption) (*ConvertTrialProjectResponse, error)
	GetOrganization(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error)
	ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error)
	CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
	UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error)
	EnableOrganization(ctx context.Context, in *EnableOrganizationRequest, opts ...grpc.CallOption) (*EnableOrganizationResponse, error)
	DisableOrganization(ctx context.Context, in *DisableOrganizationRequest, opts ...grpc.CallOption) (*DisableOrganizationResponse, error)
	ArchiveOrganization(ctx context.Context, in *ArchiveOrganizationRequest, opts ...grpc.CallOption) (*ArchiveOrganizationResponse, error)
	UnarchiveOrganization(ctx context.Context, in *UnarchiveOrganizationRequest, opts ...grpc.CallOption) (*UnarchiveOrganizationResponse, error)
	ConvertTrialOrganization(ctx context.Context, in *ConvertTrialOrganizationRequest, opts ...grpc.CallOption) (*ConvertTrialOrganizationResponse, error)
}

EnvironmentServiceClient is the client API for EnvironmentService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type EnvironmentServiceServer

type EnvironmentServiceServer interface {
	GetEnvironmentV2(context.Context, *GetEnvironmentV2Request) (*GetEnvironmentV2Response, error)
	ListEnvironmentsV2(context.Context, *ListEnvironmentsV2Request) (*ListEnvironmentsV2Response, error)
	CreateEnvironmentV2(context.Context, *CreateEnvironmentV2Request) (*CreateEnvironmentV2Response, error)
	UpdateEnvironmentV2(context.Context, *UpdateEnvironmentV2Request) (*UpdateEnvironmentV2Response, error)
	ArchiveEnvironmentV2(context.Context, *ArchiveEnvironmentV2Request) (*ArchiveEnvironmentV2Response, error)
	UnarchiveEnvironmentV2(context.Context, *UnarchiveEnvironmentV2Request) (*UnarchiveEnvironmentV2Response, error)
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	CreateTrialProject(context.Context, *CreateTrialProjectRequest) (*CreateTrialProjectResponse, error)
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	EnableProject(context.Context, *EnableProjectRequest) (*EnableProjectResponse, error)
	DisableProject(context.Context, *DisableProjectRequest) (*DisableProjectResponse, error)
	ConvertTrialProject(context.Context, *ConvertTrialProjectRequest) (*ConvertTrialProjectResponse, error)
	GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
	ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
	CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
	EnableOrganization(context.Context, *EnableOrganizationRequest) (*EnableOrganizationResponse, error)
	DisableOrganization(context.Context, *DisableOrganizationRequest) (*DisableOrganizationResponse, error)
	ArchiveOrganization(context.Context, *ArchiveOrganizationRequest) (*ArchiveOrganizationResponse, error)
	UnarchiveOrganization(context.Context, *UnarchiveOrganizationRequest) (*UnarchiveOrganizationResponse, error)
	ConvertTrialOrganization(context.Context, *ConvertTrialOrganizationRequest) (*ConvertTrialOrganizationResponse, error)
}

EnvironmentServiceServer is the server API for EnvironmentService service.

type EnvironmentV2

type EnvironmentV2 struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	UrlCode        string `protobuf:"bytes,3,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	Description    string `protobuf:"bytes,4,opt,name=description,proto3" json:"description"` // optional
	ProjectId      string `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id"`
	Archived       bool   `protobuf:"varint,6,opt,name=archived,proto3" json:"archived"`
	CreatedAt      int64  `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	UpdatedAt      int64  `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"`
	OrganizationId string `protobuf:"bytes,9,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"`
	RequireComment bool   `protobuf:"varint,10,opt,name=require_comment,json=requireComment,proto3" json:"require_comment"`
	// contains filtered or unexported fields
}

func (*EnvironmentV2) Descriptor deprecated

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

Deprecated: Use EnvironmentV2.ProtoReflect.Descriptor instead.

func (*EnvironmentV2) GetArchived

func (x *EnvironmentV2) GetArchived() bool

func (*EnvironmentV2) GetCreatedAt

func (x *EnvironmentV2) GetCreatedAt() int64

func (*EnvironmentV2) GetDescription

func (x *EnvironmentV2) GetDescription() string

func (*EnvironmentV2) GetId

func (x *EnvironmentV2) GetId() string

func (*EnvironmentV2) GetName

func (x *EnvironmentV2) GetName() string

func (*EnvironmentV2) GetOrganizationId

func (x *EnvironmentV2) GetOrganizationId() string

func (*EnvironmentV2) GetProjectId

func (x *EnvironmentV2) GetProjectId() string

func (*EnvironmentV2) GetRequireComment

func (x *EnvironmentV2) GetRequireComment() bool

func (*EnvironmentV2) GetUpdatedAt

func (x *EnvironmentV2) GetUpdatedAt() int64

func (*EnvironmentV2) GetUrlCode

func (x *EnvironmentV2) GetUrlCode() string

func (*EnvironmentV2) ProtoMessage

func (*EnvironmentV2) ProtoMessage()

func (*EnvironmentV2) ProtoReflect

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

func (*EnvironmentV2) Reset

func (x *EnvironmentV2) Reset()

func (*EnvironmentV2) String

func (x *EnvironmentV2) String() string

type GetEnvironmentV2Request

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

func (*GetEnvironmentV2Request) Descriptor deprecated

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

Deprecated: Use GetEnvironmentV2Request.ProtoReflect.Descriptor instead.

func (*GetEnvironmentV2Request) GetId

func (x *GetEnvironmentV2Request) GetId() string

func (*GetEnvironmentV2Request) ProtoMessage

func (*GetEnvironmentV2Request) ProtoMessage()

func (*GetEnvironmentV2Request) ProtoReflect

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

func (*GetEnvironmentV2Request) Reset

func (x *GetEnvironmentV2Request) Reset()

func (*GetEnvironmentV2Request) String

func (x *GetEnvironmentV2Request) String() string

type GetEnvironmentV2Response

type GetEnvironmentV2Response struct {
	Environment *EnvironmentV2 `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment"`
	// contains filtered or unexported fields
}

func (*GetEnvironmentV2Response) Descriptor deprecated

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

Deprecated: Use GetEnvironmentV2Response.ProtoReflect.Descriptor instead.

func (*GetEnvironmentV2Response) GetEnvironment

func (x *GetEnvironmentV2Response) GetEnvironment() *EnvironmentV2

func (*GetEnvironmentV2Response) ProtoMessage

func (*GetEnvironmentV2Response) ProtoMessage()

func (*GetEnvironmentV2Response) ProtoReflect

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

func (*GetEnvironmentV2Response) Reset

func (x *GetEnvironmentV2Response) Reset()

func (*GetEnvironmentV2Response) String

func (x *GetEnvironmentV2Response) String() string

type GetOrganizationRequest

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

func (*GetOrganizationRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetId

func (x *GetOrganizationRequest) GetId() string

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

type GetOrganizationResponse

type GetOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization"`
	// contains filtered or unexported fields
}

func (*GetOrganizationResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

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

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

type GetProjectRequest

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

func (*GetProjectRequest) Descriptor deprecated

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetId

func (x *GetProjectRequest) GetId() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

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

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type GetProjectResponse

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

func (*GetProjectResponse) Descriptor deprecated

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

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject

func (x *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

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

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

type ListEnvironmentsV2Request

type ListEnvironmentsV2Request struct {
	PageSize       int64                                    `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Cursor         string                                   `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	OrderBy        ListEnvironmentsV2Request_OrderBy        `` /* 134-byte string literal not displayed */
	OrderDirection ListEnvironmentsV2Request_OrderDirection `` /* 162-byte string literal not displayed */
	ProjectId      string                                   `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id"`
	Archived       *wrapperspb.BoolValue                    `protobuf:"bytes,6,opt,name=archived,proto3" json:"archived"`
	SearchKeyword  string                                   `protobuf:"bytes,7,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"`
	OrganizationId string                                   `protobuf:"bytes,8,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"`
	// contains filtered or unexported fields
}

func (*ListEnvironmentsV2Request) Descriptor deprecated

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

Deprecated: Use ListEnvironmentsV2Request.ProtoReflect.Descriptor instead.

func (*ListEnvironmentsV2Request) GetArchived

func (*ListEnvironmentsV2Request) GetCursor

func (x *ListEnvironmentsV2Request) GetCursor() string

func (*ListEnvironmentsV2Request) GetOrderBy

func (*ListEnvironmentsV2Request) GetOrderDirection

func (*ListEnvironmentsV2Request) GetOrganizationId

func (x *ListEnvironmentsV2Request) GetOrganizationId() string

func (*ListEnvironmentsV2Request) GetPageSize

func (x *ListEnvironmentsV2Request) GetPageSize() int64

func (*ListEnvironmentsV2Request) GetProjectId

func (x *ListEnvironmentsV2Request) GetProjectId() string

func (*ListEnvironmentsV2Request) GetSearchKeyword

func (x *ListEnvironmentsV2Request) GetSearchKeyword() string

func (*ListEnvironmentsV2Request) ProtoMessage

func (*ListEnvironmentsV2Request) ProtoMessage()

func (*ListEnvironmentsV2Request) ProtoReflect

func (*ListEnvironmentsV2Request) Reset

func (x *ListEnvironmentsV2Request) Reset()

func (*ListEnvironmentsV2Request) String

func (x *ListEnvironmentsV2Request) String() string

type ListEnvironmentsV2Request_OrderBy

type ListEnvironmentsV2Request_OrderBy int32
const (
	ListEnvironmentsV2Request_DEFAULT    ListEnvironmentsV2Request_OrderBy = 0
	ListEnvironmentsV2Request_ID         ListEnvironmentsV2Request_OrderBy = 1
	ListEnvironmentsV2Request_NAME       ListEnvironmentsV2Request_OrderBy = 2
	ListEnvironmentsV2Request_URL_CODE   ListEnvironmentsV2Request_OrderBy = 3
	ListEnvironmentsV2Request_CREATED_AT ListEnvironmentsV2Request_OrderBy = 4
	ListEnvironmentsV2Request_UPDATED_AT ListEnvironmentsV2Request_OrderBy = 5
)

func (ListEnvironmentsV2Request_OrderBy) Descriptor

func (ListEnvironmentsV2Request_OrderBy) Enum

func (ListEnvironmentsV2Request_OrderBy) EnumDescriptor deprecated

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

Deprecated: Use ListEnvironmentsV2Request_OrderBy.Descriptor instead.

func (ListEnvironmentsV2Request_OrderBy) Number

func (ListEnvironmentsV2Request_OrderBy) String

func (ListEnvironmentsV2Request_OrderBy) Type

type ListEnvironmentsV2Request_OrderDirection

type ListEnvironmentsV2Request_OrderDirection int32
const (
	ListEnvironmentsV2Request_ASC  ListEnvironmentsV2Request_OrderDirection = 0
	ListEnvironmentsV2Request_DESC ListEnvironmentsV2Request_OrderDirection = 1
)

func (ListEnvironmentsV2Request_OrderDirection) Descriptor

func (ListEnvironmentsV2Request_OrderDirection) Enum

func (ListEnvironmentsV2Request_OrderDirection) EnumDescriptor deprecated

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

Deprecated: Use ListEnvironmentsV2Request_OrderDirection.Descriptor instead.

func (ListEnvironmentsV2Request_OrderDirection) Number

func (ListEnvironmentsV2Request_OrderDirection) String

func (ListEnvironmentsV2Request_OrderDirection) Type

type ListEnvironmentsV2Response

type ListEnvironmentsV2Response struct {
	Environments []*EnvironmentV2 `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments"`
	Cursor       string           `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	TotalCount   int64            `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"`
	// contains filtered or unexported fields
}

func (*ListEnvironmentsV2Response) Descriptor deprecated

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

Deprecated: Use ListEnvironmentsV2Response.ProtoReflect.Descriptor instead.

func (*ListEnvironmentsV2Response) GetCursor

func (x *ListEnvironmentsV2Response) GetCursor() string

func (*ListEnvironmentsV2Response) GetEnvironments

func (x *ListEnvironmentsV2Response) GetEnvironments() []*EnvironmentV2

func (*ListEnvironmentsV2Response) GetTotalCount

func (x *ListEnvironmentsV2Response) GetTotalCount() int64

func (*ListEnvironmentsV2Response) ProtoMessage

func (*ListEnvironmentsV2Response) ProtoMessage()

func (*ListEnvironmentsV2Response) ProtoReflect

func (*ListEnvironmentsV2Response) Reset

func (x *ListEnvironmentsV2Response) Reset()

func (*ListEnvironmentsV2Response) String

func (x *ListEnvironmentsV2Response) String() string

type ListOrganizationsRequest

type ListOrganizationsRequest struct {
	PageSize       int64                                   `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Cursor         string                                  `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	OrderBy        ListOrganizationsRequest_OrderBy        `` /* 133-byte string literal not displayed */
	OrderDirection ListOrganizationsRequest_OrderDirection `` /* 161-byte string literal not displayed */
	SearchKeyword  string                                  `protobuf:"bytes,5,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"`
	Disabled       *wrapperspb.BoolValue                   `protobuf:"bytes,6,opt,name=disabled,proto3" json:"disabled"`
	Archived       *wrapperspb.BoolValue                   `protobuf:"bytes,7,opt,name=archived,proto3" json:"archived"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetArchived

func (x *ListOrganizationsRequest) GetArchived() *wrapperspb.BoolValue

func (*ListOrganizationsRequest) GetCursor

func (x *ListOrganizationsRequest) GetCursor() string

func (*ListOrganizationsRequest) GetDisabled

func (x *ListOrganizationsRequest) GetDisabled() *wrapperspb.BoolValue

func (*ListOrganizationsRequest) GetOrderBy

func (*ListOrganizationsRequest) GetOrderDirection

func (*ListOrganizationsRequest) GetPageSize

func (x *ListOrganizationsRequest) GetPageSize() int64

func (*ListOrganizationsRequest) GetSearchKeyword

func (x *ListOrganizationsRequest) GetSearchKeyword() string

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (x *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

type ListOrganizationsRequest_OrderBy

type ListOrganizationsRequest_OrderBy int32
const (
	ListOrganizationsRequest_DEFAULT    ListOrganizationsRequest_OrderBy = 0
	ListOrganizationsRequest_ID         ListOrganizationsRequest_OrderBy = 1
	ListOrganizationsRequest_CREATED_AT ListOrganizationsRequest_OrderBy = 2
	ListOrganizationsRequest_UPDATED_AT ListOrganizationsRequest_OrderBy = 3
	ListOrganizationsRequest_NAME       ListOrganizationsRequest_OrderBy = 4
	ListOrganizationsRequest_URL_CODE   ListOrganizationsRequest_OrderBy = 5
)

func (ListOrganizationsRequest_OrderBy) Descriptor

func (ListOrganizationsRequest_OrderBy) Enum

func (ListOrganizationsRequest_OrderBy) EnumDescriptor deprecated

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

Deprecated: Use ListOrganizationsRequest_OrderBy.Descriptor instead.

func (ListOrganizationsRequest_OrderBy) Number

func (ListOrganizationsRequest_OrderBy) String

func (ListOrganizationsRequest_OrderBy) Type

type ListOrganizationsRequest_OrderDirection

type ListOrganizationsRequest_OrderDirection int32
const (
	ListOrganizationsRequest_ASC  ListOrganizationsRequest_OrderDirection = 0
	ListOrganizationsRequest_DESC ListOrganizationsRequest_OrderDirection = 1
)

func (ListOrganizationsRequest_OrderDirection) Descriptor

func (ListOrganizationsRequest_OrderDirection) Enum

func (ListOrganizationsRequest_OrderDirection) EnumDescriptor deprecated

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

Deprecated: Use ListOrganizationsRequest_OrderDirection.Descriptor instead.

func (ListOrganizationsRequest_OrderDirection) Number

func (ListOrganizationsRequest_OrderDirection) String

func (ListOrganizationsRequest_OrderDirection) Type

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=Organizations,proto3" json:"Organizations"`
	Cursor        string          `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	TotalCount    int64           `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetCursor

func (x *ListOrganizationsResponse) GetCursor() string

func (*ListOrganizationsResponse) GetOrganizations

func (x *ListOrganizationsResponse) GetOrganizations() []*Organization

func (*ListOrganizationsResponse) GetTotalCount

func (x *ListOrganizationsResponse) GetTotalCount() int64

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

func (*ListOrganizationsResponse) Reset

func (x *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {
	PageSize        int64                              `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Cursor          string                             `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	OrderBy         ListProjectsRequest_OrderBy        `` /* 128-byte string literal not displayed */
	OrderDirection  ListProjectsRequest_OrderDirection `` /* 156-byte string literal not displayed */
	SearchKeyword   string                             `protobuf:"bytes,5,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"`
	Disabled        *wrapperspb.BoolValue              `protobuf:"bytes,6,opt,name=disabled,proto3" json:"disabled"`
	OrganizationIds []string                           `protobuf:"bytes,7,rep,name=organization_ids,json=organizationIds,proto3" json:"organization_ids"`
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

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

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetCursor

func (x *ListProjectsRequest) GetCursor() string

func (*ListProjectsRequest) GetDisabled

func (x *ListProjectsRequest) GetDisabled() *wrapperspb.BoolValue

func (*ListProjectsRequest) GetOrderBy

func (*ListProjectsRequest) GetOrderDirection

func (*ListProjectsRequest) GetOrganizationIds

func (x *ListProjectsRequest) GetOrganizationIds() []string

func (*ListProjectsRequest) GetPageSize

func (x *ListProjectsRequest) GetPageSize() int64

func (*ListProjectsRequest) GetSearchKeyword

func (x *ListProjectsRequest) GetSearchKeyword() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

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

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsRequest_OrderBy

type ListProjectsRequest_OrderBy int32
const (
	ListProjectsRequest_DEFAULT    ListProjectsRequest_OrderBy = 0
	ListProjectsRequest_ID         ListProjectsRequest_OrderBy = 1
	ListProjectsRequest_CREATED_AT ListProjectsRequest_OrderBy = 2
	ListProjectsRequest_UPDATED_AT ListProjectsRequest_OrderBy = 3
	ListProjectsRequest_NAME       ListProjectsRequest_OrderBy = 4
	ListProjectsRequest_URL_CODE   ListProjectsRequest_OrderBy = 5
)

func (ListProjectsRequest_OrderBy) Descriptor

func (ListProjectsRequest_OrderBy) Enum

func (ListProjectsRequest_OrderBy) EnumDescriptor deprecated

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

Deprecated: Use ListProjectsRequest_OrderBy.Descriptor instead.

func (ListProjectsRequest_OrderBy) Number

func (ListProjectsRequest_OrderBy) String

func (ListProjectsRequest_OrderBy) Type

type ListProjectsRequest_OrderDirection

type ListProjectsRequest_OrderDirection int32
const (
	ListProjectsRequest_ASC  ListProjectsRequest_OrderDirection = 0
	ListProjectsRequest_DESC ListProjectsRequest_OrderDirection = 1
)

func (ListProjectsRequest_OrderDirection) Descriptor

func (ListProjectsRequest_OrderDirection) Enum

func (ListProjectsRequest_OrderDirection) EnumDescriptor deprecated

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

Deprecated: Use ListProjectsRequest_OrderDirection.Descriptor instead.

func (ListProjectsRequest_OrderDirection) Number

func (ListProjectsRequest_OrderDirection) String

func (ListProjectsRequest_OrderDirection) Type

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects   []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects"`
	Cursor     string     `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"`
	TotalCount int64      `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

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

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetCursor

func (x *ListProjectsResponse) GetCursor() string

func (*ListProjectsResponse) GetProjects

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

func (*ListProjectsResponse) GetTotalCount

func (x *ListProjectsResponse) GetTotalCount() int64

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

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

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type Organization

type Organization struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
	UrlCode     string `protobuf:"bytes,3,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description"` // optional
	Disabled    bool   `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled"`
	Archived    bool   `protobuf:"varint,6,opt,name=archived,proto3" json:"archived"`
	Trial       bool   `protobuf:"varint,7,opt,name=trial,proto3" json:"trial"`
	CreatedAt   int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	UpdatedAt   int64  `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"`
	SystemAdmin bool   `protobuf:"varint,10,opt,name=system_admin,json=systemAdmin,proto3" json:"system_admin"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetArchived

func (x *Organization) GetArchived() bool

func (*Organization) GetCreatedAt

func (x *Organization) GetCreatedAt() int64

func (*Organization) GetDescription

func (x *Organization) GetDescription() string

func (*Organization) GetDisabled

func (x *Organization) GetDisabled() bool

func (*Organization) GetId

func (x *Organization) GetId() string

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetSystemAdmin

func (x *Organization) GetSystemAdmin() bool

func (*Organization) GetTrial

func (x *Organization) GetTrial() bool

func (*Organization) GetUpdatedAt

func (x *Organization) GetUpdatedAt() int64

func (*Organization) GetUrlCode

func (x *Organization) GetUrlCode() string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type Project

type Project struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Description    string `protobuf:"bytes,2,opt,name=description,proto3" json:"description"` // optional
	Disabled       bool   `protobuf:"varint,3,opt,name=disabled,proto3" json:"disabled"`
	Trial          bool   `protobuf:"varint,4,opt,name=trial,proto3" json:"trial"`
	CreatorEmail   string `protobuf:"bytes,5,opt,name=creator_email,json=creatorEmail,proto3" json:"creator_email"`
	CreatedAt      int64  `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
	UpdatedAt      int64  `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"`
	Name           string `protobuf:"bytes,8,opt,name=name,proto3" json:"name"`
	UrlCode        string `protobuf:"bytes,9,opt,name=url_code,json=urlCode,proto3" json:"url_code"`
	OrganizationId string `protobuf:"bytes,10,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() int64

func (*Project) GetCreatorEmail

func (x *Project) GetCreatorEmail() string

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetDisabled

func (x *Project) GetDisabled() bool

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOrganizationId

func (x *Project) GetOrganizationId() string

func (*Project) GetTrial

func (x *Project) GetTrial() bool

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() int64

func (*Project) GetUrlCode

func (x *Project) GetUrlCode() 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 RenameEnvironmentV2Command

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

func (*RenameEnvironmentV2Command) Descriptor deprecated

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

Deprecated: Use RenameEnvironmentV2Command.ProtoReflect.Descriptor instead.

func (*RenameEnvironmentV2Command) GetName

func (x *RenameEnvironmentV2Command) GetName() string

func (*RenameEnvironmentV2Command) ProtoMessage

func (*RenameEnvironmentV2Command) ProtoMessage()

func (*RenameEnvironmentV2Command) ProtoReflect

func (*RenameEnvironmentV2Command) Reset

func (x *RenameEnvironmentV2Command) Reset()

func (*RenameEnvironmentV2Command) String

func (x *RenameEnvironmentV2Command) String() string

type RenameProjectCommand

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

func (*RenameProjectCommand) Descriptor deprecated

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

Deprecated: Use RenameProjectCommand.ProtoReflect.Descriptor instead.

func (*RenameProjectCommand) GetName

func (x *RenameProjectCommand) GetName() string

func (*RenameProjectCommand) ProtoMessage

func (*RenameProjectCommand) ProtoMessage()

func (*RenameProjectCommand) ProtoReflect

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

func (*RenameProjectCommand) Reset

func (x *RenameProjectCommand) Reset()

func (*RenameProjectCommand) String

func (x *RenameProjectCommand) String() string

type UnarchiveEnvironmentV2Command

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

func (*UnarchiveEnvironmentV2Command) Descriptor deprecated

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

Deprecated: Use UnarchiveEnvironmentV2Command.ProtoReflect.Descriptor instead.

func (*UnarchiveEnvironmentV2Command) ProtoMessage

func (*UnarchiveEnvironmentV2Command) ProtoMessage()

func (*UnarchiveEnvironmentV2Command) ProtoReflect

func (*UnarchiveEnvironmentV2Command) Reset

func (x *UnarchiveEnvironmentV2Command) Reset()

func (*UnarchiveEnvironmentV2Command) String

type UnarchiveEnvironmentV2Request

type UnarchiveEnvironmentV2Request struct {
	Id      string                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *UnarchiveEnvironmentV2Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*UnarchiveEnvironmentV2Request) Descriptor deprecated

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

Deprecated: Use UnarchiveEnvironmentV2Request.ProtoReflect.Descriptor instead.

func (*UnarchiveEnvironmentV2Request) GetCommand

func (*UnarchiveEnvironmentV2Request) GetId

func (*UnarchiveEnvironmentV2Request) ProtoMessage

func (*UnarchiveEnvironmentV2Request) ProtoMessage()

func (*UnarchiveEnvironmentV2Request) ProtoReflect

func (*UnarchiveEnvironmentV2Request) Reset

func (x *UnarchiveEnvironmentV2Request) Reset()

func (*UnarchiveEnvironmentV2Request) String

type UnarchiveEnvironmentV2Response

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

func (*UnarchiveEnvironmentV2Response) Descriptor deprecated

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

Deprecated: Use UnarchiveEnvironmentV2Response.ProtoReflect.Descriptor instead.

func (*UnarchiveEnvironmentV2Response) ProtoMessage

func (*UnarchiveEnvironmentV2Response) ProtoMessage()

func (*UnarchiveEnvironmentV2Response) ProtoReflect

func (*UnarchiveEnvironmentV2Response) Reset

func (x *UnarchiveEnvironmentV2Response) Reset()

func (*UnarchiveEnvironmentV2Response) String

type UnarchiveOrganizationCommand

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

func (*UnarchiveOrganizationCommand) Descriptor deprecated

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

Deprecated: Use UnarchiveOrganizationCommand.ProtoReflect.Descriptor instead.

func (*UnarchiveOrganizationCommand) ProtoMessage

func (*UnarchiveOrganizationCommand) ProtoMessage()

func (*UnarchiveOrganizationCommand) ProtoReflect

func (*UnarchiveOrganizationCommand) Reset

func (x *UnarchiveOrganizationCommand) Reset()

func (*UnarchiveOrganizationCommand) String

type UnarchiveOrganizationRequest

type UnarchiveOrganizationRequest struct {
	Id      string                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Command *UnarchiveOrganizationCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"`
	// contains filtered or unexported fields
}

func (*UnarchiveOrganizationRequest) Descriptor deprecated

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

Deprecated: Use UnarchiveOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UnarchiveOrganizationRequest) GetCommand

func (*UnarchiveOrganizationRequest) GetId

func (*UnarchiveOrganizationRequest) ProtoMessage

func (*UnarchiveOrganizationRequest) ProtoMessage()

func (*UnarchiveOrganizationRequest) ProtoReflect

func (*UnarchiveOrganizationRequest) Reset

func (x *UnarchiveOrganizationRequest) Reset()

func (*UnarchiveOrganizationRequest) String

type UnarchiveOrganizationResponse

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

func (*UnarchiveOrganizationResponse) Descriptor deprecated

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

Deprecated: Use UnarchiveOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UnarchiveOrganizationResponse) ProtoMessage

func (*UnarchiveOrganizationResponse) ProtoMessage()

func (*UnarchiveOrganizationResponse) ProtoReflect

func (*UnarchiveOrganizationResponse) Reset

func (x *UnarchiveOrganizationResponse) Reset()

func (*UnarchiveOrganizationResponse) String

type UnimplementedEnvironmentServiceServer

type UnimplementedEnvironmentServiceServer struct {
}

UnimplementedEnvironmentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedEnvironmentServiceServer) ArchiveEnvironmentV2

func (*UnimplementedEnvironmentServiceServer) ArchiveOrganization

func (*UnimplementedEnvironmentServiceServer) ConvertTrialProject

func (*UnimplementedEnvironmentServiceServer) CreateEnvironmentV2

func (*UnimplementedEnvironmentServiceServer) CreateOrganization

func (*UnimplementedEnvironmentServiceServer) CreateProject

func (*UnimplementedEnvironmentServiceServer) CreateTrialProject

func (*UnimplementedEnvironmentServiceServer) DisableOrganization

func (*UnimplementedEnvironmentServiceServer) DisableProject

func (*UnimplementedEnvironmentServiceServer) EnableOrganization

func (*UnimplementedEnvironmentServiceServer) EnableProject

func (*UnimplementedEnvironmentServiceServer) GetEnvironmentV2

func (*UnimplementedEnvironmentServiceServer) GetOrganization

func (*UnimplementedEnvironmentServiceServer) GetProject

func (*UnimplementedEnvironmentServiceServer) ListEnvironmentsV2

func (*UnimplementedEnvironmentServiceServer) ListOrganizations

func (*UnimplementedEnvironmentServiceServer) ListProjects

func (*UnimplementedEnvironmentServiceServer) UnarchiveEnvironmentV2

func (*UnimplementedEnvironmentServiceServer) UnarchiveOrganization

func (*UnimplementedEnvironmentServiceServer) UpdateEnvironmentV2

func (*UnimplementedEnvironmentServiceServer) UpdateOrganization

func (*UnimplementedEnvironmentServiceServer) UpdateProject

type UpdateEnvironmentV2Request

type UpdateEnvironmentV2Request struct {
	Id                          string                                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	RenameCommand               *RenameEnvironmentV2Command            `protobuf:"bytes,2,opt,name=rename_command,json=renameCommand,proto3" json:"rename_command"`
	ChangeDescriptionCommand    *ChangeDescriptionEnvironmentV2Command `protobuf:"bytes,3,opt,name=change_description_command,json=changeDescriptionCommand,proto3" json:"change_description_command"`
	ChangeRequireCommentCommand *ChangeRequireCommentCommand           `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateEnvironmentV2Request) Descriptor deprecated

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

Deprecated: Use UpdateEnvironmentV2Request.ProtoReflect.Descriptor instead.

func (*UpdateEnvironmentV2Request) GetChangeDescriptionCommand

func (x *UpdateEnvironmentV2Request) GetChangeDescriptionCommand() *ChangeDescriptionEnvironmentV2Command

func (*UpdateEnvironmentV2Request) GetChangeRequireCommentCommand

func (x *UpdateEnvironmentV2Request) GetChangeRequireCommentCommand() *ChangeRequireCommentCommand

func (*UpdateEnvironmentV2Request) GetId

func (*UpdateEnvironmentV2Request) GetRenameCommand

func (*UpdateEnvironmentV2Request) ProtoMessage

func (*UpdateEnvironmentV2Request) ProtoMessage()

func (*UpdateEnvironmentV2Request) ProtoReflect

func (*UpdateEnvironmentV2Request) Reset

func (x *UpdateEnvironmentV2Request) Reset()

func (*UpdateEnvironmentV2Request) String

func (x *UpdateEnvironmentV2Request) String() string

type UpdateEnvironmentV2Response

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

func (*UpdateEnvironmentV2Response) Descriptor deprecated

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

Deprecated: Use UpdateEnvironmentV2Response.ProtoReflect.Descriptor instead.

func (*UpdateEnvironmentV2Response) ProtoMessage

func (*UpdateEnvironmentV2Response) ProtoMessage()

func (*UpdateEnvironmentV2Response) ProtoReflect

func (*UpdateEnvironmentV2Response) Reset

func (x *UpdateEnvironmentV2Response) Reset()

func (*UpdateEnvironmentV2Response) String

func (x *UpdateEnvironmentV2Response) String() string

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	Id                       string                                `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	RenameCommand            *ChangeNameOrganizationCommand        `protobuf:"bytes,2,opt,name=rename_command,json=renameCommand,proto3" json:"rename_command"`
	ChangeDescriptionCommand *ChangeDescriptionOrganizationCommand `protobuf:"bytes,3,opt,name=change_description_command,json=changeDescriptionCommand,proto3" json:"change_description_command"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetChangeDescriptionCommand

func (x *UpdateOrganizationRequest) GetChangeDescriptionCommand() *ChangeDescriptionOrganizationCommand

func (*UpdateOrganizationRequest) GetId

func (x *UpdateOrganizationRequest) GetId() string

func (*UpdateOrganizationRequest) GetRenameCommand

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

type UpdateOrganizationResponse

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

func (*UpdateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Id                       string                           `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	ChangeDescriptionCommand *ChangeDescriptionProjectCommand `protobuf:"bytes,2,opt,name=change_description_command,json=changeDescriptionCommand,proto3" json:"change_description_command"`
	RenameCommand            *RenameProjectCommand            `protobuf:"bytes,3,opt,name=rename_command,json=renameCommand,proto3" json:"rename_command"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated

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

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetChangeDescriptionCommand

func (x *UpdateProjectRequest) GetChangeDescriptionCommand() *ChangeDescriptionProjectCommand

func (*UpdateProjectRequest) GetId

func (x *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) GetRenameCommand

func (x *UpdateProjectRequest) GetRenameCommand() *RenameProjectCommand

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

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

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

type UpdateProjectResponse

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

func (*UpdateProjectResponse) Descriptor deprecated

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

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect

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

func (*UpdateProjectResponse) Reset

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (x *UpdateProjectResponse) String() string

Jump to

Keyboard shortcuts

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