controllerv1

package
v1.36.11-2025091615041... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ServerState_name = map[int32]string{
		0: "UNKNOWN_STATE",
		1: "PREPARING",
		2: "STARTING",
		3: "AVAILABLE",
		4: "INGAME",
		5: "STOPPING",
	}
	ServerState_value = map[string]int32{
		"UNKNOWN_STATE": 0,
		"PREPARING":     1,
		"STARTING":      2,
		"AVAILABLE":     3,
		"INGAME":        4,
		"STOPPING":      5,
	}
)

Enum value maps for ServerState.

View Source
var (
	ServerType_name = map[int32]string{
		0: "UNKNOWN_SERVER",
		1: "SERVER",
		2: "PROXY",
	}
	ServerType_value = map[string]int32{
		"UNKNOWN_SERVER": 0,
		"SERVER":         1,
		"PROXY":          2,
	}
)

Enum value maps for ServerType.

View Source
var (
	ServerStartCause_name = map[int32]string{
		0: "UNKNOWN_START",
		1: "RECONCILER_START",
		2: "USER_START",
		3: "API_START",
	}
	ServerStartCause_value = map[string]int32{
		"UNKNOWN_START":    0,
		"RECONCILER_START": 1,
		"USER_START":       2,
		"API_START":        3,
	}
)

Enum value maps for ServerStartCause.

View Source
var (
	ServerTerminationMode_name = map[int32]string{
		0: "UNKNOWN_MODE",
		1: "GRACEFUL",
		2: "FORCED",
	}
	ServerTerminationMode_value = map[string]int32{
		"UNKNOWN_MODE": 0,
		"GRACEFUL":     1,
		"FORCED":       2,
	}
)

Enum value maps for ServerTerminationMode.

View Source
var (
	ServerStopCause_name = map[int32]string{
		0: "UNKNOWN_STOP",
		1: "RECONCILE_STOP",
		2: "USER_STOP",
		3: "API_STOP",
		4: "TIMEOUT_STOP",
		5: "NATURAL_STOP",
	}
	ServerStopCause_value = map[string]int32{
		"UNKNOWN_STOP":   0,
		"RECONCILE_STOP": 1,
		"USER_STOP":      2,
		"API_STOP":       3,
		"TIMEOUT_STOP":   4,
		"NATURAL_STOP":   5,
	}
)

Enum value maps for ServerStopCause.

View Source
var File_simplecloud_controller_v1_controller_droplet_api_proto protoreflect.FileDescriptor
View Source
var File_simplecloud_controller_v1_controller_group_api_proto protoreflect.FileDescriptor
View Source
var File_simplecloud_controller_v1_controller_server_api_proto protoreflect.FileDescriptor
View Source
var File_simplecloud_controller_v1_controller_types_proto protoreflect.FileDescriptor
View Source
var File_simplecloud_controller_v1_event_types_proto protoreflect.FileDescriptor
View Source
var File_simplecloud_controller_v1_server_host_api_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AttachServerHostRequest

type AttachServerHostRequest struct {
	ServerHost *ServerHostDefinition `protobuf:"bytes,1,opt,name=server_host,json=serverHost,proto3" json:"server_host,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachServerHostRequest) ClearServerHost

func (x *AttachServerHostRequest) ClearServerHost()

func (*AttachServerHostRequest) GetServerHost

func (x *AttachServerHostRequest) GetServerHost() *ServerHostDefinition

func (*AttachServerHostRequest) HasServerHost

func (x *AttachServerHostRequest) HasServerHost() bool

func (*AttachServerHostRequest) ProtoMessage

func (*AttachServerHostRequest) ProtoMessage()

func (*AttachServerHostRequest) ProtoReflect

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

func (*AttachServerHostRequest) Reset

func (x *AttachServerHostRequest) Reset()

func (*AttachServerHostRequest) SetServerHost

func (x *AttachServerHostRequest) SetServerHost(v *ServerHostDefinition)

func (*AttachServerHostRequest) String

func (x *AttachServerHostRequest) String() string

type AttachServerHostRequest_builder

type AttachServerHostRequest_builder struct {
	ServerHost *ServerHostDefinition
	// contains filtered or unexported fields
}

func (AttachServerHostRequest_builder) Build

type ControllerStartMultipleServersRequest

type ControllerStartMultipleServersRequest struct {
	GroupName  string           `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	StartCause ServerStartCause `` /* 140-byte string literal not displayed */
	Amount     uint32           `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*ControllerStartMultipleServersRequest) GetAmount

func (*ControllerStartMultipleServersRequest) GetGroupName

func (*ControllerStartMultipleServersRequest) GetStartCause

func (*ControllerStartMultipleServersRequest) ProtoMessage

func (*ControllerStartMultipleServersRequest) ProtoMessage()

func (*ControllerStartMultipleServersRequest) ProtoReflect

func (*ControllerStartMultipleServersRequest) Reset

func (*ControllerStartMultipleServersRequest) SetAmount

func (*ControllerStartMultipleServersRequest) SetGroupName

func (x *ControllerStartMultipleServersRequest) SetGroupName(v string)

func (*ControllerStartMultipleServersRequest) SetStartCause

func (*ControllerStartMultipleServersRequest) String

type ControllerStartMultipleServersRequest_builder

type ControllerStartMultipleServersRequest_builder struct {
	GroupName  string
	StartCause ServerStartCause
	Amount     uint32
	// contains filtered or unexported fields
}

func (ControllerStartMultipleServersRequest_builder) Build

type ControllerStartServerRequest

type ControllerStartServerRequest struct {
	GroupName  string           `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	StartCause ServerStartCause `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ControllerStartServerRequest) GetGroupName

func (x *ControllerStartServerRequest) GetGroupName() string

func (*ControllerStartServerRequest) GetStartCause

func (*ControllerStartServerRequest) ProtoMessage

func (*ControllerStartServerRequest) ProtoMessage()

func (*ControllerStartServerRequest) ProtoReflect

func (*ControllerStartServerRequest) Reset

func (x *ControllerStartServerRequest) Reset()

func (*ControllerStartServerRequest) SetGroupName

func (x *ControllerStartServerRequest) SetGroupName(v string)

func (*ControllerStartServerRequest) SetStartCause

func (x *ControllerStartServerRequest) SetStartCause(v ServerStartCause)

func (*ControllerStartServerRequest) String

type ControllerStartServerRequest_builder

type ControllerStartServerRequest_builder struct {
	GroupName  string
	StartCause ServerStartCause
	// contains filtered or unexported fields
}

func (ControllerStartServerRequest_builder) Build

type CreateGroupRequest

type CreateGroupRequest struct {
	Group *GroupDefinition `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupRequest) ClearGroup

func (x *CreateGroupRequest) ClearGroup()

func (*CreateGroupRequest) GetGroup

func (x *CreateGroupRequest) GetGroup() *GroupDefinition

func (*CreateGroupRequest) HasGroup

func (x *CreateGroupRequest) HasGroup() bool

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

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

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) SetGroup

func (x *CreateGroupRequest) SetGroup(v *GroupDefinition)

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

type CreateGroupRequest_builder

type CreateGroupRequest_builder struct {
	Group *GroupDefinition
	// contains filtered or unexported fields
}

func (CreateGroupRequest_builder) Build

type DeleteFileRequest

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

func (*DeleteFileRequest) GetPath

func (x *DeleteFileRequest) GetPath() string

func (*DeleteFileRequest) ProtoMessage

func (*DeleteFileRequest) ProtoMessage()

func (*DeleteFileRequest) ProtoReflect

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

func (*DeleteFileRequest) Reset

func (x *DeleteFileRequest) Reset()

func (*DeleteFileRequest) SetPath

func (x *DeleteFileRequest) SetPath(v string)

func (*DeleteFileRequest) String

func (x *DeleteFileRequest) String() string

type DeleteFileRequest_builder

type DeleteFileRequest_builder struct {
	Path string
	// contains filtered or unexported fields
}

func (DeleteFileRequest_builder) Build

type DeleteFileResponse

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

func (*DeleteFileResponse) ProtoMessage

func (*DeleteFileResponse) ProtoMessage()

func (*DeleteFileResponse) ProtoReflect

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

func (*DeleteFileResponse) Reset

func (x *DeleteFileResponse) Reset()

func (*DeleteFileResponse) String

func (x *DeleteFileResponse) String() string

type DeleteFileResponse_builder

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

func (DeleteFileResponse_builder) Build

type DeleteGroupByNameRequest

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

func (*DeleteGroupByNameRequest) GetGroupName

func (x *DeleteGroupByNameRequest) GetGroupName() string

func (*DeleteGroupByNameRequest) ProtoMessage

func (*DeleteGroupByNameRequest) ProtoMessage()

func (*DeleteGroupByNameRequest) ProtoReflect

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

func (*DeleteGroupByNameRequest) Reset

func (x *DeleteGroupByNameRequest) Reset()

func (*DeleteGroupByNameRequest) SetGroupName

func (x *DeleteGroupByNameRequest) SetGroupName(v string)

func (*DeleteGroupByNameRequest) String

func (x *DeleteGroupByNameRequest) String() string

type DeleteGroupByNameRequest_builder

type DeleteGroupByNameRequest_builder struct {
	GroupName string
	// contains filtered or unexported fields
}

func (DeleteGroupByNameRequest_builder) Build

type DropletDefinition

type DropletDefinition struct {
	Type              string                 `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Id                string                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Host              string                 `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	Port              uint32                 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"`
	EnvoyPort         uint32                 `protobuf:"varint,5,opt,name=envoy_port,json=envoyPort,proto3" json:"envoy_port,omitempty"`
	UniqueId          string                 `protobuf:"bytes,6,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	DropletProperties map[string]string      `` /* 186-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DropletDefinition) ClearCreatedAt

func (x *DropletDefinition) ClearCreatedAt()

func (*DropletDefinition) GetCreatedAt

func (x *DropletDefinition) GetCreatedAt() *timestamppb.Timestamp

func (*DropletDefinition) GetDropletProperties

func (x *DropletDefinition) GetDropletProperties() map[string]string

func (*DropletDefinition) GetEnvoyPort

func (x *DropletDefinition) GetEnvoyPort() uint32

func (*DropletDefinition) GetHost

func (x *DropletDefinition) GetHost() string

func (*DropletDefinition) GetId

func (x *DropletDefinition) GetId() string

func (*DropletDefinition) GetPort

func (x *DropletDefinition) GetPort() uint32

func (*DropletDefinition) GetType

func (x *DropletDefinition) GetType() string

func (*DropletDefinition) GetUniqueId

func (x *DropletDefinition) GetUniqueId() string

func (*DropletDefinition) HasCreatedAt

func (x *DropletDefinition) HasCreatedAt() bool

func (*DropletDefinition) ProtoMessage

func (*DropletDefinition) ProtoMessage()

func (*DropletDefinition) ProtoReflect

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

func (*DropletDefinition) Reset

func (x *DropletDefinition) Reset()

func (*DropletDefinition) SetCreatedAt

func (x *DropletDefinition) SetCreatedAt(v *timestamppb.Timestamp)

func (*DropletDefinition) SetDropletProperties

func (x *DropletDefinition) SetDropletProperties(v map[string]string)

func (*DropletDefinition) SetEnvoyPort

func (x *DropletDefinition) SetEnvoyPort(v uint32)

func (*DropletDefinition) SetHost

func (x *DropletDefinition) SetHost(v string)

func (*DropletDefinition) SetId

func (x *DropletDefinition) SetId(v string)

func (*DropletDefinition) SetPort

func (x *DropletDefinition) SetPort(v uint32)

func (*DropletDefinition) SetType

func (x *DropletDefinition) SetType(v string)

func (*DropletDefinition) SetUniqueId

func (x *DropletDefinition) SetUniqueId(v string)

func (*DropletDefinition) String

func (x *DropletDefinition) String() string

type DropletDefinition_builder

type DropletDefinition_builder struct {
	Type              string
	Id                string
	Host              string
	Port              uint32
	EnvoyPort         uint32
	UniqueId          string
	CreatedAt         *timestamppb.Timestamp
	DropletProperties map[string]string
	// contains filtered or unexported fields
}

func (DropletDefinition_builder) Build

type GenericEvent

type GenericEvent struct {
	EventType string `protobuf:"bytes,1,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` //Can be any string provided by the user, just for telling apart different events
	Data      []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`                            //This allows for sending any data via events
	// contains filtered or unexported fields
}

func (*GenericEvent) GetData

func (x *GenericEvent) GetData() []byte

func (*GenericEvent) GetEventType

func (x *GenericEvent) GetEventType() string

func (*GenericEvent) ProtoMessage

func (*GenericEvent) ProtoMessage()

func (*GenericEvent) ProtoReflect

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

func (*GenericEvent) Reset

func (x *GenericEvent) Reset()

func (*GenericEvent) SetData

func (x *GenericEvent) SetData(v []byte)

func (*GenericEvent) SetEventType

func (x *GenericEvent) SetEventType(v string)

func (*GenericEvent) String

func (x *GenericEvent) String() string

type GenericEvent_builder

type GenericEvent_builder struct {
	EventType string
	Data      []byte
	// contains filtered or unexported fields
}

func (GenericEvent_builder) Build

func (b0 GenericEvent_builder) Build() *GenericEvent

type GetAllDropletsRequest

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

func (*GetAllDropletsRequest) ProtoMessage

func (*GetAllDropletsRequest) ProtoMessage()

func (*GetAllDropletsRequest) ProtoReflect

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

func (*GetAllDropletsRequest) Reset

func (x *GetAllDropletsRequest) Reset()

func (*GetAllDropletsRequest) String

func (x *GetAllDropletsRequest) String() string

type GetAllDropletsRequest_builder

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

func (GetAllDropletsRequest_builder) Build

type GetAllDropletsResponse

type GetAllDropletsResponse struct {
	Definition []*DropletDefinition `protobuf:"bytes,1,rep,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDropletsResponse) GetDefinition

func (x *GetAllDropletsResponse) GetDefinition() []*DropletDefinition

func (*GetAllDropletsResponse) ProtoMessage

func (*GetAllDropletsResponse) ProtoMessage()

func (*GetAllDropletsResponse) ProtoReflect

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

func (*GetAllDropletsResponse) Reset

func (x *GetAllDropletsResponse) Reset()

func (*GetAllDropletsResponse) SetDefinition

func (x *GetAllDropletsResponse) SetDefinition(v []*DropletDefinition)

func (*GetAllDropletsResponse) String

func (x *GetAllDropletsResponse) String() string

type GetAllDropletsResponse_builder

type GetAllDropletsResponse_builder struct {
	Definition []*DropletDefinition
	// contains filtered or unexported fields
}

func (GetAllDropletsResponse_builder) Build

type GetAllGroupsRequest

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

func (*GetAllGroupsRequest) ProtoMessage

func (*GetAllGroupsRequest) ProtoMessage()

func (*GetAllGroupsRequest) ProtoReflect

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

func (*GetAllGroupsRequest) Reset

func (x *GetAllGroupsRequest) Reset()

func (*GetAllGroupsRequest) String

func (x *GetAllGroupsRequest) String() string

type GetAllGroupsRequest_builder

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

func (GetAllGroupsRequest_builder) Build

type GetAllGroupsResponse

type GetAllGroupsResponse struct {
	Groups []*GroupDefinition `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllGroupsResponse) GetGroups

func (x *GetAllGroupsResponse) GetGroups() []*GroupDefinition

func (*GetAllGroupsResponse) ProtoMessage

func (*GetAllGroupsResponse) ProtoMessage()

func (*GetAllGroupsResponse) ProtoReflect

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

func (*GetAllGroupsResponse) Reset

func (x *GetAllGroupsResponse) Reset()

func (*GetAllGroupsResponse) SetGroups

func (x *GetAllGroupsResponse) SetGroups(v []*GroupDefinition)

func (*GetAllGroupsResponse) String

func (x *GetAllGroupsResponse) String() string

type GetAllGroupsResponse_builder

type GetAllGroupsResponse_builder struct {
	Groups []*GroupDefinition
	// contains filtered or unexported fields
}

func (GetAllGroupsResponse_builder) Build

type GetAllServersRequest

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

func (*GetAllServersRequest) ProtoMessage

func (*GetAllServersRequest) ProtoMessage()

func (*GetAllServersRequest) ProtoReflect

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

func (*GetAllServersRequest) Reset

func (x *GetAllServersRequest) Reset()

func (*GetAllServersRequest) String

func (x *GetAllServersRequest) String() string

type GetAllServersRequest_builder

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

func (GetAllServersRequest_builder) Build

type GetAllServersResponse

type GetAllServersResponse struct {
	Servers []*ServerDefinition `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllServersResponse) GetServers

func (x *GetAllServersResponse) GetServers() []*ServerDefinition

func (*GetAllServersResponse) ProtoMessage

func (*GetAllServersResponse) ProtoMessage()

func (*GetAllServersResponse) ProtoReflect

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

func (*GetAllServersResponse) Reset

func (x *GetAllServersResponse) Reset()

func (*GetAllServersResponse) SetServers

func (x *GetAllServersResponse) SetServers(v []*ServerDefinition)

func (*GetAllServersResponse) String

func (x *GetAllServersResponse) String() string

type GetAllServersResponse_builder

type GetAllServersResponse_builder struct {
	Servers []*ServerDefinition
	// contains filtered or unexported fields
}

func (GetAllServersResponse_builder) Build

type GetDropletRequest

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

func (*GetDropletRequest) GetId

func (x *GetDropletRequest) GetId() string

func (*GetDropletRequest) GetType

func (x *GetDropletRequest) GetType() string

func (*GetDropletRequest) ProtoMessage

func (*GetDropletRequest) ProtoMessage()

func (*GetDropletRequest) ProtoReflect

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

func (*GetDropletRequest) Reset

func (x *GetDropletRequest) Reset()

func (*GetDropletRequest) SetId

func (x *GetDropletRequest) SetId(v string)

func (*GetDropletRequest) SetType

func (x *GetDropletRequest) SetType(v string)

func (*GetDropletRequest) String

func (x *GetDropletRequest) String() string

type GetDropletRequest_builder

type GetDropletRequest_builder struct {
	Id   string
	Type string
	// contains filtered or unexported fields
}

func (GetDropletRequest_builder) Build

type GetDropletResponse

type GetDropletResponse struct {
	Definition *DropletDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDropletResponse) ClearDefinition

func (x *GetDropletResponse) ClearDefinition()

func (*GetDropletResponse) GetDefinition

func (x *GetDropletResponse) GetDefinition() *DropletDefinition

func (*GetDropletResponse) HasDefinition

func (x *GetDropletResponse) HasDefinition() bool

func (*GetDropletResponse) ProtoMessage

func (*GetDropletResponse) ProtoMessage()

func (*GetDropletResponse) ProtoReflect

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

func (*GetDropletResponse) Reset

func (x *GetDropletResponse) Reset()

func (*GetDropletResponse) SetDefinition

func (x *GetDropletResponse) SetDefinition(v *DropletDefinition)

func (*GetDropletResponse) String

func (x *GetDropletResponse) String() string

type GetDropletResponse_builder

type GetDropletResponse_builder struct {
	Definition *DropletDefinition
	// contains filtered or unexported fields
}

func (GetDropletResponse_builder) Build

type GetDropletsByTypeRequest

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

func (*GetDropletsByTypeRequest) GetType

func (x *GetDropletsByTypeRequest) GetType() string

func (*GetDropletsByTypeRequest) ProtoMessage

func (*GetDropletsByTypeRequest) ProtoMessage()

func (*GetDropletsByTypeRequest) ProtoReflect

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

func (*GetDropletsByTypeRequest) Reset

func (x *GetDropletsByTypeRequest) Reset()

func (*GetDropletsByTypeRequest) SetType

func (x *GetDropletsByTypeRequest) SetType(v string)

func (*GetDropletsByTypeRequest) String

func (x *GetDropletsByTypeRequest) String() string

type GetDropletsByTypeRequest_builder

type GetDropletsByTypeRequest_builder struct {
	Type string
	// contains filtered or unexported fields
}

func (GetDropletsByTypeRequest_builder) Build

type GetDropletsByTypeResponse

type GetDropletsByTypeResponse struct {
	Definition []*DropletDefinition `protobuf:"bytes,1,rep,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDropletsByTypeResponse) GetDefinition

func (x *GetDropletsByTypeResponse) GetDefinition() []*DropletDefinition

func (*GetDropletsByTypeResponse) ProtoMessage

func (*GetDropletsByTypeResponse) ProtoMessage()

func (*GetDropletsByTypeResponse) ProtoReflect

func (*GetDropletsByTypeResponse) Reset

func (x *GetDropletsByTypeResponse) Reset()

func (*GetDropletsByTypeResponse) SetDefinition

func (x *GetDropletsByTypeResponse) SetDefinition(v []*DropletDefinition)

func (*GetDropletsByTypeResponse) String

func (x *GetDropletsByTypeResponse) String() string

type GetDropletsByTypeResponse_builder

type GetDropletsByTypeResponse_builder struct {
	Definition []*DropletDefinition
	// contains filtered or unexported fields
}

func (GetDropletsByTypeResponse_builder) Build

type GetFileContentsRequest

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

func (*GetFileContentsRequest) GetPath

func (x *GetFileContentsRequest) GetPath() string

func (*GetFileContentsRequest) ProtoMessage

func (*GetFileContentsRequest) ProtoMessage()

func (*GetFileContentsRequest) ProtoReflect

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

func (*GetFileContentsRequest) Reset

func (x *GetFileContentsRequest) Reset()

func (*GetFileContentsRequest) SetPath

func (x *GetFileContentsRequest) SetPath(v string)

func (*GetFileContentsRequest) String

func (x *GetFileContentsRequest) String() string

type GetFileContentsRequest_builder

type GetFileContentsRequest_builder struct {
	Path string
	// contains filtered or unexported fields
}

func (GetFileContentsRequest_builder) Build

type GetFileContentsResponse

type GetFileContentsResponse struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileContentsResponse) GetContent

func (x *GetFileContentsResponse) GetContent() []byte

func (*GetFileContentsResponse) ProtoMessage

func (*GetFileContentsResponse) ProtoMessage()

func (*GetFileContentsResponse) ProtoReflect

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

func (*GetFileContentsResponse) Reset

func (x *GetFileContentsResponse) Reset()

func (*GetFileContentsResponse) SetContent

func (x *GetFileContentsResponse) SetContent(v []byte)

func (*GetFileContentsResponse) String

func (x *GetFileContentsResponse) String() string

type GetFileContentsResponse_builder

type GetFileContentsResponse_builder struct {
	Content []byte
	// contains filtered or unexported fields
}

func (GetFileContentsResponse_builder) Build

type GetFileTreeRequest

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

func (*GetFileTreeRequest) ProtoMessage

func (*GetFileTreeRequest) ProtoMessage()

func (*GetFileTreeRequest) ProtoReflect

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

func (*GetFileTreeRequest) Reset

func (x *GetFileTreeRequest) Reset()

func (*GetFileTreeRequest) String

func (x *GetFileTreeRequest) String() string

type GetFileTreeRequest_builder

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

func (GetFileTreeRequest_builder) Build

type GetFileTreeResponse

type GetFileTreeResponse struct {
	Files []*TemplateFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileTreeResponse) GetFiles

func (x *GetFileTreeResponse) GetFiles() []*TemplateFile

func (*GetFileTreeResponse) ProtoMessage

func (*GetFileTreeResponse) ProtoMessage()

func (*GetFileTreeResponse) ProtoReflect

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

func (*GetFileTreeResponse) Reset

func (x *GetFileTreeResponse) Reset()

func (*GetFileTreeResponse) SetFiles

func (x *GetFileTreeResponse) SetFiles(v []*TemplateFile)

func (*GetFileTreeResponse) String

func (x *GetFileTreeResponse) String() string

type GetFileTreeResponse_builder

type GetFileTreeResponse_builder struct {
	Files []*TemplateFile
	// contains filtered or unexported fields
}

func (GetFileTreeResponse_builder) Build

type GetGroupByNameRequest

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

func (*GetGroupByNameRequest) GetGroupName

func (x *GetGroupByNameRequest) GetGroupName() string

func (*GetGroupByNameRequest) ProtoMessage

func (*GetGroupByNameRequest) ProtoMessage()

func (*GetGroupByNameRequest) ProtoReflect

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

func (*GetGroupByNameRequest) Reset

func (x *GetGroupByNameRequest) Reset()

func (*GetGroupByNameRequest) SetGroupName

func (x *GetGroupByNameRequest) SetGroupName(v string)

func (*GetGroupByNameRequest) String

func (x *GetGroupByNameRequest) String() string

type GetGroupByNameRequest_builder

type GetGroupByNameRequest_builder struct {
	GroupName string
	// contains filtered or unexported fields
}

func (GetGroupByNameRequest_builder) Build

type GetGroupByNameResponse

type GetGroupByNameResponse struct {
	Group *GroupDefinition `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupByNameResponse) ClearGroup

func (x *GetGroupByNameResponse) ClearGroup()

func (*GetGroupByNameResponse) GetGroup

func (x *GetGroupByNameResponse) GetGroup() *GroupDefinition

func (*GetGroupByNameResponse) HasGroup

func (x *GetGroupByNameResponse) HasGroup() bool

func (*GetGroupByNameResponse) ProtoMessage

func (*GetGroupByNameResponse) ProtoMessage()

func (*GetGroupByNameResponse) ProtoReflect

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

func (*GetGroupByNameResponse) Reset

func (x *GetGroupByNameResponse) Reset()

func (*GetGroupByNameResponse) SetGroup

func (x *GetGroupByNameResponse) SetGroup(v *GroupDefinition)

func (*GetGroupByNameResponse) String

func (x *GetGroupByNameResponse) String() string

type GetGroupByNameResponse_builder

type GetGroupByNameResponse_builder struct {
	Group *GroupDefinition
	// contains filtered or unexported fields
}

func (GetGroupByNameResponse_builder) Build

type GetGroupsByTypeRequest

type GetGroupsByTypeRequest struct {
	ServerType ServerType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetGroupsByTypeRequest) GetServerType

func (x *GetGroupsByTypeRequest) GetServerType() ServerType

func (*GetGroupsByTypeRequest) ProtoMessage

func (*GetGroupsByTypeRequest) ProtoMessage()

func (*GetGroupsByTypeRequest) ProtoReflect

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

func (*GetGroupsByTypeRequest) Reset

func (x *GetGroupsByTypeRequest) Reset()

func (*GetGroupsByTypeRequest) SetServerType

func (x *GetGroupsByTypeRequest) SetServerType(v ServerType)

func (*GetGroupsByTypeRequest) String

func (x *GetGroupsByTypeRequest) String() string

type GetGroupsByTypeRequest_builder

type GetGroupsByTypeRequest_builder struct {
	ServerType ServerType
	// contains filtered or unexported fields
}

func (GetGroupsByTypeRequest_builder) Build

type GetGroupsByTypeResponse

type GetGroupsByTypeResponse struct {
	Groups []*GroupDefinition `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupsByTypeResponse) GetGroups

func (x *GetGroupsByTypeResponse) GetGroups() []*GroupDefinition

func (*GetGroupsByTypeResponse) ProtoMessage

func (*GetGroupsByTypeResponse) ProtoMessage()

func (*GetGroupsByTypeResponse) ProtoReflect

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

func (*GetGroupsByTypeResponse) Reset

func (x *GetGroupsByTypeResponse) Reset()

func (*GetGroupsByTypeResponse) SetGroups

func (x *GetGroupsByTypeResponse) SetGroups(v []*GroupDefinition)

func (*GetGroupsByTypeResponse) String

func (x *GetGroupsByTypeResponse) String() string

type GetGroupsByTypeResponse_builder

type GetGroupsByTypeResponse_builder struct {
	Groups []*GroupDefinition
	// contains filtered or unexported fields
}

func (GetGroupsByTypeResponse_builder) Build

type GetServerByIdRequest

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

func (*GetServerByIdRequest) GetServerId

func (x *GetServerByIdRequest) GetServerId() string

func (*GetServerByIdRequest) ProtoMessage

func (*GetServerByIdRequest) ProtoMessage()

func (*GetServerByIdRequest) ProtoReflect

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

func (*GetServerByIdRequest) Reset

func (x *GetServerByIdRequest) Reset()

func (*GetServerByIdRequest) SetServerId

func (x *GetServerByIdRequest) SetServerId(v string)

func (*GetServerByIdRequest) String

func (x *GetServerByIdRequest) String() string

type GetServerByIdRequest_builder

type GetServerByIdRequest_builder struct {
	ServerId string
	// contains filtered or unexported fields
}

func (GetServerByIdRequest_builder) Build

type GetServerByNumericalRequest

type GetServerByNumericalRequest struct {
	GroupName   string `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	NumericalId uint64 `protobuf:"varint,2,opt,name=numerical_id,json=numericalId,proto3" json:"numerical_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerByNumericalRequest) GetGroupName

func (x *GetServerByNumericalRequest) GetGroupName() string

func (*GetServerByNumericalRequest) GetNumericalId

func (x *GetServerByNumericalRequest) GetNumericalId() uint64

func (*GetServerByNumericalRequest) ProtoMessage

func (*GetServerByNumericalRequest) ProtoMessage()

func (*GetServerByNumericalRequest) ProtoReflect

func (*GetServerByNumericalRequest) Reset

func (x *GetServerByNumericalRequest) Reset()

func (*GetServerByNumericalRequest) SetGroupName

func (x *GetServerByNumericalRequest) SetGroupName(v string)

func (*GetServerByNumericalRequest) SetNumericalId

func (x *GetServerByNumericalRequest) SetNumericalId(v uint64)

func (*GetServerByNumericalRequest) String

func (x *GetServerByNumericalRequest) String() string

type GetServerByNumericalRequest_builder

type GetServerByNumericalRequest_builder struct {
	GroupName   string
	NumericalId uint64
	// contains filtered or unexported fields
}

func (GetServerByNumericalRequest_builder) Build

type GetServersByGroupRequest

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

func (*GetServersByGroupRequest) GetGroupName

func (x *GetServersByGroupRequest) GetGroupName() string

func (*GetServersByGroupRequest) ProtoMessage

func (*GetServersByGroupRequest) ProtoMessage()

func (*GetServersByGroupRequest) ProtoReflect

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

func (*GetServersByGroupRequest) Reset

func (x *GetServersByGroupRequest) Reset()

func (*GetServersByGroupRequest) SetGroupName

func (x *GetServersByGroupRequest) SetGroupName(v string)

func (*GetServersByGroupRequest) String

func (x *GetServersByGroupRequest) String() string

type GetServersByGroupRequest_builder

type GetServersByGroupRequest_builder struct {
	GroupName string
	// contains filtered or unexported fields
}

func (GetServersByGroupRequest_builder) Build

type GetServersByGroupResponse

type GetServersByGroupResponse struct {
	Servers []*ServerDefinition `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServersByGroupResponse) GetServers

func (x *GetServersByGroupResponse) GetServers() []*ServerDefinition

func (*GetServersByGroupResponse) ProtoMessage

func (*GetServersByGroupResponse) ProtoMessage()

func (*GetServersByGroupResponse) ProtoReflect

func (*GetServersByGroupResponse) Reset

func (x *GetServersByGroupResponse) Reset()

func (*GetServersByGroupResponse) SetServers

func (x *GetServersByGroupResponse) SetServers(v []*ServerDefinition)

func (*GetServersByGroupResponse) String

func (x *GetServersByGroupResponse) String() string

type GetServersByGroupResponse_builder

type GetServersByGroupResponse_builder struct {
	Servers []*ServerDefinition
	// contains filtered or unexported fields
}

func (GetServersByGroupResponse_builder) Build

type GetServersByTypeResponse

type GetServersByTypeResponse struct {
	Servers []*ServerDefinition `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServersByTypeResponse) GetServers

func (x *GetServersByTypeResponse) GetServers() []*ServerDefinition

func (*GetServersByTypeResponse) ProtoMessage

func (*GetServersByTypeResponse) ProtoMessage()

func (*GetServersByTypeResponse) ProtoReflect

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

func (*GetServersByTypeResponse) Reset

func (x *GetServersByTypeResponse) Reset()

func (*GetServersByTypeResponse) SetServers

func (x *GetServersByTypeResponse) SetServers(v []*ServerDefinition)

func (*GetServersByTypeResponse) String

func (x *GetServersByTypeResponse) String() string

type GetServersByTypeResponse_builder

type GetServersByTypeResponse_builder struct {
	Servers []*ServerDefinition
	// contains filtered or unexported fields
}

func (GetServersByTypeResponse_builder) Build

type GroupDefinition

type GroupDefinition struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type                 ServerType        `protobuf:"varint,2,opt,name=type,proto3,enum=simplecloud.controller.v1.ServerType" json:"type,omitempty"`
	MinimumMemory        uint64            `protobuf:"varint,3,opt,name=minimum_memory,json=minimumMemory,proto3" json:"minimum_memory,omitempty"`
	MaximumMemory        uint64            `protobuf:"varint,4,opt,name=maximum_memory,json=maximumMemory,proto3" json:"maximum_memory,omitempty"`
	StartPort            uint64            `protobuf:"varint,5,opt,name=start_port,json=startPort,proto3" json:"start_port,omitempty"`
	MinimumOnlineCount   uint64            `protobuf:"varint,6,opt,name=minimum_online_count,json=minimumOnlineCount,proto3" json:"minimum_online_count,omitempty"`
	MaximumOnlineCount   uint64            `protobuf:"varint,7,opt,name=maximum_online_count,json=maximumOnlineCount,proto3" json:"maximum_online_count,omitempty"`
	MaxPlayers           uint64            `protobuf:"varint,8,opt,name=max_players,json=maxPlayers,proto3" json:"max_players,omitempty"`
	CloudProperties      map[string]string `` /* 180-byte string literal not displayed */
	NewServerPlayerRatio uint64            `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupDefinition) GetCloudProperties

func (x *GroupDefinition) GetCloudProperties() map[string]string

func (*GroupDefinition) GetMaxPlayers

func (x *GroupDefinition) GetMaxPlayers() uint64

func (*GroupDefinition) GetMaximumMemory

func (x *GroupDefinition) GetMaximumMemory() uint64

func (*GroupDefinition) GetMaximumOnlineCount

func (x *GroupDefinition) GetMaximumOnlineCount() uint64

func (*GroupDefinition) GetMinimumMemory

func (x *GroupDefinition) GetMinimumMemory() uint64

func (*GroupDefinition) GetMinimumOnlineCount

func (x *GroupDefinition) GetMinimumOnlineCount() uint64

func (*GroupDefinition) GetName

func (x *GroupDefinition) GetName() string

func (*GroupDefinition) GetNewServerPlayerRatio

func (x *GroupDefinition) GetNewServerPlayerRatio() uint64

func (*GroupDefinition) GetStartPort

func (x *GroupDefinition) GetStartPort() uint64

func (*GroupDefinition) GetType

func (x *GroupDefinition) GetType() ServerType

func (*GroupDefinition) ProtoMessage

func (*GroupDefinition) ProtoMessage()

func (*GroupDefinition) ProtoReflect

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

func (*GroupDefinition) Reset

func (x *GroupDefinition) Reset()

func (*GroupDefinition) SetCloudProperties

func (x *GroupDefinition) SetCloudProperties(v map[string]string)

func (*GroupDefinition) SetMaxPlayers

func (x *GroupDefinition) SetMaxPlayers(v uint64)

func (*GroupDefinition) SetMaximumMemory

func (x *GroupDefinition) SetMaximumMemory(v uint64)

func (*GroupDefinition) SetMaximumOnlineCount

func (x *GroupDefinition) SetMaximumOnlineCount(v uint64)

func (*GroupDefinition) SetMinimumMemory

func (x *GroupDefinition) SetMinimumMemory(v uint64)

func (*GroupDefinition) SetMinimumOnlineCount

func (x *GroupDefinition) SetMinimumOnlineCount(v uint64)

func (*GroupDefinition) SetName

func (x *GroupDefinition) SetName(v string)

func (*GroupDefinition) SetNewServerPlayerRatio

func (x *GroupDefinition) SetNewServerPlayerRatio(v uint64)

func (*GroupDefinition) SetStartPort

func (x *GroupDefinition) SetStartPort(v uint64)

func (*GroupDefinition) SetType

func (x *GroupDefinition) SetType(v ServerType)

func (*GroupDefinition) String

func (x *GroupDefinition) String() string

type GroupDefinition_builder

type GroupDefinition_builder struct {
	Name                 string
	Type                 ServerType
	MinimumMemory        uint64
	MaximumMemory        uint64
	StartPort            uint64
	MinimumOnlineCount   uint64
	MaximumOnlineCount   uint64
	MaxPlayers           uint64
	CloudProperties      map[string]string
	NewServerPlayerRatio uint64
	// contains filtered or unexported fields
}

func (GroupDefinition_builder) Build

type HealthHandshakeRequest

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

func (*HealthHandshakeRequest) GetUniqueId

func (x *HealthHandshakeRequest) GetUniqueId() string

func (*HealthHandshakeRequest) ProtoMessage

func (*HealthHandshakeRequest) ProtoMessage()

func (*HealthHandshakeRequest) ProtoReflect

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

func (*HealthHandshakeRequest) Reset

func (x *HealthHandshakeRequest) Reset()

func (*HealthHandshakeRequest) SetUniqueId

func (x *HealthHandshakeRequest) SetUniqueId(v string)

func (*HealthHandshakeRequest) String

func (x *HealthHandshakeRequest) String() string

type HealthHandshakeRequest_builder

type HealthHandshakeRequest_builder struct {
	UniqueId string
	// contains filtered or unexported fields
}

func (HealthHandshakeRequest_builder) Build

type HealthHandshakeResponse

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

func (*HealthHandshakeResponse) ProtoMessage

func (*HealthHandshakeResponse) ProtoMessage()

func (*HealthHandshakeResponse) ProtoReflect

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

func (*HealthHandshakeResponse) Reset

func (x *HealthHandshakeResponse) Reset()

func (*HealthHandshakeResponse) String

func (x *HealthHandshakeResponse) String() string

type HealthHandshakeResponse_builder

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

func (HealthHandshakeResponse_builder) Build

type MoveFileRequest

type MoveFileRequest struct {
	From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To   string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFileRequest) GetFrom

func (x *MoveFileRequest) GetFrom() string

func (*MoveFileRequest) GetTo

func (x *MoveFileRequest) GetTo() string

func (*MoveFileRequest) ProtoMessage

func (*MoveFileRequest) ProtoMessage()

func (*MoveFileRequest) ProtoReflect

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

func (*MoveFileRequest) Reset

func (x *MoveFileRequest) Reset()

func (*MoveFileRequest) SetFrom

func (x *MoveFileRequest) SetFrom(v string)

func (*MoveFileRequest) SetTo

func (x *MoveFileRequest) SetTo(v string)

func (*MoveFileRequest) String

func (x *MoveFileRequest) String() string

type MoveFileRequest_builder

type MoveFileRequest_builder struct {
	From string
	To   string
	// contains filtered or unexported fields
}

func (MoveFileRequest_builder) Build

type MoveFileResponse

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

func (*MoveFileResponse) ProtoMessage

func (*MoveFileResponse) ProtoMessage()

func (*MoveFileResponse) ProtoReflect

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

func (*MoveFileResponse) Reset

func (x *MoveFileResponse) Reset()

func (*MoveFileResponse) String

func (x *MoveFileResponse) String() string

type MoveFileResponse_builder

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

func (MoveFileResponse_builder) Build

type RegisterDropletRequest

type RegisterDropletRequest struct {
	Definition *DropletDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDropletRequest) ClearDefinition

func (x *RegisterDropletRequest) ClearDefinition()

func (*RegisterDropletRequest) GetDefinition

func (x *RegisterDropletRequest) GetDefinition() *DropletDefinition

func (*RegisterDropletRequest) HasDefinition

func (x *RegisterDropletRequest) HasDefinition() bool

func (*RegisterDropletRequest) ProtoMessage

func (*RegisterDropletRequest) ProtoMessage()

func (*RegisterDropletRequest) ProtoReflect

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

func (*RegisterDropletRequest) Reset

func (x *RegisterDropletRequest) Reset()

func (*RegisterDropletRequest) SetDefinition

func (x *RegisterDropletRequest) SetDefinition(v *DropletDefinition)

func (*RegisterDropletRequest) String

func (x *RegisterDropletRequest) String() string

type RegisterDropletRequest_builder

type RegisterDropletRequest_builder struct {
	Definition *DropletDefinition
	// contains filtered or unexported fields
}

func (RegisterDropletRequest_builder) Build

type RegisterDropletResponse

type RegisterDropletResponse struct {
	Definition *DropletDefinition `protobuf:"bytes,1,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDropletResponse) ClearDefinition

func (x *RegisterDropletResponse) ClearDefinition()

func (*RegisterDropletResponse) GetDefinition

func (x *RegisterDropletResponse) GetDefinition() *DropletDefinition

func (*RegisterDropletResponse) HasDefinition

func (x *RegisterDropletResponse) HasDefinition() bool

func (*RegisterDropletResponse) ProtoMessage

func (*RegisterDropletResponse) ProtoMessage()

func (*RegisterDropletResponse) ProtoReflect

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

func (*RegisterDropletResponse) Reset

func (x *RegisterDropletResponse) Reset()

func (*RegisterDropletResponse) SetDefinition

func (x *RegisterDropletResponse) SetDefinition(v *DropletDefinition)

func (*RegisterDropletResponse) String

func (x *RegisterDropletResponse) String() string

type RegisterDropletResponse_builder

type RegisterDropletResponse_builder struct {
	Definition *DropletDefinition
	// contains filtered or unexported fields
}

func (RegisterDropletResponse_builder) Build

type ServerDefinition

type ServerDefinition struct {
	UniqueId        string                 `protobuf:"bytes,1,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	ServerType      ServerType             `` /* 134-byte string literal not displayed */
	GroupName       string                 `protobuf:"bytes,3,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	HostId          string                 `protobuf:"bytes,4,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"`
	NumericalId     uint32                 `protobuf:"varint,5,opt,name=numerical_id,json=numericalId,proto3" json:"numerical_id,omitempty"`
	ServerIp        string                 `protobuf:"bytes,7,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"`
	ServerPort      uint64                 `protobuf:"varint,8,opt,name=server_port,json=serverPort,proto3" json:"server_port,omitempty"`
	MinimumMemory   uint64                 `protobuf:"varint,9,opt,name=minimum_memory,json=minimumMemory,proto3" json:"minimum_memory,omitempty"`
	MaximumMemory   uint64                 `protobuf:"varint,10,opt,name=maximum_memory,json=maximumMemory,proto3" json:"maximum_memory,omitempty"`
	MaxPlayers      uint64                 `protobuf:"varint,11,opt,name=max_players,json=maxPlayers,proto3" json:"max_players,omitempty"`
	PlayerCount     uint64                 `protobuf:"varint,12,opt,name=player_count,json=playerCount,proto3" json:"player_count,omitempty"`
	CloudProperties map[string]string      `` /* 181-byte string literal not displayed */
	ServerState     ServerState            `` /* 139-byte string literal not displayed */
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt       *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerDefinition) ClearCreatedAt

func (x *ServerDefinition) ClearCreatedAt()

func (*ServerDefinition) ClearUpdatedAt

func (x *ServerDefinition) ClearUpdatedAt()

func (*ServerDefinition) GetCloudProperties

func (x *ServerDefinition) GetCloudProperties() map[string]string

func (*ServerDefinition) GetCreatedAt

func (x *ServerDefinition) GetCreatedAt() *timestamppb.Timestamp

func (*ServerDefinition) GetGroupName

func (x *ServerDefinition) GetGroupName() string

func (*ServerDefinition) GetHostId

func (x *ServerDefinition) GetHostId() string

func (*ServerDefinition) GetMaxPlayers

func (x *ServerDefinition) GetMaxPlayers() uint64

func (*ServerDefinition) GetMaximumMemory

func (x *ServerDefinition) GetMaximumMemory() uint64

func (*ServerDefinition) GetMinimumMemory

func (x *ServerDefinition) GetMinimumMemory() uint64

func (*ServerDefinition) GetNumericalId

func (x *ServerDefinition) GetNumericalId() uint32

func (*ServerDefinition) GetPlayerCount

func (x *ServerDefinition) GetPlayerCount() uint64

func (*ServerDefinition) GetServerIp

func (x *ServerDefinition) GetServerIp() string

func (*ServerDefinition) GetServerPort

func (x *ServerDefinition) GetServerPort() uint64

func (*ServerDefinition) GetServerState

func (x *ServerDefinition) GetServerState() ServerState

func (*ServerDefinition) GetServerType

func (x *ServerDefinition) GetServerType() ServerType

func (*ServerDefinition) GetUniqueId

func (x *ServerDefinition) GetUniqueId() string

func (*ServerDefinition) GetUpdatedAt

func (x *ServerDefinition) GetUpdatedAt() *timestamppb.Timestamp

func (*ServerDefinition) HasCreatedAt

func (x *ServerDefinition) HasCreatedAt() bool

func (*ServerDefinition) HasUpdatedAt

func (x *ServerDefinition) HasUpdatedAt() bool

func (*ServerDefinition) ProtoMessage

func (*ServerDefinition) ProtoMessage()

func (*ServerDefinition) ProtoReflect

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

func (*ServerDefinition) Reset

func (x *ServerDefinition) Reset()

func (*ServerDefinition) SetCloudProperties

func (x *ServerDefinition) SetCloudProperties(v map[string]string)

func (*ServerDefinition) SetCreatedAt

func (x *ServerDefinition) SetCreatedAt(v *timestamppb.Timestamp)

func (*ServerDefinition) SetGroupName

func (x *ServerDefinition) SetGroupName(v string)

func (*ServerDefinition) SetHostId

func (x *ServerDefinition) SetHostId(v string)

func (*ServerDefinition) SetMaxPlayers

func (x *ServerDefinition) SetMaxPlayers(v uint64)

func (*ServerDefinition) SetMaximumMemory

func (x *ServerDefinition) SetMaximumMemory(v uint64)

func (*ServerDefinition) SetMinimumMemory

func (x *ServerDefinition) SetMinimumMemory(v uint64)

func (*ServerDefinition) SetNumericalId

func (x *ServerDefinition) SetNumericalId(v uint32)

func (*ServerDefinition) SetPlayerCount

func (x *ServerDefinition) SetPlayerCount(v uint64)

func (*ServerDefinition) SetServerIp

func (x *ServerDefinition) SetServerIp(v string)

func (*ServerDefinition) SetServerPort

func (x *ServerDefinition) SetServerPort(v uint64)

func (*ServerDefinition) SetServerState

func (x *ServerDefinition) SetServerState(v ServerState)

func (*ServerDefinition) SetServerType

func (x *ServerDefinition) SetServerType(v ServerType)

func (*ServerDefinition) SetUniqueId

func (x *ServerDefinition) SetUniqueId(v string)

func (*ServerDefinition) SetUpdatedAt

func (x *ServerDefinition) SetUpdatedAt(v *timestamppb.Timestamp)

func (*ServerDefinition) String

func (x *ServerDefinition) String() string

type ServerDefinition_builder

type ServerDefinition_builder struct {
	UniqueId        string
	ServerType      ServerType
	GroupName       string
	HostId          string
	NumericalId     uint32
	ServerIp        string
	ServerPort      uint64
	MinimumMemory   uint64
	MaximumMemory   uint64
	MaxPlayers      uint64
	PlayerCount     uint64
	CloudProperties map[string]string
	ServerState     ServerState
	CreatedAt       *timestamppb.Timestamp
	UpdatedAt       *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (ServerDefinition_builder) Build

type ServerHostDefinition

type ServerHostDefinition struct {
	HostId        string `protobuf:"bytes,1,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"`
	HostHost      string `protobuf:"bytes,2,opt,name=host_host,json=hostHost,proto3" json:"host_host,omitempty"`
	HostPort      uint32 `protobuf:"varint,3,opt,name=host_port,json=hostPort,proto3" json:"host_port,omitempty"`
	MaximumMemory uint64 `protobuf:"varint,4,opt,name=maximum_memory,json=maximumMemory,proto3" json:"maximum_memory,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerHostDefinition) GetHostHost

func (x *ServerHostDefinition) GetHostHost() string

func (*ServerHostDefinition) GetHostId

func (x *ServerHostDefinition) GetHostId() string

func (*ServerHostDefinition) GetHostPort

func (x *ServerHostDefinition) GetHostPort() uint32

func (*ServerHostDefinition) GetMaximumMemory

func (x *ServerHostDefinition) GetMaximumMemory() uint64

func (*ServerHostDefinition) ProtoMessage

func (*ServerHostDefinition) ProtoMessage()

func (*ServerHostDefinition) ProtoReflect

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

func (*ServerHostDefinition) Reset

func (x *ServerHostDefinition) Reset()

func (*ServerHostDefinition) SetHostHost

func (x *ServerHostDefinition) SetHostHost(v string)

func (*ServerHostDefinition) SetHostId

func (x *ServerHostDefinition) SetHostId(v string)

func (*ServerHostDefinition) SetHostPort

func (x *ServerHostDefinition) SetHostPort(v uint32)

func (*ServerHostDefinition) SetMaximumMemory

func (x *ServerHostDefinition) SetMaximumMemory(v uint64)

func (*ServerHostDefinition) String

func (x *ServerHostDefinition) String() string

type ServerHostDefinition_builder

type ServerHostDefinition_builder struct {
	HostId        string
	HostHost      string
	HostPort      uint32
	MaximumMemory uint64
	// contains filtered or unexported fields
}

func (ServerHostDefinition_builder) Build

type ServerHostServerExecuteCommandRequest

type ServerHostServerExecuteCommandRequest struct {
	ServerId string `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Command  string `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerHostServerExecuteCommandRequest) GetCommand

func (*ServerHostServerExecuteCommandRequest) GetServerId

func (*ServerHostServerExecuteCommandRequest) ProtoMessage

func (*ServerHostServerExecuteCommandRequest) ProtoMessage()

func (*ServerHostServerExecuteCommandRequest) ProtoReflect

func (*ServerHostServerExecuteCommandRequest) Reset

func (*ServerHostServerExecuteCommandRequest) SetCommand

func (*ServerHostServerExecuteCommandRequest) SetServerId

func (*ServerHostServerExecuteCommandRequest) String

type ServerHostServerExecuteCommandRequest_builder

type ServerHostServerExecuteCommandRequest_builder struct {
	ServerId string
	Command  string
	// contains filtered or unexported fields
}

func (ServerHostServerExecuteCommandRequest_builder) Build

type ServerHostServerExecuteCommandResponse

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

func (*ServerHostServerExecuteCommandResponse) ProtoMessage

func (*ServerHostServerExecuteCommandResponse) ProtoReflect

func (*ServerHostServerExecuteCommandResponse) Reset

func (*ServerHostServerExecuteCommandResponse) String

type ServerHostServerExecuteCommandResponse_builder

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

func (ServerHostServerExecuteCommandResponse_builder) Build

type ServerHostStartServerRequest

type ServerHostStartServerRequest struct {
	Group  *GroupDefinition  `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	Server *ServerDefinition `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerHostStartServerRequest) ClearGroup

func (x *ServerHostStartServerRequest) ClearGroup()

func (*ServerHostStartServerRequest) ClearServer

func (x *ServerHostStartServerRequest) ClearServer()

func (*ServerHostStartServerRequest) GetGroup

func (*ServerHostStartServerRequest) GetServer

func (*ServerHostStartServerRequest) HasGroup

func (x *ServerHostStartServerRequest) HasGroup() bool

func (*ServerHostStartServerRequest) HasServer

func (x *ServerHostStartServerRequest) HasServer() bool

func (*ServerHostStartServerRequest) ProtoMessage

func (*ServerHostStartServerRequest) ProtoMessage()

func (*ServerHostStartServerRequest) ProtoReflect

func (*ServerHostStartServerRequest) Reset

func (x *ServerHostStartServerRequest) Reset()

func (*ServerHostStartServerRequest) SetGroup

func (*ServerHostStartServerRequest) SetServer

func (*ServerHostStartServerRequest) String

type ServerHostStartServerRequest_builder

type ServerHostStartServerRequest_builder struct {
	Group  *GroupDefinition
	Server *ServerDefinition
	// contains filtered or unexported fields
}

func (ServerHostStartServerRequest_builder) Build

type ServerHostStreamServerLogsRequest

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

func (*ServerHostStreamServerLogsRequest) GetServerId

func (x *ServerHostStreamServerLogsRequest) GetServerId() string

func (*ServerHostStreamServerLogsRequest) ProtoMessage

func (*ServerHostStreamServerLogsRequest) ProtoMessage()

func (*ServerHostStreamServerLogsRequest) ProtoReflect

func (*ServerHostStreamServerLogsRequest) Reset

func (*ServerHostStreamServerLogsRequest) SetServerId

func (x *ServerHostStreamServerLogsRequest) SetServerId(v string)

func (*ServerHostStreamServerLogsRequest) String

type ServerHostStreamServerLogsRequest_builder

type ServerHostStreamServerLogsRequest_builder struct {
	ServerId string
	// contains filtered or unexported fields
}

func (ServerHostStreamServerLogsRequest_builder) Build

type ServerHostStreamServerLogsResponse

type ServerHostStreamServerLogsResponse struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Content   string                 `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerHostStreamServerLogsResponse) ClearTimestamp

func (x *ServerHostStreamServerLogsResponse) ClearTimestamp()

func (*ServerHostStreamServerLogsResponse) GetContent

func (*ServerHostStreamServerLogsResponse) GetTimestamp

func (*ServerHostStreamServerLogsResponse) HasTimestamp

func (x *ServerHostStreamServerLogsResponse) HasTimestamp() bool

func (*ServerHostStreamServerLogsResponse) ProtoMessage

func (*ServerHostStreamServerLogsResponse) ProtoMessage()

func (*ServerHostStreamServerLogsResponse) ProtoReflect

func (*ServerHostStreamServerLogsResponse) Reset

func (*ServerHostStreamServerLogsResponse) SetContent

func (x *ServerHostStreamServerLogsResponse) SetContent(v string)

func (*ServerHostStreamServerLogsResponse) SetTimestamp

func (*ServerHostStreamServerLogsResponse) String

type ServerHostStreamServerLogsResponse_builder

type ServerHostStreamServerLogsResponse_builder struct {
	Timestamp *timestamppb.Timestamp
	Content   string
	// contains filtered or unexported fields
}

func (ServerHostStreamServerLogsResponse_builder) Build

type ServerStartCause

type ServerStartCause int32
const (
	ServerStartCause_UNKNOWN_START    ServerStartCause = 0
	ServerStartCause_RECONCILER_START ServerStartCause = 1 //Start issued by the reconciler
	ServerStartCause_USER_START       ServerStartCause = 2 //Starts issued by users via cli, ingame or dashboard
	ServerStartCause_API_START        ServerStartCause = 3 //Start issued by API users
)

func (ServerStartCause) Descriptor

func (ServerStartCause) Enum

func (ServerStartCause) Number

func (ServerStartCause) String

func (x ServerStartCause) String() string

func (ServerStartCause) Type

type ServerStartEvent

type ServerStartEvent struct {
	Server     *ServerDefinition      `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	StartCause ServerStartCause       `` /* 140-byte string literal not displayed */
	StartedAt  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerStartEvent) ClearServer

func (x *ServerStartEvent) ClearServer()

func (*ServerStartEvent) ClearStartedAt

func (x *ServerStartEvent) ClearStartedAt()

func (*ServerStartEvent) GetServer

func (x *ServerStartEvent) GetServer() *ServerDefinition

func (*ServerStartEvent) GetStartCause

func (x *ServerStartEvent) GetStartCause() ServerStartCause

func (*ServerStartEvent) GetStartedAt

func (x *ServerStartEvent) GetStartedAt() *timestamppb.Timestamp

func (*ServerStartEvent) HasServer

func (x *ServerStartEvent) HasServer() bool

func (*ServerStartEvent) HasStartedAt

func (x *ServerStartEvent) HasStartedAt() bool

func (*ServerStartEvent) ProtoMessage

func (*ServerStartEvent) ProtoMessage()

func (*ServerStartEvent) ProtoReflect

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

func (*ServerStartEvent) Reset

func (x *ServerStartEvent) Reset()

func (*ServerStartEvent) SetServer

func (x *ServerStartEvent) SetServer(v *ServerDefinition)

func (*ServerStartEvent) SetStartCause

func (x *ServerStartEvent) SetStartCause(v ServerStartCause)

func (*ServerStartEvent) SetStartedAt

func (x *ServerStartEvent) SetStartedAt(v *timestamppb.Timestamp)

func (*ServerStartEvent) String

func (x *ServerStartEvent) String() string

type ServerStartEvent_builder

type ServerStartEvent_builder struct {
	Server     *ServerDefinition
	StartCause ServerStartCause
	StartedAt  *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (ServerStartEvent_builder) Build

type ServerState

type ServerState int32
const (
	ServerState_UNKNOWN_STATE ServerState = 0
	ServerState_PREPARING     ServerState = 1
	ServerState_STARTING      ServerState = 2
	ServerState_AVAILABLE     ServerState = 3
	ServerState_INGAME        ServerState = 4
	ServerState_STOPPING      ServerState = 5
)

func (ServerState) Descriptor

func (ServerState) Enum

func (x ServerState) Enum() *ServerState

func (ServerState) Number

func (x ServerState) Number() protoreflect.EnumNumber

func (ServerState) String

func (x ServerState) String() string

func (ServerState) Type

type ServerStopCause

type ServerStopCause int32

This allows for better filtering: e.g. notify module only showing server crashes in chat

const (
	ServerStopCause_UNKNOWN_STOP   ServerStopCause = 0
	ServerStopCause_RECONCILE_STOP ServerStopCause = 1 //Stops issued by the reconciler
	ServerStopCause_USER_STOP      ServerStopCause = 2 //Stops issued by users via cli, ingame or dashboard
	ServerStopCause_API_STOP       ServerStopCause = 3 //Stops issued by API users
	ServerStopCause_TIMEOUT_STOP   ServerStopCause = 4 //Stops issued because a server was not responding
	ServerStopCause_NATURAL_STOP   ServerStopCause = 5 //Stops issued because a server naturally stopped (e.g. finished game)
)

func (ServerStopCause) Descriptor

func (ServerStopCause) Enum

func (x ServerStopCause) Enum() *ServerStopCause

func (ServerStopCause) Number

func (ServerStopCause) String

func (x ServerStopCause) String() string

func (ServerStopCause) Type

type ServerStopEvent

type ServerStopEvent struct {
	Server          *ServerDefinition      `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	StopCause       ServerStopCause        `` /* 136-byte string literal not displayed */
	TerminationMode ServerTerminationMode  `` /* 160-byte string literal not displayed */
	StoppedAt       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=stopped_at,json=stoppedAt,proto3" json:"stopped_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerStopEvent) ClearServer

func (x *ServerStopEvent) ClearServer()

func (*ServerStopEvent) ClearStoppedAt

func (x *ServerStopEvent) ClearStoppedAt()

func (*ServerStopEvent) GetServer

func (x *ServerStopEvent) GetServer() *ServerDefinition

func (*ServerStopEvent) GetStopCause

func (x *ServerStopEvent) GetStopCause() ServerStopCause

func (*ServerStopEvent) GetStoppedAt

func (x *ServerStopEvent) GetStoppedAt() *timestamppb.Timestamp

func (*ServerStopEvent) GetTerminationMode

func (x *ServerStopEvent) GetTerminationMode() ServerTerminationMode

func (*ServerStopEvent) HasServer

func (x *ServerStopEvent) HasServer() bool

func (*ServerStopEvent) HasStoppedAt

func (x *ServerStopEvent) HasStoppedAt() bool

func (*ServerStopEvent) ProtoMessage

func (*ServerStopEvent) ProtoMessage()

func (*ServerStopEvent) ProtoReflect

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

func (*ServerStopEvent) Reset

func (x *ServerStopEvent) Reset()

func (*ServerStopEvent) SetServer

func (x *ServerStopEvent) SetServer(v *ServerDefinition)

func (*ServerStopEvent) SetStopCause

func (x *ServerStopEvent) SetStopCause(v ServerStopCause)

func (*ServerStopEvent) SetStoppedAt

func (x *ServerStopEvent) SetStoppedAt(v *timestamppb.Timestamp)

func (*ServerStopEvent) SetTerminationMode

func (x *ServerStopEvent) SetTerminationMode(v ServerTerminationMode)

func (*ServerStopEvent) String

func (x *ServerStopEvent) String() string

type ServerStopEvent_builder

type ServerStopEvent_builder struct {
	Server          *ServerDefinition
	StopCause       ServerStopCause
	TerminationMode ServerTerminationMode
	StoppedAt       *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (ServerStopEvent_builder) Build

type ServerTerminationMode

type ServerTerminationMode int32

This allows for better filtering: e.g. notify module only showing forced stops in chat

const (
	ServerTerminationMode_UNKNOWN_MODE ServerTerminationMode = 0
	ServerTerminationMode_GRACEFUL     ServerTerminationMode = 1
	ServerTerminationMode_FORCED       ServerTerminationMode = 2
)

func (ServerTerminationMode) Descriptor

func (ServerTerminationMode) Enum

func (ServerTerminationMode) Number

func (ServerTerminationMode) String

func (x ServerTerminationMode) String() string

func (ServerTerminationMode) Type

type ServerType

type ServerType int32
const (
	ServerType_UNKNOWN_SERVER ServerType = 0
	ServerType_SERVER         ServerType = 1
	ServerType_PROXY          ServerType = 2
)

func (ServerType) Descriptor

func (ServerType) Descriptor() protoreflect.EnumDescriptor

func (ServerType) Enum

func (x ServerType) Enum() *ServerType

func (ServerType) Number

func (x ServerType) Number() protoreflect.EnumNumber

func (ServerType) String

func (x ServerType) String() string

func (ServerType) Type

type ServerTypeRequest

type ServerTypeRequest struct {
	ServerType ServerType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServerTypeRequest) GetServerType

func (x *ServerTypeRequest) GetServerType() ServerType

func (*ServerTypeRequest) ProtoMessage

func (*ServerTypeRequest) ProtoMessage()

func (*ServerTypeRequest) ProtoReflect

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

func (*ServerTypeRequest) Reset

func (x *ServerTypeRequest) Reset()

func (*ServerTypeRequest) SetServerType

func (x *ServerTypeRequest) SetServerType(v ServerType)

func (*ServerTypeRequest) String

func (x *ServerTypeRequest) String() string

type ServerTypeRequest_builder

type ServerTypeRequest_builder struct {
	ServerType ServerType
	// contains filtered or unexported fields
}

func (ServerTypeRequest_builder) Build

type ServerUpdateEvent

type ServerUpdateEvent struct {
	ServerBefore *ServerDefinition      `protobuf:"bytes,1,opt,name=server_before,json=serverBefore,proto3" json:"server_before,omitempty"` //The server definition before the update
	ServerAfter  *ServerDefinition      `protobuf:"bytes,2,opt,name=server_after,json=serverAfter,proto3" json:"server_after,omitempty"`    //The server definition after the update
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerUpdateEvent) ClearServerAfter

func (x *ServerUpdateEvent) ClearServerAfter()

func (*ServerUpdateEvent) ClearServerBefore

func (x *ServerUpdateEvent) ClearServerBefore()

func (*ServerUpdateEvent) ClearUpdatedAt

func (x *ServerUpdateEvent) ClearUpdatedAt()

func (*ServerUpdateEvent) GetServerAfter

func (x *ServerUpdateEvent) GetServerAfter() *ServerDefinition

func (*ServerUpdateEvent) GetServerBefore

func (x *ServerUpdateEvent) GetServerBefore() *ServerDefinition

func (*ServerUpdateEvent) GetUpdatedAt

func (x *ServerUpdateEvent) GetUpdatedAt() *timestamppb.Timestamp

func (*ServerUpdateEvent) HasServerAfter

func (x *ServerUpdateEvent) HasServerAfter() bool

func (*ServerUpdateEvent) HasServerBefore

func (x *ServerUpdateEvent) HasServerBefore() bool

func (*ServerUpdateEvent) HasUpdatedAt

func (x *ServerUpdateEvent) HasUpdatedAt() bool

func (*ServerUpdateEvent) ProtoMessage

func (*ServerUpdateEvent) ProtoMessage()

func (*ServerUpdateEvent) ProtoReflect

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

func (*ServerUpdateEvent) Reset

func (x *ServerUpdateEvent) Reset()

func (*ServerUpdateEvent) SetServerAfter

func (x *ServerUpdateEvent) SetServerAfter(v *ServerDefinition)

func (*ServerUpdateEvent) SetServerBefore

func (x *ServerUpdateEvent) SetServerBefore(v *ServerDefinition)

func (*ServerUpdateEvent) SetUpdatedAt

func (x *ServerUpdateEvent) SetUpdatedAt(v *timestamppb.Timestamp)

func (*ServerUpdateEvent) String

func (x *ServerUpdateEvent) String() string

type ServerUpdateEvent_builder

type ServerUpdateEvent_builder struct {
	ServerBefore *ServerDefinition
	ServerAfter  *ServerDefinition
	UpdatedAt    *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (ServerUpdateEvent_builder) Build

type StartMultipleServerResponse

type StartMultipleServerResponse struct {
	Servers []*ServerDefinition `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*StartMultipleServerResponse) GetServers

func (x *StartMultipleServerResponse) GetServers() []*ServerDefinition

func (*StartMultipleServerResponse) ProtoMessage

func (*StartMultipleServerResponse) ProtoMessage()

func (*StartMultipleServerResponse) ProtoReflect

func (*StartMultipleServerResponse) Reset

func (x *StartMultipleServerResponse) Reset()

func (*StartMultipleServerResponse) SetServers

func (x *StartMultipleServerResponse) SetServers(v []*ServerDefinition)

func (*StartMultipleServerResponse) String

func (x *StartMultipleServerResponse) String() string

type StartMultipleServerResponse_builder

type StartMultipleServerResponse_builder struct {
	Servers []*ServerDefinition
	// contains filtered or unexported fields
}

func (StartMultipleServerResponse_builder) Build

type StopServerByNumericalRequest

type StopServerByNumericalRequest struct {
	GroupName   string                 `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	StopCause   ServerStopCause        `` /* 136-byte string literal not displayed */
	NumericalId uint64                 `protobuf:"varint,3,opt,name=numerical_id,json=numericalId,proto3" json:"numerical_id,omitempty"`
	Since       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=since,proto3,oneof" json:"since,omitempty"`
	// contains filtered or unexported fields
}

func (*StopServerByNumericalRequest) ClearSince

func (x *StopServerByNumericalRequest) ClearSince()

func (*StopServerByNumericalRequest) GetGroupName

func (x *StopServerByNumericalRequest) GetGroupName() string

func (*StopServerByNumericalRequest) GetNumericalId

func (x *StopServerByNumericalRequest) GetNumericalId() uint64

func (*StopServerByNumericalRequest) GetSince

func (*StopServerByNumericalRequest) GetStopCause

func (*StopServerByNumericalRequest) HasSince

func (x *StopServerByNumericalRequest) HasSince() bool

func (*StopServerByNumericalRequest) ProtoMessage

func (*StopServerByNumericalRequest) ProtoMessage()

func (*StopServerByNumericalRequest) ProtoReflect

func (*StopServerByNumericalRequest) Reset

func (x *StopServerByNumericalRequest) Reset()

func (*StopServerByNumericalRequest) SetGroupName

func (x *StopServerByNumericalRequest) SetGroupName(v string)

func (*StopServerByNumericalRequest) SetNumericalId

func (x *StopServerByNumericalRequest) SetNumericalId(v uint64)

func (*StopServerByNumericalRequest) SetSince

func (*StopServerByNumericalRequest) SetStopCause

func (x *StopServerByNumericalRequest) SetStopCause(v ServerStopCause)

func (*StopServerByNumericalRequest) String

type StopServerByNumericalRequest_builder

type StopServerByNumericalRequest_builder struct {
	GroupName   string
	StopCause   ServerStopCause
	NumericalId uint64
	Since       *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (StopServerByNumericalRequest_builder) Build

type StopServerRequest

type StopServerRequest struct {
	ServerId  string                 `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	StopCause ServerStopCause        `` /* 136-byte string literal not displayed */
	Since     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=since,proto3,oneof" json:"since,omitempty"`
	// contains filtered or unexported fields
}

func (*StopServerRequest) ClearSince

func (x *StopServerRequest) ClearSince()

func (*StopServerRequest) GetServerId

func (x *StopServerRequest) GetServerId() string

func (*StopServerRequest) GetSince

func (x *StopServerRequest) GetSince() *timestamppb.Timestamp

func (*StopServerRequest) GetStopCause

func (x *StopServerRequest) GetStopCause() ServerStopCause

func (*StopServerRequest) HasSince

func (x *StopServerRequest) HasSince() bool

func (*StopServerRequest) ProtoMessage

func (*StopServerRequest) ProtoMessage()

func (*StopServerRequest) ProtoReflect

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

func (*StopServerRequest) Reset

func (x *StopServerRequest) Reset()

func (*StopServerRequest) SetServerId

func (x *StopServerRequest) SetServerId(v string)

func (*StopServerRequest) SetSince

func (x *StopServerRequest) SetSince(v *timestamppb.Timestamp)

func (*StopServerRequest) SetStopCause

func (x *StopServerRequest) SetStopCause(v ServerStopCause)

func (*StopServerRequest) String

func (x *StopServerRequest) String() string

type StopServerRequest_builder

type StopServerRequest_builder struct {
	ServerId  string
	StopCause ServerStopCause
	Since     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (StopServerRequest_builder) Build

type StopServersByGroupRequest

type StopServersByGroupRequest struct {
	GroupName string                 `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	StopCause ServerStopCause        `` /* 136-byte string literal not displayed */
	Since     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=since,proto3,oneof" json:"since,omitempty"`
	// contains filtered or unexported fields
}

func (*StopServersByGroupRequest) ClearSince

func (x *StopServersByGroupRequest) ClearSince()

func (*StopServersByGroupRequest) GetGroupName

func (x *StopServersByGroupRequest) GetGroupName() string

func (*StopServersByGroupRequest) GetSince

func (*StopServersByGroupRequest) GetStopCause

func (x *StopServersByGroupRequest) GetStopCause() ServerStopCause

func (*StopServersByGroupRequest) HasSince

func (x *StopServersByGroupRequest) HasSince() bool

func (*StopServersByGroupRequest) ProtoMessage

func (*StopServersByGroupRequest) ProtoMessage()

func (*StopServersByGroupRequest) ProtoReflect

func (*StopServersByGroupRequest) Reset

func (x *StopServersByGroupRequest) Reset()

func (*StopServersByGroupRequest) SetGroupName

func (x *StopServersByGroupRequest) SetGroupName(v string)

func (*StopServersByGroupRequest) SetSince

func (*StopServersByGroupRequest) SetStopCause

func (x *StopServersByGroupRequest) SetStopCause(v ServerStopCause)

func (*StopServersByGroupRequest) String

func (x *StopServersByGroupRequest) String() string

type StopServersByGroupRequest_builder

type StopServersByGroupRequest_builder struct {
	GroupName string
	StopCause ServerStopCause
	Since     *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (StopServersByGroupRequest_builder) Build

type StopServersByGroupResponse

type StopServersByGroupResponse struct {
	Servers []*ServerDefinition `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*StopServersByGroupResponse) GetServers

func (x *StopServersByGroupResponse) GetServers() []*ServerDefinition

func (*StopServersByGroupResponse) ProtoMessage

func (*StopServersByGroupResponse) ProtoMessage()

func (*StopServersByGroupResponse) ProtoReflect

func (*StopServersByGroupResponse) Reset

func (x *StopServersByGroupResponse) Reset()

func (*StopServersByGroupResponse) SetServers

func (x *StopServersByGroupResponse) SetServers(v []*ServerDefinition)

func (*StopServersByGroupResponse) String

func (x *StopServersByGroupResponse) String() string

type StopServersByGroupResponse_builder

type StopServersByGroupResponse_builder struct {
	Servers []*ServerDefinition
	// contains filtered or unexported fields
}

func (StopServersByGroupResponse_builder) Build

type StopServersByGroupWithTimeoutRequest

type StopServersByGroupWithTimeoutRequest struct {
	GroupName      string                 `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	StopCause      ServerStopCause        `` /* 136-byte string literal not displayed */
	TimeoutSeconds uint32                 `protobuf:"varint,3,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	Since          *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=since,proto3,oneof" json:"since,omitempty"`
	// contains filtered or unexported fields
}

func (*StopServersByGroupWithTimeoutRequest) ClearSince

func (x *StopServersByGroupWithTimeoutRequest) ClearSince()

func (*StopServersByGroupWithTimeoutRequest) GetGroupName

func (x *StopServersByGroupWithTimeoutRequest) GetGroupName() string

func (*StopServersByGroupWithTimeoutRequest) GetSince

func (*StopServersByGroupWithTimeoutRequest) GetStopCause

func (*StopServersByGroupWithTimeoutRequest) GetTimeoutSeconds

func (x *StopServersByGroupWithTimeoutRequest) GetTimeoutSeconds() uint32

func (*StopServersByGroupWithTimeoutRequest) HasSince

func (*StopServersByGroupWithTimeoutRequest) ProtoMessage

func (*StopServersByGroupWithTimeoutRequest) ProtoMessage()

func (*StopServersByGroupWithTimeoutRequest) ProtoReflect

func (*StopServersByGroupWithTimeoutRequest) Reset

func (*StopServersByGroupWithTimeoutRequest) SetGroupName

func (x *StopServersByGroupWithTimeoutRequest) SetGroupName(v string)

func (*StopServersByGroupWithTimeoutRequest) SetSince

func (*StopServersByGroupWithTimeoutRequest) SetStopCause

func (*StopServersByGroupWithTimeoutRequest) SetTimeoutSeconds

func (x *StopServersByGroupWithTimeoutRequest) SetTimeoutSeconds(v uint32)

func (*StopServersByGroupWithTimeoutRequest) String

type StopServersByGroupWithTimeoutRequest_builder

type StopServersByGroupWithTimeoutRequest_builder struct {
	GroupName      string
	StopCause      ServerStopCause
	TimeoutSeconds uint32
	Since          *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (StopServersByGroupWithTimeoutRequest_builder) Build

type TemplateFile

type TemplateFile struct {
	Path        string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Type        string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	IsDirectory bool   `protobuf:"varint,3,opt,name=is_directory,json=isDirectory,proto3" json:"is_directory,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateFile) GetIsDirectory

func (x *TemplateFile) GetIsDirectory() bool

func (*TemplateFile) GetPath

func (x *TemplateFile) GetPath() string

func (*TemplateFile) GetType

func (x *TemplateFile) GetType() string

func (*TemplateFile) ProtoMessage

func (*TemplateFile) ProtoMessage()

func (*TemplateFile) ProtoReflect

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

func (*TemplateFile) Reset

func (x *TemplateFile) Reset()

func (*TemplateFile) SetIsDirectory

func (x *TemplateFile) SetIsDirectory(v bool)

func (*TemplateFile) SetPath

func (x *TemplateFile) SetPath(v string)

func (*TemplateFile) SetType

func (x *TemplateFile) SetType(v string)

func (*TemplateFile) String

func (x *TemplateFile) String() string

type TemplateFile_builder

type TemplateFile_builder struct {
	Path        string
	Type        string
	IsDirectory bool
	// contains filtered or unexported fields
}

func (TemplateFile_builder) Build

func (b0 TemplateFile_builder) Build() *TemplateFile

type UnregisterDropletRequest

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

func (*UnregisterDropletRequest) GetId

func (x *UnregisterDropletRequest) GetId() string

func (*UnregisterDropletRequest) ProtoMessage

func (*UnregisterDropletRequest) ProtoMessage()

func (*UnregisterDropletRequest) ProtoReflect

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

func (*UnregisterDropletRequest) Reset

func (x *UnregisterDropletRequest) Reset()

func (*UnregisterDropletRequest) SetId

func (x *UnregisterDropletRequest) SetId(v string)

func (*UnregisterDropletRequest) String

func (x *UnregisterDropletRequest) String() string

type UnregisterDropletRequest_builder

type UnregisterDropletRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (UnregisterDropletRequest_builder) Build

type UnregisterDropletResponse

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

func (*UnregisterDropletResponse) ProtoMessage

func (*UnregisterDropletResponse) ProtoMessage()

func (*UnregisterDropletResponse) ProtoReflect

func (*UnregisterDropletResponse) Reset

func (x *UnregisterDropletResponse) Reset()

func (*UnregisterDropletResponse) String

func (x *UnregisterDropletResponse) String() string

type UnregisterDropletResponse_builder

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

func (UnregisterDropletResponse_builder) Build

type UpdateFileRequest

type UpdateFileRequest struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFileRequest) GetContent

func (x *UpdateFileRequest) GetContent() []byte

func (*UpdateFileRequest) GetPath

func (x *UpdateFileRequest) GetPath() string

func (*UpdateFileRequest) ProtoMessage

func (*UpdateFileRequest) ProtoMessage()

func (*UpdateFileRequest) ProtoReflect

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

func (*UpdateFileRequest) Reset

func (x *UpdateFileRequest) Reset()

func (*UpdateFileRequest) SetContent

func (x *UpdateFileRequest) SetContent(v []byte)

func (*UpdateFileRequest) SetPath

func (x *UpdateFileRequest) SetPath(v string)

func (*UpdateFileRequest) String

func (x *UpdateFileRequest) String() string

type UpdateFileRequest_builder

type UpdateFileRequest_builder struct {
	Path    string
	Content []byte
	// contains filtered or unexported fields
}

func (UpdateFileRequest_builder) Build

type UpdateFileResponse

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

func (*UpdateFileResponse) ProtoMessage

func (*UpdateFileResponse) ProtoMessage()

func (*UpdateFileResponse) ProtoReflect

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

func (*UpdateFileResponse) Reset

func (x *UpdateFileResponse) Reset()

func (*UpdateFileResponse) String

func (x *UpdateFileResponse) String() string

type UpdateFileResponse_builder

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

func (UpdateFileResponse_builder) Build

type UpdateGroupRequest

type UpdateGroupRequest struct {
	Group *GroupDefinition `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupRequest) ClearGroup

func (x *UpdateGroupRequest) ClearGroup()

func (*UpdateGroupRequest) GetGroup

func (x *UpdateGroupRequest) GetGroup() *GroupDefinition

func (*UpdateGroupRequest) HasGroup

func (x *UpdateGroupRequest) HasGroup() bool

func (*UpdateGroupRequest) ProtoMessage

func (*UpdateGroupRequest) ProtoMessage()

func (*UpdateGroupRequest) ProtoReflect

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

func (*UpdateGroupRequest) Reset

func (x *UpdateGroupRequest) Reset()

func (*UpdateGroupRequest) SetGroup

func (x *UpdateGroupRequest) SetGroup(v *GroupDefinition)

func (*UpdateGroupRequest) String

func (x *UpdateGroupRequest) String() string

type UpdateGroupRequest_builder

type UpdateGroupRequest_builder struct {
	Group *GroupDefinition
	// contains filtered or unexported fields
}

func (UpdateGroupRequest_builder) Build

type UpdateServerPropertyRequest

type UpdateServerPropertyRequest struct {
	ServerId      string `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	PropertyKey   string `protobuf:"bytes,2,opt,name=property_key,json=propertyKey,proto3" json:"property_key,omitempty"`
	PropertyValue string `protobuf:"bytes,3,opt,name=property_value,json=propertyValue,proto3" json:"property_value,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServerPropertyRequest) GetPropertyKey

func (x *UpdateServerPropertyRequest) GetPropertyKey() string

func (*UpdateServerPropertyRequest) GetPropertyValue

func (x *UpdateServerPropertyRequest) GetPropertyValue() string

func (*UpdateServerPropertyRequest) GetServerId

func (x *UpdateServerPropertyRequest) GetServerId() string

func (*UpdateServerPropertyRequest) ProtoMessage

func (*UpdateServerPropertyRequest) ProtoMessage()

func (*UpdateServerPropertyRequest) ProtoReflect

func (*UpdateServerPropertyRequest) Reset

func (x *UpdateServerPropertyRequest) Reset()

func (*UpdateServerPropertyRequest) SetPropertyKey

func (x *UpdateServerPropertyRequest) SetPropertyKey(v string)

func (*UpdateServerPropertyRequest) SetPropertyValue

func (x *UpdateServerPropertyRequest) SetPropertyValue(v string)

func (*UpdateServerPropertyRequest) SetServerId

func (x *UpdateServerPropertyRequest) SetServerId(v string)

func (*UpdateServerPropertyRequest) String

func (x *UpdateServerPropertyRequest) String() string

type UpdateServerPropertyRequest_builder

type UpdateServerPropertyRequest_builder struct {
	ServerId      string
	PropertyKey   string
	PropertyValue string
	// contains filtered or unexported fields
}

func (UpdateServerPropertyRequest_builder) Build

type UpdateServerRequest

type UpdateServerRequest struct {
	Server  *ServerDefinition `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Deleted bool              `protobuf:"varint,2,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServerRequest) ClearServer

func (x *UpdateServerRequest) ClearServer()

func (*UpdateServerRequest) GetDeleted

func (x *UpdateServerRequest) GetDeleted() bool

func (*UpdateServerRequest) GetServer

func (x *UpdateServerRequest) GetServer() *ServerDefinition

func (*UpdateServerRequest) HasServer

func (x *UpdateServerRequest) HasServer() bool

func (*UpdateServerRequest) ProtoMessage

func (*UpdateServerRequest) ProtoMessage()

func (*UpdateServerRequest) ProtoReflect

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

func (*UpdateServerRequest) Reset

func (x *UpdateServerRequest) Reset()

func (*UpdateServerRequest) SetDeleted

func (x *UpdateServerRequest) SetDeleted(v bool)

func (*UpdateServerRequest) SetServer

func (x *UpdateServerRequest) SetServer(v *ServerDefinition)

func (*UpdateServerRequest) String

func (x *UpdateServerRequest) String() string

type UpdateServerRequest_builder

type UpdateServerRequest_builder struct {
	Server  *ServerDefinition
	Deleted bool
	// contains filtered or unexported fields
}

func (UpdateServerRequest_builder) Build

type UpdateServerStateRequest

type UpdateServerStateRequest struct {
	ServerId    string      `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	ServerState ServerState `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateServerStateRequest) GetServerId

func (x *UpdateServerStateRequest) GetServerId() string

func (*UpdateServerStateRequest) GetServerState

func (x *UpdateServerStateRequest) GetServerState() ServerState

func (*UpdateServerStateRequest) ProtoMessage

func (*UpdateServerStateRequest) ProtoMessage()

func (*UpdateServerStateRequest) ProtoReflect

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

func (*UpdateServerStateRequest) Reset

func (x *UpdateServerStateRequest) Reset()

func (*UpdateServerStateRequest) SetServerId

func (x *UpdateServerStateRequest) SetServerId(v string)

func (*UpdateServerStateRequest) SetServerState

func (x *UpdateServerStateRequest) SetServerState(v ServerState)

func (*UpdateServerStateRequest) String

func (x *UpdateServerStateRequest) String() string

type UpdateServerStateRequest_builder

type UpdateServerStateRequest_builder struct {
	ServerId    string
	ServerState ServerState
	// contains filtered or unexported fields
}

func (UpdateServerStateRequest_builder) Build

Source Files

  • controller_droplet_api.pb.go
  • controller_group_api.pb.go
  • controller_server_api.pb.go
  • controller_types.pb.go
  • event_types.pb.go
  • server_host_api.pb.go

Jump to

Keyboard shortcuts

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