proto

package
v0.0.14-r10 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_instances_proto_instances_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Instance

type Instance struct {
	Uuid        string                     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Title       string                     `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Config      map[string]*structpb.Value `` /* 153-byte string literal not displayed */
	Resources   map[string]*structpb.Value `` /* 159-byte string literal not displayed */
	Data        map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	State       *proto.State               `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	Hash        string                     `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"`
	BillingPlan *proto1.Plan               `protobuf:"bytes,8,opt,name=billing_plan,json=billingPlan,proto3" json:"billing_plan,omitempty"`
	// contains filtered or unexported fields
}

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetBillingPlan

func (x *Instance) GetBillingPlan() *proto1.Plan

func (*Instance) GetConfig

func (x *Instance) GetConfig() map[string]*structpb.Value

func (*Instance) GetData

func (x *Instance) GetData() map[string]*structpb.Value

func (*Instance) GetHash

func (x *Instance) GetHash() string

func (*Instance) GetResources

func (x *Instance) GetResources() map[string]*structpb.Value

func (*Instance) GetState

func (x *Instance) GetState() *proto.State

func (*Instance) GetTitle

func (x *Instance) GetTitle() string

func (*Instance) GetUuid

func (x *Instance) GetUuid() string

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type InstancesGroup

type InstancesGroup struct {
	Uuid      string                     `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Type      string                     `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Config    map[string]*structpb.Value `` /* 153-byte string literal not displayed */
	Instances []*Instance                `protobuf:"bytes,4,rep,name=instances,proto3" json:"instances,omitempty"`
	Resources map[string]*structpb.Value `` /* 159-byte string literal not displayed */
	Data      map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	Hash      string                     `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesGroup) Descriptor deprecated

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

Deprecated: Use InstancesGroup.ProtoReflect.Descriptor instead.

func (*InstancesGroup) GetConfig

func (x *InstancesGroup) GetConfig() map[string]*structpb.Value

func (*InstancesGroup) GetData

func (x *InstancesGroup) GetData() map[string]*structpb.Value

func (*InstancesGroup) GetHash

func (x *InstancesGroup) GetHash() string

func (*InstancesGroup) GetInstances

func (x *InstancesGroup) GetInstances() []*Instance

func (*InstancesGroup) GetResources

func (x *InstancesGroup) GetResources() map[string]*structpb.Value

func (*InstancesGroup) GetType

func (x *InstancesGroup) GetType() string

func (*InstancesGroup) GetUuid

func (x *InstancesGroup) GetUuid() string

func (*InstancesGroup) ProtoMessage

func (*InstancesGroup) ProtoMessage()

func (*InstancesGroup) ProtoReflect

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

func (*InstancesGroup) Reset

func (x *InstancesGroup) Reset()

func (*InstancesGroup) String

func (x *InstancesGroup) String() string

type TestInstancesGroupConfigError

type TestInstancesGroupConfigError struct {
	Error    string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Instance string `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*TestInstancesGroupConfigError) Descriptor deprecated

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

Deprecated: Use TestInstancesGroupConfigError.ProtoReflect.Descriptor instead.

func (*TestInstancesGroupConfigError) GetError

func (x *TestInstancesGroupConfigError) GetError() string

func (*TestInstancesGroupConfigError) GetInstance

func (x *TestInstancesGroupConfigError) GetInstance() string

func (*TestInstancesGroupConfigError) ProtoMessage

func (*TestInstancesGroupConfigError) ProtoMessage()

func (*TestInstancesGroupConfigError) ProtoReflect

func (*TestInstancesGroupConfigError) Reset

func (x *TestInstancesGroupConfigError) Reset()

func (*TestInstancesGroupConfigError) String

type TestInstancesGroupConfigRequest

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

func (*TestInstancesGroupConfigRequest) Descriptor deprecated

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

Deprecated: Use TestInstancesGroupConfigRequest.ProtoReflect.Descriptor instead.

func (*TestInstancesGroupConfigRequest) GetGroup

func (*TestInstancesGroupConfigRequest) ProtoMessage

func (*TestInstancesGroupConfigRequest) ProtoMessage()

func (*TestInstancesGroupConfigRequest) ProtoReflect

func (*TestInstancesGroupConfigRequest) Reset

func (*TestInstancesGroupConfigRequest) String

type TestInstancesGroupConfigResponse

type TestInstancesGroupConfigResponse struct {
	Result bool                             `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	Errors []*TestInstancesGroupConfigError `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*TestInstancesGroupConfigResponse) Descriptor deprecated

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

Deprecated: Use TestInstancesGroupConfigResponse.ProtoReflect.Descriptor instead.

func (*TestInstancesGroupConfigResponse) GetErrors

func (*TestInstancesGroupConfigResponse) GetResult

func (x *TestInstancesGroupConfigResponse) GetResult() bool

func (*TestInstancesGroupConfigResponse) ProtoMessage

func (*TestInstancesGroupConfigResponse) ProtoMessage()

func (*TestInstancesGroupConfigResponse) ProtoReflect

func (*TestInstancesGroupConfigResponse) Reset

func (*TestInstancesGroupConfigResponse) String

Jump to

Keyboard shortcuts

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