objects

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2020 License: MIT Imports: 27 Imported by: 2

Documentation

Overview

Package objects is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package objects is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package objects is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	MaterialSize_name = map[int32]string{
		0:   "OBJECT_MATERIAL_SIZE_0",
		10:  "OBJECT_MATERIAL_SIZE_32X32",
		20:  "OBJECT_MATERIAL_SIZE_64X32",
		30:  "OBJECT_MATERIAL_SIZE_64X64",
		40:  "OBJECT_MATERIAL_SIZE_128X32",
		50:  "OBJECT_MATERIAL_SIZE_128X64",
		60:  "OBJECT_MATERIAL_SIZE_128X128",
		70:  "OBJECT_MATERIAL_SIZE_256X32",
		80:  "OBJECT_MATERIAL_SIZE_256X64",
		90:  "OBJECT_MATERIAL_SIZE_256X128",
		100: "OBJECT_MATERIAL_SIZE_256X256",
		110: "OBJECT_MATERIAL_SIZE_512X64",
		120: "OBJECT_MATERIAL_SIZE_512X128",
		130: "OBJECT_MATERIAL_SIZE_512X256",
		140: "OBJECT_MATERIAL_SIZE_512X512",
	}
	MaterialSize_value = map[string]int32{
		"OBJECT_MATERIAL_SIZE_0":       0,
		"OBJECT_MATERIAL_SIZE_32X32":   10,
		"OBJECT_MATERIAL_SIZE_64X32":   20,
		"OBJECT_MATERIAL_SIZE_64X64":   30,
		"OBJECT_MATERIAL_SIZE_128X32":  40,
		"OBJECT_MATERIAL_SIZE_128X64":  50,
		"OBJECT_MATERIAL_SIZE_128X128": 60,
		"OBJECT_MATERIAL_SIZE_256X32":  70,
		"OBJECT_MATERIAL_SIZE_256X64":  80,
		"OBJECT_MATERIAL_SIZE_256X128": 90,
		"OBJECT_MATERIAL_SIZE_256X256": 100,
		"OBJECT_MATERIAL_SIZE_512X64":  110,
		"OBJECT_MATERIAL_SIZE_512X128": 120,
		"OBJECT_MATERIAL_SIZE_512X256": 130,
		"OBJECT_MATERIAL_SIZE_512X512": 140,
	}
)

Enum value maps for MaterialSize.

View Source
var File_objects_models_proto protoreflect.FileDescriptor
View Source
var File_objects_movable_proto protoreflect.FileDescriptor
View Source
var File_objects_objects_proto protoreflect.FileDescriptor

Functions

func RegisterMruVMovableObjectsServiceHandler

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

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

func RegisterMruVMovableObjectsServiceHandlerClient

func RegisterMruVMovableObjectsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MruVMovableObjectsServiceClient) error

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

func RegisterMruVMovableObjectsServiceHandlerFromEndpoint

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

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

func RegisterMruVMovableObjectsServiceHandlerServer

func RegisterMruVMovableObjectsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MruVMovableObjectsServiceServer) error

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

func RegisterMruVMovableObjectsServiceServer

func RegisterMruVMovableObjectsServiceServer(s *grpc.Server, srv MruVMovableObjectsServiceServer)

func RegisterMruVObjectModelsServiceHandler

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

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

func RegisterMruVObjectModelsServiceHandlerClient

func RegisterMruVObjectModelsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MruVObjectModelsServiceClient) error

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

func RegisterMruVObjectModelsServiceHandlerFromEndpoint

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

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

func RegisterMruVObjectModelsServiceHandlerServer

func RegisterMruVObjectModelsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MruVObjectModelsServiceServer) error

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

func RegisterMruVObjectModelsServiceServer

func RegisterMruVObjectModelsServiceServer(s *grpc.Server, srv MruVObjectModelsServiceServer)

func RegisterMruVObjectsServiceHandler

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

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

func RegisterMruVObjectsServiceHandlerClient

func RegisterMruVObjectsServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MruVObjectsServiceClient) error

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

func RegisterMruVObjectsServiceHandlerFromEndpoint

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

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

func RegisterMruVObjectsServiceHandlerServer

func RegisterMruVObjectsServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MruVObjectsServiceServer) error

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

func RegisterMruVObjectsServiceServer

func RegisterMruVObjectsServiceServer(s *grpc.Server, srv MruVObjectsServiceServer)

Types

type AddObjectMaterialRequest

type AddObjectMaterialRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// The material index on the object to change (0 to 15)
	Index    uint32    `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Material *Material `protobuf:"bytes,3,opt,name=material,proto3" json:"material,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `AddObjectMaterial`.

func (*AddObjectMaterialRequest) Descriptor deprecated

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

Deprecated: Use AddObjectMaterialRequest.ProtoReflect.Descriptor instead.

func (*AddObjectMaterialRequest) GetIndex

func (x *AddObjectMaterialRequest) GetIndex() uint32

func (*AddObjectMaterialRequest) GetMaterial

func (x *AddObjectMaterialRequest) GetMaterial() *Material

func (*AddObjectMaterialRequest) GetObjectId

func (x *AddObjectMaterialRequest) GetObjectId() uint32

func (*AddObjectMaterialRequest) ProtoMessage

func (*AddObjectMaterialRequest) ProtoMessage()

func (*AddObjectMaterialRequest) ProtoReflect added in v0.8.4

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

func (*AddObjectMaterialRequest) Reset

func (x *AddObjectMaterialRequest) Reset()

func (*AddObjectMaterialRequest) String

func (x *AddObjectMaterialRequest) String() string

func (*AddObjectMaterialRequest) Validate

func (m *AddObjectMaterialRequest) Validate() error

Validate checks the field values on AddObjectMaterialRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddObjectMaterialRequestValidationError

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

AddObjectMaterialRequestValidationError is the validation error returned by AddObjectMaterialRequest.Validate if the designated constraints aren't met.

func (AddObjectMaterialRequestValidationError) Cause

Cause function returns cause value.

func (AddObjectMaterialRequestValidationError) Error

Error satisfies the builtin error interface

func (AddObjectMaterialRequestValidationError) ErrorName

ErrorName returns error name.

func (AddObjectMaterialRequestValidationError) Field

Field function returns field value.

func (AddObjectMaterialRequestValidationError) Key

Key function returns key value.

func (AddObjectMaterialRequestValidationError) Reason

Reason function returns reason value.

type AddObjectMaterialResponse

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

Response message for rpc `AddObjectMaterial`.

func (*AddObjectMaterialResponse) Descriptor deprecated

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

Deprecated: Use AddObjectMaterialResponse.ProtoReflect.Descriptor instead.

func (*AddObjectMaterialResponse) ProtoMessage

func (*AddObjectMaterialResponse) ProtoMessage()

func (*AddObjectMaterialResponse) ProtoReflect added in v0.8.4

func (*AddObjectMaterialResponse) Reset

func (x *AddObjectMaterialResponse) Reset()

func (*AddObjectMaterialResponse) String

func (x *AddObjectMaterialResponse) String() string

func (*AddObjectMaterialResponse) Validate

func (m *AddObjectMaterialResponse) Validate() error

Validate checks the field values on AddObjectMaterialResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddObjectMaterialResponseValidationError

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

AddObjectMaterialResponseValidationError is the validation error returned by AddObjectMaterialResponse.Validate if the designated constraints aren't met.

func (AddObjectMaterialResponseValidationError) Cause

Cause function returns cause value.

func (AddObjectMaterialResponseValidationError) Error

Error satisfies the builtin error interface

func (AddObjectMaterialResponseValidationError) ErrorName

ErrorName returns error name.

func (AddObjectMaterialResponseValidationError) Field

Field function returns field value.

func (AddObjectMaterialResponseValidationError) Key

Key function returns key value.

func (AddObjectMaterialResponseValidationError) Reason

Reason function returns reason value.

type AddObjectMaterialTextRequest

type AddObjectMaterialTextRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// The object's material index to replace with text (0 to 15).
	Index        uint32        `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	MaterialText *MaterialText `protobuf:"bytes,3,opt,name=material_text,json=materialText,proto3" json:"material_text,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `AddObjectMaterialText`.

func (*AddObjectMaterialTextRequest) Descriptor deprecated

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

Deprecated: Use AddObjectMaterialTextRequest.ProtoReflect.Descriptor instead.

func (*AddObjectMaterialTextRequest) GetIndex

func (x *AddObjectMaterialTextRequest) GetIndex() uint32

func (*AddObjectMaterialTextRequest) GetMaterialText

func (x *AddObjectMaterialTextRequest) GetMaterialText() *MaterialText

func (*AddObjectMaterialTextRequest) GetObjectId

func (x *AddObjectMaterialTextRequest) GetObjectId() uint32

func (*AddObjectMaterialTextRequest) ProtoMessage

func (*AddObjectMaterialTextRequest) ProtoMessage()

func (*AddObjectMaterialTextRequest) ProtoReflect added in v0.8.4

func (*AddObjectMaterialTextRequest) Reset

func (x *AddObjectMaterialTextRequest) Reset()

func (*AddObjectMaterialTextRequest) String

func (*AddObjectMaterialTextRequest) Validate

func (m *AddObjectMaterialTextRequest) Validate() error

Validate checks the field values on AddObjectMaterialTextRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddObjectMaterialTextRequestValidationError

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

AddObjectMaterialTextRequestValidationError is the validation error returned by AddObjectMaterialTextRequest.Validate if the designated constraints aren't met.

func (AddObjectMaterialTextRequestValidationError) Cause

Cause function returns cause value.

func (AddObjectMaterialTextRequestValidationError) Error

Error satisfies the builtin error interface

func (AddObjectMaterialTextRequestValidationError) ErrorName

ErrorName returns error name.

func (AddObjectMaterialTextRequestValidationError) Field

Field function returns field value.

func (AddObjectMaterialTextRequestValidationError) Key

Key function returns key value.

func (AddObjectMaterialTextRequestValidationError) Reason

Reason function returns reason value.

type AddObjectMaterialTextResponse

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

Response message for rpc `AddObjectMaterialText`.

func (*AddObjectMaterialTextResponse) Descriptor deprecated

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

Deprecated: Use AddObjectMaterialTextResponse.ProtoReflect.Descriptor instead.

func (*AddObjectMaterialTextResponse) ProtoMessage

func (*AddObjectMaterialTextResponse) ProtoMessage()

func (*AddObjectMaterialTextResponse) ProtoReflect added in v0.8.4

func (*AddObjectMaterialTextResponse) Reset

func (x *AddObjectMaterialTextResponse) Reset()

func (*AddObjectMaterialTextResponse) String

func (*AddObjectMaterialTextResponse) Validate

func (m *AddObjectMaterialTextResponse) Validate() error

Validate checks the field values on AddObjectMaterialTextResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddObjectMaterialTextResponseValidationError

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

AddObjectMaterialTextResponseValidationError is the validation error returned by AddObjectMaterialTextResponse.Validate if the designated constraints aren't met.

func (AddObjectMaterialTextResponseValidationError) Cause

Cause function returns cause value.

func (AddObjectMaterialTextResponseValidationError) Error

Error satisfies the builtin error interface

func (AddObjectMaterialTextResponseValidationError) ErrorName

ErrorName returns error name.

func (AddObjectMaterialTextResponseValidationError) Field

Field function returns field value.

func (AddObjectMaterialTextResponseValidationError) Key

Key function returns key value.

func (AddObjectMaterialTextResponseValidationError) Reason

Reason function returns reason value.

type AddRemoveBuildingRequest

type AddRemoveBuildingRequest struct {
	RemovedBuilding *RemovedBuilding `protobuf:"bytes,1,opt,name=removed_building,json=removedBuilding,proto3" json:"removed_building,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `AddRemoveBuilding`.

func (*AddRemoveBuildingRequest) Descriptor deprecated

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

Deprecated: Use AddRemoveBuildingRequest.ProtoReflect.Descriptor instead.

func (*AddRemoveBuildingRequest) GetRemovedBuilding

func (x *AddRemoveBuildingRequest) GetRemovedBuilding() *RemovedBuilding

func (*AddRemoveBuildingRequest) ProtoMessage

func (*AddRemoveBuildingRequest) ProtoMessage()

func (*AddRemoveBuildingRequest) ProtoReflect added in v0.8.4

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

func (*AddRemoveBuildingRequest) Reset

func (x *AddRemoveBuildingRequest) Reset()

func (*AddRemoveBuildingRequest) String

func (x *AddRemoveBuildingRequest) String() string

func (*AddRemoveBuildingRequest) Validate

func (m *AddRemoveBuildingRequest) Validate() error

Validate checks the field values on AddRemoveBuildingRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddRemoveBuildingRequestValidationError

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

AddRemoveBuildingRequestValidationError is the validation error returned by AddRemoveBuildingRequest.Validate if the designated constraints aren't met.

func (AddRemoveBuildingRequestValidationError) Cause

Cause function returns cause value.

func (AddRemoveBuildingRequestValidationError) Error

Error satisfies the builtin error interface

func (AddRemoveBuildingRequestValidationError) ErrorName

ErrorName returns error name.

func (AddRemoveBuildingRequestValidationError) Field

Field function returns field value.

func (AddRemoveBuildingRequestValidationError) Key

Key function returns key value.

func (AddRemoveBuildingRequestValidationError) Reason

Reason function returns reason value.

type AddRemoveBuildingResponse

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

Response message for rpc `AddRemoveBuilding`.

func (*AddRemoveBuildingResponse) Descriptor deprecated

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

Deprecated: Use AddRemoveBuildingResponse.ProtoReflect.Descriptor instead.

func (*AddRemoveBuildingResponse) GetId

func (x *AddRemoveBuildingResponse) GetId() uint32

func (*AddRemoveBuildingResponse) ProtoMessage

func (*AddRemoveBuildingResponse) ProtoMessage()

func (*AddRemoveBuildingResponse) ProtoReflect added in v0.8.4

func (*AddRemoveBuildingResponse) Reset

func (x *AddRemoveBuildingResponse) Reset()

func (*AddRemoveBuildingResponse) String

func (x *AddRemoveBuildingResponse) String() string

func (*AddRemoveBuildingResponse) Validate

func (m *AddRemoveBuildingResponse) Validate() error

Validate checks the field values on AddRemoveBuildingResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddRemoveBuildingResponseValidationError

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

AddRemoveBuildingResponseValidationError is the validation error returned by AddRemoveBuildingResponse.Validate if the designated constraints aren't met.

func (AddRemoveBuildingResponseValidationError) Cause

Cause function returns cause value.

func (AddRemoveBuildingResponseValidationError) Error

Error satisfies the builtin error interface

func (AddRemoveBuildingResponseValidationError) ErrorName

ErrorName returns error name.

func (AddRemoveBuildingResponseValidationError) Field

Field function returns field value.

func (AddRemoveBuildingResponseValidationError) Key

Key function returns key value.

func (AddRemoveBuildingResponseValidationError) Reason

Reason function returns reason value.

type CreateMovableObjectRequest

type CreateMovableObjectRequest struct {
	Object *Object `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// List of states that an object can take.
	States []*State `protobuf:"bytes,2,rep,name=states,proto3" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `CreateMovableObject`.

func (*CreateMovableObjectRequest) Descriptor deprecated

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

Deprecated: Use CreateMovableObjectRequest.ProtoReflect.Descriptor instead.

func (*CreateMovableObjectRequest) GetObject

func (x *CreateMovableObjectRequest) GetObject() *Object

func (*CreateMovableObjectRequest) GetStates

func (x *CreateMovableObjectRequest) GetStates() []*State

func (*CreateMovableObjectRequest) ProtoMessage

func (*CreateMovableObjectRequest) ProtoMessage()

func (*CreateMovableObjectRequest) ProtoReflect added in v0.8.4

func (*CreateMovableObjectRequest) Reset

func (x *CreateMovableObjectRequest) Reset()

func (*CreateMovableObjectRequest) String

func (x *CreateMovableObjectRequest) String() string

func (*CreateMovableObjectRequest) Validate

func (m *CreateMovableObjectRequest) Validate() error

Validate checks the field values on CreateMovableObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateMovableObjectRequestValidationError

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

CreateMovableObjectRequestValidationError is the validation error returned by CreateMovableObjectRequest.Validate if the designated constraints aren't met.

func (CreateMovableObjectRequestValidationError) Cause

Cause function returns cause value.

func (CreateMovableObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateMovableObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateMovableObjectRequestValidationError) Field

Field function returns field value.

func (CreateMovableObjectRequestValidationError) Key

Key function returns key value.

func (CreateMovableObjectRequestValidationError) Reason

Reason function returns reason value.

type CreateMovableObjectResponse

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

Response message for rpc `CreateMovableObject`.

func (*CreateMovableObjectResponse) Descriptor deprecated

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

Deprecated: Use CreateMovableObjectResponse.ProtoReflect.Descriptor instead.

func (*CreateMovableObjectResponse) GetId

func (*CreateMovableObjectResponse) ProtoMessage

func (*CreateMovableObjectResponse) ProtoMessage()

func (*CreateMovableObjectResponse) ProtoReflect added in v0.8.4

func (*CreateMovableObjectResponse) Reset

func (x *CreateMovableObjectResponse) Reset()

func (*CreateMovableObjectResponse) String

func (x *CreateMovableObjectResponse) String() string

func (*CreateMovableObjectResponse) Validate

func (m *CreateMovableObjectResponse) Validate() error

Validate checks the field values on CreateMovableObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateMovableObjectResponseValidationError

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

CreateMovableObjectResponseValidationError is the validation error returned by CreateMovableObjectResponse.Validate if the designated constraints aren't met.

func (CreateMovableObjectResponseValidationError) Cause

Cause function returns cause value.

func (CreateMovableObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateMovableObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateMovableObjectResponseValidationError) Field

Field function returns field value.

func (CreateMovableObjectResponseValidationError) Key

Key function returns key value.

func (CreateMovableObjectResponseValidationError) Reason

Reason function returns reason value.

type CreateObjectModelRequest

type CreateObjectModelRequest struct {
	ObjectType *ObjectModel `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `CreateObjectModel`.

func (*CreateObjectModelRequest) Descriptor deprecated

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

Deprecated: Use CreateObjectModelRequest.ProtoReflect.Descriptor instead.

func (*CreateObjectModelRequest) GetObjectType

func (x *CreateObjectModelRequest) GetObjectType() *ObjectModel

func (*CreateObjectModelRequest) ProtoMessage

func (*CreateObjectModelRequest) ProtoMessage()

func (*CreateObjectModelRequest) ProtoReflect added in v0.8.4

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

func (*CreateObjectModelRequest) Reset

func (x *CreateObjectModelRequest) Reset()

func (*CreateObjectModelRequest) String

func (x *CreateObjectModelRequest) String() string

func (*CreateObjectModelRequest) Validate

func (m *CreateObjectModelRequest) Validate() error

Validate checks the field values on CreateObjectModelRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateObjectModelRequestValidationError

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

CreateObjectModelRequestValidationError is the validation error returned by CreateObjectModelRequest.Validate if the designated constraints aren't met.

func (CreateObjectModelRequestValidationError) Cause

Cause function returns cause value.

func (CreateObjectModelRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateObjectModelRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateObjectModelRequestValidationError) Field

Field function returns field value.

func (CreateObjectModelRequestValidationError) Key

Key function returns key value.

func (CreateObjectModelRequestValidationError) Reason

Reason function returns reason value.

type CreateObjectModelResponse

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

Response message for rpc `CreateObjectModel`.

func (*CreateObjectModelResponse) Descriptor deprecated

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

Deprecated: Use CreateObjectModelResponse.ProtoReflect.Descriptor instead.

func (*CreateObjectModelResponse) GetId

func (x *CreateObjectModelResponse) GetId() uint32

func (*CreateObjectModelResponse) ProtoMessage

func (*CreateObjectModelResponse) ProtoMessage()

func (*CreateObjectModelResponse) ProtoReflect added in v0.8.4

func (*CreateObjectModelResponse) Reset

func (x *CreateObjectModelResponse) Reset()

func (*CreateObjectModelResponse) String

func (x *CreateObjectModelResponse) String() string

func (*CreateObjectModelResponse) Validate

func (m *CreateObjectModelResponse) Validate() error

Validate checks the field values on CreateObjectModelResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateObjectModelResponseValidationError

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

CreateObjectModelResponseValidationError is the validation error returned by CreateObjectModelResponse.Validate if the designated constraints aren't met.

func (CreateObjectModelResponseValidationError) Cause

Cause function returns cause value.

func (CreateObjectModelResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateObjectModelResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateObjectModelResponseValidationError) Field

Field function returns field value.

func (CreateObjectModelResponseValidationError) Key

Key function returns key value.

func (CreateObjectModelResponseValidationError) Reason

Reason function returns reason value.

type CreateObjectRequest

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

Request message for rpc `CreateObject`.

func (*CreateObjectRequest) Descriptor deprecated

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

Deprecated: Use CreateObjectRequest.ProtoReflect.Descriptor instead.

func (*CreateObjectRequest) GetObject

func (x *CreateObjectRequest) GetObject() *Object

func (*CreateObjectRequest) ProtoMessage

func (*CreateObjectRequest) ProtoMessage()

func (*CreateObjectRequest) ProtoReflect added in v0.8.4

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

func (*CreateObjectRequest) Reset

func (x *CreateObjectRequest) Reset()

func (*CreateObjectRequest) String

func (x *CreateObjectRequest) String() string

func (*CreateObjectRequest) Validate

func (m *CreateObjectRequest) Validate() error

Validate checks the field values on CreateObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateObjectRequestValidationError

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

CreateObjectRequestValidationError is the validation error returned by CreateObjectRequest.Validate if the designated constraints aren't met.

func (CreateObjectRequestValidationError) Cause

Cause function returns cause value.

func (CreateObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateObjectRequestValidationError) Field

Field function returns field value.

func (CreateObjectRequestValidationError) Key

Key function returns key value.

func (CreateObjectRequestValidationError) Reason

Reason function returns reason value.

type CreateObjectResponse

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

Response message for rpc `CreateObject`.

func (*CreateObjectResponse) Descriptor deprecated

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

Deprecated: Use CreateObjectResponse.ProtoReflect.Descriptor instead.

func (*CreateObjectResponse) GetId

func (x *CreateObjectResponse) GetId() uint32

func (*CreateObjectResponse) ProtoMessage

func (*CreateObjectResponse) ProtoMessage()

func (*CreateObjectResponse) ProtoReflect added in v0.8.4

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

func (*CreateObjectResponse) Reset

func (x *CreateObjectResponse) Reset()

func (*CreateObjectResponse) String

func (x *CreateObjectResponse) String() string

func (*CreateObjectResponse) Validate

func (m *CreateObjectResponse) Validate() error

Validate checks the field values on CreateObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type CreateObjectResponseValidationError

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

CreateObjectResponseValidationError is the validation error returned by CreateObjectResponse.Validate if the designated constraints aren't met.

func (CreateObjectResponseValidationError) Cause

Cause function returns cause value.

func (CreateObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateObjectResponseValidationError) Field

Field function returns field value.

func (CreateObjectResponseValidationError) Key

Key function returns key value.

func (CreateObjectResponseValidationError) Reason

Reason function returns reason value.

type DeleteMovableObjectRequest

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

Request message for rpc `DeleteMovableObject`.

func (*DeleteMovableObjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteMovableObjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteMovableObjectRequest) GetId

func (*DeleteMovableObjectRequest) ProtoMessage

func (*DeleteMovableObjectRequest) ProtoMessage()

func (*DeleteMovableObjectRequest) ProtoReflect added in v0.8.4

func (*DeleteMovableObjectRequest) Reset

func (x *DeleteMovableObjectRequest) Reset()

func (*DeleteMovableObjectRequest) String

func (x *DeleteMovableObjectRequest) String() string

func (*DeleteMovableObjectRequest) Validate

func (m *DeleteMovableObjectRequest) Validate() error

Validate checks the field values on DeleteMovableObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteMovableObjectRequestValidationError

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

DeleteMovableObjectRequestValidationError is the validation error returned by DeleteMovableObjectRequest.Validate if the designated constraints aren't met.

func (DeleteMovableObjectRequestValidationError) Cause

Cause function returns cause value.

func (DeleteMovableObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteMovableObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteMovableObjectRequestValidationError) Field

Field function returns field value.

func (DeleteMovableObjectRequestValidationError) Key

Key function returns key value.

func (DeleteMovableObjectRequestValidationError) Reason

Reason function returns reason value.

type DeleteMovableObjectResponse

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

Response message for rpc `DeleteMovableObject`.

func (*DeleteMovableObjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteMovableObjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteMovableObjectResponse) ProtoMessage

func (*DeleteMovableObjectResponse) ProtoMessage()

func (*DeleteMovableObjectResponse) ProtoReflect added in v0.8.4

func (*DeleteMovableObjectResponse) Reset

func (x *DeleteMovableObjectResponse) Reset()

func (*DeleteMovableObjectResponse) String

func (x *DeleteMovableObjectResponse) String() string

func (*DeleteMovableObjectResponse) Validate

func (m *DeleteMovableObjectResponse) Validate() error

Validate checks the field values on DeleteMovableObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteMovableObjectResponseValidationError

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

DeleteMovableObjectResponseValidationError is the validation error returned by DeleteMovableObjectResponse.Validate if the designated constraints aren't met.

func (DeleteMovableObjectResponseValidationError) Cause

Cause function returns cause value.

func (DeleteMovableObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteMovableObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteMovableObjectResponseValidationError) Field

Field function returns field value.

func (DeleteMovableObjectResponseValidationError) Key

Key function returns key value.

func (DeleteMovableObjectResponseValidationError) Reason

Reason function returns reason value.

type DeleteObjectMaterialRequest

type DeleteObjectMaterialRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// The material index on the object to delete (0 to 15).
	Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `DeleteObjectMaterial`.

func (*DeleteObjectMaterialRequest) Descriptor deprecated

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

Deprecated: Use DeleteObjectMaterialRequest.ProtoReflect.Descriptor instead.

func (*DeleteObjectMaterialRequest) GetIndex

func (x *DeleteObjectMaterialRequest) GetIndex() uint32

func (*DeleteObjectMaterialRequest) GetObjectId

func (x *DeleteObjectMaterialRequest) GetObjectId() uint32

func (*DeleteObjectMaterialRequest) ProtoMessage

func (*DeleteObjectMaterialRequest) ProtoMessage()

func (*DeleteObjectMaterialRequest) ProtoReflect added in v0.8.4

func (*DeleteObjectMaterialRequest) Reset

func (x *DeleteObjectMaterialRequest) Reset()

func (*DeleteObjectMaterialRequest) String

func (x *DeleteObjectMaterialRequest) String() string

func (*DeleteObjectMaterialRequest) Validate

func (m *DeleteObjectMaterialRequest) Validate() error

Validate checks the field values on DeleteObjectMaterialRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectMaterialRequestValidationError

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

DeleteObjectMaterialRequestValidationError is the validation error returned by DeleteObjectMaterialRequest.Validate if the designated constraints aren't met.

func (DeleteObjectMaterialRequestValidationError) Cause

Cause function returns cause value.

func (DeleteObjectMaterialRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectMaterialRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectMaterialRequestValidationError) Field

Field function returns field value.

func (DeleteObjectMaterialRequestValidationError) Key

Key function returns key value.

func (DeleteObjectMaterialRequestValidationError) Reason

Reason function returns reason value.

type DeleteObjectMaterialResponse

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

Response message for rpc `DeleteObjectMaterial`.

func (*DeleteObjectMaterialResponse) Descriptor deprecated

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

Deprecated: Use DeleteObjectMaterialResponse.ProtoReflect.Descriptor instead.

func (*DeleteObjectMaterialResponse) ProtoMessage

func (*DeleteObjectMaterialResponse) ProtoMessage()

func (*DeleteObjectMaterialResponse) ProtoReflect added in v0.8.4

func (*DeleteObjectMaterialResponse) Reset

func (x *DeleteObjectMaterialResponse) Reset()

func (*DeleteObjectMaterialResponse) String

func (*DeleteObjectMaterialResponse) Validate

func (m *DeleteObjectMaterialResponse) Validate() error

Validate checks the field values on DeleteObjectMaterialResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectMaterialResponseValidationError

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

DeleteObjectMaterialResponseValidationError is the validation error returned by DeleteObjectMaterialResponse.Validate if the designated constraints aren't met.

func (DeleteObjectMaterialResponseValidationError) Cause

Cause function returns cause value.

func (DeleteObjectMaterialResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectMaterialResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectMaterialResponseValidationError) Field

Field function returns field value.

func (DeleteObjectMaterialResponseValidationError) Key

Key function returns key value.

func (DeleteObjectMaterialResponseValidationError) Reason

Reason function returns reason value.

type DeleteObjectMaterialTextRequest

type DeleteObjectMaterialTextRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// The object's material index to delete (0 to 15).
	Index uint32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `DeleteObjectMaterialText`.

func (*DeleteObjectMaterialTextRequest) Descriptor deprecated

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

Deprecated: Use DeleteObjectMaterialTextRequest.ProtoReflect.Descriptor instead.

func (*DeleteObjectMaterialTextRequest) GetIndex

func (*DeleteObjectMaterialTextRequest) GetObjectId

func (x *DeleteObjectMaterialTextRequest) GetObjectId() uint32

func (*DeleteObjectMaterialTextRequest) ProtoMessage

func (*DeleteObjectMaterialTextRequest) ProtoMessage()

func (*DeleteObjectMaterialTextRequest) ProtoReflect added in v0.8.4

func (*DeleteObjectMaterialTextRequest) Reset

func (*DeleteObjectMaterialTextRequest) String

func (*DeleteObjectMaterialTextRequest) Validate

func (m *DeleteObjectMaterialTextRequest) Validate() error

Validate checks the field values on DeleteObjectMaterialTextRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectMaterialTextRequestValidationError

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

DeleteObjectMaterialTextRequestValidationError is the validation error returned by DeleteObjectMaterialTextRequest.Validate if the designated constraints aren't met.

func (DeleteObjectMaterialTextRequestValidationError) Cause

Cause function returns cause value.

func (DeleteObjectMaterialTextRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectMaterialTextRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectMaterialTextRequestValidationError) Field

Field function returns field value.

func (DeleteObjectMaterialTextRequestValidationError) Key

Key function returns key value.

func (DeleteObjectMaterialTextRequestValidationError) Reason

Reason function returns reason value.

type DeleteObjectMaterialTextResponse

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

Response message for rpc `DeleteObjectMaterialText`.

func (*DeleteObjectMaterialTextResponse) Descriptor deprecated

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

Deprecated: Use DeleteObjectMaterialTextResponse.ProtoReflect.Descriptor instead.

func (*DeleteObjectMaterialTextResponse) ProtoMessage

func (*DeleteObjectMaterialTextResponse) ProtoMessage()

func (*DeleteObjectMaterialTextResponse) ProtoReflect added in v0.8.4

func (*DeleteObjectMaterialTextResponse) Reset

func (*DeleteObjectMaterialTextResponse) String

func (*DeleteObjectMaterialTextResponse) Validate

Validate checks the field values on DeleteObjectMaterialTextResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectMaterialTextResponseValidationError

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

DeleteObjectMaterialTextResponseValidationError is the validation error returned by DeleteObjectMaterialTextResponse.Validate if the designated constraints aren't met.

func (DeleteObjectMaterialTextResponseValidationError) Cause

Cause function returns cause value.

func (DeleteObjectMaterialTextResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectMaterialTextResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectMaterialTextResponseValidationError) Field

Field function returns field value.

func (DeleteObjectMaterialTextResponseValidationError) Key

Key function returns key value.

func (DeleteObjectMaterialTextResponseValidationError) Reason

Reason function returns reason value.

type DeleteObjectModelRequest

type DeleteObjectModelRequest struct {
	Model int32 `protobuf:"varint,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `DeleteObjectModel`.

func (*DeleteObjectModelRequest) Descriptor deprecated

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

Deprecated: Use DeleteObjectModelRequest.ProtoReflect.Descriptor instead.

func (*DeleteObjectModelRequest) GetModel

func (x *DeleteObjectModelRequest) GetModel() int32

func (*DeleteObjectModelRequest) ProtoMessage

func (*DeleteObjectModelRequest) ProtoMessage()

func (*DeleteObjectModelRequest) ProtoReflect added in v0.8.4

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

func (*DeleteObjectModelRequest) Reset

func (x *DeleteObjectModelRequest) Reset()

func (*DeleteObjectModelRequest) String

func (x *DeleteObjectModelRequest) String() string

func (*DeleteObjectModelRequest) Validate

func (m *DeleteObjectModelRequest) Validate() error

Validate checks the field values on DeleteObjectModelRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectModelRequestValidationError

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

DeleteObjectModelRequestValidationError is the validation error returned by DeleteObjectModelRequest.Validate if the designated constraints aren't met.

func (DeleteObjectModelRequestValidationError) Cause

Cause function returns cause value.

func (DeleteObjectModelRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectModelRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectModelRequestValidationError) Field

Field function returns field value.

func (DeleteObjectModelRequestValidationError) Key

Key function returns key value.

func (DeleteObjectModelRequestValidationError) Reason

Reason function returns reason value.

type DeleteObjectModelResponse

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

Response message for rpc `DeleteObjectModel`.

func (*DeleteObjectModelResponse) Descriptor deprecated

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

Deprecated: Use DeleteObjectModelResponse.ProtoReflect.Descriptor instead.

func (*DeleteObjectModelResponse) ProtoMessage

func (*DeleteObjectModelResponse) ProtoMessage()

func (*DeleteObjectModelResponse) ProtoReflect added in v0.8.4

func (*DeleteObjectModelResponse) Reset

func (x *DeleteObjectModelResponse) Reset()

func (*DeleteObjectModelResponse) String

func (x *DeleteObjectModelResponse) String() string

func (*DeleteObjectModelResponse) Validate

func (m *DeleteObjectModelResponse) Validate() error

Validate checks the field values on DeleteObjectModelResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectModelResponseValidationError

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

DeleteObjectModelResponseValidationError is the validation error returned by DeleteObjectModelResponse.Validate if the designated constraints aren't met.

func (DeleteObjectModelResponseValidationError) Cause

Cause function returns cause value.

func (DeleteObjectModelResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectModelResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectModelResponseValidationError) Field

Field function returns field value.

func (DeleteObjectModelResponseValidationError) Key

Key function returns key value.

func (DeleteObjectModelResponseValidationError) Reason

Reason function returns reason value.

type DeleteObjectRequest

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

Request message for rpc `DeleteObject`.

func (*DeleteObjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteObjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteObjectRequest) GetId

func (x *DeleteObjectRequest) GetId() uint32

func (*DeleteObjectRequest) ProtoMessage

func (*DeleteObjectRequest) ProtoMessage()

func (*DeleteObjectRequest) ProtoReflect added in v0.8.4

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

func (*DeleteObjectRequest) Reset

func (x *DeleteObjectRequest) Reset()

func (*DeleteObjectRequest) String

func (x *DeleteObjectRequest) String() string

func (*DeleteObjectRequest) Validate

func (m *DeleteObjectRequest) Validate() error

Validate checks the field values on DeleteObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectRequestValidationError

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

DeleteObjectRequestValidationError is the validation error returned by DeleteObjectRequest.Validate if the designated constraints aren't met.

func (DeleteObjectRequestValidationError) Cause

Cause function returns cause value.

func (DeleteObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectRequestValidationError) Field

Field function returns field value.

func (DeleteObjectRequestValidationError) Key

Key function returns key value.

func (DeleteObjectRequestValidationError) Reason

Reason function returns reason value.

type DeleteObjectResponse

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

Response message for rpc `DeleteObject`.

func (*DeleteObjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteObjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteObjectResponse) ProtoMessage

func (*DeleteObjectResponse) ProtoMessage()

func (*DeleteObjectResponse) ProtoReflect added in v0.8.4

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

func (*DeleteObjectResponse) Reset

func (x *DeleteObjectResponse) Reset()

func (*DeleteObjectResponse) String

func (x *DeleteObjectResponse) String() string

func (*DeleteObjectResponse) Validate

func (m *DeleteObjectResponse) Validate() error

Validate checks the field values on DeleteObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteObjectResponseValidationError

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

DeleteObjectResponseValidationError is the validation error returned by DeleteObjectResponse.Validate if the designated constraints aren't met.

func (DeleteObjectResponseValidationError) Cause

Cause function returns cause value.

func (DeleteObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteObjectResponseValidationError) Field

Field function returns field value.

func (DeleteObjectResponseValidationError) Key

Key function returns key value.

func (DeleteObjectResponseValidationError) Reason

Reason function returns reason value.

type DeleteRemoveBuildingRequest

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

Request message for rpc `DeleteRemoveBuilding`.

func (*DeleteRemoveBuildingRequest) Descriptor deprecated

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

Deprecated: Use DeleteRemoveBuildingRequest.ProtoReflect.Descriptor instead.

func (*DeleteRemoveBuildingRequest) GetId

func (*DeleteRemoveBuildingRequest) ProtoMessage

func (*DeleteRemoveBuildingRequest) ProtoMessage()

func (*DeleteRemoveBuildingRequest) ProtoReflect added in v0.8.4

func (*DeleteRemoveBuildingRequest) Reset

func (x *DeleteRemoveBuildingRequest) Reset()

func (*DeleteRemoveBuildingRequest) String

func (x *DeleteRemoveBuildingRequest) String() string

func (*DeleteRemoveBuildingRequest) Validate

func (m *DeleteRemoveBuildingRequest) Validate() error

Validate checks the field values on DeleteRemoveBuildingRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteRemoveBuildingRequestValidationError

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

DeleteRemoveBuildingRequestValidationError is the validation error returned by DeleteRemoveBuildingRequest.Validate if the designated constraints aren't met.

func (DeleteRemoveBuildingRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRemoveBuildingRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRemoveBuildingRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRemoveBuildingRequestValidationError) Field

Field function returns field value.

func (DeleteRemoveBuildingRequestValidationError) Key

Key function returns key value.

func (DeleteRemoveBuildingRequestValidationError) Reason

Reason function returns reason value.

type DeleteRemoveBuildingResponse

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

Response message for rpc `DeleteRemoveBuilding`.

func (*DeleteRemoveBuildingResponse) Descriptor deprecated

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

Deprecated: Use DeleteRemoveBuildingResponse.ProtoReflect.Descriptor instead.

func (*DeleteRemoveBuildingResponse) ProtoMessage

func (*DeleteRemoveBuildingResponse) ProtoMessage()

func (*DeleteRemoveBuildingResponse) ProtoReflect added in v0.8.4

func (*DeleteRemoveBuildingResponse) Reset

func (x *DeleteRemoveBuildingResponse) Reset()

func (*DeleteRemoveBuildingResponse) String

func (*DeleteRemoveBuildingResponse) Validate

func (m *DeleteRemoveBuildingResponse) Validate() error

Validate checks the field values on DeleteRemoveBuildingResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type DeleteRemoveBuildingResponseValidationError

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

DeleteRemoveBuildingResponseValidationError is the validation error returned by DeleteRemoveBuildingResponse.Validate if the designated constraints aren't met.

func (DeleteRemoveBuildingResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRemoveBuildingResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRemoveBuildingResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRemoveBuildingResponseValidationError) Field

Field function returns field value.

func (DeleteRemoveBuildingResponseValidationError) Key

Key function returns key value.

func (DeleteRemoveBuildingResponseValidationError) Reason

Reason function returns reason value.

type FetchAllModelsRequest

type FetchAllModelsRequest struct {
	ChunkSize uint32 `protobuf:"varint,1,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `FetchAll`.

func (*FetchAllModelsRequest) Descriptor deprecated

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

Deprecated: Use FetchAllModelsRequest.ProtoReflect.Descriptor instead.

func (*FetchAllModelsRequest) GetChunkSize

func (x *FetchAllModelsRequest) GetChunkSize() uint32

func (*FetchAllModelsRequest) ProtoMessage

func (*FetchAllModelsRequest) ProtoMessage()

func (*FetchAllModelsRequest) ProtoReflect added in v0.8.4

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

func (*FetchAllModelsRequest) Reset

func (x *FetchAllModelsRequest) Reset()

func (*FetchAllModelsRequest) String

func (x *FetchAllModelsRequest) String() string

func (*FetchAllModelsRequest) Validate

func (m *FetchAllModelsRequest) Validate() error

Validate checks the field values on FetchAllModelsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllModelsRequestValidationError

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

FetchAllModelsRequestValidationError is the validation error returned by FetchAllModelsRequest.Validate if the designated constraints aren't met.

func (FetchAllModelsRequestValidationError) Cause

Cause function returns cause value.

func (FetchAllModelsRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchAllModelsRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchAllModelsRequestValidationError) Field

Field function returns field value.

func (FetchAllModelsRequestValidationError) Key

Key function returns key value.

func (FetchAllModelsRequestValidationError) Reason

Reason function returns reason value.

type FetchAllModelsResponse

type FetchAllModelsResponse struct {
	Models map[int32]*ObjectModel `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for rpc `FetchAll`.

func (*FetchAllModelsResponse) Descriptor deprecated

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

Deprecated: Use FetchAllModelsResponse.ProtoReflect.Descriptor instead.

func (*FetchAllModelsResponse) GetModels

func (x *FetchAllModelsResponse) GetModels() map[int32]*ObjectModel

func (*FetchAllModelsResponse) ProtoMessage

func (*FetchAllModelsResponse) ProtoMessage()

func (*FetchAllModelsResponse) ProtoReflect added in v0.8.4

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

func (*FetchAllModelsResponse) Reset

func (x *FetchAllModelsResponse) Reset()

func (*FetchAllModelsResponse) String

func (x *FetchAllModelsResponse) String() string

func (*FetchAllModelsResponse) Validate

func (m *FetchAllModelsResponse) Validate() error

Validate checks the field values on FetchAllModelsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllModelsResponseValidationError

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

FetchAllModelsResponseValidationError is the validation error returned by FetchAllModelsResponse.Validate if the designated constraints aren't met.

func (FetchAllModelsResponseValidationError) Cause

Cause function returns cause value.

func (FetchAllModelsResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchAllModelsResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchAllModelsResponseValidationError) Field

Field function returns field value.

func (FetchAllModelsResponseValidationError) Key

Key function returns key value.

func (FetchAllModelsResponseValidationError) Reason

Reason function returns reason value.

type FetchAllMovableObjectsRequest

type FetchAllMovableObjectsRequest struct {
	ChunkSize uint32 `protobuf:"varint,1,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `FetchAllMovableObjects`.

func (*FetchAllMovableObjectsRequest) Descriptor deprecated

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

Deprecated: Use FetchAllMovableObjectsRequest.ProtoReflect.Descriptor instead.

func (*FetchAllMovableObjectsRequest) GetChunkSize

func (x *FetchAllMovableObjectsRequest) GetChunkSize() uint32

func (*FetchAllMovableObjectsRequest) ProtoMessage

func (*FetchAllMovableObjectsRequest) ProtoMessage()

func (*FetchAllMovableObjectsRequest) ProtoReflect added in v0.8.4

func (*FetchAllMovableObjectsRequest) Reset

func (x *FetchAllMovableObjectsRequest) Reset()

func (*FetchAllMovableObjectsRequest) String

func (*FetchAllMovableObjectsRequest) Validate

func (m *FetchAllMovableObjectsRequest) Validate() error

Validate checks the field values on FetchAllMovableObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllMovableObjectsRequestValidationError

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

FetchAllMovableObjectsRequestValidationError is the validation error returned by FetchAllMovableObjectsRequest.Validate if the designated constraints aren't met.

func (FetchAllMovableObjectsRequestValidationError) Cause

Cause function returns cause value.

func (FetchAllMovableObjectsRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchAllMovableObjectsRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchAllMovableObjectsRequestValidationError) Field

Field function returns field value.

func (FetchAllMovableObjectsRequestValidationError) Key

Key function returns key value.

func (FetchAllMovableObjectsRequestValidationError) Reason

Reason function returns reason value.

type FetchAllMovableObjectsResponse

type FetchAllMovableObjectsResponse struct {
	MovableObjects map[uint32]*MovableObject `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for rpc `FetchAllMovableObjects`.

func (*FetchAllMovableObjectsResponse) Descriptor deprecated

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

Deprecated: Use FetchAllMovableObjectsResponse.ProtoReflect.Descriptor instead.

func (*FetchAllMovableObjectsResponse) GetMovableObjects

func (x *FetchAllMovableObjectsResponse) GetMovableObjects() map[uint32]*MovableObject

func (*FetchAllMovableObjectsResponse) ProtoMessage

func (*FetchAllMovableObjectsResponse) ProtoMessage()

func (*FetchAllMovableObjectsResponse) ProtoReflect added in v0.8.4

func (*FetchAllMovableObjectsResponse) Reset

func (x *FetchAllMovableObjectsResponse) Reset()

func (*FetchAllMovableObjectsResponse) String

func (*FetchAllMovableObjectsResponse) Validate

func (m *FetchAllMovableObjectsResponse) Validate() error

Validate checks the field values on FetchAllMovableObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllMovableObjectsResponseValidationError

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

FetchAllMovableObjectsResponseValidationError is the validation error returned by FetchAllMovableObjectsResponse.Validate if the designated constraints aren't met.

func (FetchAllMovableObjectsResponseValidationError) Cause

Cause function returns cause value.

func (FetchAllMovableObjectsResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchAllMovableObjectsResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchAllMovableObjectsResponseValidationError) Field

Field function returns field value.

func (FetchAllMovableObjectsResponseValidationError) Key

Key function returns key value.

func (FetchAllMovableObjectsResponseValidationError) Reason

Reason function returns reason value.

type FetchAllObjectsRequest

type FetchAllObjectsRequest struct {
	ChunkSize uint32 `protobuf:"varint,1,opt,name=chunk_size,json=chunkSize,proto3" json:"chunk_size,omitempty"`
	// optional filter for estate id
	EstateId uint32 `protobuf:"varint,2,opt,name=estate_id,json=estateId,proto3" json:"estate_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `FetchAll`.

func (*FetchAllObjectsRequest) Descriptor deprecated

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

Deprecated: Use FetchAllObjectsRequest.ProtoReflect.Descriptor instead.

func (*FetchAllObjectsRequest) GetChunkSize

func (x *FetchAllObjectsRequest) GetChunkSize() uint32

func (*FetchAllObjectsRequest) GetEstateId

func (x *FetchAllObjectsRequest) GetEstateId() uint32

func (*FetchAllObjectsRequest) ProtoMessage

func (*FetchAllObjectsRequest) ProtoMessage()

func (*FetchAllObjectsRequest) ProtoReflect added in v0.8.4

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

func (*FetchAllObjectsRequest) Reset

func (x *FetchAllObjectsRequest) Reset()

func (*FetchAllObjectsRequest) String

func (x *FetchAllObjectsRequest) String() string

func (*FetchAllObjectsRequest) Validate

func (m *FetchAllObjectsRequest) Validate() error

Validate checks the field values on FetchAllObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllObjectsRequestValidationError

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

FetchAllObjectsRequestValidationError is the validation error returned by FetchAllObjectsRequest.Validate if the designated constraints aren't met.

func (FetchAllObjectsRequestValidationError) Cause

Cause function returns cause value.

func (FetchAllObjectsRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchAllObjectsRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchAllObjectsRequestValidationError) Field

Field function returns field value.

func (FetchAllObjectsRequestValidationError) Key

Key function returns key value.

func (FetchAllObjectsRequestValidationError) Reason

Reason function returns reason value.

type FetchAllObjectsResponse

type FetchAllObjectsResponse struct {
	Objects map[int32]*Object `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for rpc `FetchAll`.

func (*FetchAllObjectsResponse) Descriptor deprecated

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

Deprecated: Use FetchAllObjectsResponse.ProtoReflect.Descriptor instead.

func (*FetchAllObjectsResponse) GetObjects

func (x *FetchAllObjectsResponse) GetObjects() map[int32]*Object

func (*FetchAllObjectsResponse) ProtoMessage

func (*FetchAllObjectsResponse) ProtoMessage()

func (*FetchAllObjectsResponse) ProtoReflect added in v0.8.4

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

func (*FetchAllObjectsResponse) Reset

func (x *FetchAllObjectsResponse) Reset()

func (*FetchAllObjectsResponse) String

func (x *FetchAllObjectsResponse) String() string

func (*FetchAllObjectsResponse) Validate

func (m *FetchAllObjectsResponse) Validate() error

Validate checks the field values on FetchAllObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type FetchAllObjectsResponseValidationError

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

FetchAllObjectsResponseValidationError is the validation error returned by FetchAllObjectsResponse.Validate if the designated constraints aren't met.

func (FetchAllObjectsResponseValidationError) Cause

Cause function returns cause value.

func (FetchAllObjectsResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchAllObjectsResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchAllObjectsResponseValidationError) Field

Field function returns field value.

func (FetchAllObjectsResponseValidationError) Key

Key function returns key value.

func (FetchAllObjectsResponseValidationError) Reason

Reason function returns reason value.

type GetMovableObjectRequest

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

Request message for rpc `GetMovableObject`.

func (*GetMovableObjectRequest) Descriptor deprecated

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

Deprecated: Use GetMovableObjectRequest.ProtoReflect.Descriptor instead.

func (*GetMovableObjectRequest) GetId

func (x *GetMovableObjectRequest) GetId() uint32

func (*GetMovableObjectRequest) ProtoMessage

func (*GetMovableObjectRequest) ProtoMessage()

func (*GetMovableObjectRequest) ProtoReflect added in v0.8.4

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

func (*GetMovableObjectRequest) Reset

func (x *GetMovableObjectRequest) Reset()

func (*GetMovableObjectRequest) String

func (x *GetMovableObjectRequest) String() string

func (*GetMovableObjectRequest) Validate

func (m *GetMovableObjectRequest) Validate() error

Validate checks the field values on GetMovableObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetMovableObjectRequestValidationError

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

GetMovableObjectRequestValidationError is the validation error returned by GetMovableObjectRequest.Validate if the designated constraints aren't met.

func (GetMovableObjectRequestValidationError) Cause

Cause function returns cause value.

func (GetMovableObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMovableObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMovableObjectRequestValidationError) Field

Field function returns field value.

func (GetMovableObjectRequestValidationError) Key

Key function returns key value.

func (GetMovableObjectRequestValidationError) Reason

Reason function returns reason value.

type GetMovableObjectResponse

type GetMovableObjectResponse struct {
	Object           *Object  `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	States           []*State `protobuf:"bytes,2,rep,name=states,proto3" json:"states,omitempty"`
	CurrentStateId   uint32   `protobuf:"varint,3,opt,name=current_state_id,json=currentStateId,proto3" json:"current_state_id,omitempty"`
	CurrentStateName string   `protobuf:"bytes,4,opt,name=current_state_name,json=currentStateName,proto3" json:"current_state_name,omitempty"`
	// contains filtered or unexported fields
}

Response message for rpc `GetMovableObject`.

func (*GetMovableObjectResponse) Descriptor deprecated

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

Deprecated: Use GetMovableObjectResponse.ProtoReflect.Descriptor instead.

func (*GetMovableObjectResponse) GetCurrentStateId

func (x *GetMovableObjectResponse) GetCurrentStateId() uint32

func (*GetMovableObjectResponse) GetCurrentStateName

func (x *GetMovableObjectResponse) GetCurrentStateName() string

func (*GetMovableObjectResponse) GetObject

func (x *GetMovableObjectResponse) GetObject() *Object

func (*GetMovableObjectResponse) GetStates

func (x *GetMovableObjectResponse) GetStates() []*State

func (*GetMovableObjectResponse) ProtoMessage

func (*GetMovableObjectResponse) ProtoMessage()

func (*GetMovableObjectResponse) ProtoReflect added in v0.8.4

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

func (*GetMovableObjectResponse) Reset

func (x *GetMovableObjectResponse) Reset()

func (*GetMovableObjectResponse) String

func (x *GetMovableObjectResponse) String() string

func (*GetMovableObjectResponse) Validate

func (m *GetMovableObjectResponse) Validate() error

Validate checks the field values on GetMovableObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetMovableObjectResponseValidationError

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

GetMovableObjectResponseValidationError is the validation error returned by GetMovableObjectResponse.Validate if the designated constraints aren't met.

func (GetMovableObjectResponseValidationError) Cause

Cause function returns cause value.

func (GetMovableObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMovableObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMovableObjectResponseValidationError) Field

Field function returns field value.

func (GetMovableObjectResponseValidationError) Key

Key function returns key value.

func (GetMovableObjectResponseValidationError) Reason

Reason function returns reason value.

type GetObjectMaterialTextsRequest

type GetObjectMaterialTextsRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `GetObjectMaterialTexts`.

func (*GetObjectMaterialTextsRequest) Descriptor deprecated

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

Deprecated: Use GetObjectMaterialTextsRequest.ProtoReflect.Descriptor instead.

func (*GetObjectMaterialTextsRequest) GetObjectId

func (x *GetObjectMaterialTextsRequest) GetObjectId() uint32

func (*GetObjectMaterialTextsRequest) ProtoMessage

func (*GetObjectMaterialTextsRequest) ProtoMessage()

func (*GetObjectMaterialTextsRequest) ProtoReflect added in v0.8.4

func (*GetObjectMaterialTextsRequest) Reset

func (x *GetObjectMaterialTextsRequest) Reset()

func (*GetObjectMaterialTextsRequest) String

func (*GetObjectMaterialTextsRequest) Validate

func (m *GetObjectMaterialTextsRequest) Validate() error

Validate checks the field values on GetObjectMaterialTextsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectMaterialTextsRequestValidationError

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

GetObjectMaterialTextsRequestValidationError is the validation error returned by GetObjectMaterialTextsRequest.Validate if the designated constraints aren't met.

func (GetObjectMaterialTextsRequestValidationError) Cause

Cause function returns cause value.

func (GetObjectMaterialTextsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetObjectMaterialTextsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetObjectMaterialTextsRequestValidationError) Field

Field function returns field value.

func (GetObjectMaterialTextsRequestValidationError) Key

Key function returns key value.

func (GetObjectMaterialTextsRequestValidationError) Reason

Reason function returns reason value.

type GetObjectMaterialTextsResponse

type GetObjectMaterialTextsResponse struct {

	// Map of material texts, key - material index (0-15).
	MaterialTexts map[uint32]*MaterialText `` /* 189-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for rpc `GetObjectMaterialTexts`.

func (*GetObjectMaterialTextsResponse) Descriptor deprecated

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

Deprecated: Use GetObjectMaterialTextsResponse.ProtoReflect.Descriptor instead.

func (*GetObjectMaterialTextsResponse) GetMaterialTexts

func (x *GetObjectMaterialTextsResponse) GetMaterialTexts() map[uint32]*MaterialText

func (*GetObjectMaterialTextsResponse) ProtoMessage

func (*GetObjectMaterialTextsResponse) ProtoMessage()

func (*GetObjectMaterialTextsResponse) ProtoReflect added in v0.8.4

func (*GetObjectMaterialTextsResponse) Reset

func (x *GetObjectMaterialTextsResponse) Reset()

func (*GetObjectMaterialTextsResponse) String

func (*GetObjectMaterialTextsResponse) Validate

func (m *GetObjectMaterialTextsResponse) Validate() error

Validate checks the field values on GetObjectMaterialTextsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectMaterialTextsResponseValidationError

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

GetObjectMaterialTextsResponseValidationError is the validation error returned by GetObjectMaterialTextsResponse.Validate if the designated constraints aren't met.

func (GetObjectMaterialTextsResponseValidationError) Cause

Cause function returns cause value.

func (GetObjectMaterialTextsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetObjectMaterialTextsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetObjectMaterialTextsResponseValidationError) Field

Field function returns field value.

func (GetObjectMaterialTextsResponseValidationError) Key

Key function returns key value.

func (GetObjectMaterialTextsResponseValidationError) Reason

Reason function returns reason value.

type GetObjectMaterialsRequest

type GetObjectMaterialsRequest struct {
	ObjectId uint32 `protobuf:"varint,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `GetObjectMaterials`.

func (*GetObjectMaterialsRequest) Descriptor deprecated

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

Deprecated: Use GetObjectMaterialsRequest.ProtoReflect.Descriptor instead.

func (*GetObjectMaterialsRequest) GetObjectId

func (x *GetObjectMaterialsRequest) GetObjectId() uint32

func (*GetObjectMaterialsRequest) ProtoMessage

func (*GetObjectMaterialsRequest) ProtoMessage()

func (*GetObjectMaterialsRequest) ProtoReflect added in v0.8.4

func (*GetObjectMaterialsRequest) Reset

func (x *GetObjectMaterialsRequest) Reset()

func (*GetObjectMaterialsRequest) String

func (x *GetObjectMaterialsRequest) String() string

func (*GetObjectMaterialsRequest) Validate

func (m *GetObjectMaterialsRequest) Validate() error

Validate checks the field values on GetObjectMaterialsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectMaterialsRequestValidationError

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

GetObjectMaterialsRequestValidationError is the validation error returned by GetObjectMaterialsRequest.Validate if the designated constraints aren't met.

func (GetObjectMaterialsRequestValidationError) Cause

Cause function returns cause value.

func (GetObjectMaterialsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetObjectMaterialsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetObjectMaterialsRequestValidationError) Field

Field function returns field value.

func (GetObjectMaterialsRequestValidationError) Key

Key function returns key value.

func (GetObjectMaterialsRequestValidationError) Reason

Reason function returns reason value.

type GetObjectMaterialsResponse

type GetObjectMaterialsResponse struct {

	// Map of materials, key - material index (0-15)
	Materials map[uint32]*Material `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for rpc `GetObjectMaterials`.

func (*GetObjectMaterialsResponse) Descriptor deprecated

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

Deprecated: Use GetObjectMaterialsResponse.ProtoReflect.Descriptor instead.

func (*GetObjectMaterialsResponse) GetMaterials

func (x *GetObjectMaterialsResponse) GetMaterials() map[uint32]*Material

func (*GetObjectMaterialsResponse) ProtoMessage

func (*GetObjectMaterialsResponse) ProtoMessage()

func (*GetObjectMaterialsResponse) ProtoReflect added in v0.8.4

func (*GetObjectMaterialsResponse) Reset

func (x *GetObjectMaterialsResponse) Reset()

func (*GetObjectMaterialsResponse) String

func (x *GetObjectMaterialsResponse) String() string

func (*GetObjectMaterialsResponse) Validate

func (m *GetObjectMaterialsResponse) Validate() error

Validate checks the field values on GetObjectMaterialsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectMaterialsResponseValidationError

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

GetObjectMaterialsResponseValidationError is the validation error returned by GetObjectMaterialsResponse.Validate if the designated constraints aren't met.

func (GetObjectMaterialsResponseValidationError) Cause

Cause function returns cause value.

func (GetObjectMaterialsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetObjectMaterialsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetObjectMaterialsResponseValidationError) Field

Field function returns field value.

func (GetObjectMaterialsResponseValidationError) Key

Key function returns key value.

func (GetObjectMaterialsResponseValidationError) Reason

Reason function returns reason value.

type GetObjectModelRequest

type GetObjectModelRequest struct {
	Model int32 `protobuf:"varint,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `GetObjectModel`.

func (*GetObjectModelRequest) Descriptor deprecated

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

Deprecated: Use GetObjectModelRequest.ProtoReflect.Descriptor instead.

func (*GetObjectModelRequest) GetModel

func (x *GetObjectModelRequest) GetModel() int32

func (*GetObjectModelRequest) ProtoMessage

func (*GetObjectModelRequest) ProtoMessage()

func (*GetObjectModelRequest) ProtoReflect added in v0.8.4

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

func (*GetObjectModelRequest) Reset

func (x *GetObjectModelRequest) Reset()

func (*GetObjectModelRequest) String

func (x *GetObjectModelRequest) String() string

func (*GetObjectModelRequest) Validate

func (m *GetObjectModelRequest) Validate() error

Validate checks the field values on GetObjectModelRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectModelRequestValidationError

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

GetObjectModelRequestValidationError is the validation error returned by GetObjectModelRequest.Validate if the designated constraints aren't met.

func (GetObjectModelRequestValidationError) Cause

Cause function returns cause value.

func (GetObjectModelRequestValidationError) Error

Error satisfies the builtin error interface

func (GetObjectModelRequestValidationError) ErrorName

ErrorName returns error name.

func (GetObjectModelRequestValidationError) Field

Field function returns field value.

func (GetObjectModelRequestValidationError) Key

Key function returns key value.

func (GetObjectModelRequestValidationError) Reason

Reason function returns reason value.

type GetObjectModelResponse

type GetObjectModelResponse struct {
	ObjectType *ObjectModel `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	// contains filtered or unexported fields
}

Response message for rpc `GetObjectModel`.

func (*GetObjectModelResponse) Descriptor deprecated

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

Deprecated: Use GetObjectModelResponse.ProtoReflect.Descriptor instead.

func (*GetObjectModelResponse) GetObjectType

func (x *GetObjectModelResponse) GetObjectType() *ObjectModel

func (*GetObjectModelResponse) ProtoMessage

func (*GetObjectModelResponse) ProtoMessage()

func (*GetObjectModelResponse) ProtoReflect added in v0.8.4

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

func (*GetObjectModelResponse) Reset

func (x *GetObjectModelResponse) Reset()

func (*GetObjectModelResponse) String

func (x *GetObjectModelResponse) String() string

func (*GetObjectModelResponse) Validate

func (m *GetObjectModelResponse) Validate() error

Validate checks the field values on GetObjectModelResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectModelResponseValidationError

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

GetObjectModelResponseValidationError is the validation error returned by GetObjectModelResponse.Validate if the designated constraints aren't met.

func (GetObjectModelResponseValidationError) Cause

Cause function returns cause value.

func (GetObjectModelResponseValidationError) Error

Error satisfies the builtin error interface

func (GetObjectModelResponseValidationError) ErrorName

ErrorName returns error name.

func (GetObjectModelResponseValidationError) Field

Field function returns field value.

func (GetObjectModelResponseValidationError) Key

Key function returns key value.

func (GetObjectModelResponseValidationError) Reason

Reason function returns reason value.

type GetObjectRequest

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

Request message for rpc `GetObject`.

func (*GetObjectRequest) Descriptor deprecated

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

Deprecated: Use GetObjectRequest.ProtoReflect.Descriptor instead.

func (*GetObjectRequest) GetId

func (x *GetObjectRequest) GetId() uint32

func (*GetObjectRequest) ProtoMessage

func (*GetObjectRequest) ProtoMessage()

func (*GetObjectRequest) ProtoReflect added in v0.8.4

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

func (*GetObjectRequest) Reset

func (x *GetObjectRequest) Reset()

func (*GetObjectRequest) String

func (x *GetObjectRequest) String() string

func (*GetObjectRequest) Validate

func (m *GetObjectRequest) Validate() error

Validate checks the field values on GetObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectRequestValidationError

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

GetObjectRequestValidationError is the validation error returned by GetObjectRequest.Validate if the designated constraints aren't met.

func (GetObjectRequestValidationError) Cause

Cause function returns cause value.

func (GetObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (GetObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (GetObjectRequestValidationError) Field

Field function returns field value.

func (GetObjectRequestValidationError) Key

Key function returns key value.

func (GetObjectRequestValidationError) Reason

Reason function returns reason value.

type GetObjectResponse

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

Response message for rpc `GetObject`.

func (*GetObjectResponse) Descriptor deprecated

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

Deprecated: Use GetObjectResponse.ProtoReflect.Descriptor instead.

func (*GetObjectResponse) GetObject

func (x *GetObjectResponse) GetObject() *Object

func (*GetObjectResponse) ProtoMessage

func (*GetObjectResponse) ProtoMessage()

func (*GetObjectResponse) ProtoReflect added in v0.8.4

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

func (*GetObjectResponse) Reset

func (x *GetObjectResponse) Reset()

func (*GetObjectResponse) String

func (x *GetObjectResponse) String() string

func (*GetObjectResponse) Validate

func (m *GetObjectResponse) Validate() error

Validate checks the field values on GetObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetObjectResponseValidationError

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

GetObjectResponseValidationError is the validation error returned by GetObjectResponse.Validate if the designated constraints aren't met.

func (GetObjectResponseValidationError) Cause

Cause function returns cause value.

func (GetObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (GetObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (GetObjectResponseValidationError) Field

Field function returns field value.

func (GetObjectResponseValidationError) Key

Key function returns key value.

func (GetObjectResponseValidationError) Reason

Reason function returns reason value.

type GetRemovedBuildingsRequest

type GetRemovedBuildingsRequest struct {

	// optional filter for estate id
	EstateId uint32 `protobuf:"varint,1,opt,name=estate_id,json=estateId,proto3" json:"estate_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `GetRemovedBuildings`.

func (*GetRemovedBuildingsRequest) Descriptor deprecated

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

Deprecated: Use GetRemovedBuildingsRequest.ProtoReflect.Descriptor instead.

func (*GetRemovedBuildingsRequest) GetEstateId

func (x *GetRemovedBuildingsRequest) GetEstateId() uint32

func (*GetRemovedBuildingsRequest) ProtoMessage

func (*GetRemovedBuildingsRequest) ProtoMessage()

func (*GetRemovedBuildingsRequest) ProtoReflect added in v0.8.4

func (*GetRemovedBuildingsRequest) Reset

func (x *GetRemovedBuildingsRequest) Reset()

func (*GetRemovedBuildingsRequest) String

func (x *GetRemovedBuildingsRequest) String() string

func (*GetRemovedBuildingsRequest) Validate

func (m *GetRemovedBuildingsRequest) Validate() error

Validate checks the field values on GetRemovedBuildingsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetRemovedBuildingsRequestValidationError

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

GetRemovedBuildingsRequestValidationError is the validation error returned by GetRemovedBuildingsRequest.Validate if the designated constraints aren't met.

func (GetRemovedBuildingsRequestValidationError) Cause

Cause function returns cause value.

func (GetRemovedBuildingsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRemovedBuildingsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRemovedBuildingsRequestValidationError) Field

Field function returns field value.

func (GetRemovedBuildingsRequestValidationError) Key

Key function returns key value.

func (GetRemovedBuildingsRequestValidationError) Reason

Reason function returns reason value.

type GetRemovedBuildingsResponse

type GetRemovedBuildingsResponse struct {
	RemovedBuildings []*RemovedBuilding `protobuf:"bytes,1,rep,name=removed_buildings,json=removedBuildings,proto3" json:"removed_buildings,omitempty"`
	// contains filtered or unexported fields
}

Response message for rpc `GetRemovedBuildings`.

func (*GetRemovedBuildingsResponse) Descriptor deprecated

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

Deprecated: Use GetRemovedBuildingsResponse.ProtoReflect.Descriptor instead.

func (*GetRemovedBuildingsResponse) GetRemovedBuildings

func (x *GetRemovedBuildingsResponse) GetRemovedBuildings() []*RemovedBuilding

func (*GetRemovedBuildingsResponse) ProtoMessage

func (*GetRemovedBuildingsResponse) ProtoMessage()

func (*GetRemovedBuildingsResponse) ProtoReflect added in v0.8.4

func (*GetRemovedBuildingsResponse) Reset

func (x *GetRemovedBuildingsResponse) Reset()

func (*GetRemovedBuildingsResponse) String

func (x *GetRemovedBuildingsResponse) String() string

func (*GetRemovedBuildingsResponse) Validate

func (m *GetRemovedBuildingsResponse) Validate() error

Validate checks the field values on GetRemovedBuildingsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetRemovedBuildingsResponseValidationError

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

GetRemovedBuildingsResponseValidationError is the validation error returned by GetRemovedBuildingsResponse.Validate if the designated constraints aren't met.

func (GetRemovedBuildingsResponseValidationError) Cause

Cause function returns cause value.

func (GetRemovedBuildingsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRemovedBuildingsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRemovedBuildingsResponseValidationError) Field

Field function returns field value.

func (GetRemovedBuildingsResponseValidationError) Key

Key function returns key value.

func (GetRemovedBuildingsResponseValidationError) Reason

Reason function returns reason value.

type Material

type Material struct {

	// The modelid on which the replacement texture is located. Use 0 for alpha. Use -1 to change the material color without altering the texture.
	ModelId int32 `protobuf:"varint,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	// The name of the txd file which contains the replacement texture (use "none" if not required)
	TxdName string `protobuf:"bytes,2,opt,name=txd_name,json=txdName,proto3" json:"txd_name,omitempty"`
	// The name of the texture to use as the replacement (use "none" if not required)
	TextureName string `protobuf:"bytes,3,opt,name=texture_name,json=textureName,proto3" json:"texture_name,omitempty"`
	// The object color to set, as an integer or hex in ARGB color format. Using 0 keeps the existing material color.
	MaterialColor int32 `protobuf:"varint,4,opt,name=material_color,json=materialColor,proto3" json:"material_color,omitempty"`
	// contains filtered or unexported fields
}

Replace the texture of an object with the texture from another model in the game.

func (*Material) Descriptor deprecated

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

Deprecated: Use Material.ProtoReflect.Descriptor instead.

func (*Material) GetMaterialColor

func (x *Material) GetMaterialColor() int32

func (*Material) GetModelId

func (x *Material) GetModelId() int32

func (*Material) GetTextureName

func (x *Material) GetTextureName() string

func (*Material) GetTxdName

func (x *Material) GetTxdName() string

func (*Material) ProtoMessage

func (*Material) ProtoMessage()

func (*Material) ProtoReflect added in v0.8.4

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

func (*Material) Reset

func (x *Material) Reset()

func (*Material) String

func (x *Material) String() string

func (*Material) Validate

func (m *Material) Validate() error

Validate checks the field values on Material with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MaterialSize

type MaterialSize int32
const (
	MaterialSize_OBJECT_MATERIAL_SIZE_0       MaterialSize = 0
	MaterialSize_OBJECT_MATERIAL_SIZE_32X32   MaterialSize = 10
	MaterialSize_OBJECT_MATERIAL_SIZE_64X32   MaterialSize = 20
	MaterialSize_OBJECT_MATERIAL_SIZE_64X64   MaterialSize = 30
	MaterialSize_OBJECT_MATERIAL_SIZE_128X32  MaterialSize = 40
	MaterialSize_OBJECT_MATERIAL_SIZE_128X64  MaterialSize = 50
	MaterialSize_OBJECT_MATERIAL_SIZE_128X128 MaterialSize = 60
	MaterialSize_OBJECT_MATERIAL_SIZE_256X32  MaterialSize = 70
	MaterialSize_OBJECT_MATERIAL_SIZE_256X64  MaterialSize = 80
	MaterialSize_OBJECT_MATERIAL_SIZE_256X128 MaterialSize = 90
	MaterialSize_OBJECT_MATERIAL_SIZE_256X256 MaterialSize = 100
	MaterialSize_OBJECT_MATERIAL_SIZE_512X64  MaterialSize = 110
	MaterialSize_OBJECT_MATERIAL_SIZE_512X128 MaterialSize = 120
	MaterialSize_OBJECT_MATERIAL_SIZE_512X256 MaterialSize = 130
	MaterialSize_OBJECT_MATERIAL_SIZE_512X512 MaterialSize = 140
)

func (MaterialSize) Descriptor added in v0.8.4

func (MaterialSize) Enum added in v0.8.4

func (x MaterialSize) Enum() *MaterialSize

func (MaterialSize) EnumDescriptor deprecated

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

Deprecated: Use MaterialSize.Descriptor instead.

func (MaterialSize) Number added in v0.8.4

func (MaterialSize) String

func (x MaterialSize) String() string

func (MaterialSize) Type added in v0.8.4

type MaterialText

type MaterialText struct {

	// The text to show on the object (MAX 2048 characters).
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// The size of the material (default: 256x128).
	MaterialSize MaterialSize `` /* 129-byte string literal not displayed */
	// The font to use (default: Arial).
	FontFace string `protobuf:"bytes,3,opt,name=font_face,json=fontFace,proto3" json:"font_face,omitempty"`
	// The size of the text (default: 24) (MAX 255).
	FontSize uint32 `protobuf:"varint,4,opt,name=font_size,json=fontSize,proto3" json:"font_size,omitempty"`
	// Bold text. Set to 1 for bold, 0 for not (default: 1).
	Bold bool `protobuf:"varint,5,opt,name=bold,proto3" json:"bold,omitempty"`
	// The color of the text, in ARGB format (default: White).
	FontColor int32 `protobuf:"varint,6,opt,name=font_color,json=fontColor,proto3" json:"font_color,omitempty"`
	// The background color, in ARGB format (default: None (transparent)).
	BackColor int32 `protobuf:"varint,7,opt,name=back_color,json=backColor,proto3" json:"back_color,omitempty"`
	// The alignment of the text (default: left).
	TextAlignment int32 `protobuf:"varint,8,opt,name=text_alignment,json=textAlignment,proto3" json:"text_alignment,omitempty"`
	// contains filtered or unexported fields
}

Replace the texture of an object with text.

func (*MaterialText) Descriptor deprecated

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

Deprecated: Use MaterialText.ProtoReflect.Descriptor instead.

func (*MaterialText) GetBackColor

func (x *MaterialText) GetBackColor() int32

func (*MaterialText) GetBold

func (x *MaterialText) GetBold() bool

func (*MaterialText) GetFontColor

func (x *MaterialText) GetFontColor() int32

func (*MaterialText) GetFontFace

func (x *MaterialText) GetFontFace() string

func (*MaterialText) GetFontSize

func (x *MaterialText) GetFontSize() uint32

func (*MaterialText) GetMaterialSize

func (x *MaterialText) GetMaterialSize() MaterialSize

func (*MaterialText) GetText

func (x *MaterialText) GetText() string

func (*MaterialText) GetTextAlignment

func (x *MaterialText) GetTextAlignment() int32

func (*MaterialText) ProtoMessage

func (*MaterialText) ProtoMessage()

func (*MaterialText) ProtoReflect added in v0.8.4

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

func (*MaterialText) Reset

func (x *MaterialText) Reset()

func (*MaterialText) String

func (x *MaterialText) String() string

func (*MaterialText) Validate

func (m *MaterialText) Validate() error

Validate checks the field values on MaterialText with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MaterialTextValidationError

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

MaterialTextValidationError is the validation error returned by MaterialText.Validate if the designated constraints aren't met.

func (MaterialTextValidationError) Cause

Cause function returns cause value.

func (MaterialTextValidationError) Error

Error satisfies the builtin error interface

func (MaterialTextValidationError) ErrorName

func (e MaterialTextValidationError) ErrorName() string

ErrorName returns error name.

func (MaterialTextValidationError) Field

Field function returns field value.

func (MaterialTextValidationError) Key

Key function returns key value.

func (MaterialTextValidationError) Reason

Reason function returns reason value.

type MaterialValidationError

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

MaterialValidationError is the validation error returned by Material.Validate if the designated constraints aren't met.

func (MaterialValidationError) Cause

func (e MaterialValidationError) Cause() error

Cause function returns cause value.

func (MaterialValidationError) Error

func (e MaterialValidationError) Error() string

Error satisfies the builtin error interface

func (MaterialValidationError) ErrorName

func (e MaterialValidationError) ErrorName() string

ErrorName returns error name.

func (MaterialValidationError) Field

func (e MaterialValidationError) Field() string

Field function returns field value.

func (MaterialValidationError) Key

func (e MaterialValidationError) Key() bool

Key function returns key value.

func (MaterialValidationError) Reason

func (e MaterialValidationError) Reason() string

Reason function returns reason value.

type MovableObject

type MovableObject struct {
	Object *Object `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// List of states that an object can take.
	States []*State `protobuf:"bytes,2,rep,name=states,proto3" json:"states,omitempty"`
	// contains filtered or unexported fields
}

A movable object.

func (*MovableObject) Descriptor deprecated

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

Deprecated: Use MovableObject.ProtoReflect.Descriptor instead.

func (*MovableObject) GetObject

func (x *MovableObject) GetObject() *Object

func (*MovableObject) GetStates

func (x *MovableObject) GetStates() []*State

func (*MovableObject) ProtoMessage

func (*MovableObject) ProtoMessage()

func (*MovableObject) ProtoReflect added in v0.8.4

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

func (*MovableObject) Reset

func (x *MovableObject) Reset()

func (*MovableObject) String

func (x *MovableObject) String() string

func (*MovableObject) Validate

func (m *MovableObject) Validate() error

Validate checks the field values on MovableObject with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MovableObjectValidationError

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

MovableObjectValidationError is the validation error returned by MovableObject.Validate if the designated constraints aren't met.

func (MovableObjectValidationError) Cause

Cause function returns cause value.

func (MovableObjectValidationError) Error

Error satisfies the builtin error interface

func (MovableObjectValidationError) ErrorName

func (e MovableObjectValidationError) ErrorName() string

ErrorName returns error name.

func (MovableObjectValidationError) Field

Field function returns field value.

func (MovableObjectValidationError) Key

Key function returns key value.

func (MovableObjectValidationError) Reason

Reason function returns reason value.

type MoveObjectNextRequest

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

Request message for rpc `MoveObjectNext`.

func (*MoveObjectNextRequest) Descriptor deprecated

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

Deprecated: Use MoveObjectNextRequest.ProtoReflect.Descriptor instead.

func (*MoveObjectNextRequest) GetId

func (x *MoveObjectNextRequest) GetId() uint32

func (*MoveObjectNextRequest) ProtoMessage

func (*MoveObjectNextRequest) ProtoMessage()

func (*MoveObjectNextRequest) ProtoReflect added in v0.8.4

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

func (*MoveObjectNextRequest) Reset

func (x *MoveObjectNextRequest) Reset()

func (*MoveObjectNextRequest) String

func (x *MoveObjectNextRequest) String() string

func (*MoveObjectNextRequest) Validate

func (m *MoveObjectNextRequest) Validate() error

Validate checks the field values on MoveObjectNextRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectNextRequestValidationError

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

MoveObjectNextRequestValidationError is the validation error returned by MoveObjectNextRequest.Validate if the designated constraints aren't met.

func (MoveObjectNextRequestValidationError) Cause

Cause function returns cause value.

func (MoveObjectNextRequestValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectNextRequestValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectNextRequestValidationError) Field

Field function returns field value.

func (MoveObjectNextRequestValidationError) Key

Key function returns key value.

func (MoveObjectNextRequestValidationError) Reason

Reason function returns reason value.

type MoveObjectNextResponse

type MoveObjectNextResponse struct {
	StateId   uint32 `protobuf:"varint,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	StateName string `protobuf:"bytes,2,opt,name=state_name,json=stateName,proto3" json:"state_name,omitempty"`
	// contains filtered or unexported fields
}

Response message for rpc `MoveObjectNext`.

func (*MoveObjectNextResponse) Descriptor deprecated

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

Deprecated: Use MoveObjectNextResponse.ProtoReflect.Descriptor instead.

func (*MoveObjectNextResponse) GetStateId

func (x *MoveObjectNextResponse) GetStateId() uint32

func (*MoveObjectNextResponse) GetStateName

func (x *MoveObjectNextResponse) GetStateName() string

func (*MoveObjectNextResponse) ProtoMessage

func (*MoveObjectNextResponse) ProtoMessage()

func (*MoveObjectNextResponse) ProtoReflect added in v0.8.4

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

func (*MoveObjectNextResponse) Reset

func (x *MoveObjectNextResponse) Reset()

func (*MoveObjectNextResponse) String

func (x *MoveObjectNextResponse) String() string

func (*MoveObjectNextResponse) Validate

func (m *MoveObjectNextResponse) Validate() error

Validate checks the field values on MoveObjectNextResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectNextResponseValidationError

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

MoveObjectNextResponseValidationError is the validation error returned by MoveObjectNextResponse.Validate if the designated constraints aren't met.

func (MoveObjectNextResponseValidationError) Cause

Cause function returns cause value.

func (MoveObjectNextResponseValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectNextResponseValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectNextResponseValidationError) Field

Field function returns field value.

func (MoveObjectNextResponseValidationError) Key

Key function returns key value.

func (MoveObjectNextResponseValidationError) Reason

Reason function returns reason value.

type MoveObjectPreviousRequest

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

Request message for rpc `MoveObjectPrevious`.

func (*MoveObjectPreviousRequest) Descriptor deprecated

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

Deprecated: Use MoveObjectPreviousRequest.ProtoReflect.Descriptor instead.

func (*MoveObjectPreviousRequest) GetId

func (x *MoveObjectPreviousRequest) GetId() uint32

func (*MoveObjectPreviousRequest) ProtoMessage

func (*MoveObjectPreviousRequest) ProtoMessage()

func (*MoveObjectPreviousRequest) ProtoReflect added in v0.8.4

func (*MoveObjectPreviousRequest) Reset

func (x *MoveObjectPreviousRequest) Reset()

func (*MoveObjectPreviousRequest) String

func (x *MoveObjectPreviousRequest) String() string

func (*MoveObjectPreviousRequest) Validate

func (m *MoveObjectPreviousRequest) Validate() error

Validate checks the field values on MoveObjectPreviousRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectPreviousRequestValidationError

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

MoveObjectPreviousRequestValidationError is the validation error returned by MoveObjectPreviousRequest.Validate if the designated constraints aren't met.

func (MoveObjectPreviousRequestValidationError) Cause

Cause function returns cause value.

func (MoveObjectPreviousRequestValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectPreviousRequestValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectPreviousRequestValidationError) Field

Field function returns field value.

func (MoveObjectPreviousRequestValidationError) Key

Key function returns key value.

func (MoveObjectPreviousRequestValidationError) Reason

Reason function returns reason value.

type MoveObjectPreviousResponse

type MoveObjectPreviousResponse struct {
	StateId   uint32 `protobuf:"varint,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	StateName string `protobuf:"bytes,2,opt,name=state_name,json=stateName,proto3" json:"state_name,omitempty"`
	// contains filtered or unexported fields
}

Response message for rpc `MoveObjectPrevious`.

func (*MoveObjectPreviousResponse) Descriptor deprecated

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

Deprecated: Use MoveObjectPreviousResponse.ProtoReflect.Descriptor instead.

func (*MoveObjectPreviousResponse) GetStateId

func (x *MoveObjectPreviousResponse) GetStateId() uint32

func (*MoveObjectPreviousResponse) GetStateName

func (x *MoveObjectPreviousResponse) GetStateName() string

func (*MoveObjectPreviousResponse) ProtoMessage

func (*MoveObjectPreviousResponse) ProtoMessage()

func (*MoveObjectPreviousResponse) ProtoReflect added in v0.8.4

func (*MoveObjectPreviousResponse) Reset

func (x *MoveObjectPreviousResponse) Reset()

func (*MoveObjectPreviousResponse) String

func (x *MoveObjectPreviousResponse) String() string

func (*MoveObjectPreviousResponse) Validate

func (m *MoveObjectPreviousResponse) Validate() error

Validate checks the field values on MoveObjectPreviousResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectPreviousResponseValidationError

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

MoveObjectPreviousResponseValidationError is the validation error returned by MoveObjectPreviousResponse.Validate if the designated constraints aren't met.

func (MoveObjectPreviousResponseValidationError) Cause

Cause function returns cause value.

func (MoveObjectPreviousResponseValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectPreviousResponseValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectPreviousResponseValidationError) Field

Field function returns field value.

func (MoveObjectPreviousResponseValidationError) Key

Key function returns key value.

func (MoveObjectPreviousResponseValidationError) Reason

Reason function returns reason value.

type MoveObjectRequest

type MoveObjectRequest struct {
	State uint32 `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `MoveObject`.

func (*MoveObjectRequest) Descriptor deprecated

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

Deprecated: Use MoveObjectRequest.ProtoReflect.Descriptor instead.

func (*MoveObjectRequest) GetState

func (x *MoveObjectRequest) GetState() uint32

func (*MoveObjectRequest) ProtoMessage

func (*MoveObjectRequest) ProtoMessage()

func (*MoveObjectRequest) ProtoReflect added in v0.8.4

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

func (*MoveObjectRequest) Reset

func (x *MoveObjectRequest) Reset()

func (*MoveObjectRequest) String

func (x *MoveObjectRequest) String() string

func (*MoveObjectRequest) Validate

func (m *MoveObjectRequest) Validate() error

Validate checks the field values on MoveObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectRequestValidationError

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

MoveObjectRequestValidationError is the validation error returned by MoveObjectRequest.Validate if the designated constraints aren't met.

func (MoveObjectRequestValidationError) Cause

Cause function returns cause value.

func (MoveObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectRequestValidationError) Field

Field function returns field value.

func (MoveObjectRequestValidationError) Key

Key function returns key value.

func (MoveObjectRequestValidationError) Reason

Reason function returns reason value.

type MoveObjectResponse

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

Response message for rpc `MoveObject`.

func (*MoveObjectResponse) Descriptor deprecated

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

Deprecated: Use MoveObjectResponse.ProtoReflect.Descriptor instead.

func (*MoveObjectResponse) ProtoMessage

func (*MoveObjectResponse) ProtoMessage()

func (*MoveObjectResponse) ProtoReflect added in v0.8.4

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

func (*MoveObjectResponse) Reset

func (x *MoveObjectResponse) Reset()

func (*MoveObjectResponse) String

func (x *MoveObjectResponse) String() string

func (*MoveObjectResponse) Validate

func (m *MoveObjectResponse) Validate() error

Validate checks the field values on MoveObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type MoveObjectResponseValidationError

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

MoveObjectResponseValidationError is the validation error returned by MoveObjectResponse.Validate if the designated constraints aren't met.

func (MoveObjectResponseValidationError) Cause

Cause function returns cause value.

func (MoveObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (MoveObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (MoveObjectResponseValidationError) Field

Field function returns field value.

func (MoveObjectResponseValidationError) Key

Key function returns key value.

func (MoveObjectResponseValidationError) Reason

Reason function returns reason value.

type MruVMovableObjectsServiceClient

type MruVMovableObjectsServiceClient interface {
	// Create a movable object.
	CreateMovableObject(ctx context.Context, in *CreateMovableObjectRequest, opts ...grpc.CallOption) (*CreateMovableObjectResponse, error)
	// Get a movable object.
	GetMovableObject(ctx context.Context, in *GetMovableObjectRequest, opts ...grpc.CallOption) (*GetMovableObjectResponse, error)
	// Update a movable object.
	UpdateMovableObject(ctx context.Context, in *UpdateMovableObjectRequest, opts ...grpc.CallOption) (*UpdateMovableObjectResponse, error)
	// Delete a movable object.
	DeleteMovableObject(ctx context.Context, in *DeleteMovableObjectRequest, opts ...grpc.CallOption) (*DeleteMovableObjectResponse, error)
	// Move an object to other state.
	MoveObject(ctx context.Context, in *MoveObjectRequest, opts ...grpc.CallOption) (*MoveObjectResponse, error)
	// Move an object to next state.
	MoveObjectNext(ctx context.Context, in *MoveObjectNextRequest, opts ...grpc.CallOption) (*MoveObjectNextResponse, error)
	// Move an object to previous state.
	MoveObjectPrevious(ctx context.Context, in *MoveObjectPreviousRequest, opts ...grpc.CallOption) (*MoveObjectPreviousResponse, error)
	//
	FetchAllMovableObjects(ctx context.Context, in *FetchAllMovableObjectsRequest, opts ...grpc.CallOption) (MruVMovableObjectsService_FetchAllMovableObjectsClient, error)
}

MruVMovableObjectsServiceClient is the client API for MruVMovableObjectsService service.

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

type MruVMovableObjectsServiceServer

type MruVMovableObjectsServiceServer interface {
	// Create a movable object.
	CreateMovableObject(context.Context, *CreateMovableObjectRequest) (*CreateMovableObjectResponse, error)
	// Get a movable object.
	GetMovableObject(context.Context, *GetMovableObjectRequest) (*GetMovableObjectResponse, error)
	// Update a movable object.
	UpdateMovableObject(context.Context, *UpdateMovableObjectRequest) (*UpdateMovableObjectResponse, error)
	// Delete a movable object.
	DeleteMovableObject(context.Context, *DeleteMovableObjectRequest) (*DeleteMovableObjectResponse, error)
	// Move an object to other state.
	MoveObject(context.Context, *MoveObjectRequest) (*MoveObjectResponse, error)
	// Move an object to next state.
	MoveObjectNext(context.Context, *MoveObjectNextRequest) (*MoveObjectNextResponse, error)
	// Move an object to previous state.
	MoveObjectPrevious(context.Context, *MoveObjectPreviousRequest) (*MoveObjectPreviousResponse, error)
	//
	FetchAllMovableObjects(*FetchAllMovableObjectsRequest, MruVMovableObjectsService_FetchAllMovableObjectsServer) error
}

MruVMovableObjectsServiceServer is the server API for MruVMovableObjectsService service.

type MruVMovableObjectsService_FetchAllMovableObjectsClient

type MruVMovableObjectsService_FetchAllMovableObjectsClient interface {
	Recv() (*FetchAllMovableObjectsResponse, error)
	grpc.ClientStream
}

type MruVMovableObjectsService_FetchAllMovableObjectsServer

type MruVMovableObjectsService_FetchAllMovableObjectsServer interface {
	Send(*FetchAllMovableObjectsResponse) error
	grpc.ServerStream
}

type MruVObjectModelsServiceClient

type MruVObjectModelsServiceClient interface {
	// Create an object model.
	CreateObjectModel(ctx context.Context, in *CreateObjectModelRequest, opts ...grpc.CallOption) (*CreateObjectModelResponse, error)
	// Get an object model.
	GetObjectModel(ctx context.Context, in *GetObjectModelRequest, opts ...grpc.CallOption) (*GetObjectModelResponse, error)
	// Update an object model.
	UpdateObjectModel(ctx context.Context, in *UpdateObjectModelRequest, opts ...grpc.CallOption) (*UpdateObjectModelResponse, error)
	// Delete an object model.
	DeleteObjectModel(ctx context.Context, in *DeleteObjectModelRequest, opts ...grpc.CallOption) (*DeleteObjectModelResponse, error)
	// Get all models.
	FetchAllModels(ctx context.Context, in *FetchAllModelsRequest, opts ...grpc.CallOption) (MruVObjectModelsService_FetchAllModelsClient, error)
}

MruVObjectModelsServiceClient is the client API for MruVObjectModelsService service.

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

type MruVObjectModelsServiceServer

type MruVObjectModelsServiceServer interface {
	// Create an object model.
	CreateObjectModel(context.Context, *CreateObjectModelRequest) (*CreateObjectModelResponse, error)
	// Get an object model.
	GetObjectModel(context.Context, *GetObjectModelRequest) (*GetObjectModelResponse, error)
	// Update an object model.
	UpdateObjectModel(context.Context, *UpdateObjectModelRequest) (*UpdateObjectModelResponse, error)
	// Delete an object model.
	DeleteObjectModel(context.Context, *DeleteObjectModelRequest) (*DeleteObjectModelResponse, error)
	// Get all models.
	FetchAllModels(*FetchAllModelsRequest, MruVObjectModelsService_FetchAllModelsServer) error
}

MruVObjectModelsServiceServer is the server API for MruVObjectModelsService service.

type MruVObjectModelsService_FetchAllModelsClient

type MruVObjectModelsService_FetchAllModelsClient interface {
	Recv() (*FetchAllModelsResponse, error)
	grpc.ClientStream
}

type MruVObjectModelsService_FetchAllModelsServer

type MruVObjectModelsService_FetchAllModelsServer interface {
	Send(*FetchAllModelsResponse) error
	grpc.ServerStream
}

type MruVObjectsServiceClient

type MruVObjectsServiceClient interface {
	// Create an object.
	CreateObject(ctx context.Context, in *CreateObjectRequest, opts ...grpc.CallOption) (*CreateObjectResponse, error)
	// Get an object.
	GetObject(ctx context.Context, in *GetObjectRequest, opts ...grpc.CallOption) (*GetObjectResponse, error)
	// Update an object.
	UpdateObject(ctx context.Context, in *UpdateObjectRequest, opts ...grpc.CallOption) (*UpdateObjectResponse, error)
	// Delete an object.
	DeleteObject(ctx context.Context, in *DeleteObjectRequest, opts ...grpc.CallOption) (*DeleteObjectResponse, error)
	// Add a material to existing object.
	AddObjectMaterial(ctx context.Context, in *AddObjectMaterialRequest, opts ...grpc.CallOption) (*AddObjectMaterialResponse, error)
	// Get all object materials.
	GetObjectMaterials(ctx context.Context, in *GetObjectMaterialsRequest, opts ...grpc.CallOption) (*GetObjectMaterialsResponse, error)
	// Delete a material assigned to an object.
	DeleteObjectMaterial(ctx context.Context, in *DeleteObjectMaterialRequest, opts ...grpc.CallOption) (*DeleteObjectMaterialResponse, error)
	// Add a material text to existing object.
	AddObjectMaterialText(ctx context.Context, in *AddObjectMaterialTextRequest, opts ...grpc.CallOption) (*AddObjectMaterialTextResponse, error)
	// Get all object material texts.
	GetObjectMaterialTexts(ctx context.Context, in *GetObjectMaterialTextsRequest, opts ...grpc.CallOption) (*GetObjectMaterialTextsResponse, error)
	// Delete a material text assigned to an object.
	DeleteObjectMaterialText(ctx context.Context, in *DeleteObjectMaterialTextRequest, opts ...grpc.CallOption) (*DeleteObjectMaterialTextResponse, error)
	// Removes a object from GTA SA map.
	AddRemoveBuilding(ctx context.Context, in *AddRemoveBuildingRequest, opts ...grpc.CallOption) (*AddRemoveBuildingResponse, error)
	// Get all removed objects.
	GetRemovedBuildings(ctx context.Context, in *GetRemovedBuildingsRequest, opts ...grpc.CallOption) (*GetRemovedBuildingsResponse, error)
	// Delete removed buildings.
	DeleteRemoveBuilding(ctx context.Context, in *DeleteRemoveBuildingRequest, opts ...grpc.CallOption) (*DeleteRemoveBuildingResponse, error)
	// Fetch all existing objects.
	FetchAllObjects(ctx context.Context, in *FetchAllObjectsRequest, opts ...grpc.CallOption) (MruVObjectsService_FetchAllObjectsClient, error)
}

MruVObjectsServiceClient is the client API for MruVObjectsService service.

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

type MruVObjectsServiceServer

type MruVObjectsServiceServer interface {
	// Create an object.
	CreateObject(context.Context, *CreateObjectRequest) (*CreateObjectResponse, error)
	// Get an object.
	GetObject(context.Context, *GetObjectRequest) (*GetObjectResponse, error)
	// Update an object.
	UpdateObject(context.Context, *UpdateObjectRequest) (*UpdateObjectResponse, error)
	// Delete an object.
	DeleteObject(context.Context, *DeleteObjectRequest) (*DeleteObjectResponse, error)
	// Add a material to existing object.
	AddObjectMaterial(context.Context, *AddObjectMaterialRequest) (*AddObjectMaterialResponse, error)
	// Get all object materials.
	GetObjectMaterials(context.Context, *GetObjectMaterialsRequest) (*GetObjectMaterialsResponse, error)
	// Delete a material assigned to an object.
	DeleteObjectMaterial(context.Context, *DeleteObjectMaterialRequest) (*DeleteObjectMaterialResponse, error)
	// Add a material text to existing object.
	AddObjectMaterialText(context.Context, *AddObjectMaterialTextRequest) (*AddObjectMaterialTextResponse, error)
	// Get all object material texts.
	GetObjectMaterialTexts(context.Context, *GetObjectMaterialTextsRequest) (*GetObjectMaterialTextsResponse, error)
	// Delete a material text assigned to an object.
	DeleteObjectMaterialText(context.Context, *DeleteObjectMaterialTextRequest) (*DeleteObjectMaterialTextResponse, error)
	// Removes a object from GTA SA map.
	AddRemoveBuilding(context.Context, *AddRemoveBuildingRequest) (*AddRemoveBuildingResponse, error)
	// Get all removed objects.
	GetRemovedBuildings(context.Context, *GetRemovedBuildingsRequest) (*GetRemovedBuildingsResponse, error)
	// Delete removed buildings.
	DeleteRemoveBuilding(context.Context, *DeleteRemoveBuildingRequest) (*DeleteRemoveBuildingResponse, error)
	// Fetch all existing objects.
	FetchAllObjects(*FetchAllObjectsRequest, MruVObjectsService_FetchAllObjectsServer) error
}

MruVObjectsServiceServer is the server API for MruVObjectsService service.

type MruVObjectsService_FetchAllObjectsClient

type MruVObjectsService_FetchAllObjectsClient interface {
	Recv() (*FetchAllObjectsResponse, error)
	grpc.ClientStream
}

type MruVObjectsService_FetchAllObjectsServer

type MruVObjectsService_FetchAllObjectsServer interface {
	Send(*FetchAllObjectsResponse) error
	grpc.ServerStream
}

type Object

type Object struct {
	Model int32   `protobuf:"varint,1,opt,name=model,proto3" json:"model,omitempty"`
	X     float32 `protobuf:"fixed32,2,opt,name=x,proto3" json:"x,omitempty"`
	Y     float32 `protobuf:"fixed32,3,opt,name=y,proto3" json:"y,omitempty"`
	Z     float32 `protobuf:"fixed32,4,opt,name=z,proto3" json:"z,omitempty"`
	Rx    float32 `protobuf:"fixed32,5,opt,name=rx,proto3" json:"rx,omitempty"`
	Ry    float32 `protobuf:"fixed32,6,opt,name=ry,proto3" json:"ry,omitempty"`
	Rz    float32 `protobuf:"fixed32,7,opt,name=rz,proto3" json:"rz,omitempty"`
	// Virtual world id for which object will be visible. Set -1 to be visible for all.
	WorldId int32 `protobuf:"varint,8,opt,name=world_id,json=worldId,proto3" json:"world_id,omitempty"`
	// Interior id for which object will be visible. Set -1 to be visible for all.
	InteriorId int32 `protobuf:"varint,9,opt,name=interior_id,json=interiorId,proto3" json:"interior_id,omitempty"`
	// SA-MP player id for which object will be visible. Set -1 to be visible for all.
	PlayerId int32 `protobuf:"varint,10,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
	// Dynamic area id for which object will be visible. Set -1 to be visible for all.
	AreaId int32 `protobuf:"varint,11,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	// Default streamer setting is 300.0
	StreamDistance float32 `protobuf:"fixed32,12,opt,name=stream_distance,json=streamDistance,proto3" json:"stream_distance,omitempty"`
	// Default streamer setting is 0.0 = default game draw distance
	DrawDistance  float32                  `protobuf:"fixed32,13,opt,name=draw_distance,json=drawDistance,proto3" json:"draw_distance,omitempty"`
	Priority      int32                    `protobuf:"varint,15,opt,name=priority,proto3" json:"priority,omitempty"`
	EstateId      uint32                   `protobuf:"varint,16,opt,name=estate_id,json=estateId,proto3" json:"estate_id,omitempty"`
	Materials     map[uint32]*Material     `` /* 161-byte string literal not displayed */
	MaterialTexts map[uint32]*MaterialText `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

SA-MP Dynamic object data structure.

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetAreaId

func (x *Object) GetAreaId() int32

func (*Object) GetDrawDistance

func (x *Object) GetDrawDistance() float32

func (*Object) GetEstateId

func (x *Object) GetEstateId() uint32

func (*Object) GetInteriorId

func (x *Object) GetInteriorId() int32

func (*Object) GetMaterialTexts

func (x *Object) GetMaterialTexts() map[uint32]*MaterialText

func (*Object) GetMaterials

func (x *Object) GetMaterials() map[uint32]*Material

func (*Object) GetModel

func (x *Object) GetModel() int32

func (*Object) GetPlayerId

func (x *Object) GetPlayerId() int32

func (*Object) GetPriority

func (x *Object) GetPriority() int32

func (*Object) GetRx

func (x *Object) GetRx() float32

func (*Object) GetRy

func (x *Object) GetRy() float32

func (*Object) GetRz

func (x *Object) GetRz() float32

func (*Object) GetStreamDistance

func (x *Object) GetStreamDistance() float32

func (*Object) GetWorldId

func (x *Object) GetWorldId() int32

func (*Object) GetX

func (x *Object) GetX() float32

func (*Object) GetY

func (x *Object) GetY() float32

func (*Object) GetZ

func (x *Object) GetZ() float32

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect added in v0.8.4

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

func (*Object) Validate

func (m *Object) Validate() error

Validate checks the field values on Object with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ObjectModel

type ObjectModel struct {
	Model     int32   `protobuf:"varint,1,opt,name=model,proto3" json:"model,omitempty"`
	ModelName string  `protobuf:"bytes,2,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	Name      string  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Category  string  `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
	Length    float64 `protobuf:"fixed64,5,opt,name=length,proto3" json:"length,omitempty"`
	Width     float64 `protobuf:"fixed64,6,opt,name=width,proto3" json:"width,omitempty"`
	Height    float64 `protobuf:"fixed64,7,opt,name=height,proto3" json:"height,omitempty"`
	// if no size specified, it will be calculated based on length, width and height
	Size          float64  `protobuf:"fixed64,8,opt,name=size,proto3" json:"size,omitempty"`
	Tags          []string `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty"`
	HasCollision  bool     `protobuf:"varint,10,opt,name=has_collision,json=hasCollision,proto3" json:"has_collision,omitempty"`
	BreaksOnHit   bool     `protobuf:"varint,11,opt,name=breaks_on_hit,json=breaksOnHit,proto3" json:"breaks_on_hit,omitempty"`
	HasAnimation  bool     `protobuf:"varint,12,opt,name=has_animation,json=hasAnimation,proto3" json:"has_animation,omitempty"`
	VisibleByTime bool     `protobuf:"varint,16,opt,name=visible_by_time,json=visibleByTime,proto3" json:"visible_by_time,omitempty"`
	VisibleFrom   uint32   `protobuf:"varint,17,opt,name=visible_from,json=visibleFrom,proto3" json:"visible_from,omitempty"`
	VisibleTo     uint32   `protobuf:"varint,18,opt,name=visible_to,json=visibleTo,proto3" json:"visible_to,omitempty"`
	// contains filtered or unexported fields
}

SA-MP Object type data structure.

func (*ObjectModel) Descriptor deprecated

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

Deprecated: Use ObjectModel.ProtoReflect.Descriptor instead.

func (*ObjectModel) GetBreaksOnHit

func (x *ObjectModel) GetBreaksOnHit() bool

func (*ObjectModel) GetCategory

func (x *ObjectModel) GetCategory() string

func (*ObjectModel) GetHasAnimation

func (x *ObjectModel) GetHasAnimation() bool

func (*ObjectModel) GetHasCollision

func (x *ObjectModel) GetHasCollision() bool

func (*ObjectModel) GetHeight

func (x *ObjectModel) GetHeight() float64

func (*ObjectModel) GetLength

func (x *ObjectModel) GetLength() float64

func (*ObjectModel) GetModel

func (x *ObjectModel) GetModel() int32

func (*ObjectModel) GetModelName

func (x *ObjectModel) GetModelName() string

func (*ObjectModel) GetName

func (x *ObjectModel) GetName() string

func (*ObjectModel) GetSize

func (x *ObjectModel) GetSize() float64

func (*ObjectModel) GetTags

func (x *ObjectModel) GetTags() []string

func (*ObjectModel) GetVisibleByTime

func (x *ObjectModel) GetVisibleByTime() bool

func (*ObjectModel) GetVisibleFrom

func (x *ObjectModel) GetVisibleFrom() uint32

func (*ObjectModel) GetVisibleTo

func (x *ObjectModel) GetVisibleTo() uint32

func (*ObjectModel) GetWidth

func (x *ObjectModel) GetWidth() float64

func (*ObjectModel) ProtoMessage

func (*ObjectModel) ProtoMessage()

func (*ObjectModel) ProtoReflect added in v0.8.4

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

func (*ObjectModel) Reset

func (x *ObjectModel) Reset()

func (*ObjectModel) String

func (x *ObjectModel) String() string

func (*ObjectModel) Validate

func (m *ObjectModel) Validate() error

Validate checks the field values on ObjectModel with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ObjectModelValidationError

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

ObjectModelValidationError is the validation error returned by ObjectModel.Validate if the designated constraints aren't met.

func (ObjectModelValidationError) Cause

Cause function returns cause value.

func (ObjectModelValidationError) Error

Error satisfies the builtin error interface

func (ObjectModelValidationError) ErrorName

func (e ObjectModelValidationError) ErrorName() string

ErrorName returns error name.

func (ObjectModelValidationError) Field

Field function returns field value.

func (ObjectModelValidationError) Key

Key function returns key value.

func (ObjectModelValidationError) Reason

Reason function returns reason value.

type ObjectValidationError

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

ObjectValidationError is the validation error returned by Object.Validate if the designated constraints aren't met.

func (ObjectValidationError) Cause

func (e ObjectValidationError) Cause() error

Cause function returns cause value.

func (ObjectValidationError) Error

func (e ObjectValidationError) Error() string

Error satisfies the builtin error interface

func (ObjectValidationError) ErrorName

func (e ObjectValidationError) ErrorName() string

ErrorName returns error name.

func (ObjectValidationError) Field

func (e ObjectValidationError) Field() string

Field function returns field value.

func (ObjectValidationError) Key

func (e ObjectValidationError) Key() bool

Key function returns key value.

func (ObjectValidationError) Reason

func (e ObjectValidationError) Reason() string

Reason function returns reason value.

type RemovedBuilding

type RemovedBuilding struct {

	// The model to remove.
	Model uint32 `protobuf:"varint,1,opt,name=model,proto3" json:"model,omitempty"`
	// The X coordinate around which the objects will be removed.
	X float32 `protobuf:"fixed32,2,opt,name=x,proto3" json:"x,omitempty"`
	// The Y coordinate around which the objects will be removed.
	Y float32 `protobuf:"fixed32,3,opt,name=y,proto3" json:"y,omitempty"`
	// The Z coordinate around which the objects will be removed.
	Z float32 `protobuf:"fixed32,4,opt,name=z,proto3" json:"z,omitempty"`
	// The radius around the specified point to remove objects with the specified model.
	Radius float32 `protobuf:"fixed32,5,opt,name=radius,proto3" json:"radius,omitempty"`
	// Estate to with removed object belong.
	EstateId uint32 `protobuf:"varint,6,opt,name=estate_id,json=estateId,proto3" json:"estate_id,omitempty"`
	// contains filtered or unexported fields
}

Removes a standard San Andreas model for a single player within a specified range.

func (*RemovedBuilding) Descriptor deprecated

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

Deprecated: Use RemovedBuilding.ProtoReflect.Descriptor instead.

func (*RemovedBuilding) GetEstateId

func (x *RemovedBuilding) GetEstateId() uint32

func (*RemovedBuilding) GetModel

func (x *RemovedBuilding) GetModel() uint32

func (*RemovedBuilding) GetRadius

func (x *RemovedBuilding) GetRadius() float32

func (*RemovedBuilding) GetX

func (x *RemovedBuilding) GetX() float32

func (*RemovedBuilding) GetY

func (x *RemovedBuilding) GetY() float32

func (*RemovedBuilding) GetZ

func (x *RemovedBuilding) GetZ() float32

func (*RemovedBuilding) ProtoMessage

func (*RemovedBuilding) ProtoMessage()

func (*RemovedBuilding) ProtoReflect added in v0.8.4

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

func (*RemovedBuilding) Reset

func (x *RemovedBuilding) Reset()

func (*RemovedBuilding) String

func (x *RemovedBuilding) String() string

func (*RemovedBuilding) Validate

func (m *RemovedBuilding) Validate() error

Validate checks the field values on RemovedBuilding with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type RemovedBuildingValidationError

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

RemovedBuildingValidationError is the validation error returned by RemovedBuilding.Validate if the designated constraints aren't met.

func (RemovedBuildingValidationError) Cause

Cause function returns cause value.

func (RemovedBuildingValidationError) Error

Error satisfies the builtin error interface

func (RemovedBuildingValidationError) ErrorName

func (e RemovedBuildingValidationError) ErrorName() string

ErrorName returns error name.

func (RemovedBuildingValidationError) Field

Field function returns field value.

func (RemovedBuildingValidationError) Key

Key function returns key value.

func (RemovedBuildingValidationError) Reason

Reason function returns reason value.

type State

type State struct {
	Name            string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	X               float32 `protobuf:"fixed32,2,opt,name=x,proto3" json:"x,omitempty"`
	Y               float32 `protobuf:"fixed32,3,opt,name=y,proto3" json:"y,omitempty"`
	Z               float32 `protobuf:"fixed32,4,opt,name=z,proto3" json:"z,omitempty"`
	Rx              float32 `protobuf:"fixed32,5,opt,name=rx,proto3" json:"rx,omitempty"`
	Ry              float32 `protobuf:"fixed32,6,opt,name=ry,proto3" json:"ry,omitempty"`
	Rz              float32 `protobuf:"fixed32,7,opt,name=rz,proto3" json:"rz,omitempty"`
	TransitionSpeed float32 `protobuf:"fixed32,8,opt,name=transition_speed,json=transitionSpeed,proto3" json:"transition_speed,omitempty"`
	// contains filtered or unexported fields
}

Position and rotation state of moving object.

func (*State) Descriptor deprecated

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

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetName

func (x *State) GetName() string

func (*State) GetRx

func (x *State) GetRx() float32

func (*State) GetRy

func (x *State) GetRy() float32

func (*State) GetRz

func (x *State) GetRz() float32

func (*State) GetTransitionSpeed

func (x *State) GetTransitionSpeed() float32

func (*State) GetX

func (x *State) GetX() float32

func (*State) GetY

func (x *State) GetY() float32

func (*State) GetZ

func (x *State) GetZ() float32

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) ProtoReflect added in v0.8.4

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

func (*State) Reset

func (x *State) Reset()

func (*State) String

func (x *State) String() string

func (*State) Validate

func (m *State) Validate() error

Validate checks the field values on State with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type StateValidationError

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

StateValidationError is the validation error returned by State.Validate if the designated constraints aren't met.

func (StateValidationError) Cause

func (e StateValidationError) Cause() error

Cause function returns cause value.

func (StateValidationError) Error

func (e StateValidationError) Error() string

Error satisfies the builtin error interface

func (StateValidationError) ErrorName

func (e StateValidationError) ErrorName() string

ErrorName returns error name.

func (StateValidationError) Field

func (e StateValidationError) Field() string

Field function returns field value.

func (StateValidationError) Key

func (e StateValidationError) Key() bool

Key function returns key value.

func (StateValidationError) Reason

func (e StateValidationError) Reason() string

Reason function returns reason value.

type UnimplementedMruVMovableObjectsServiceServer

type UnimplementedMruVMovableObjectsServiceServer struct {
}

UnimplementedMruVMovableObjectsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMruVMovableObjectsServiceServer) CreateMovableObject

func (*UnimplementedMruVMovableObjectsServiceServer) DeleteMovableObject

func (*UnimplementedMruVMovableObjectsServiceServer) GetMovableObject

func (*UnimplementedMruVMovableObjectsServiceServer) MoveObject

func (*UnimplementedMruVMovableObjectsServiceServer) MoveObjectNext

func (*UnimplementedMruVMovableObjectsServiceServer) MoveObjectPrevious

func (*UnimplementedMruVMovableObjectsServiceServer) UpdateMovableObject

type UnimplementedMruVObjectModelsServiceServer

type UnimplementedMruVObjectModelsServiceServer struct {
}

UnimplementedMruVObjectModelsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMruVObjectModelsServiceServer) CreateObjectModel

func (*UnimplementedMruVObjectModelsServiceServer) DeleteObjectModel

func (*UnimplementedMruVObjectModelsServiceServer) GetObjectModel

func (*UnimplementedMruVObjectModelsServiceServer) UpdateObjectModel

type UnimplementedMruVObjectsServiceServer

type UnimplementedMruVObjectsServiceServer struct {
}

UnimplementedMruVObjectsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMruVObjectsServiceServer) AddObjectMaterial

func (*UnimplementedMruVObjectsServiceServer) AddObjectMaterialText

func (*UnimplementedMruVObjectsServiceServer) AddRemoveBuilding

func (*UnimplementedMruVObjectsServiceServer) CreateObject

func (*UnimplementedMruVObjectsServiceServer) DeleteObject

func (*UnimplementedMruVObjectsServiceServer) DeleteObjectMaterial

func (*UnimplementedMruVObjectsServiceServer) DeleteRemoveBuilding

func (*UnimplementedMruVObjectsServiceServer) GetObject

func (*UnimplementedMruVObjectsServiceServer) GetObjectMaterialTexts

func (*UnimplementedMruVObjectsServiceServer) GetObjectMaterials

func (*UnimplementedMruVObjectsServiceServer) GetRemovedBuildings

func (*UnimplementedMruVObjectsServiceServer) UpdateObject

type UpdateMovableObjectRequest

type UpdateMovableObjectRequest struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// 0 for no changes.
	ObjectId uint32   `protobuf:"varint,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	States   []*State `protobuf:"bytes,3,rep,name=states,proto3" json:"states,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `UpdateMovableObject`.

func (*UpdateMovableObjectRequest) Descriptor deprecated

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

Deprecated: Use UpdateMovableObjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateMovableObjectRequest) GetId

func (*UpdateMovableObjectRequest) GetObjectId

func (x *UpdateMovableObjectRequest) GetObjectId() uint32

func (*UpdateMovableObjectRequest) GetStates

func (x *UpdateMovableObjectRequest) GetStates() []*State

func (*UpdateMovableObjectRequest) ProtoMessage

func (*UpdateMovableObjectRequest) ProtoMessage()

func (*UpdateMovableObjectRequest) ProtoReflect added in v0.8.4

func (*UpdateMovableObjectRequest) Reset

func (x *UpdateMovableObjectRequest) Reset()

func (*UpdateMovableObjectRequest) String

func (x *UpdateMovableObjectRequest) String() string

func (*UpdateMovableObjectRequest) Validate

func (m *UpdateMovableObjectRequest) Validate() error

Validate checks the field values on UpdateMovableObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateMovableObjectRequestValidationError

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

UpdateMovableObjectRequestValidationError is the validation error returned by UpdateMovableObjectRequest.Validate if the designated constraints aren't met.

func (UpdateMovableObjectRequestValidationError) Cause

Cause function returns cause value.

func (UpdateMovableObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateMovableObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateMovableObjectRequestValidationError) Field

Field function returns field value.

func (UpdateMovableObjectRequestValidationError) Key

Key function returns key value.

func (UpdateMovableObjectRequestValidationError) Reason

Reason function returns reason value.

type UpdateMovableObjectResponse

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

Response message for rpc `UpdateMovableObject`.

func (*UpdateMovableObjectResponse) Descriptor deprecated

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

Deprecated: Use UpdateMovableObjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateMovableObjectResponse) ProtoMessage

func (*UpdateMovableObjectResponse) ProtoMessage()

func (*UpdateMovableObjectResponse) ProtoReflect added in v0.8.4

func (*UpdateMovableObjectResponse) Reset

func (x *UpdateMovableObjectResponse) Reset()

func (*UpdateMovableObjectResponse) String

func (x *UpdateMovableObjectResponse) String() string

func (*UpdateMovableObjectResponse) Validate

func (m *UpdateMovableObjectResponse) Validate() error

Validate checks the field values on UpdateMovableObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateMovableObjectResponseValidationError

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

UpdateMovableObjectResponseValidationError is the validation error returned by UpdateMovableObjectResponse.Validate if the designated constraints aren't met.

func (UpdateMovableObjectResponseValidationError) Cause

Cause function returns cause value.

func (UpdateMovableObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateMovableObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateMovableObjectResponseValidationError) Field

Field function returns field value.

func (UpdateMovableObjectResponseValidationError) Key

Key function returns key value.

func (UpdateMovableObjectResponseValidationError) Reason

Reason function returns reason value.

type UpdateObjectModelRequest

type UpdateObjectModelRequest struct {
	ObjectType *ObjectModel `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `UpdateObjectModel`.

func (*UpdateObjectModelRequest) Descriptor deprecated

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

Deprecated: Use UpdateObjectModelRequest.ProtoReflect.Descriptor instead.

func (*UpdateObjectModelRequest) GetObjectType

func (x *UpdateObjectModelRequest) GetObjectType() *ObjectModel

func (*UpdateObjectModelRequest) ProtoMessage

func (*UpdateObjectModelRequest) ProtoMessage()

func (*UpdateObjectModelRequest) ProtoReflect added in v0.8.4

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

func (*UpdateObjectModelRequest) Reset

func (x *UpdateObjectModelRequest) Reset()

func (*UpdateObjectModelRequest) String

func (x *UpdateObjectModelRequest) String() string

func (*UpdateObjectModelRequest) Validate

func (m *UpdateObjectModelRequest) Validate() error

Validate checks the field values on UpdateObjectModelRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateObjectModelRequestValidationError

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

UpdateObjectModelRequestValidationError is the validation error returned by UpdateObjectModelRequest.Validate if the designated constraints aren't met.

func (UpdateObjectModelRequestValidationError) Cause

Cause function returns cause value.

func (UpdateObjectModelRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateObjectModelRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateObjectModelRequestValidationError) Field

Field function returns field value.

func (UpdateObjectModelRequestValidationError) Key

Key function returns key value.

func (UpdateObjectModelRequestValidationError) Reason

Reason function returns reason value.

type UpdateObjectModelResponse

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

Response message for rpc `UpdateObjectModel`.

func (*UpdateObjectModelResponse) Descriptor deprecated

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

Deprecated: Use UpdateObjectModelResponse.ProtoReflect.Descriptor instead.

func (*UpdateObjectModelResponse) ProtoMessage

func (*UpdateObjectModelResponse) ProtoMessage()

func (*UpdateObjectModelResponse) ProtoReflect added in v0.8.4

func (*UpdateObjectModelResponse) Reset

func (x *UpdateObjectModelResponse) Reset()

func (*UpdateObjectModelResponse) String

func (x *UpdateObjectModelResponse) String() string

func (*UpdateObjectModelResponse) Validate

func (m *UpdateObjectModelResponse) Validate() error

Validate checks the field values on UpdateObjectModelResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateObjectModelResponseValidationError

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

UpdateObjectModelResponseValidationError is the validation error returned by UpdateObjectModelResponse.Validate if the designated constraints aren't met.

func (UpdateObjectModelResponseValidationError) Cause

Cause function returns cause value.

func (UpdateObjectModelResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateObjectModelResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateObjectModelResponseValidationError) Field

Field function returns field value.

func (UpdateObjectModelResponseValidationError) Key

Key function returns key value.

func (UpdateObjectModelResponseValidationError) Reason

Reason function returns reason value.

type UpdateObjectRequest

type UpdateObjectRequest struct {
	Id     uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Object *Object `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

Request message for rpc `UpdateObject`.

func (*UpdateObjectRequest) Descriptor deprecated

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

Deprecated: Use UpdateObjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateObjectRequest) GetId

func (x *UpdateObjectRequest) GetId() uint32

func (*UpdateObjectRequest) GetObject

func (x *UpdateObjectRequest) GetObject() *Object

func (*UpdateObjectRequest) ProtoMessage

func (*UpdateObjectRequest) ProtoMessage()

func (*UpdateObjectRequest) ProtoReflect added in v0.8.4

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

func (*UpdateObjectRequest) Reset

func (x *UpdateObjectRequest) Reset()

func (*UpdateObjectRequest) String

func (x *UpdateObjectRequest) String() string

func (*UpdateObjectRequest) Validate

func (m *UpdateObjectRequest) Validate() error

Validate checks the field values on UpdateObjectRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateObjectRequestValidationError

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

UpdateObjectRequestValidationError is the validation error returned by UpdateObjectRequest.Validate if the designated constraints aren't met.

func (UpdateObjectRequestValidationError) Cause

Cause function returns cause value.

func (UpdateObjectRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateObjectRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateObjectRequestValidationError) Field

Field function returns field value.

func (UpdateObjectRequestValidationError) Key

Key function returns key value.

func (UpdateObjectRequestValidationError) Reason

Reason function returns reason value.

type UpdateObjectResponse

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

Response message for rpc `UpdateObject`.

func (*UpdateObjectResponse) Descriptor deprecated

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

Deprecated: Use UpdateObjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateObjectResponse) ProtoMessage

func (*UpdateObjectResponse) ProtoMessage()

func (*UpdateObjectResponse) ProtoReflect added in v0.8.4

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

func (*UpdateObjectResponse) Reset

func (x *UpdateObjectResponse) Reset()

func (*UpdateObjectResponse) String

func (x *UpdateObjectResponse) String() string

func (*UpdateObjectResponse) Validate

func (m *UpdateObjectResponse) Validate() error

Validate checks the field values on UpdateObjectResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateObjectResponseValidationError

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

UpdateObjectResponseValidationError is the validation error returned by UpdateObjectResponse.Validate if the designated constraints aren't met.

func (UpdateObjectResponseValidationError) Cause

Cause function returns cause value.

func (UpdateObjectResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateObjectResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateObjectResponseValidationError) Field

Field function returns field value.

func (UpdateObjectResponseValidationError) Key

Key function returns key value.

func (UpdateObjectResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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