serverpb

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

Package serverpb provides matchbox message types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericDeleteRequest added in v0.7.0

type GenericDeleteRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericDeleteRequest) Descriptor added in v0.7.0

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

func (*GenericDeleteRequest) GetName added in v0.7.0

func (m *GenericDeleteRequest) GetName() string

func (*GenericDeleteRequest) ProtoMessage added in v0.7.0

func (*GenericDeleteRequest) ProtoMessage()

func (*GenericDeleteRequest) Reset added in v0.7.0

func (m *GenericDeleteRequest) Reset()

func (*GenericDeleteRequest) String added in v0.7.0

func (m *GenericDeleteRequest) String() string

func (*GenericDeleteRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GenericDeleteRequest) XXX_DiscardUnknown()

func (*GenericDeleteRequest) XXX_Marshal added in v0.9.0

func (m *GenericDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericDeleteRequest) XXX_Merge added in v0.9.0

func (m *GenericDeleteRequest) XXX_Merge(src proto.Message)

func (*GenericDeleteRequest) XXX_Size added in v0.9.0

func (m *GenericDeleteRequest) XXX_Size() int

func (*GenericDeleteRequest) XXX_Unmarshal added in v0.9.0

func (m *GenericDeleteRequest) XXX_Unmarshal(b []byte) error

type GenericDeleteResponse added in v0.7.0

type GenericDeleteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericDeleteResponse) Descriptor added in v0.7.0

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

func (*GenericDeleteResponse) ProtoMessage added in v0.7.0

func (*GenericDeleteResponse) ProtoMessage()

func (*GenericDeleteResponse) Reset added in v0.7.0

func (m *GenericDeleteResponse) Reset()

func (*GenericDeleteResponse) String added in v0.7.0

func (m *GenericDeleteResponse) String() string

func (*GenericDeleteResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GenericDeleteResponse) XXX_DiscardUnknown()

func (*GenericDeleteResponse) XXX_Marshal added in v0.9.0

func (m *GenericDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericDeleteResponse) XXX_Merge added in v0.9.0

func (m *GenericDeleteResponse) XXX_Merge(src proto.Message)

func (*GenericDeleteResponse) XXX_Size added in v0.9.0

func (m *GenericDeleteResponse) XXX_Size() int

func (*GenericDeleteResponse) XXX_Unmarshal added in v0.9.0

func (m *GenericDeleteResponse) XXX_Unmarshal(b []byte) error

type GenericGetRequest added in v0.7.0

type GenericGetRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericGetRequest) Descriptor added in v0.7.0

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

func (*GenericGetRequest) GetName added in v0.7.0

func (m *GenericGetRequest) GetName() string

func (*GenericGetRequest) ProtoMessage added in v0.7.0

func (*GenericGetRequest) ProtoMessage()

func (*GenericGetRequest) Reset added in v0.7.0

func (m *GenericGetRequest) Reset()

func (*GenericGetRequest) String added in v0.7.0

func (m *GenericGetRequest) String() string

func (*GenericGetRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GenericGetRequest) XXX_DiscardUnknown()

func (*GenericGetRequest) XXX_Marshal added in v0.9.0

func (m *GenericGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericGetRequest) XXX_Merge added in v0.9.0

func (m *GenericGetRequest) XXX_Merge(src proto.Message)

func (*GenericGetRequest) XXX_Size added in v0.9.0

func (m *GenericGetRequest) XXX_Size() int

func (*GenericGetRequest) XXX_Unmarshal added in v0.9.0

func (m *GenericGetRequest) XXX_Unmarshal(b []byte) error

type GenericGetResponse added in v0.7.0

type GenericGetResponse struct {
	Config               []byte   `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericGetResponse) Descriptor added in v0.7.0

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

func (*GenericGetResponse) GetConfig added in v0.7.0

func (m *GenericGetResponse) GetConfig() []byte

func (*GenericGetResponse) ProtoMessage added in v0.7.0

func (*GenericGetResponse) ProtoMessage()

func (*GenericGetResponse) Reset added in v0.7.0

func (m *GenericGetResponse) Reset()

func (*GenericGetResponse) String added in v0.7.0

func (m *GenericGetResponse) String() string

func (*GenericGetResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GenericGetResponse) XXX_DiscardUnknown()

func (*GenericGetResponse) XXX_Marshal added in v0.9.0

func (m *GenericGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericGetResponse) XXX_Merge added in v0.9.0

func (m *GenericGetResponse) XXX_Merge(src proto.Message)

func (*GenericGetResponse) XXX_Size added in v0.9.0

func (m *GenericGetResponse) XXX_Size() int

func (*GenericGetResponse) XXX_Unmarshal added in v0.9.0

func (m *GenericGetResponse) XXX_Unmarshal(b []byte) error

type GenericPutRequest added in v0.7.0

type GenericPutRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Config               []byte   `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericPutRequest) Descriptor added in v0.7.0

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

func (*GenericPutRequest) GetConfig added in v0.7.0

func (m *GenericPutRequest) GetConfig() []byte

func (*GenericPutRequest) GetName added in v0.7.0

func (m *GenericPutRequest) GetName() string

func (*GenericPutRequest) ProtoMessage added in v0.7.0

func (*GenericPutRequest) ProtoMessage()

func (*GenericPutRequest) Reset added in v0.7.0

func (m *GenericPutRequest) Reset()

func (*GenericPutRequest) String added in v0.7.0

func (m *GenericPutRequest) String() string

func (*GenericPutRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GenericPutRequest) XXX_DiscardUnknown()

func (*GenericPutRequest) XXX_Marshal added in v0.9.0

func (m *GenericPutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericPutRequest) XXX_Merge added in v0.9.0

func (m *GenericPutRequest) XXX_Merge(src proto.Message)

func (*GenericPutRequest) XXX_Size added in v0.9.0

func (m *GenericPutRequest) XXX_Size() int

func (*GenericPutRequest) XXX_Unmarshal added in v0.9.0

func (m *GenericPutRequest) XXX_Unmarshal(b []byte) error

type GenericPutResponse added in v0.7.0

type GenericPutResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GenericPutResponse) Descriptor added in v0.7.0

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

func (*GenericPutResponse) ProtoMessage added in v0.7.0

func (*GenericPutResponse) ProtoMessage()

func (*GenericPutResponse) Reset added in v0.7.0

func (m *GenericPutResponse) Reset()

func (*GenericPutResponse) String added in v0.7.0

func (m *GenericPutResponse) String() string

func (*GenericPutResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GenericPutResponse) XXX_DiscardUnknown()

func (*GenericPutResponse) XXX_Marshal added in v0.9.0

func (m *GenericPutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenericPutResponse) XXX_Merge added in v0.9.0

func (m *GenericPutResponse) XXX_Merge(src proto.Message)

func (*GenericPutResponse) XXX_Size added in v0.9.0

func (m *GenericPutResponse) XXX_Size() int

func (*GenericPutResponse) XXX_Unmarshal added in v0.9.0

func (m *GenericPutResponse) XXX_Unmarshal(b []byte) error

type GroupDeleteRequest added in v0.6.0

type GroupDeleteRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeleteRequest) Descriptor added in v0.6.0

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

func (*GroupDeleteRequest) GetId added in v0.6.0

func (m *GroupDeleteRequest) GetId() string

func (*GroupDeleteRequest) ProtoMessage added in v0.6.0

func (*GroupDeleteRequest) ProtoMessage()

func (*GroupDeleteRequest) Reset added in v0.6.0

func (m *GroupDeleteRequest) Reset()

func (*GroupDeleteRequest) String added in v0.6.0

func (m *GroupDeleteRequest) String() string

func (*GroupDeleteRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GroupDeleteRequest) XXX_DiscardUnknown()

func (*GroupDeleteRequest) XXX_Marshal added in v0.9.0

func (m *GroupDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeleteRequest) XXX_Merge added in v0.9.0

func (m *GroupDeleteRequest) XXX_Merge(src proto.Message)

func (*GroupDeleteRequest) XXX_Size added in v0.9.0

func (m *GroupDeleteRequest) XXX_Size() int

func (*GroupDeleteRequest) XXX_Unmarshal added in v0.9.0

func (m *GroupDeleteRequest) XXX_Unmarshal(b []byte) error

type GroupDeleteResponse added in v0.6.0

type GroupDeleteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeleteResponse) Descriptor added in v0.6.0

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

func (*GroupDeleteResponse) ProtoMessage added in v0.6.0

func (*GroupDeleteResponse) ProtoMessage()

func (*GroupDeleteResponse) Reset added in v0.6.0

func (m *GroupDeleteResponse) Reset()

func (*GroupDeleteResponse) String added in v0.6.0

func (m *GroupDeleteResponse) String() string

func (*GroupDeleteResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GroupDeleteResponse) XXX_DiscardUnknown()

func (*GroupDeleteResponse) XXX_Marshal added in v0.9.0

func (m *GroupDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeleteResponse) XXX_Merge added in v0.9.0

func (m *GroupDeleteResponse) XXX_Merge(src proto.Message)

func (*GroupDeleteResponse) XXX_Size added in v0.9.0

func (m *GroupDeleteResponse) XXX_Size() int

func (*GroupDeleteResponse) XXX_Unmarshal added in v0.9.0

func (m *GroupDeleteResponse) XXX_Unmarshal(b []byte) error

type GroupGetRequest

type GroupGetRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupGetRequest) Descriptor

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

func (*GroupGetRequest) GetId

func (m *GroupGetRequest) GetId() string

func (*GroupGetRequest) ProtoMessage

func (*GroupGetRequest) ProtoMessage()

func (*GroupGetRequest) Reset

func (m *GroupGetRequest) Reset()

func (*GroupGetRequest) String

func (m *GroupGetRequest) String() string

func (*GroupGetRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GroupGetRequest) XXX_DiscardUnknown()

func (*GroupGetRequest) XXX_Marshal added in v0.9.0

func (m *GroupGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupGetRequest) XXX_Merge added in v0.9.0

func (m *GroupGetRequest) XXX_Merge(src proto.Message)

func (*GroupGetRequest) XXX_Size added in v0.9.0

func (m *GroupGetRequest) XXX_Size() int

func (*GroupGetRequest) XXX_Unmarshal added in v0.9.0

func (m *GroupGetRequest) XXX_Unmarshal(b []byte) error

type GroupGetResponse

type GroupGetResponse struct {
	Group                *storagepb.Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GroupGetResponse) Descriptor

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

func (*GroupGetResponse) GetGroup

func (m *GroupGetResponse) GetGroup() *storagepb.Group

func (*GroupGetResponse) ProtoMessage

func (*GroupGetResponse) ProtoMessage()

func (*GroupGetResponse) Reset

func (m *GroupGetResponse) Reset()

func (*GroupGetResponse) String

func (m *GroupGetResponse) String() string

func (*GroupGetResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GroupGetResponse) XXX_DiscardUnknown()

func (*GroupGetResponse) XXX_Marshal added in v0.9.0

func (m *GroupGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupGetResponse) XXX_Merge added in v0.9.0

func (m *GroupGetResponse) XXX_Merge(src proto.Message)

func (*GroupGetResponse) XXX_Size added in v0.9.0

func (m *GroupGetResponse) XXX_Size() int

func (*GroupGetResponse) XXX_Unmarshal added in v0.9.0

func (m *GroupGetResponse) XXX_Unmarshal(b []byte) error

type GroupListRequest

type GroupListRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupListRequest) Descriptor

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

func (*GroupListRequest) ProtoMessage

func (*GroupListRequest) ProtoMessage()

func (*GroupListRequest) Reset

func (m *GroupListRequest) Reset()

func (*GroupListRequest) String

func (m *GroupListRequest) String() string

func (*GroupListRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GroupListRequest) XXX_DiscardUnknown()

func (*GroupListRequest) XXX_Marshal added in v0.9.0

func (m *GroupListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupListRequest) XXX_Merge added in v0.9.0

func (m *GroupListRequest) XXX_Merge(src proto.Message)

func (*GroupListRequest) XXX_Size added in v0.9.0

func (m *GroupListRequest) XXX_Size() int

func (*GroupListRequest) XXX_Unmarshal added in v0.9.0

func (m *GroupListRequest) XXX_Unmarshal(b []byte) error

type GroupListResponse

type GroupListResponse struct {
	Groups               []*storagepb.Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GroupListResponse) Descriptor

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

func (*GroupListResponse) GetGroups

func (m *GroupListResponse) GetGroups() []*storagepb.Group

func (*GroupListResponse) ProtoMessage

func (*GroupListResponse) ProtoMessage()

func (*GroupListResponse) Reset

func (m *GroupListResponse) Reset()

func (*GroupListResponse) String

func (m *GroupListResponse) String() string

func (*GroupListResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GroupListResponse) XXX_DiscardUnknown()

func (*GroupListResponse) XXX_Marshal added in v0.9.0

func (m *GroupListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupListResponse) XXX_Merge added in v0.9.0

func (m *GroupListResponse) XXX_Merge(src proto.Message)

func (*GroupListResponse) XXX_Size added in v0.9.0

func (m *GroupListResponse) XXX_Size() int

func (*GroupListResponse) XXX_Unmarshal added in v0.9.0

func (m *GroupListResponse) XXX_Unmarshal(b []byte) error

type GroupPutRequest

type GroupPutRequest struct {
	Group                *storagepb.Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GroupPutRequest) Descriptor

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

func (*GroupPutRequest) GetGroup

func (m *GroupPutRequest) GetGroup() *storagepb.Group

func (*GroupPutRequest) ProtoMessage

func (*GroupPutRequest) ProtoMessage()

func (*GroupPutRequest) Reset

func (m *GroupPutRequest) Reset()

func (*GroupPutRequest) String

func (m *GroupPutRequest) String() string

func (*GroupPutRequest) XXX_DiscardUnknown added in v0.9.0

func (m *GroupPutRequest) XXX_DiscardUnknown()

func (*GroupPutRequest) XXX_Marshal added in v0.9.0

func (m *GroupPutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupPutRequest) XXX_Merge added in v0.9.0

func (m *GroupPutRequest) XXX_Merge(src proto.Message)

func (*GroupPutRequest) XXX_Size added in v0.9.0

func (m *GroupPutRequest) XXX_Size() int

func (*GroupPutRequest) XXX_Unmarshal added in v0.9.0

func (m *GroupPutRequest) XXX_Unmarshal(b []byte) error

type GroupPutResponse

type GroupPutResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupPutResponse) Descriptor

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

func (*GroupPutResponse) ProtoMessage

func (*GroupPutResponse) ProtoMessage()

func (*GroupPutResponse) Reset

func (m *GroupPutResponse) Reset()

func (*GroupPutResponse) String

func (m *GroupPutResponse) String() string

func (*GroupPutResponse) XXX_DiscardUnknown added in v0.9.0

func (m *GroupPutResponse) XXX_DiscardUnknown()

func (*GroupPutResponse) XXX_Marshal added in v0.9.0

func (m *GroupPutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupPutResponse) XXX_Merge added in v0.9.0

func (m *GroupPutResponse) XXX_Merge(src proto.Message)

func (*GroupPutResponse) XXX_Size added in v0.9.0

func (m *GroupPutResponse) XXX_Size() int

func (*GroupPutResponse) XXX_Unmarshal added in v0.9.0

func (m *GroupPutResponse) XXX_Unmarshal(b []byte) error

type IgnitionDeleteRequest added in v0.6.0

type IgnitionDeleteRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionDeleteRequest) Descriptor added in v0.6.0

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

func (*IgnitionDeleteRequest) GetName added in v0.6.0

func (m *IgnitionDeleteRequest) GetName() string

func (*IgnitionDeleteRequest) ProtoMessage added in v0.6.0

func (*IgnitionDeleteRequest) ProtoMessage()

func (*IgnitionDeleteRequest) Reset added in v0.6.0

func (m *IgnitionDeleteRequest) Reset()

func (*IgnitionDeleteRequest) String added in v0.6.0

func (m *IgnitionDeleteRequest) String() string

func (*IgnitionDeleteRequest) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionDeleteRequest) XXX_DiscardUnknown()

func (*IgnitionDeleteRequest) XXX_Marshal added in v0.9.0

func (m *IgnitionDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionDeleteRequest) XXX_Merge added in v0.9.0

func (m *IgnitionDeleteRequest) XXX_Merge(src proto.Message)

func (*IgnitionDeleteRequest) XXX_Size added in v0.9.0

func (m *IgnitionDeleteRequest) XXX_Size() int

func (*IgnitionDeleteRequest) XXX_Unmarshal added in v0.9.0

func (m *IgnitionDeleteRequest) XXX_Unmarshal(b []byte) error

type IgnitionDeleteResponse added in v0.6.0

type IgnitionDeleteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionDeleteResponse) Descriptor added in v0.6.0

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

func (*IgnitionDeleteResponse) ProtoMessage added in v0.6.0

func (*IgnitionDeleteResponse) ProtoMessage()

func (*IgnitionDeleteResponse) Reset added in v0.6.0

func (m *IgnitionDeleteResponse) Reset()

func (*IgnitionDeleteResponse) String added in v0.6.0

func (m *IgnitionDeleteResponse) String() string

func (*IgnitionDeleteResponse) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionDeleteResponse) XXX_DiscardUnknown()

func (*IgnitionDeleteResponse) XXX_Marshal added in v0.9.0

func (m *IgnitionDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionDeleteResponse) XXX_Merge added in v0.9.0

func (m *IgnitionDeleteResponse) XXX_Merge(src proto.Message)

func (*IgnitionDeleteResponse) XXX_Size added in v0.9.0

func (m *IgnitionDeleteResponse) XXX_Size() int

func (*IgnitionDeleteResponse) XXX_Unmarshal added in v0.9.0

func (m *IgnitionDeleteResponse) XXX_Unmarshal(b []byte) error

type IgnitionGetRequest added in v0.6.0

type IgnitionGetRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionGetRequest) Descriptor added in v0.6.0

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

func (*IgnitionGetRequest) GetName added in v0.6.0

func (m *IgnitionGetRequest) GetName() string

func (*IgnitionGetRequest) ProtoMessage added in v0.6.0

func (*IgnitionGetRequest) ProtoMessage()

func (*IgnitionGetRequest) Reset added in v0.6.0

func (m *IgnitionGetRequest) Reset()

func (*IgnitionGetRequest) String added in v0.6.0

func (m *IgnitionGetRequest) String() string

func (*IgnitionGetRequest) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionGetRequest) XXX_DiscardUnknown()

func (*IgnitionGetRequest) XXX_Marshal added in v0.9.0

func (m *IgnitionGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionGetRequest) XXX_Merge added in v0.9.0

func (m *IgnitionGetRequest) XXX_Merge(src proto.Message)

func (*IgnitionGetRequest) XXX_Size added in v0.9.0

func (m *IgnitionGetRequest) XXX_Size() int

func (*IgnitionGetRequest) XXX_Unmarshal added in v0.9.0

func (m *IgnitionGetRequest) XXX_Unmarshal(b []byte) error

type IgnitionGetResponse added in v0.6.0

type IgnitionGetResponse struct {
	Config               []byte   `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionGetResponse) Descriptor added in v0.6.0

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

func (*IgnitionGetResponse) GetConfig added in v0.6.0

func (m *IgnitionGetResponse) GetConfig() []byte

func (*IgnitionGetResponse) ProtoMessage added in v0.6.0

func (*IgnitionGetResponse) ProtoMessage()

func (*IgnitionGetResponse) Reset added in v0.6.0

func (m *IgnitionGetResponse) Reset()

func (*IgnitionGetResponse) String added in v0.6.0

func (m *IgnitionGetResponse) String() string

func (*IgnitionGetResponse) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionGetResponse) XXX_DiscardUnknown()

func (*IgnitionGetResponse) XXX_Marshal added in v0.9.0

func (m *IgnitionGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionGetResponse) XXX_Merge added in v0.9.0

func (m *IgnitionGetResponse) XXX_Merge(src proto.Message)

func (*IgnitionGetResponse) XXX_Size added in v0.9.0

func (m *IgnitionGetResponse) XXX_Size() int

func (*IgnitionGetResponse) XXX_Unmarshal added in v0.9.0

func (m *IgnitionGetResponse) XXX_Unmarshal(b []byte) error

type IgnitionPutRequest

type IgnitionPutRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Config               []byte   `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionPutRequest) Descriptor

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

func (*IgnitionPutRequest) GetConfig

func (m *IgnitionPutRequest) GetConfig() []byte

func (*IgnitionPutRequest) GetName

func (m *IgnitionPutRequest) GetName() string

func (*IgnitionPutRequest) ProtoMessage

func (*IgnitionPutRequest) ProtoMessage()

func (*IgnitionPutRequest) Reset

func (m *IgnitionPutRequest) Reset()

func (*IgnitionPutRequest) String

func (m *IgnitionPutRequest) String() string

func (*IgnitionPutRequest) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionPutRequest) XXX_DiscardUnknown()

func (*IgnitionPutRequest) XXX_Marshal added in v0.9.0

func (m *IgnitionPutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionPutRequest) XXX_Merge added in v0.9.0

func (m *IgnitionPutRequest) XXX_Merge(src proto.Message)

func (*IgnitionPutRequest) XXX_Size added in v0.9.0

func (m *IgnitionPutRequest) XXX_Size() int

func (*IgnitionPutRequest) XXX_Unmarshal added in v0.9.0

func (m *IgnitionPutRequest) XXX_Unmarshal(b []byte) error

type IgnitionPutResponse

type IgnitionPutResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgnitionPutResponse) Descriptor

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

func (*IgnitionPutResponse) ProtoMessage

func (*IgnitionPutResponse) ProtoMessage()

func (*IgnitionPutResponse) Reset

func (m *IgnitionPutResponse) Reset()

func (*IgnitionPutResponse) String

func (m *IgnitionPutResponse) String() string

func (*IgnitionPutResponse) XXX_DiscardUnknown added in v0.9.0

func (m *IgnitionPutResponse) XXX_DiscardUnknown()

func (*IgnitionPutResponse) XXX_Marshal added in v0.9.0

func (m *IgnitionPutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IgnitionPutResponse) XXX_Merge added in v0.9.0

func (m *IgnitionPutResponse) XXX_Merge(src proto.Message)

func (*IgnitionPutResponse) XXX_Size added in v0.9.0

func (m *IgnitionPutResponse) XXX_Size() int

func (*IgnitionPutResponse) XXX_Unmarshal added in v0.9.0

func (m *IgnitionPutResponse) XXX_Unmarshal(b []byte) error

type ProfileDeleteRequest added in v0.6.0

type ProfileDeleteRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProfileDeleteRequest) Descriptor added in v0.6.0

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

func (*ProfileDeleteRequest) GetId added in v0.6.0

func (m *ProfileDeleteRequest) GetId() string

func (*ProfileDeleteRequest) ProtoMessage added in v0.6.0

func (*ProfileDeleteRequest) ProtoMessage()

func (*ProfileDeleteRequest) Reset added in v0.6.0

func (m *ProfileDeleteRequest) Reset()

func (*ProfileDeleteRequest) String added in v0.6.0

func (m *ProfileDeleteRequest) String() string

func (*ProfileDeleteRequest) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileDeleteRequest) XXX_DiscardUnknown()

func (*ProfileDeleteRequest) XXX_Marshal added in v0.9.0

func (m *ProfileDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileDeleteRequest) XXX_Merge added in v0.9.0

func (m *ProfileDeleteRequest) XXX_Merge(src proto.Message)

func (*ProfileDeleteRequest) XXX_Size added in v0.9.0

func (m *ProfileDeleteRequest) XXX_Size() int

func (*ProfileDeleteRequest) XXX_Unmarshal added in v0.9.0

func (m *ProfileDeleteRequest) XXX_Unmarshal(b []byte) error

type ProfileDeleteResponse added in v0.6.0

type ProfileDeleteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProfileDeleteResponse) Descriptor added in v0.6.0

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

func (*ProfileDeleteResponse) ProtoMessage added in v0.6.0

func (*ProfileDeleteResponse) ProtoMessage()

func (*ProfileDeleteResponse) Reset added in v0.6.0

func (m *ProfileDeleteResponse) Reset()

func (*ProfileDeleteResponse) String added in v0.6.0

func (m *ProfileDeleteResponse) String() string

func (*ProfileDeleteResponse) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileDeleteResponse) XXX_DiscardUnknown()

func (*ProfileDeleteResponse) XXX_Marshal added in v0.9.0

func (m *ProfileDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileDeleteResponse) XXX_Merge added in v0.9.0

func (m *ProfileDeleteResponse) XXX_Merge(src proto.Message)

func (*ProfileDeleteResponse) XXX_Size added in v0.9.0

func (m *ProfileDeleteResponse) XXX_Size() int

func (*ProfileDeleteResponse) XXX_Unmarshal added in v0.9.0

func (m *ProfileDeleteResponse) XXX_Unmarshal(b []byte) error

type ProfileGetRequest

type ProfileGetRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProfileGetRequest) Descriptor

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

func (*ProfileGetRequest) GetId

func (m *ProfileGetRequest) GetId() string

func (*ProfileGetRequest) ProtoMessage

func (*ProfileGetRequest) ProtoMessage()

func (*ProfileGetRequest) Reset

func (m *ProfileGetRequest) Reset()

func (*ProfileGetRequest) String

func (m *ProfileGetRequest) String() string

func (*ProfileGetRequest) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileGetRequest) XXX_DiscardUnknown()

func (*ProfileGetRequest) XXX_Marshal added in v0.9.0

func (m *ProfileGetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileGetRequest) XXX_Merge added in v0.9.0

func (m *ProfileGetRequest) XXX_Merge(src proto.Message)

func (*ProfileGetRequest) XXX_Size added in v0.9.0

func (m *ProfileGetRequest) XXX_Size() int

func (*ProfileGetRequest) XXX_Unmarshal added in v0.9.0

func (m *ProfileGetRequest) XXX_Unmarshal(b []byte) error

type ProfileGetResponse

type ProfileGetResponse struct {
	Profile              *storagepb.Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ProfileGetResponse) Descriptor

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

func (*ProfileGetResponse) GetProfile

func (m *ProfileGetResponse) GetProfile() *storagepb.Profile

func (*ProfileGetResponse) ProtoMessage

func (*ProfileGetResponse) ProtoMessage()

func (*ProfileGetResponse) Reset

func (m *ProfileGetResponse) Reset()

func (*ProfileGetResponse) String

func (m *ProfileGetResponse) String() string

func (*ProfileGetResponse) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileGetResponse) XXX_DiscardUnknown()

func (*ProfileGetResponse) XXX_Marshal added in v0.9.0

func (m *ProfileGetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileGetResponse) XXX_Merge added in v0.9.0

func (m *ProfileGetResponse) XXX_Merge(src proto.Message)

func (*ProfileGetResponse) XXX_Size added in v0.9.0

func (m *ProfileGetResponse) XXX_Size() int

func (*ProfileGetResponse) XXX_Unmarshal added in v0.9.0

func (m *ProfileGetResponse) XXX_Unmarshal(b []byte) error

type ProfileListRequest

type ProfileListRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProfileListRequest) Descriptor

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

func (*ProfileListRequest) ProtoMessage

func (*ProfileListRequest) ProtoMessage()

func (*ProfileListRequest) Reset

func (m *ProfileListRequest) Reset()

func (*ProfileListRequest) String

func (m *ProfileListRequest) String() string

func (*ProfileListRequest) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileListRequest) XXX_DiscardUnknown()

func (*ProfileListRequest) XXX_Marshal added in v0.9.0

func (m *ProfileListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileListRequest) XXX_Merge added in v0.9.0

func (m *ProfileListRequest) XXX_Merge(src proto.Message)

func (*ProfileListRequest) XXX_Size added in v0.9.0

func (m *ProfileListRequest) XXX_Size() int

func (*ProfileListRequest) XXX_Unmarshal added in v0.9.0

func (m *ProfileListRequest) XXX_Unmarshal(b []byte) error

type ProfileListResponse

type ProfileListResponse struct {
	Profiles             []*storagepb.Profile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ProfileListResponse) Descriptor

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

func (*ProfileListResponse) GetProfiles

func (m *ProfileListResponse) GetProfiles() []*storagepb.Profile

func (*ProfileListResponse) ProtoMessage

func (*ProfileListResponse) ProtoMessage()

func (*ProfileListResponse) Reset

func (m *ProfileListResponse) Reset()

func (*ProfileListResponse) String

func (m *ProfileListResponse) String() string

func (*ProfileListResponse) XXX_DiscardUnknown added in v0.9.0

func (m *ProfileListResponse) XXX_DiscardUnknown()

func (*ProfileListResponse) XXX_Marshal added in v0.9.0

func (m *ProfileListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileListResponse) XXX_Merge added in v0.9.0

func (m *ProfileListResponse) XXX_Merge(src proto.Message)

func (*ProfileListResponse) XXX_Size added in v0.9.0

func (m *ProfileListResponse) XXX_Size() int

func (*ProfileListResponse) XXX_Unmarshal added in v0.9.0

func (m *ProfileListResponse) XXX_Unmarshal(b []byte) error

type ProfilePutRequest

type ProfilePutRequest struct {
	Profile              *storagepb.Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ProfilePutRequest) Descriptor

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

func (*ProfilePutRequest) GetProfile

func (m *ProfilePutRequest) GetProfile() *storagepb.Profile

func (*ProfilePutRequest) ProtoMessage

func (*ProfilePutRequest) ProtoMessage()

func (*ProfilePutRequest) Reset

func (m *ProfilePutRequest) Reset()

func (*ProfilePutRequest) String

func (m *ProfilePutRequest) String() string

func (*ProfilePutRequest) XXX_DiscardUnknown added in v0.9.0

func (m *ProfilePutRequest) XXX_DiscardUnknown()

func (*ProfilePutRequest) XXX_Marshal added in v0.9.0

func (m *ProfilePutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfilePutRequest) XXX_Merge added in v0.9.0

func (m *ProfilePutRequest) XXX_Merge(src proto.Message)

func (*ProfilePutRequest) XXX_Size added in v0.9.0

func (m *ProfilePutRequest) XXX_Size() int

func (*ProfilePutRequest) XXX_Unmarshal added in v0.9.0

func (m *ProfilePutRequest) XXX_Unmarshal(b []byte) error

type ProfilePutResponse

type ProfilePutResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProfilePutResponse) Descriptor

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

func (*ProfilePutResponse) ProtoMessage

func (*ProfilePutResponse) ProtoMessage()

func (*ProfilePutResponse) Reset

func (m *ProfilePutResponse) Reset()

func (*ProfilePutResponse) String

func (m *ProfilePutResponse) String() string

func (*ProfilePutResponse) XXX_DiscardUnknown added in v0.9.0

func (m *ProfilePutResponse) XXX_DiscardUnknown()

func (*ProfilePutResponse) XXX_Marshal added in v0.9.0

func (m *ProfilePutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfilePutResponse) XXX_Merge added in v0.9.0

func (m *ProfilePutResponse) XXX_Merge(src proto.Message)

func (*ProfilePutResponse) XXX_Size added in v0.9.0

func (m *ProfilePutResponse) XXX_Size() int

func (*ProfilePutResponse) XXX_Unmarshal added in v0.9.0

func (m *ProfilePutResponse) XXX_Unmarshal(b []byte) error

type SelectGroupRequest

type SelectGroupRequest struct {
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SelectGroupRequest) Descriptor

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

func (*SelectGroupRequest) GetLabels

func (m *SelectGroupRequest) GetLabels() map[string]string

func (*SelectGroupRequest) ProtoMessage

func (*SelectGroupRequest) ProtoMessage()

func (*SelectGroupRequest) Reset

func (m *SelectGroupRequest) Reset()

func (*SelectGroupRequest) String

func (m *SelectGroupRequest) String() string

func (*SelectGroupRequest) XXX_DiscardUnknown added in v0.9.0

func (m *SelectGroupRequest) XXX_DiscardUnknown()

func (*SelectGroupRequest) XXX_Marshal added in v0.9.0

func (m *SelectGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SelectGroupRequest) XXX_Merge added in v0.9.0

func (m *SelectGroupRequest) XXX_Merge(src proto.Message)

func (*SelectGroupRequest) XXX_Size added in v0.9.0

func (m *SelectGroupRequest) XXX_Size() int

func (*SelectGroupRequest) XXX_Unmarshal added in v0.9.0

func (m *SelectGroupRequest) XXX_Unmarshal(b []byte) error

type SelectGroupResponse

type SelectGroupResponse struct {
	Group                *storagepb.Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SelectGroupResponse) Descriptor

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

func (*SelectGroupResponse) GetGroup

func (m *SelectGroupResponse) GetGroup() *storagepb.Group

func (*SelectGroupResponse) ProtoMessage

func (*SelectGroupResponse) ProtoMessage()

func (*SelectGroupResponse) Reset

func (m *SelectGroupResponse) Reset()

func (*SelectGroupResponse) String

func (m *SelectGroupResponse) String() string

func (*SelectGroupResponse) XXX_DiscardUnknown added in v0.9.0

func (m *SelectGroupResponse) XXX_DiscardUnknown()

func (*SelectGroupResponse) XXX_Marshal added in v0.9.0

func (m *SelectGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SelectGroupResponse) XXX_Merge added in v0.9.0

func (m *SelectGroupResponse) XXX_Merge(src proto.Message)

func (*SelectGroupResponse) XXX_Size added in v0.9.0

func (m *SelectGroupResponse) XXX_Size() int

func (*SelectGroupResponse) XXX_Unmarshal added in v0.9.0

func (m *SelectGroupResponse) XXX_Unmarshal(b []byte) error

type SelectProfileRequest

type SelectProfileRequest struct {
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SelectProfileRequest) Descriptor

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

func (*SelectProfileRequest) GetLabels

func (m *SelectProfileRequest) GetLabels() map[string]string

func (*SelectProfileRequest) ProtoMessage

func (*SelectProfileRequest) ProtoMessage()

func (*SelectProfileRequest) Reset

func (m *SelectProfileRequest) Reset()

func (*SelectProfileRequest) String

func (m *SelectProfileRequest) String() string

func (*SelectProfileRequest) XXX_DiscardUnknown added in v0.9.0

func (m *SelectProfileRequest) XXX_DiscardUnknown()

func (*SelectProfileRequest) XXX_Marshal added in v0.9.0

func (m *SelectProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SelectProfileRequest) XXX_Merge added in v0.9.0

func (m *SelectProfileRequest) XXX_Merge(src proto.Message)

func (*SelectProfileRequest) XXX_Size added in v0.9.0

func (m *SelectProfileRequest) XXX_Size() int

func (*SelectProfileRequest) XXX_Unmarshal added in v0.9.0

func (m *SelectProfileRequest) XXX_Unmarshal(b []byte) error

type SelectProfileResponse

type SelectProfileResponse struct {
	Profile              *storagepb.Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SelectProfileResponse) Descriptor

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

func (*SelectProfileResponse) GetProfile

func (m *SelectProfileResponse) GetProfile() *storagepb.Profile

func (*SelectProfileResponse) ProtoMessage

func (*SelectProfileResponse) ProtoMessage()

func (*SelectProfileResponse) Reset

func (m *SelectProfileResponse) Reset()

func (*SelectProfileResponse) String

func (m *SelectProfileResponse) String() string

func (*SelectProfileResponse) XXX_DiscardUnknown added in v0.9.0

func (m *SelectProfileResponse) XXX_DiscardUnknown()

func (*SelectProfileResponse) XXX_Marshal added in v0.9.0

func (m *SelectProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SelectProfileResponse) XXX_Merge added in v0.9.0

func (m *SelectProfileResponse) XXX_Merge(src proto.Message)

func (*SelectProfileResponse) XXX_Size added in v0.9.0

func (m *SelectProfileResponse) XXX_Size() int

func (*SelectProfileResponse) XXX_Unmarshal added in v0.9.0

func (m *SelectProfileResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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