Files
softplayer-go-proto/pkg/applications/v1/applications_v1.pb.go

841 lines
28 KiB
Go

/// This file has messages for describing applications
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc (unknown)
// source: applications/v1/applications_v1.proto
package applications
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type OwnerId struct {
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // UUID of a user that is creating an environemnt
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *OwnerId) Reset() {
*x = OwnerId{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OwnerId) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OwnerId) ProtoMessage() {}
func (x *OwnerId) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OwnerId.ProtoReflect.Descriptor instead.
func (*OwnerId) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{0}
}
func (x *OwnerId) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
type Token struct {
state protoimpl.MessageState `protogen:"open.v1"`
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // Token that should be used to create an environment
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *Token) Reset() {
*x = Token{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *Token) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Token) ProtoMessage() {}
func (x *Token) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Token.ProtoReflect.Descriptor instead.
func (*Token) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{1}
}
func (x *Token) GetToken() string {
if x != nil {
return x.Token
}
return ""
}
type CreateOptions struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *ApplicationMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Spec *ApplicationSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
OwnerId *OwnerId `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
Token *Token `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *CreateOptions) Reset() {
*x = CreateOptions{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *CreateOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateOptions) ProtoMessage() {}
func (x *CreateOptions) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateOptions.ProtoReflect.Descriptor instead.
func (*CreateOptions) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{2}
}
func (x *CreateOptions) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *CreateOptions) GetSpec() *ApplicationSpec {
if x != nil {
return x.Spec
}
return nil
}
func (x *CreateOptions) GetOwnerId() *OwnerId {
if x != nil {
return x.OwnerId
}
return nil
}
func (x *CreateOptions) GetToken() *Token {
if x != nil {
return x.Token
}
return nil
}
type UpdateOptions struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id *ApplicationId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Metadata *ApplicationMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
Spec *ApplicationSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
OwnerId *OwnerId `protobuf:"bytes,4,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
Token *Token `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *UpdateOptions) Reset() {
*x = UpdateOptions{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UpdateOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateOptions) ProtoMessage() {}
func (x *UpdateOptions) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UpdateOptions.ProtoReflect.Descriptor instead.
func (*UpdateOptions) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{3}
}
func (x *UpdateOptions) GetId() *ApplicationId {
if x != nil {
return x.Id
}
return nil
}
func (x *UpdateOptions) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *UpdateOptions) GetSpec() *ApplicationSpec {
if x != nil {
return x.Spec
}
return nil
}
func (x *UpdateOptions) GetOwnerId() *OwnerId {
if x != nil {
return x.OwnerId
}
return nil
}
func (x *UpdateOptions) GetToken() *Token {
if x != nil {
return x.Token
}
return nil
}
type DeleteOptions struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id *ApplicationId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Metadata *ApplicationMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
OwnerId *OwnerId `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
Token *Token `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DeleteOptions) Reset() {
*x = DeleteOptions{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DeleteOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteOptions) ProtoMessage() {}
func (x *DeleteOptions) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DeleteOptions.ProtoReflect.Descriptor instead.
func (*DeleteOptions) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{4}
}
func (x *DeleteOptions) GetId() *ApplicationId {
if x != nil {
return x.Id
}
return nil
}
func (x *DeleteOptions) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *DeleteOptions) GetOwnerId() *OwnerId {
if x != nil {
return x.OwnerId
}
return nil
}
func (x *DeleteOptions) GetToken() *Token {
if x != nil {
return x.Token
}
return nil
}
type GetOptions struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id *ApplicationId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Metadata *ApplicationMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
OwnerId *OwnerId `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
Token *Token `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetOptions) Reset() {
*x = GetOptions{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetOptions) ProtoMessage() {}
func (x *GetOptions) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetOptions.ProtoReflect.Descriptor instead.
func (*GetOptions) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{5}
}
func (x *GetOptions) GetId() *ApplicationId {
if x != nil {
return x.Id
}
return nil
}
func (x *GetOptions) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *GetOptions) GetOwnerId() *OwnerId {
if x != nil {
return x.OwnerId
}
return nil
}
func (x *GetOptions) GetToken() *Token {
if x != nil {
return x.Token
}
return nil
}
type ListOptions struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *ApplicationMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
OwnerId *OwnerId `protobuf:"bytes,2,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
Token *Token `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ListOptions) Reset() {
*x = ListOptions{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ListOptions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListOptions) ProtoMessage() {}
func (x *ListOptions) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ListOptions.ProtoReflect.Descriptor instead.
func (*ListOptions) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{6}
}
func (x *ListOptions) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *ListOptions) GetOwnerId() *OwnerId {
if x != nil {
return x.OwnerId
}
return nil
}
func (x *ListOptions) GetToken() *Token {
if x != nil {
return x.Token
}
return nil
}
type ApplicationId struct {
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ApplicationId) Reset() {
*x = ApplicationId{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ApplicationId) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ApplicationId) ProtoMessage() {}
func (x *ApplicationId) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ApplicationId.ProtoReflect.Descriptor instead.
func (*ApplicationId) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{7}
}
func (x *ApplicationId) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
type ApplicationMetadata struct {
state protoimpl.MessageState `protogen:"open.v1"`
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ApplicationMetadata) Reset() {
*x = ApplicationMetadata{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ApplicationMetadata) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ApplicationMetadata) ProtoMessage() {}
func (x *ApplicationMetadata) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[8]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ApplicationMetadata.ProtoReflect.Descriptor instead.
func (*ApplicationMetadata) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{8}
}
func (x *ApplicationMetadata) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ApplicationMetadata) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
type ApplicationSpec struct {
state protoimpl.MessageState `protogen:"open.v1"`
Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
EnvironemntId string `protobuf:"bytes,3,opt,name=environemnt_id,json=environemntId,proto3" json:"environemnt_id,omitempty"`
Config map[string]string `protobuf:"bytes,4,rep,name=config,proto3" json:"config,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
RawConfig string `protobuf:"bytes,5,opt,name=raw_config,json=rawConfig,proto3" json:"raw_config,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ApplicationSpec) Reset() {
*x = ApplicationSpec{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ApplicationSpec) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ApplicationSpec) ProtoMessage() {}
func (x *ApplicationSpec) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[9]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ApplicationSpec.ProtoReflect.Descriptor instead.
func (*ApplicationSpec) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{9}
}
func (x *ApplicationSpec) GetApplication() string {
if x != nil {
return x.Application
}
return ""
}
func (x *ApplicationSpec) GetVersion() string {
if x != nil {
return x.Version
}
return ""
}
func (x *ApplicationSpec) GetEnvironemntId() string {
if x != nil {
return x.EnvironemntId
}
return ""
}
func (x *ApplicationSpec) GetConfig() map[string]string {
if x != nil {
return x.Config
}
return nil
}
func (x *ApplicationSpec) GetRawConfig() string {
if x != nil {
return x.RawConfig
}
return ""
}
type ApplicationFull struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *ApplicationMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Spec *ApplicationSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
Id *ApplicationId `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ApplicationFull) Reset() {
*x = ApplicationFull{}
mi := &file_applications_v1_applications_v1_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ApplicationFull) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ApplicationFull) ProtoMessage() {}
func (x *ApplicationFull) ProtoReflect() protoreflect.Message {
mi := &file_applications_v1_applications_v1_proto_msgTypes[10]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ApplicationFull.ProtoReflect.Descriptor instead.
func (*ApplicationFull) Descriptor() ([]byte, []int) {
return file_applications_v1_applications_v1_proto_rawDescGZIP(), []int{10}
}
func (x *ApplicationFull) GetMetadata() *ApplicationMetadata {
if x != nil {
return x.Metadata
}
return nil
}
func (x *ApplicationFull) GetSpec() *ApplicationSpec {
if x != nil {
return x.Spec
}
return nil
}
func (x *ApplicationFull) GetId() *ApplicationId {
if x != nil {
return x.Id
}
return nil
}
var File_applications_v1_applications_v1_proto protoreflect.FileDescriptor
const file_applications_v1_applications_v1_proto_rawDesc = "" +
"\n" +
"%applications/v1/applications_v1.proto\x12\fapplications\x1a\x1bgoogle/protobuf/empty.proto\"\x1d\n" +
"\aOwnerId\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\"\x1d\n" +
"\x05Token\x12\x14\n" +
"\x05token\x18\x01 \x01(\tR\x05token\"\xde\x01\n" +
"\rCreateOptions\x12=\n" +
"\bmetadata\x18\x01 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x121\n" +
"\x04spec\x18\x02 \x01(\v2\x1d.applications.ApplicationSpecR\x04spec\x120\n" +
"\bowner_id\x18\x03 \x01(\v2\x15.applications.OwnerIdR\aownerId\x12)\n" +
"\x05token\x18\x04 \x01(\v2\x13.applications.TokenR\x05token\"\x8b\x02\n" +
"\rUpdateOptions\x12+\n" +
"\x02id\x18\x01 \x01(\v2\x1b.applications.ApplicationIdR\x02id\x12=\n" +
"\bmetadata\x18\x02 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x121\n" +
"\x04spec\x18\x03 \x01(\v2\x1d.applications.ApplicationSpecR\x04spec\x120\n" +
"\bowner_id\x18\x04 \x01(\v2\x15.applications.OwnerIdR\aownerId\x12)\n" +
"\x05token\x18\x05 \x01(\v2\x13.applications.TokenR\x05token\"\xd8\x01\n" +
"\rDeleteOptions\x12+\n" +
"\x02id\x18\x01 \x01(\v2\x1b.applications.ApplicationIdR\x02id\x12=\n" +
"\bmetadata\x18\x02 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x120\n" +
"\bowner_id\x18\x03 \x01(\v2\x15.applications.OwnerIdR\aownerId\x12)\n" +
"\x05token\x18\x04 \x01(\v2\x13.applications.TokenR\x05token\"\xd5\x01\n" +
"\n" +
"GetOptions\x12+\n" +
"\x02id\x18\x01 \x01(\v2\x1b.applications.ApplicationIdR\x02id\x12=\n" +
"\bmetadata\x18\x02 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x120\n" +
"\bowner_id\x18\x03 \x01(\v2\x15.applications.OwnerIdR\aownerId\x12)\n" +
"\x05token\x18\x04 \x01(\v2\x13.applications.TokenR\x05token\"\xa9\x01\n" +
"\vListOptions\x12=\n" +
"\bmetadata\x18\x01 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x120\n" +
"\bowner_id\x18\x02 \x01(\v2\x15.applications.OwnerIdR\aownerId\x12)\n" +
"\x05token\x18\x03 \x01(\v2\x13.applications.TokenR\x05token\"#\n" +
"\rApplicationId\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\"K\n" +
"\x13ApplicationMetadata\x12\x12\n" +
"\x04name\x18\x01 \x01(\tR\x04name\x12 \n" +
"\vdescription\x18\x02 \x01(\tR\vdescription\"\x91\x02\n" +
"\x0fApplicationSpec\x12 \n" +
"\vapplication\x18\x01 \x01(\tR\vapplication\x12\x18\n" +
"\aversion\x18\x02 \x01(\tR\aversion\x12%\n" +
"\x0eenvironemnt_id\x18\x03 \x01(\tR\renvironemntId\x12A\n" +
"\x06config\x18\x04 \x03(\v2).applications.ApplicationSpec.ConfigEntryR\x06config\x12\x1d\n" +
"\n" +
"raw_config\x18\x05 \x01(\tR\trawConfig\x1a9\n" +
"\vConfigEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\xb0\x01\n" +
"\x0fApplicationFull\x12=\n" +
"\bmetadata\x18\x01 \x01(\v2!.applications.ApplicationMetadataR\bmetadata\x121\n" +
"\x04spec\x18\x02 \x01(\v2\x1d.applications.ApplicationSpecR\x04spec\x12+\n" +
"\x02id\x18\x03 \x01(\v2\x1b.applications.ApplicationIdR\x02id2\xe7\x02\n" +
"\fApplications\x12F\n" +
"\x06Create\x12\x1b.applications.CreateOptions\x1a\x1d.applications.ApplicationFull\"\x00\x12F\n" +
"\x06Update\x12\x1b.applications.UpdateOptions\x1a\x1d.applications.ApplicationFull\"\x00\x12?\n" +
"\x06Delete\x12\x1b.applications.DeleteOptions\x1a\x16.google.protobuf.Empty\"\x00\x12@\n" +
"\x03Get\x12\x18.applications.GetOptions\x1a\x1d.applications.ApplicationFull\"\x00\x12D\n" +
"\x04List\x12\x19.applications.ListOptions\x1a\x1d.applications.ApplicationFull\"\x000\x01BJZHgitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/applicationsb\x06proto3"
var (
file_applications_v1_applications_v1_proto_rawDescOnce sync.Once
file_applications_v1_applications_v1_proto_rawDescData []byte
)
func file_applications_v1_applications_v1_proto_rawDescGZIP() []byte {
file_applications_v1_applications_v1_proto_rawDescOnce.Do(func() {
file_applications_v1_applications_v1_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_applications_v1_applications_v1_proto_rawDesc), len(file_applications_v1_applications_v1_proto_rawDesc)))
})
return file_applications_v1_applications_v1_proto_rawDescData
}
var file_applications_v1_applications_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
var file_applications_v1_applications_v1_proto_goTypes = []any{
(*OwnerId)(nil), // 0: applications.OwnerId
(*Token)(nil), // 1: applications.Token
(*CreateOptions)(nil), // 2: applications.CreateOptions
(*UpdateOptions)(nil), // 3: applications.UpdateOptions
(*DeleteOptions)(nil), // 4: applications.DeleteOptions
(*GetOptions)(nil), // 5: applications.GetOptions
(*ListOptions)(nil), // 6: applications.ListOptions
(*ApplicationId)(nil), // 7: applications.ApplicationId
(*ApplicationMetadata)(nil), // 8: applications.ApplicationMetadata
(*ApplicationSpec)(nil), // 9: applications.ApplicationSpec
(*ApplicationFull)(nil), // 10: applications.ApplicationFull
nil, // 11: applications.ApplicationSpec.ConfigEntry
(*emptypb.Empty)(nil), // 12: google.protobuf.Empty
}
var file_applications_v1_applications_v1_proto_depIdxs = []int32{
8, // 0: applications.CreateOptions.metadata:type_name -> applications.ApplicationMetadata
9, // 1: applications.CreateOptions.spec:type_name -> applications.ApplicationSpec
0, // 2: applications.CreateOptions.owner_id:type_name -> applications.OwnerId
1, // 3: applications.CreateOptions.token:type_name -> applications.Token
7, // 4: applications.UpdateOptions.id:type_name -> applications.ApplicationId
8, // 5: applications.UpdateOptions.metadata:type_name -> applications.ApplicationMetadata
9, // 6: applications.UpdateOptions.spec:type_name -> applications.ApplicationSpec
0, // 7: applications.UpdateOptions.owner_id:type_name -> applications.OwnerId
1, // 8: applications.UpdateOptions.token:type_name -> applications.Token
7, // 9: applications.DeleteOptions.id:type_name -> applications.ApplicationId
8, // 10: applications.DeleteOptions.metadata:type_name -> applications.ApplicationMetadata
0, // 11: applications.DeleteOptions.owner_id:type_name -> applications.OwnerId
1, // 12: applications.DeleteOptions.token:type_name -> applications.Token
7, // 13: applications.GetOptions.id:type_name -> applications.ApplicationId
8, // 14: applications.GetOptions.metadata:type_name -> applications.ApplicationMetadata
0, // 15: applications.GetOptions.owner_id:type_name -> applications.OwnerId
1, // 16: applications.GetOptions.token:type_name -> applications.Token
8, // 17: applications.ListOptions.metadata:type_name -> applications.ApplicationMetadata
0, // 18: applications.ListOptions.owner_id:type_name -> applications.OwnerId
1, // 19: applications.ListOptions.token:type_name -> applications.Token
11, // 20: applications.ApplicationSpec.config:type_name -> applications.ApplicationSpec.ConfigEntry
8, // 21: applications.ApplicationFull.metadata:type_name -> applications.ApplicationMetadata
9, // 22: applications.ApplicationFull.spec:type_name -> applications.ApplicationSpec
7, // 23: applications.ApplicationFull.id:type_name -> applications.ApplicationId
2, // 24: applications.Applications.Create:input_type -> applications.CreateOptions
3, // 25: applications.Applications.Update:input_type -> applications.UpdateOptions
4, // 26: applications.Applications.Delete:input_type -> applications.DeleteOptions
5, // 27: applications.Applications.Get:input_type -> applications.GetOptions
6, // 28: applications.Applications.List:input_type -> applications.ListOptions
10, // 29: applications.Applications.Create:output_type -> applications.ApplicationFull
10, // 30: applications.Applications.Update:output_type -> applications.ApplicationFull
12, // 31: applications.Applications.Delete:output_type -> google.protobuf.Empty
10, // 32: applications.Applications.Get:output_type -> applications.ApplicationFull
10, // 33: applications.Applications.List:output_type -> applications.ApplicationFull
29, // [29:34] is the sub-list for method output_type
24, // [24:29] is the sub-list for method input_type
24, // [24:24] is the sub-list for extension type_name
24, // [24:24] is the sub-list for extension extendee
0, // [0:24] is the sub-list for field type_name
}
func init() { file_applications_v1_applications_v1_proto_init() }
func file_applications_v1_applications_v1_proto_init() {
if File_applications_v1_applications_v1_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_applications_v1_applications_v1_proto_rawDesc), len(file_applications_v1_applications_v1_proto_rawDesc)),
NumEnums: 0,
NumMessages: 12,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_applications_v1_applications_v1_proto_goTypes,
DependencyIndexes: file_applications_v1_applications_v1_proto_depIdxs,
MessageInfos: file_applications_v1_applications_v1_proto_msgTypes,
}.Build()
File_applications_v1_applications_v1_proto = out.File
file_applications_v1_applications_v1_proto_goTypes = nil
file_applications_v1_applications_v1_proto_depIdxs = nil
}