project

package
v1.36.11-2023053111370... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_nuntio_management_api_project_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateRequest

type CreateRequest struct {
	Initializers []*project.Update `protobuf:"bytes,1,rep,name=initializers,proto3" json:"initializers,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Create RPC

func (*CreateRequest) GetInitializers

func (x *CreateRequest) GetInitializers() []*project.Update

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

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

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) SetInitializers

func (x *CreateRequest) SetInitializers(v []*project.Update)

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateRequest_builder

type CreateRequest_builder struct {
	Initializers []*project.Update
	// contains filtered or unexported fields
}

func (CreateRequest_builder) Build

type CreateResponse

type CreateResponse struct {
	ProjectId *model.UUID      `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Project   *project.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

The response of a Namespace.Create RPC

func (*CreateResponse) ClearProject

func (x *CreateResponse) ClearProject()

func (*CreateResponse) ClearProjectId

func (x *CreateResponse) ClearProjectId()

func (*CreateResponse) GetProject

func (x *CreateResponse) GetProject() *project.Project

func (*CreateResponse) GetProjectId

func (x *CreateResponse) GetProjectId() *model.UUID

func (*CreateResponse) HasProject

func (x *CreateResponse) HasProject() bool

func (*CreateResponse) HasProjectId

func (x *CreateResponse) HasProjectId() bool

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

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

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) SetProject

func (x *CreateResponse) SetProject(v *project.Project)

func (*CreateResponse) SetProjectId

func (x *CreateResponse) SetProjectId(v *model.UUID)

func (*CreateResponse) String

func (x *CreateResponse) String() string

type CreateResponse_builder

type CreateResponse_builder struct {
	ProjectId *model.UUID
	Project   *project.Project
	// contains filtered or unexported fields
}

func (CreateResponse_builder) Build

type DeleteRequest

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

The request of a Namespace.Delete RPC

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteRequest_builder

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

func (DeleteRequest_builder) Build

type DeleteResponse

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

The response of a Namespace.Delete RPC

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type DeleteResponse_builder

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

func (DeleteResponse_builder) Build

type GetRequest

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

The request of a Namespace.Get RPC

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetRequest_builder

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

func (GetRequest_builder) Build

func (b0 GetRequest_builder) Build() *GetRequest

type GetResponse

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

The response of a Namespace.Get RPC

func (*GetResponse) ClearProject

func (x *GetResponse) ClearProject()

func (*GetResponse) GetProject

func (x *GetResponse) GetProject() *project.Project

func (*GetResponse) HasProject

func (x *GetResponse) HasProject() bool

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) SetProject

func (x *GetResponse) SetProject(v *project.Project)

func (*GetResponse) String

func (x *GetResponse) String() string

type GetResponse_builder

type GetResponse_builder struct {
	Project *project.Project
	// contains filtered or unexported fields
}

func (GetResponse_builder) Build

func (b0 GetResponse_builder) Build() *GetResponse

type ListRequest

type ListRequest struct {
	Pagination *common.Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.List RPC

func (*ListRequest) ClearPagination

func (x *ListRequest) ClearPagination()

func (*ListRequest) GetPagination

func (x *ListRequest) GetPagination() *common.Pagination

func (*ListRequest) HasPagination

func (x *ListRequest) HasPagination() bool

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

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

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) SetPagination

func (x *ListRequest) SetPagination(v *common.Pagination)

func (*ListRequest) String

func (x *ListRequest) String() string

type ListRequest_builder

type ListRequest_builder struct {
	Pagination *common.Pagination
	// contains filtered or unexported fields
}

func (ListRequest_builder) Build

func (b0 ListRequest_builder) Build() *ListRequest

type ListResponse

type ListResponse struct {
	Projects []*project.Entry `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	Total    int64            `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) GetProjects

func (x *ListResponse) GetProjects() []*project.Entry

func (*ListResponse) GetTotal

func (x *ListResponse) GetTotal() int64

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

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

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) SetProjects

func (x *ListResponse) SetProjects(v []*project.Entry)

func (*ListResponse) SetTotal

func (x *ListResponse) SetTotal(v int64)

func (*ListResponse) String

func (x *ListResponse) String() string

type ListResponse_builder

type ListResponse_builder struct {
	Projects []*project.Entry
	Total    int64
	// contains filtered or unexported fields
}

func (ListResponse_builder) Build

func (b0 ListResponse_builder) Build() *ListResponse

type PingRequest

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

The request of a Namespace.Ping RPC

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingRequest_builder

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

func (PingRequest_builder) Build

func (b0 PingRequest_builder) Build() *PingRequest

type PingResponse

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

The request of a Namespace.Ping RPC

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type PingResponse_builder

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

func (PingResponse_builder) Build

func (b0 PingResponse_builder) Build() *PingResponse

type PublicKeyRequest

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

The request of a Namespace.PublicKey RPC

func (*PublicKeyRequest) ProtoMessage

func (*PublicKeyRequest) ProtoMessage()

func (*PublicKeyRequest) ProtoReflect

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

func (*PublicKeyRequest) Reset

func (x *PublicKeyRequest) Reset()

func (*PublicKeyRequest) String

func (x *PublicKeyRequest) String() string

type PublicKeyRequest_builder

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

func (PublicKeyRequest_builder) Build

type PublicKeyResponse

type PublicKeyResponse struct {

	// The id of the project
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

The response of a Namespace.PublicKey RPC

func (*PublicKeyResponse) GetPublicKey

func (x *PublicKeyResponse) GetPublicKey() string

func (*PublicKeyResponse) ProtoMessage

func (*PublicKeyResponse) ProtoMessage()

func (*PublicKeyResponse) ProtoReflect

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

func (*PublicKeyResponse) Reset

func (x *PublicKeyResponse) Reset()

func (*PublicKeyResponse) SetPublicKey

func (x *PublicKeyResponse) SetPublicKey(v string)

func (*PublicKeyResponse) String

func (x *PublicKeyResponse) String() string

type PublicKeyResponse_builder

type PublicKeyResponse_builder struct {

	// The id of the project
	PublicKey string
	// contains filtered or unexported fields
}

func (PublicKeyResponse_builder) Build

type UpdateRequest

type UpdateRequest struct {
	Updates []*project.Update `protobuf:"bytes,2,rep,name=updates,proto3" json:"updates,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Update RPC

func (*UpdateRequest) GetUpdates

func (x *UpdateRequest) GetUpdates() []*project.Update

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

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

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) SetUpdates

func (x *UpdateRequest) SetUpdates(v []*project.Update)

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateRequest_builder

type UpdateRequest_builder struct {
	Updates []*project.Update
	// contains filtered or unexported fields
}

func (UpdateRequest_builder) Build

type UpdateResponse

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

The response of a Namespace.Update RPC

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

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

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

type UpdateResponse_builder

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

func (UpdateResponse_builder) Build

type UseRequest

type UseRequest struct {
	ProjectId *model.UUID `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UseRequest) ClearProjectId

func (x *UseRequest) ClearProjectId()

func (*UseRequest) GetProjectId

func (x *UseRequest) GetProjectId() *model.UUID

func (*UseRequest) HasProjectId

func (x *UseRequest) HasProjectId() bool

func (*UseRequest) ProtoMessage

func (*UseRequest) ProtoMessage()

func (*UseRequest) ProtoReflect

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

func (*UseRequest) Reset

func (x *UseRequest) Reset()

func (*UseRequest) SetProjectId

func (x *UseRequest) SetProjectId(v *model.UUID)

func (*UseRequest) String

func (x *UseRequest) String() string

type UseRequest_builder

type UseRequest_builder struct {
	ProjectId *model.UUID
	// contains filtered or unexported fields
}

func (UseRequest_builder) Build

func (b0 UseRequest_builder) Build() *UseRequest

type UseResponse

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

func (*UseResponse) GetProjectToken

func (x *UseResponse) GetProjectToken() string

func (*UseResponse) ProtoMessage

func (*UseResponse) ProtoMessage()

func (*UseResponse) ProtoReflect

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

func (*UseResponse) Reset

func (x *UseResponse) Reset()

func (*UseResponse) SetProjectToken

func (x *UseResponse) SetProjectToken(v string)

func (*UseResponse) String

func (x *UseResponse) String() string

type UseResponse_builder

type UseResponse_builder struct {
	ProjectToken string
	// contains filtered or unexported fields
}

func (UseResponse_builder) Build

func (b0 UseResponse_builder) Build() *UseResponse

Source Files

  • service.pb.go

Jump to

Keyboard shortcuts

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