Documentation ¶
Index ¶
- Variables
- func NewBackendEndpoints() []*api.Endpoint
- func RegisterBackendHandler(s server.Server, hdlr BackendHandler, opts ...server.HandlerOption) error
- type BackendDetail
- func (*BackendDetail) Descriptor() ([]byte, []int)deprecated
- func (x *BackendDetail) GetAccess() string
- func (x *BackendDetail) GetBucketName() string
- func (x *BackendDetail) GetEndpoint() string
- func (x *BackendDetail) GetId() string
- func (x *BackendDetail) GetName() string
- func (x *BackendDetail) GetRegion() string
- func (x *BackendDetail) GetSecurity() string
- func (x *BackendDetail) GetTenantId() string
- func (x *BackendDetail) GetType() string
- func (x *BackendDetail) GetUserId() string
- func (*BackendDetail) ProtoMessage()
- func (x *BackendDetail) ProtoReflect() protoreflect.Message
- func (x *BackendDetail) Reset()
- func (x *BackendDetail) String() string
- type BackendHandler
- type BackendService
- type CreateBackendRequest
- func (*CreateBackendRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBackendRequest) GetBackend() *BackendDetail
- func (*CreateBackendRequest) ProtoMessage()
- func (x *CreateBackendRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBackendRequest) Reset()
- func (x *CreateBackendRequest) String() string
- type CreateBackendResponse
- func (*CreateBackendResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBackendResponse) GetBackend() *BackendDetail
- func (*CreateBackendResponse) ProtoMessage()
- func (x *CreateBackendResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBackendResponse) Reset()
- func (x *CreateBackendResponse) String() string
- type CreateTierRequest
- type CreateTierResponse
- type DeleteBackendRequest
- func (*DeleteBackendRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBackendRequest) GetId() string
- func (*DeleteBackendRequest) ProtoMessage()
- func (x *DeleteBackendRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBackendRequest) Reset()
- func (x *DeleteBackendRequest) String() string
- type DeleteBackendResponse
- type DeleteTierRequest
- type DeleteTierResponse
- type GetBackendRequest
- type GetBackendResponse
- func (*GetBackendResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBackendResponse) GetBackend() *BackendDetail
- func (*GetBackendResponse) ProtoMessage()
- func (x *GetBackendResponse) ProtoReflect() protoreflect.Message
- func (x *GetBackendResponse) Reset()
- func (x *GetBackendResponse) String() string
- type GetTierRequest
- type GetTierResponse
- type ListBackendRequest
- func (*ListBackendRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBackendRequest) GetFilter() map[string]string
- func (x *ListBackendRequest) GetLimit() int32
- func (x *ListBackendRequest) GetOffset() int32
- func (x *ListBackendRequest) GetSortDirs() []string
- func (x *ListBackendRequest) GetSortKeys() []string
- func (*ListBackendRequest) ProtoMessage()
- func (x *ListBackendRequest) ProtoReflect() protoreflect.Message
- func (x *ListBackendRequest) Reset()
- func (x *ListBackendRequest) String() string
- type ListBackendResponse
- func (*ListBackendResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBackendResponse) GetBackends() []*BackendDetail
- func (x *ListBackendResponse) GetNext() int32
- func (*ListBackendResponse) ProtoMessage()
- func (x *ListBackendResponse) ProtoReflect() protoreflect.Message
- func (x *ListBackendResponse) Reset()
- func (x *ListBackendResponse) String() string
- type ListTierRequest
- func (*ListTierRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTierRequest) GetFilter() map[string]string
- func (x *ListTierRequest) GetLimit() int32
- func (x *ListTierRequest) GetOffset() int32
- func (x *ListTierRequest) GetSortDirs() []string
- func (x *ListTierRequest) GetSortKeys() []string
- func (*ListTierRequest) ProtoMessage()
- func (x *ListTierRequest) ProtoReflect() protoreflect.Message
- func (x *ListTierRequest) Reset()
- func (x *ListTierRequest) String() string
- type ListTierResponse
- func (*ListTierResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTierResponse) GetNext() int32
- func (x *ListTierResponse) GetTiers() []*Tier
- func (*ListTierResponse) ProtoMessage()
- func (x *ListTierResponse) ProtoReflect() protoreflect.Message
- func (x *ListTierResponse) Reset()
- func (x *ListTierResponse) String() string
- type ListTypeRequest
- func (*ListTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTypeRequest) GetFilter() map[string]string
- func (x *ListTypeRequest) GetLimit() int32
- func (x *ListTypeRequest) GetOffset() int32
- func (x *ListTypeRequest) GetSortDirs() []string
- func (x *ListTypeRequest) GetSortKeys() []string
- func (*ListTypeRequest) ProtoMessage()
- func (x *ListTypeRequest) ProtoReflect() protoreflect.Message
- func (x *ListTypeRequest) Reset()
- func (x *ListTypeRequest) String() string
- type ListTypeResponse
- func (*ListTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTypeResponse) GetNext() int32
- func (x *ListTypeResponse) GetTypes() []*TypeDetail
- func (*ListTypeResponse) ProtoMessage()
- func (x *ListTypeResponse) ProtoReflect() protoreflect.Message
- func (x *ListTypeResponse) Reset()
- func (x *ListTypeResponse) String() string
- type Tier
- func (*Tier) Descriptor() ([]byte, []int)deprecated
- func (x *Tier) GetBackends() []string
- func (x *Tier) GetId() string
- func (x *Tier) GetName() string
- func (x *Tier) GetTenantId() string
- func (x *Tier) GetTenants() []string
- func (*Tier) ProtoMessage()
- func (x *Tier) ProtoReflect() protoreflect.Message
- func (x *Tier) Reset()
- func (x *Tier) String() string
- type TypeDetail
- type UpdateBackendRequest
- func (*UpdateBackendRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBackendRequest) GetAccess() string
- func (x *UpdateBackendRequest) GetId() string
- func (x *UpdateBackendRequest) GetSecurity() string
- func (*UpdateBackendRequest) ProtoMessage()
- func (x *UpdateBackendRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBackendRequest) Reset()
- func (x *UpdateBackendRequest) String() string
- type UpdateBackendResponse
- func (*UpdateBackendResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBackendResponse) GetBackend() *BackendDetail
- func (*UpdateBackendResponse) ProtoMessage()
- func (x *UpdateBackendResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBackendResponse) Reset()
- func (x *UpdateBackendResponse) String() string
- type UpdateTier
- func (*UpdateTier) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateTier) GetAddBackends() []string
- func (x *UpdateTier) GetAddTenants() []string
- func (x *UpdateTier) GetDeleteBackends() []string
- func (x *UpdateTier) GetDeleteTenants() []string
- func (x *UpdateTier) GetId() string
- func (*UpdateTier) ProtoMessage()
- func (x *UpdateTier) ProtoReflect() protoreflect.Message
- func (x *UpdateTier) Reset()
- func (x *UpdateTier) String() string
- type UpdateTierRequest
- type UpdateTierResponse
Constants ¶
This section is empty.
Variables ¶
var File_backend_proto_backend_proto protoreflect.FileDescriptor
Functions ¶
func NewBackendEndpoints ¶ added in v1.0.0
func RegisterBackendHandler ¶
func RegisterBackendHandler(s server.Server, hdlr BackendHandler, opts ...server.HandlerOption) error
Types ¶
type BackendDetail ¶
type BackendDetail struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` TenantId string `protobuf:"bytes,2,opt,name=tenantId,proto3" json:"tenantId,omitempty"` UserId string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Region string `protobuf:"bytes,6,opt,name=region,proto3" json:"region,omitempty"` Endpoint string `protobuf:"bytes,7,opt,name=endpoint,proto3" json:"endpoint,omitempty"` BucketName string `protobuf:"bytes,8,opt,name=bucketName,proto3" json:"bucketName,omitempty"` Access string `protobuf:"bytes,9,opt,name=access,proto3" json:"access,omitempty"` Security string `protobuf:"bytes,10,opt,name=security,proto3" json:"security,omitempty"` // contains filtered or unexported fields }
func (*BackendDetail) Descriptor
deprecated
func (*BackendDetail) Descriptor() ([]byte, []int)
Deprecated: Use BackendDetail.ProtoReflect.Descriptor instead.
func (*BackendDetail) GetAccess ¶
func (x *BackendDetail) GetAccess() string
func (*BackendDetail) GetBucketName ¶
func (x *BackendDetail) GetBucketName() string
func (*BackendDetail) GetEndpoint ¶
func (x *BackendDetail) GetEndpoint() string
func (*BackendDetail) GetId ¶
func (x *BackendDetail) GetId() string
func (*BackendDetail) GetName ¶
func (x *BackendDetail) GetName() string
func (*BackendDetail) GetRegion ¶
func (x *BackendDetail) GetRegion() string
func (*BackendDetail) GetSecurity ¶
func (x *BackendDetail) GetSecurity() string
func (*BackendDetail) GetTenantId ¶
func (x *BackendDetail) GetTenantId() string
func (*BackendDetail) GetType ¶
func (x *BackendDetail) GetType() string
func (*BackendDetail) GetUserId ¶
func (x *BackendDetail) GetUserId() string
func (*BackendDetail) ProtoMessage ¶
func (*BackendDetail) ProtoMessage()
func (*BackendDetail) ProtoReflect ¶ added in v1.3.1
func (x *BackendDetail) ProtoReflect() protoreflect.Message
func (*BackendDetail) Reset ¶
func (x *BackendDetail) Reset()
func (*BackendDetail) String ¶
func (x *BackendDetail) String() string
type BackendHandler ¶
type BackendHandler interface { CreateBackend(context.Context, *CreateBackendRequest, *CreateBackendResponse) error GetBackend(context.Context, *GetBackendRequest, *GetBackendResponse) error ListBackend(context.Context, *ListBackendRequest, *ListBackendResponse) error UpdateBackend(context.Context, *UpdateBackendRequest, *UpdateBackendResponse) error DeleteBackend(context.Context, *DeleteBackendRequest, *DeleteBackendResponse) error ListType(context.Context, *ListTypeRequest, *ListTypeResponse) error CreateTier(context.Context, *CreateTierRequest, *CreateTierResponse) error GetTier(context.Context, *GetTierRequest, *GetTierResponse) error ListTiers(context.Context, *ListTierRequest, *ListTierResponse) error UpdateTier(context.Context, *UpdateTierRequest, *UpdateTierResponse) error DeleteTier(context.Context, *DeleteTierRequest, *DeleteTierResponse) error }
type BackendService ¶
type BackendService interface { CreateBackend(ctx context.Context, in *CreateBackendRequest, opts ...client.CallOption) (*CreateBackendResponse, error) GetBackend(ctx context.Context, in *GetBackendRequest, opts ...client.CallOption) (*GetBackendResponse, error) ListBackend(ctx context.Context, in *ListBackendRequest, opts ...client.CallOption) (*ListBackendResponse, error) UpdateBackend(ctx context.Context, in *UpdateBackendRequest, opts ...client.CallOption) (*UpdateBackendResponse, error) DeleteBackend(ctx context.Context, in *DeleteBackendRequest, opts ...client.CallOption) (*DeleteBackendResponse, error) ListType(ctx context.Context, in *ListTypeRequest, opts ...client.CallOption) (*ListTypeResponse, error) CreateTier(ctx context.Context, in *CreateTierRequest, opts ...client.CallOption) (*CreateTierResponse, error) GetTier(ctx context.Context, in *GetTierRequest, opts ...client.CallOption) (*GetTierResponse, error) ListTiers(ctx context.Context, in *ListTierRequest, opts ...client.CallOption) (*ListTierResponse, error) UpdateTier(ctx context.Context, in *UpdateTierRequest, opts ...client.CallOption) (*UpdateTierResponse, error) DeleteTier(ctx context.Context, in *DeleteTierRequest, opts ...client.CallOption) (*DeleteTierResponse, error) }
func NewBackendService ¶
func NewBackendService(name string, c client.Client) BackendService
type CreateBackendRequest ¶
type CreateBackendRequest struct { Backend *BackendDetail `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` // contains filtered or unexported fields }
func (*CreateBackendRequest) Descriptor
deprecated
func (*CreateBackendRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBackendRequest.ProtoReflect.Descriptor instead.
func (*CreateBackendRequest) GetBackend ¶
func (x *CreateBackendRequest) GetBackend() *BackendDetail
func (*CreateBackendRequest) ProtoMessage ¶
func (*CreateBackendRequest) ProtoMessage()
func (*CreateBackendRequest) ProtoReflect ¶ added in v1.3.1
func (x *CreateBackendRequest) ProtoReflect() protoreflect.Message
func (*CreateBackendRequest) Reset ¶
func (x *CreateBackendRequest) Reset()
func (*CreateBackendRequest) String ¶
func (x *CreateBackendRequest) String() string
type CreateBackendResponse ¶
type CreateBackendResponse struct { Backend *BackendDetail `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` // contains filtered or unexported fields }
func (*CreateBackendResponse) Descriptor
deprecated
func (*CreateBackendResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBackendResponse.ProtoReflect.Descriptor instead.
func (*CreateBackendResponse) GetBackend ¶
func (x *CreateBackendResponse) GetBackend() *BackendDetail
func (*CreateBackendResponse) ProtoMessage ¶
func (*CreateBackendResponse) ProtoMessage()
func (*CreateBackendResponse) ProtoReflect ¶ added in v1.3.1
func (x *CreateBackendResponse) ProtoReflect() protoreflect.Message
func (*CreateBackendResponse) Reset ¶
func (x *CreateBackendResponse) Reset()
func (*CreateBackendResponse) String ¶
func (x *CreateBackendResponse) String() string
type CreateTierRequest ¶ added in v1.3.1
type CreateTierRequest struct { Tier *Tier `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*CreateTierRequest) Descriptor
deprecated
added in
v1.3.1
func (*CreateTierRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTierRequest.ProtoReflect.Descriptor instead.
func (*CreateTierRequest) GetTier ¶ added in v1.3.1
func (x *CreateTierRequest) GetTier() *Tier
func (*CreateTierRequest) ProtoMessage ¶ added in v1.3.1
func (*CreateTierRequest) ProtoMessage()
func (*CreateTierRequest) ProtoReflect ¶ added in v1.3.1
func (x *CreateTierRequest) ProtoReflect() protoreflect.Message
func (*CreateTierRequest) Reset ¶ added in v1.3.1
func (x *CreateTierRequest) Reset()
func (*CreateTierRequest) String ¶ added in v1.3.1
func (x *CreateTierRequest) String() string
type CreateTierResponse ¶ added in v1.3.1
type CreateTierResponse struct { Tier *Tier `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*CreateTierResponse) Descriptor
deprecated
added in
v1.3.1
func (*CreateTierResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTierResponse.ProtoReflect.Descriptor instead.
func (*CreateTierResponse) GetTier ¶ added in v1.3.1
func (x *CreateTierResponse) GetTier() *Tier
func (*CreateTierResponse) ProtoMessage ¶ added in v1.3.1
func (*CreateTierResponse) ProtoMessage()
func (*CreateTierResponse) ProtoReflect ¶ added in v1.3.1
func (x *CreateTierResponse) ProtoReflect() protoreflect.Message
func (*CreateTierResponse) Reset ¶ added in v1.3.1
func (x *CreateTierResponse) Reset()
func (*CreateTierResponse) String ¶ added in v1.3.1
func (x *CreateTierResponse) String() string
type DeleteBackendRequest ¶
type DeleteBackendRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteBackendRequest) Descriptor
deprecated
func (*DeleteBackendRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBackendRequest.ProtoReflect.Descriptor instead.
func (*DeleteBackendRequest) GetId ¶
func (x *DeleteBackendRequest) GetId() string
func (*DeleteBackendRequest) ProtoMessage ¶
func (*DeleteBackendRequest) ProtoMessage()
func (*DeleteBackendRequest) ProtoReflect ¶ added in v1.3.1
func (x *DeleteBackendRequest) ProtoReflect() protoreflect.Message
func (*DeleteBackendRequest) Reset ¶
func (x *DeleteBackendRequest) Reset()
func (*DeleteBackendRequest) String ¶
func (x *DeleteBackendRequest) String() string
type DeleteBackendResponse ¶
type DeleteBackendResponse struct {
// contains filtered or unexported fields
}
func (*DeleteBackendResponse) Descriptor
deprecated
func (*DeleteBackendResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBackendResponse.ProtoReflect.Descriptor instead.
func (*DeleteBackendResponse) ProtoMessage ¶
func (*DeleteBackendResponse) ProtoMessage()
func (*DeleteBackendResponse) ProtoReflect ¶ added in v1.3.1
func (x *DeleteBackendResponse) ProtoReflect() protoreflect.Message
func (*DeleteBackendResponse) Reset ¶
func (x *DeleteBackendResponse) Reset()
func (*DeleteBackendResponse) String ¶
func (x *DeleteBackendResponse) String() string
type DeleteTierRequest ¶ added in v1.3.1
type DeleteTierRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTierRequest) Descriptor
deprecated
added in
v1.3.1
func (*DeleteTierRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTierRequest.ProtoReflect.Descriptor instead.
func (*DeleteTierRequest) GetId ¶ added in v1.3.1
func (x *DeleteTierRequest) GetId() string
func (*DeleteTierRequest) ProtoMessage ¶ added in v1.3.1
func (*DeleteTierRequest) ProtoMessage()
func (*DeleteTierRequest) ProtoReflect ¶ added in v1.3.1
func (x *DeleteTierRequest) ProtoReflect() protoreflect.Message
func (*DeleteTierRequest) Reset ¶ added in v1.3.1
func (x *DeleteTierRequest) Reset()
func (*DeleteTierRequest) String ¶ added in v1.3.1
func (x *DeleteTierRequest) String() string
type DeleteTierResponse ¶ added in v1.3.1
type DeleteTierResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTierResponse) Descriptor
deprecated
added in
v1.3.1
func (*DeleteTierResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTierResponse.ProtoReflect.Descriptor instead.
func (*DeleteTierResponse) ProtoMessage ¶ added in v1.3.1
func (*DeleteTierResponse) ProtoMessage()
func (*DeleteTierResponse) ProtoReflect ¶ added in v1.3.1
func (x *DeleteTierResponse) ProtoReflect() protoreflect.Message
func (*DeleteTierResponse) Reset ¶ added in v1.3.1
func (x *DeleteTierResponse) Reset()
func (*DeleteTierResponse) String ¶ added in v1.3.1
func (x *DeleteTierResponse) String() string
type GetBackendRequest ¶
type GetBackendRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetBackendRequest) Descriptor
deprecated
func (*GetBackendRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBackendRequest.ProtoReflect.Descriptor instead.
func (*GetBackendRequest) GetId ¶
func (x *GetBackendRequest) GetId() string
func (*GetBackendRequest) ProtoMessage ¶
func (*GetBackendRequest) ProtoMessage()
func (*GetBackendRequest) ProtoReflect ¶ added in v1.3.1
func (x *GetBackendRequest) ProtoReflect() protoreflect.Message
func (*GetBackendRequest) Reset ¶
func (x *GetBackendRequest) Reset()
func (*GetBackendRequest) String ¶
func (x *GetBackendRequest) String() string
type GetBackendResponse ¶
type GetBackendResponse struct { Backend *BackendDetail `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` // contains filtered or unexported fields }
func (*GetBackendResponse) Descriptor
deprecated
func (*GetBackendResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBackendResponse.ProtoReflect.Descriptor instead.
func (*GetBackendResponse) GetBackend ¶
func (x *GetBackendResponse) GetBackend() *BackendDetail
func (*GetBackendResponse) ProtoMessage ¶
func (*GetBackendResponse) ProtoMessage()
func (*GetBackendResponse) ProtoReflect ¶ added in v1.3.1
func (x *GetBackendResponse) ProtoReflect() protoreflect.Message
func (*GetBackendResponse) Reset ¶
func (x *GetBackendResponse) Reset()
func (*GetBackendResponse) String ¶
func (x *GetBackendResponse) String() string
type GetTierRequest ¶ added in v1.3.1
type GetTierRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetTierRequest) Descriptor
deprecated
added in
v1.3.1
func (*GetTierRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTierRequest.ProtoReflect.Descriptor instead.
func (*GetTierRequest) GetId ¶ added in v1.3.1
func (x *GetTierRequest) GetId() string
func (*GetTierRequest) ProtoMessage ¶ added in v1.3.1
func (*GetTierRequest) ProtoMessage()
func (*GetTierRequest) ProtoReflect ¶ added in v1.3.1
func (x *GetTierRequest) ProtoReflect() protoreflect.Message
func (*GetTierRequest) Reset ¶ added in v1.3.1
func (x *GetTierRequest) Reset()
func (*GetTierRequest) String ¶ added in v1.3.1
func (x *GetTierRequest) String() string
type GetTierResponse ¶ added in v1.3.1
type GetTierResponse struct { Tier *Tier `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*GetTierResponse) Descriptor
deprecated
added in
v1.3.1
func (*GetTierResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTierResponse.ProtoReflect.Descriptor instead.
func (*GetTierResponse) GetTier ¶ added in v1.3.1
func (x *GetTierResponse) GetTier() *Tier
func (*GetTierResponse) ProtoMessage ¶ added in v1.3.1
func (*GetTierResponse) ProtoMessage()
func (*GetTierResponse) ProtoReflect ¶ added in v1.3.1
func (x *GetTierResponse) ProtoReflect() protoreflect.Message
func (*GetTierResponse) Reset ¶ added in v1.3.1
func (x *GetTierResponse) Reset()
func (*GetTierResponse) String ¶ added in v1.3.1
func (x *GetTierResponse) String() string
type ListBackendRequest ¶
type ListBackendRequest struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` SortKeys []string `protobuf:"bytes,3,rep,name=sortKeys,proto3" json:"sortKeys,omitempty"` SortDirs []string `protobuf:"bytes,4,rep,name=sortDirs,proto3" json:"sortDirs,omitempty"` Filter map[string]string `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListBackendRequest) Descriptor
deprecated
func (*ListBackendRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBackendRequest.ProtoReflect.Descriptor instead.
func (*ListBackendRequest) GetFilter ¶
func (x *ListBackendRequest) GetFilter() map[string]string
func (*ListBackendRequest) GetLimit ¶
func (x *ListBackendRequest) GetLimit() int32
func (*ListBackendRequest) GetOffset ¶
func (x *ListBackendRequest) GetOffset() int32
func (*ListBackendRequest) GetSortDirs ¶
func (x *ListBackendRequest) GetSortDirs() []string
func (*ListBackendRequest) GetSortKeys ¶
func (x *ListBackendRequest) GetSortKeys() []string
func (*ListBackendRequest) ProtoMessage ¶
func (*ListBackendRequest) ProtoMessage()
func (*ListBackendRequest) ProtoReflect ¶ added in v1.3.1
func (x *ListBackendRequest) ProtoReflect() protoreflect.Message
func (*ListBackendRequest) Reset ¶
func (x *ListBackendRequest) Reset()
func (*ListBackendRequest) String ¶
func (x *ListBackendRequest) String() string
type ListBackendResponse ¶
type ListBackendResponse struct { Backends []*BackendDetail `protobuf:"bytes,1,rep,name=backends,proto3" json:"backends,omitempty"` Next int32 `protobuf:"varint,2,opt,name=next,proto3" json:"next,omitempty"` // contains filtered or unexported fields }
func (*ListBackendResponse) Descriptor
deprecated
func (*ListBackendResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBackendResponse.ProtoReflect.Descriptor instead.
func (*ListBackendResponse) GetBackends ¶
func (x *ListBackendResponse) GetBackends() []*BackendDetail
func (*ListBackendResponse) GetNext ¶
func (x *ListBackendResponse) GetNext() int32
func (*ListBackendResponse) ProtoMessage ¶
func (*ListBackendResponse) ProtoMessage()
func (*ListBackendResponse) ProtoReflect ¶ added in v1.3.1
func (x *ListBackendResponse) ProtoReflect() protoreflect.Message
func (*ListBackendResponse) Reset ¶
func (x *ListBackendResponse) Reset()
func (*ListBackendResponse) String ¶
func (x *ListBackendResponse) String() string
type ListTierRequest ¶ added in v1.3.1
type ListTierRequest struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` SortKeys []string `protobuf:"bytes,3,rep,name=sortKeys,proto3" json:"sortKeys,omitempty"` SortDirs []string `protobuf:"bytes,4,rep,name=sortDirs,proto3" json:"sortDirs,omitempty"` Filter map[string]string `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListTierRequest) Descriptor
deprecated
added in
v1.3.1
func (*ListTierRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTierRequest.ProtoReflect.Descriptor instead.
func (*ListTierRequest) GetFilter ¶ added in v1.3.2
func (x *ListTierRequest) GetFilter() map[string]string
func (*ListTierRequest) GetLimit ¶ added in v1.3.1
func (x *ListTierRequest) GetLimit() int32
func (*ListTierRequest) GetOffset ¶ added in v1.3.1
func (x *ListTierRequest) GetOffset() int32
func (*ListTierRequest) GetSortDirs ¶ added in v1.3.1
func (x *ListTierRequest) GetSortDirs() []string
func (*ListTierRequest) GetSortKeys ¶ added in v1.3.1
func (x *ListTierRequest) GetSortKeys() []string
func (*ListTierRequest) ProtoMessage ¶ added in v1.3.1
func (*ListTierRequest) ProtoMessage()
func (*ListTierRequest) ProtoReflect ¶ added in v1.3.1
func (x *ListTierRequest) ProtoReflect() protoreflect.Message
func (*ListTierRequest) Reset ¶ added in v1.3.1
func (x *ListTierRequest) Reset()
func (*ListTierRequest) String ¶ added in v1.3.1
func (x *ListTierRequest) String() string
type ListTierResponse ¶ added in v1.3.1
type ListTierResponse struct { Tiers []*Tier `protobuf:"bytes,1,rep,name=tiers,proto3" json:"tiers,omitempty"` Next int32 `protobuf:"varint,2,opt,name=next,proto3" json:"next,omitempty"` // contains filtered or unexported fields }
func (*ListTierResponse) Descriptor
deprecated
added in
v1.3.1
func (*ListTierResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTierResponse.ProtoReflect.Descriptor instead.
func (*ListTierResponse) GetNext ¶ added in v1.3.1
func (x *ListTierResponse) GetNext() int32
func (*ListTierResponse) GetTiers ¶ added in v1.3.1
func (x *ListTierResponse) GetTiers() []*Tier
func (*ListTierResponse) ProtoMessage ¶ added in v1.3.1
func (*ListTierResponse) ProtoMessage()
func (*ListTierResponse) ProtoReflect ¶ added in v1.3.1
func (x *ListTierResponse) ProtoReflect() protoreflect.Message
func (*ListTierResponse) Reset ¶ added in v1.3.1
func (x *ListTierResponse) Reset()
func (*ListTierResponse) String ¶ added in v1.3.1
func (x *ListTierResponse) String() string
type ListTypeRequest ¶
type ListTypeRequest struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` SortKeys []string `protobuf:"bytes,3,rep,name=sortKeys,proto3" json:"sortKeys,omitempty"` SortDirs []string `protobuf:"bytes,4,rep,name=sortDirs,proto3" json:"sortDirs,omitempty"` Filter map[string]string `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListTypeRequest) Descriptor
deprecated
func (*ListTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTypeRequest.ProtoReflect.Descriptor instead.
func (*ListTypeRequest) GetFilter ¶
func (x *ListTypeRequest) GetFilter() map[string]string
func (*ListTypeRequest) GetLimit ¶
func (x *ListTypeRequest) GetLimit() int32
func (*ListTypeRequest) GetOffset ¶
func (x *ListTypeRequest) GetOffset() int32
func (*ListTypeRequest) GetSortDirs ¶
func (x *ListTypeRequest) GetSortDirs() []string
func (*ListTypeRequest) GetSortKeys ¶
func (x *ListTypeRequest) GetSortKeys() []string
func (*ListTypeRequest) ProtoMessage ¶
func (*ListTypeRequest) ProtoMessage()
func (*ListTypeRequest) ProtoReflect ¶ added in v1.3.1
func (x *ListTypeRequest) ProtoReflect() protoreflect.Message
func (*ListTypeRequest) Reset ¶
func (x *ListTypeRequest) Reset()
func (*ListTypeRequest) String ¶
func (x *ListTypeRequest) String() string
type ListTypeResponse ¶
type ListTypeResponse struct { Types []*TypeDetail `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"` Next int32 `protobuf:"varint,2,opt,name=next,proto3" json:"next,omitempty"` // contains filtered or unexported fields }
func (*ListTypeResponse) Descriptor
deprecated
func (*ListTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTypeResponse.ProtoReflect.Descriptor instead.
func (*ListTypeResponse) GetNext ¶
func (x *ListTypeResponse) GetNext() int32
func (*ListTypeResponse) GetTypes ¶
func (x *ListTypeResponse) GetTypes() []*TypeDetail
func (*ListTypeResponse) ProtoMessage ¶
func (*ListTypeResponse) ProtoMessage()
func (*ListTypeResponse) ProtoReflect ¶ added in v1.3.1
func (x *ListTypeResponse) ProtoReflect() protoreflect.Message
func (*ListTypeResponse) Reset ¶
func (x *ListTypeResponse) Reset()
func (*ListTypeResponse) String ¶
func (x *ListTypeResponse) String() string
type Tier ¶ added in v1.3.1
type Tier struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` TenantId string `protobuf:"bytes,2,opt,name=tenantId,proto3" json:"tenantId,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Backends []string `protobuf:"bytes,4,rep,name=backends,proto3" json:"backends,omitempty"` Tenants []string `protobuf:"bytes,5,rep,name=tenants,proto3" json:"tenants,omitempty"` // contains filtered or unexported fields }
func (*Tier) Descriptor
deprecated
added in
v1.3.1
func (*Tier) GetBackends ¶ added in v1.3.1
func (*Tier) GetTenantId ¶ added in v1.3.1
func (*Tier) GetTenants ¶ added in v1.3.2
func (*Tier) ProtoMessage ¶ added in v1.3.1
func (*Tier) ProtoMessage()
func (*Tier) ProtoReflect ¶ added in v1.3.1
func (x *Tier) ProtoReflect() protoreflect.Message
type TypeDetail ¶
type TypeDetail struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*TypeDetail) Descriptor
deprecated
func (*TypeDetail) Descriptor() ([]byte, []int)
Deprecated: Use TypeDetail.ProtoReflect.Descriptor instead.
func (*TypeDetail) GetDescription ¶
func (x *TypeDetail) GetDescription() string
func (*TypeDetail) GetName ¶
func (x *TypeDetail) GetName() string
func (*TypeDetail) ProtoMessage ¶
func (*TypeDetail) ProtoMessage()
func (*TypeDetail) ProtoReflect ¶ added in v1.3.1
func (x *TypeDetail) ProtoReflect() protoreflect.Message
func (*TypeDetail) Reset ¶
func (x *TypeDetail) Reset()
func (*TypeDetail) String ¶
func (x *TypeDetail) String() string
type UpdateBackendRequest ¶
type UpdateBackendRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Access string `protobuf:"bytes,2,opt,name=access,proto3" json:"access,omitempty"` Security string `protobuf:"bytes,3,opt,name=security,proto3" json:"security,omitempty"` // contains filtered or unexported fields }
func (*UpdateBackendRequest) Descriptor
deprecated
func (*UpdateBackendRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBackendRequest.ProtoReflect.Descriptor instead.
func (*UpdateBackendRequest) GetAccess ¶
func (x *UpdateBackendRequest) GetAccess() string
func (*UpdateBackendRequest) GetId ¶
func (x *UpdateBackendRequest) GetId() string
func (*UpdateBackendRequest) GetSecurity ¶
func (x *UpdateBackendRequest) GetSecurity() string
func (*UpdateBackendRequest) ProtoMessage ¶
func (*UpdateBackendRequest) ProtoMessage()
func (*UpdateBackendRequest) ProtoReflect ¶ added in v1.3.1
func (x *UpdateBackendRequest) ProtoReflect() protoreflect.Message
func (*UpdateBackendRequest) Reset ¶
func (x *UpdateBackendRequest) Reset()
func (*UpdateBackendRequest) String ¶
func (x *UpdateBackendRequest) String() string
type UpdateBackendResponse ¶
type UpdateBackendResponse struct { Backend *BackendDetail `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` // contains filtered or unexported fields }
func (*UpdateBackendResponse) Descriptor
deprecated
func (*UpdateBackendResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBackendResponse.ProtoReflect.Descriptor instead.
func (*UpdateBackendResponse) GetBackend ¶
func (x *UpdateBackendResponse) GetBackend() *BackendDetail
func (*UpdateBackendResponse) ProtoMessage ¶
func (*UpdateBackendResponse) ProtoMessage()
func (*UpdateBackendResponse) ProtoReflect ¶ added in v1.3.1
func (x *UpdateBackendResponse) ProtoReflect() protoreflect.Message
func (*UpdateBackendResponse) Reset ¶
func (x *UpdateBackendResponse) Reset()
func (*UpdateBackendResponse) String ¶
func (x *UpdateBackendResponse) String() string
type UpdateTier ¶ added in v1.3.1
type UpdateTier struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AddBackends []string `protobuf:"bytes,3,rep,name=AddBackends,json=addBackends,proto3" json:"AddBackends,omitempty"` DeleteBackends []string `protobuf:"bytes,4,rep,name=DeleteBackends,json=deleteBackends,proto3" json:"DeleteBackends,omitempty"` AddTenants []string `protobuf:"bytes,5,rep,name=AddTenants,json=addTenants,proto3" json:"AddTenants,omitempty"` DeleteTenants []string `protobuf:"bytes,6,rep,name=DeleteTenants,json=deleteTenants,proto3" json:"DeleteTenants,omitempty"` // contains filtered or unexported fields }
func (*UpdateTier) Descriptor
deprecated
added in
v1.3.1
func (*UpdateTier) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTier.ProtoReflect.Descriptor instead.
func (*UpdateTier) GetAddBackends ¶ added in v1.3.1
func (x *UpdateTier) GetAddBackends() []string
func (*UpdateTier) GetAddTenants ¶ added in v1.3.2
func (x *UpdateTier) GetAddTenants() []string
func (*UpdateTier) GetDeleteBackends ¶ added in v1.3.1
func (x *UpdateTier) GetDeleteBackends() []string
func (*UpdateTier) GetDeleteTenants ¶ added in v1.3.2
func (x *UpdateTier) GetDeleteTenants() []string
func (*UpdateTier) GetId ¶ added in v1.3.1
func (x *UpdateTier) GetId() string
func (*UpdateTier) ProtoMessage ¶ added in v1.3.1
func (*UpdateTier) ProtoMessage()
func (*UpdateTier) ProtoReflect ¶ added in v1.3.1
func (x *UpdateTier) ProtoReflect() protoreflect.Message
func (*UpdateTier) Reset ¶ added in v1.3.1
func (x *UpdateTier) Reset()
func (*UpdateTier) String ¶ added in v1.3.1
func (x *UpdateTier) String() string
type UpdateTierRequest ¶ added in v1.3.1
type UpdateTierRequest struct { Tier *Tier `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*UpdateTierRequest) Descriptor
deprecated
added in
v1.3.1
func (*UpdateTierRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTierRequest.ProtoReflect.Descriptor instead.
func (*UpdateTierRequest) GetTier ¶ added in v1.3.1
func (x *UpdateTierRequest) GetTier() *Tier
func (*UpdateTierRequest) ProtoMessage ¶ added in v1.3.1
func (*UpdateTierRequest) ProtoMessage()
func (*UpdateTierRequest) ProtoReflect ¶ added in v1.3.1
func (x *UpdateTierRequest) ProtoReflect() protoreflect.Message
func (*UpdateTierRequest) Reset ¶ added in v1.3.1
func (x *UpdateTierRequest) Reset()
func (*UpdateTierRequest) String ¶ added in v1.3.1
func (x *UpdateTierRequest) String() string
type UpdateTierResponse ¶ added in v1.3.1
type UpdateTierResponse struct { Tier *Tier `protobuf:"bytes,1,opt,name=tier,proto3" json:"tier,omitempty"` // contains filtered or unexported fields }
func (*UpdateTierResponse) Descriptor
deprecated
added in
v1.3.1
func (*UpdateTierResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTierResponse.ProtoReflect.Descriptor instead.
func (*UpdateTierResponse) GetTier ¶ added in v1.3.1
func (x *UpdateTierResponse) GetTier() *Tier
func (*UpdateTierResponse) ProtoMessage ¶ added in v1.3.1
func (*UpdateTierResponse) ProtoMessage()
func (*UpdateTierResponse) ProtoReflect ¶ added in v1.3.1
func (x *UpdateTierResponse) ProtoReflect() protoreflect.Message
func (*UpdateTierResponse) Reset ¶ added in v1.3.1
func (x *UpdateTierResponse) Reset()
func (*UpdateTierResponse) String ¶ added in v1.3.1
func (x *UpdateTierResponse) String() string