cover

package
v0.64.13 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_cover_asset_proto protoreflect.FileDescriptor
View Source
var File_api_cover_costgroup_proto protoreflect.FileDescriptor
View Source
var File_api_cover_user_proto protoreflect.FileDescriptor
View Source
var File_api_cover_view_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Account added in v0.64.9

type Account struct {
	AccountId string `protobuf:"bytes,1,opt,name=accountId,proto3" json:"accountId,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type      string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // account, subscription, project
	// contains filtered or unexported fields
}

func (*Account) Descriptor deprecated added in v0.64.9

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

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetAccountId added in v0.64.9

func (x *Account) GetAccountId() string

func (*Account) GetName added in v0.64.9

func (x *Account) GetName() string

func (*Account) GetType added in v0.64.9

func (x *Account) GetType() string

func (*Account) ProtoMessage added in v0.64.9

func (*Account) ProtoMessage()

func (*Account) ProtoReflect added in v0.64.9

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

func (*Account) Reset added in v0.64.9

func (x *Account) Reset()

func (*Account) String added in v0.64.9

func (x *Account) String() string

type Asset added in v0.64.7

type Asset struct {
	Key        string            `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Attributes map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Asset) Descriptor deprecated added in v0.64.7

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

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetAttributes added in v0.64.7

func (x *Asset) GetAttributes() map[string]string

func (*Asset) GetKey added in v0.64.7

func (x *Asset) GetKey() string

func (*Asset) ProtoMessage added in v0.64.7

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect added in v0.64.7

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

func (*Asset) Reset added in v0.64.7

func (x *Asset) Reset()

func (*Asset) String added in v0.64.7

func (x *Asset) String() string

type Combinations added in v0.63.2

type Combinations struct {

	// Optional. Valid only for the `aws` vendor. AWS-specific options.
	AwsOptions *CostGroupAwsOptions `protobuf:"bytes,1,opt,name=awsOptions,proto3" json:"awsOptions,omitempty"`
	// Optional. Valid only for the `azure` vendor. Azure-specific options.
	AzureOptions *CostGroupAzureOptions `protobuf:"bytes,2,opt,name=azureOptions,proto3" json:"azureOptions,omitempty"`
	// Optional. Valid only for the `gcp` vendor. GCP-specific options.
	GcpOptions *CostGroupGcpOptions `protobuf:"bytes,3,opt,name=gcpOptions,proto3" json:"gcpOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*Combinations) Descriptor deprecated added in v0.63.2

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

Deprecated: Use Combinations.ProtoReflect.Descriptor instead.

func (*Combinations) GetAwsOptions added in v0.64.10

func (x *Combinations) GetAwsOptions() *CostGroupAwsOptions

func (*Combinations) GetAzureOptions added in v0.64.10

func (x *Combinations) GetAzureOptions() *CostGroupAzureOptions

func (*Combinations) GetGcpOptions added in v0.64.10

func (x *Combinations) GetGcpOptions() *CostGroupGcpOptions

func (*Combinations) ProtoMessage added in v0.63.2

func (*Combinations) ProtoMessage()

func (*Combinations) ProtoReflect added in v0.63.2

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

func (*Combinations) Reset added in v0.63.2

func (x *Combinations) Reset()

func (*Combinations) String added in v0.63.2

func (x *Combinations) String() string

type CostGroupAwsOptions added in v0.64.10

type CostGroupAwsOptions struct {

	// Optional. A list of filtering options. Multiple filter items will use the logical 'or' operator, e.g. filter1 || filter2 || filter3, etc.
	Filters []*CostGroupOptionsFilters `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

AWS-specific options for CreateCostGroupRequest.

func (*CostGroupAwsOptions) Descriptor deprecated added in v0.64.10

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

Deprecated: Use CostGroupAwsOptions.ProtoReflect.Descriptor instead.

func (*CostGroupAwsOptions) GetFilters added in v0.64.10

func (x *CostGroupAwsOptions) GetFilters() []*CostGroupOptionsFilters

func (*CostGroupAwsOptions) ProtoMessage added in v0.64.10

func (*CostGroupAwsOptions) ProtoMessage()

func (*CostGroupAwsOptions) ProtoReflect added in v0.64.10

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

func (*CostGroupAwsOptions) Reset added in v0.64.10

func (x *CostGroupAwsOptions) Reset()

func (*CostGroupAwsOptions) String added in v0.64.10

func (x *CostGroupAwsOptions) String() string

type CostGroupAzureOptions added in v0.64.10

type CostGroupAzureOptions struct {

	// Optional. A list of filtering options. Multiple filter items will use the logical 'or' operator, e.g. filter1 || filter2 || filter3, etc.
	Filters []*CostGroupOptionsFilters `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Azure-specific options for CreateCostGroupRequest.

func (*CostGroupAzureOptions) Descriptor deprecated added in v0.64.10

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

Deprecated: Use CostGroupAzureOptions.ProtoReflect.Descriptor instead.

func (*CostGroupAzureOptions) GetFilters added in v0.64.10

func (*CostGroupAzureOptions) ProtoMessage added in v0.64.10

func (*CostGroupAzureOptions) ProtoMessage()

func (*CostGroupAzureOptions) ProtoReflect added in v0.64.10

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

func (*CostGroupAzureOptions) Reset added in v0.64.10

func (x *CostGroupAzureOptions) Reset()

func (*CostGroupAzureOptions) String added in v0.64.10

func (x *CostGroupAzureOptions) String() string

type CostGroupData added in v0.63.2

type CostGroupData struct {
	Id           string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description  string            `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Image        string            `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
	Icon         string            `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
	ColorTheme   string            `protobuf:"bytes,6,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"`
	CreatedAt    string            `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt    string            `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Members      []*MemberUserData `protobuf:"bytes,9,rep,name=members,proto3" json:"members,omitempty"`
	Combinations *Combinations     `protobuf:"bytes,10,opt,name=combinations,proto3" json:"combinations,omitempty"`
	CreatedBy    *MemberUserData   `protobuf:"bytes,11,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	// contains filtered or unexported fields
}

func (*CostGroupData) Descriptor deprecated added in v0.63.2

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

Deprecated: Use CostGroupData.ProtoReflect.Descriptor instead.

func (*CostGroupData) GetColorTheme added in v0.63.2

func (x *CostGroupData) GetColorTheme() string

func (*CostGroupData) GetCombinations added in v0.63.2

func (x *CostGroupData) GetCombinations() *Combinations

func (*CostGroupData) GetCreatedAt added in v0.63.2

func (x *CostGroupData) GetCreatedAt() string

func (*CostGroupData) GetCreatedBy added in v0.63.2

func (x *CostGroupData) GetCreatedBy() *MemberUserData

func (*CostGroupData) GetDescription added in v0.63.2

func (x *CostGroupData) GetDescription() string

func (*CostGroupData) GetIcon added in v0.63.2

func (x *CostGroupData) GetIcon() string

func (*CostGroupData) GetId added in v0.63.2

func (x *CostGroupData) GetId() string

func (*CostGroupData) GetImage added in v0.63.2

func (x *CostGroupData) GetImage() string

func (*CostGroupData) GetMembers added in v0.63.2

func (x *CostGroupData) GetMembers() []*MemberUserData

func (*CostGroupData) GetName added in v0.63.2

func (x *CostGroupData) GetName() string

func (*CostGroupData) GetUpdatedAt added in v0.63.2

func (x *CostGroupData) GetUpdatedAt() string

func (*CostGroupData) ProtoMessage added in v0.63.2

func (*CostGroupData) ProtoMessage()

func (*CostGroupData) ProtoReflect added in v0.63.2

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

func (*CostGroupData) Reset added in v0.63.2

func (x *CostGroupData) Reset()

func (*CostGroupData) String added in v0.63.2

func (x *CostGroupData) String() string

type CostGroupGcpOptions added in v0.64.10

type CostGroupGcpOptions struct {

	// Optional. A list of filtering options. Multiple filter items will use the logical 'or' operator, e.g. filter1 || filter2 || filter3, etc.
	Filters []*CostGroupOptionsFilters `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

GCP-specific options for CreateCostGroupRequest.

func (*CostGroupGcpOptions) Descriptor deprecated added in v0.64.10

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

Deprecated: Use CostGroupGcpOptions.ProtoReflect.Descriptor instead.

func (*CostGroupGcpOptions) GetFilters added in v0.64.10

func (x *CostGroupGcpOptions) GetFilters() []*CostGroupOptionsFilters

func (*CostGroupGcpOptions) ProtoMessage added in v0.64.10

func (*CostGroupGcpOptions) ProtoMessage()

func (*CostGroupGcpOptions) ProtoReflect added in v0.64.10

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

func (*CostGroupGcpOptions) Reset added in v0.64.10

func (x *CostGroupGcpOptions) Reset()

func (*CostGroupGcpOptions) String added in v0.64.10

func (x *CostGroupGcpOptions) String() string

type CostGroupOptionsFilters added in v0.64.10

type CostGroupOptionsFilters struct {
	AndFilters map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of "key:value" column filters. The key indicates the column name while the value is the filter value prefixed by either "eq:" (equal), "re:" (regular expressions based on https://github.com/google/re2), or "!re:" (reverse "re:"). No prefix is the same as "eq:". Multiple map items will use the logical 'and' operator, e.g. mapfilter1 && mapfilter2 && mapfilter3, etc.

For example, if you like to filter `productCode` to return only `AmazonEC2`, set to `{"productCode":"eq:AmazonEC2"}` or `{"productCode":"AmazonEC2"}`. You can also use a regular expression like `{"productCode":"re:AmazonEC2|AmazonRDS"}`, which means return all AmazonEC2 or AmazonRDS lineitems. Or reverse regexp, such as `{"productCode":"!re:^AmazonEC2$"}`, which means return all items except `AmazonEC2`.

func (*CostGroupOptionsFilters) Descriptor deprecated added in v0.64.10

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

Deprecated: Use CostGroupOptionsFilters.ProtoReflect.Descriptor instead.

func (*CostGroupOptionsFilters) GetAndFilters added in v0.64.10

func (x *CostGroupOptionsFilters) GetAndFilters() map[string]string

func (*CostGroupOptionsFilters) ProtoMessage added in v0.64.10

func (*CostGroupOptionsFilters) ProtoMessage()

func (*CostGroupOptionsFilters) ProtoReflect added in v0.64.10

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

func (*CostGroupOptionsFilters) Reset added in v0.64.10

func (x *CostGroupOptionsFilters) Reset()

func (*CostGroupOptionsFilters) String added in v0.64.10

func (x *CostGroupOptionsFilters) String() string

type Favorites added in v0.63.2

type Favorites struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsPrivate   bool   `protobuf:"varint,4,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"`
	Icon        string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
	CreatedAt   string `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   string `protobuf:"bytes,7,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Favorites) Descriptor deprecated added in v0.63.2

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

Deprecated: Use Favorites.ProtoReflect.Descriptor instead.

func (*Favorites) GetCreatedAt added in v0.63.7

func (x *Favorites) GetCreatedAt() string

func (*Favorites) GetDescription added in v0.63.2

func (x *Favorites) GetDescription() string

func (*Favorites) GetIcon added in v0.63.2

func (x *Favorites) GetIcon() string

func (*Favorites) GetId added in v0.63.2

func (x *Favorites) GetId() string

func (*Favorites) GetIsPrivate added in v0.63.2

func (x *Favorites) GetIsPrivate() bool

func (*Favorites) GetName added in v0.63.2

func (x *Favorites) GetName() string

func (*Favorites) GetUpdatedAt added in v0.63.7

func (x *Favorites) GetUpdatedAt() string

func (*Favorites) ProtoMessage added in v0.63.2

func (*Favorites) ProtoMessage()

func (*Favorites) ProtoReflect added in v0.63.2

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

func (*Favorites) Reset added in v0.63.2

func (x *Favorites) Reset()

func (*Favorites) String added in v0.63.2

func (x *Favorites) String() string

type LayoutOptions

type LayoutOptions struct {
	Title       string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutOptions) Descriptor deprecated

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

Deprecated: Use LayoutOptions.ProtoReflect.Descriptor instead.

func (*LayoutOptions) GetDescription

func (x *LayoutOptions) GetDescription() string

func (*LayoutOptions) GetTitle

func (x *LayoutOptions) GetTitle() string

func (*LayoutOptions) ProtoMessage

func (*LayoutOptions) ProtoMessage()

func (*LayoutOptions) ProtoReflect

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

func (*LayoutOptions) Reset

func (x *LayoutOptions) Reset()

func (*LayoutOptions) String

func (x *LayoutOptions) String() string

type LayoutRequests

type LayoutRequests struct {
	Id     string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Url    string         `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Params *RequestParams `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
	Hash   string         `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*LayoutRequests) Descriptor deprecated

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

Deprecated: Use LayoutRequests.ProtoReflect.Descriptor instead.

func (*LayoutRequests) GetHash

func (x *LayoutRequests) GetHash() string

func (*LayoutRequests) GetId

func (x *LayoutRequests) GetId() string

func (*LayoutRequests) GetName

func (x *LayoutRequests) GetName() string

func (*LayoutRequests) GetParams

func (x *LayoutRequests) GetParams() *RequestParams

func (*LayoutRequests) GetUrl

func (x *LayoutRequests) GetUrl() string

func (*LayoutRequests) ProtoMessage

func (*LayoutRequests) ProtoMessage()

func (*LayoutRequests) ProtoReflect

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

func (*LayoutRequests) Reset

func (x *LayoutRequests) Reset()

func (*LayoutRequests) String

func (x *LayoutRequests) String() string

type MemberCostGroup added in v0.63.5

type MemberCostGroup struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Image       string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
	Icon        string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
	ColorTheme  string `protobuf:"bytes,6,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"`
	CreatedAt   string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   string `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberCostGroup) Descriptor deprecated added in v0.63.5

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

Deprecated: Use MemberCostGroup.ProtoReflect.Descriptor instead.

func (*MemberCostGroup) GetColorTheme added in v0.63.5

func (x *MemberCostGroup) GetColorTheme() string

func (*MemberCostGroup) GetCreatedAt added in v0.63.5

func (x *MemberCostGroup) GetCreatedAt() string

func (*MemberCostGroup) GetDescription added in v0.63.5

func (x *MemberCostGroup) GetDescription() string

func (*MemberCostGroup) GetIcon added in v0.63.5

func (x *MemberCostGroup) GetIcon() string

func (*MemberCostGroup) GetId added in v0.63.5

func (x *MemberCostGroup) GetId() string

func (*MemberCostGroup) GetImage added in v0.63.5

func (x *MemberCostGroup) GetImage() string

func (*MemberCostGroup) GetName added in v0.63.5

func (x *MemberCostGroup) GetName() string

func (*MemberCostGroup) GetUpdatedAt added in v0.63.5

func (x *MemberCostGroup) GetUpdatedAt() string

func (*MemberCostGroup) ProtoMessage added in v0.63.5

func (*MemberCostGroup) ProtoMessage()

func (*MemberCostGroup) ProtoReflect added in v0.63.5

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

func (*MemberCostGroup) Reset added in v0.63.5

func (x *MemberCostGroup) Reset()

func (*MemberCostGroup) String added in v0.63.5

func (x *MemberCostGroup) String() string

type MemberUserData added in v0.63.3

type MemberUserData struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email      string             `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Avatar     string             `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Icon       string             `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
	ColorTheme string             `protobuf:"bytes,6,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"`
	Initial    string             `protobuf:"bytes,7,opt,name=initial,proto3" json:"initial,omitempty"`
	Activated  bool               `protobuf:"varint,8,opt,name=activated,proto3" json:"activated,omitempty"`
	IsAdmin    bool               `protobuf:"varint,9,opt,name=isAdmin,proto3" json:"isAdmin,omitempty"`
	Attributes []string           `protobuf:"bytes,10,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Locale     string             `protobuf:"bytes,11,opt,name=locale,proto3" json:"locale,omitempty"`
	Timezone   string             `protobuf:"bytes,12,opt,name=timezone,proto3" json:"timezone,omitempty"`
	Registered string             `protobuf:"bytes,13,opt,name=registered,proto3" json:"registered,omitempty"`
	SsoEnabled bool               `protobuf:"varint,14,opt,name=ssoEnabled,proto3" json:"ssoEnabled,omitempty"`
	MfaEnabled bool               `protobuf:"varint,15,opt,name=mfaEnabled,proto3" json:"mfaEnabled,omitempty"`
	AppTheme   string             `protobuf:"bytes,16,opt,name=appTheme,proto3" json:"appTheme,omitempty"`
	MainView   string             `protobuf:"bytes,17,opt,name=mainView,proto3" json:"mainView,omitempty"`
	CostGroups []*MemberCostGroup `protobuf:"bytes,18,rep,name=costGroups,proto3" json:"costGroups,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberUserData) Descriptor deprecated added in v0.63.3

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

Deprecated: Use MemberUserData.ProtoReflect.Descriptor instead.

func (*MemberUserData) GetActivated added in v0.63.3

func (x *MemberUserData) GetActivated() bool

func (*MemberUserData) GetAppTheme added in v0.63.3

func (x *MemberUserData) GetAppTheme() string

func (*MemberUserData) GetAttributes added in v0.63.3

func (x *MemberUserData) GetAttributes() []string

func (*MemberUserData) GetAvatar added in v0.63.3

func (x *MemberUserData) GetAvatar() string

func (*MemberUserData) GetColorTheme added in v0.63.3

func (x *MemberUserData) GetColorTheme() string

func (*MemberUserData) GetCostGroups added in v0.63.5

func (x *MemberUserData) GetCostGroups() []*MemberCostGroup

func (*MemberUserData) GetEmail added in v0.63.3

func (x *MemberUserData) GetEmail() string

func (*MemberUserData) GetIcon added in v0.63.3

func (x *MemberUserData) GetIcon() string

func (*MemberUserData) GetId added in v0.63.3

func (x *MemberUserData) GetId() string

func (*MemberUserData) GetInitial added in v0.63.3

func (x *MemberUserData) GetInitial() string

func (*MemberUserData) GetIsAdmin added in v0.63.3

func (x *MemberUserData) GetIsAdmin() bool

func (*MemberUserData) GetLocale added in v0.63.3

func (x *MemberUserData) GetLocale() string

func (*MemberUserData) GetMainView added in v0.63.3

func (x *MemberUserData) GetMainView() string

func (*MemberUserData) GetMfaEnabled added in v0.63.3

func (x *MemberUserData) GetMfaEnabled() bool

func (*MemberUserData) GetName added in v0.63.3

func (x *MemberUserData) GetName() string

func (*MemberUserData) GetRegistered added in v0.63.3

func (x *MemberUserData) GetRegistered() string

func (*MemberUserData) GetSsoEnabled added in v0.63.3

func (x *MemberUserData) GetSsoEnabled() bool

func (*MemberUserData) GetTimezone added in v0.63.3

func (x *MemberUserData) GetTimezone() string

func (*MemberUserData) ProtoMessage added in v0.63.3

func (*MemberUserData) ProtoMessage()

func (*MemberUserData) ProtoReflect added in v0.63.3

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

func (*MemberUserData) Reset added in v0.63.3

func (x *MemberUserData) Reset()

func (*MemberUserData) String added in v0.63.3

func (x *MemberUserData) String() string

type RequestParams added in v0.63.5

type RequestParams struct {
	Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestParams) Descriptor deprecated added in v0.63.5

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

Deprecated: Use RequestParams.ProtoReflect.Descriptor instead.

func (*RequestParams) GetEnd added in v0.63.5

func (x *RequestParams) GetEnd() string

func (*RequestParams) GetStart added in v0.63.5

func (x *RequestParams) GetStart() string

func (*RequestParams) ProtoMessage added in v0.63.5

func (*RequestParams) ProtoMessage()

func (*RequestParams) ProtoReflect added in v0.63.5

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

func (*RequestParams) Reset added in v0.63.5

func (x *RequestParams) Reset()

func (*RequestParams) String added in v0.63.5

func (x *RequestParams) String() string

type SideMenu

type SideMenu struct {
	Favorite           []string `protobuf:"bytes,1,rep,name=favorite,proto3" json:"favorite,omitempty"`
	IsOpenedAdmin      bool     `protobuf:"varint,2,opt,name=isOpenedAdmin,proto3" json:"isOpenedAdmin,omitempty"`
	IsOpenedFeatures   bool     `protobuf:"varint,3,opt,name=isOpenedFeatures,proto3" json:"isOpenedFeatures,omitempty"`
	IsOpenedCostGroups bool     `protobuf:"varint,4,opt,name=isOpenedCostGroups,proto3" json:"isOpenedCostGroups,omitempty"`
	// contains filtered or unexported fields
}

func (*SideMenu) Descriptor deprecated

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

Deprecated: Use SideMenu.ProtoReflect.Descriptor instead.

func (*SideMenu) GetFavorite

func (x *SideMenu) GetFavorite() []string

func (*SideMenu) GetIsOpenedAdmin

func (x *SideMenu) GetIsOpenedAdmin() bool

func (*SideMenu) GetIsOpenedCostGroups

func (x *SideMenu) GetIsOpenedCostGroups() bool

func (*SideMenu) GetIsOpenedFeatures

func (x *SideMenu) GetIsOpenedFeatures() bool

func (*SideMenu) ProtoMessage

func (*SideMenu) ProtoMessage()

func (*SideMenu) ProtoReflect

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

func (*SideMenu) Reset

func (x *SideMenu) Reset()

func (*SideMenu) String

func (x *SideMenu) String() string

type SideMenuState added in v0.63.7

type SideMenuState struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value bool   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SideMenuState) Descriptor deprecated added in v0.63.7

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

Deprecated: Use SideMenuState.ProtoReflect.Descriptor instead.

func (*SideMenuState) GetKey added in v0.63.7

func (x *SideMenuState) GetKey() string

func (*SideMenuState) GetValue added in v0.63.7

func (x *SideMenuState) GetValue() bool

func (*SideMenuState) ProtoMessage added in v0.63.7

func (*SideMenuState) ProtoMessage()

func (*SideMenuState) ProtoReflect added in v0.63.7

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

func (*SideMenuState) Reset added in v0.63.7

func (x *SideMenuState) Reset()

func (*SideMenuState) String added in v0.63.7

func (x *SideMenuState) String() string

type UserData

type UserData struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email      string             `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Avatar     string             `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Icon       string             `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"`
	ColorTheme string             `protobuf:"bytes,6,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"`
	Initial    string             `protobuf:"bytes,7,opt,name=initial,proto3" json:"initial,omitempty"`
	Activated  bool               `protobuf:"varint,8,opt,name=activated,proto3" json:"activated,omitempty"`
	IsAdmin    bool               `protobuf:"varint,9,opt,name=isAdmin,proto3" json:"isAdmin,omitempty"`
	Attributes []string           `protobuf:"bytes,10,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Locale     string             `protobuf:"bytes,11,opt,name=locale,proto3" json:"locale,omitempty"`
	Timezone   string             `protobuf:"bytes,12,opt,name=timezone,proto3" json:"timezone,omitempty"`
	Registered string             `protobuf:"bytes,13,opt,name=registered,proto3" json:"registered,omitempty"`
	SsoEnabled bool               `protobuf:"varint,14,opt,name=ssoEnabled,proto3" json:"ssoEnabled,omitempty"`
	MfaEnabled bool               `protobuf:"varint,15,opt,name=mfaEnabled,proto3" json:"mfaEnabled,omitempty"`
	AppTheme   string             `protobuf:"bytes,16,opt,name=appTheme,proto3" json:"appTheme,omitempty"`
	MainView   string             `protobuf:"bytes,17,opt,name=mainView,proto3" json:"mainView,omitempty"`
	CostGroups []*MemberCostGroup `protobuf:"bytes,18,rep,name=costGroups,proto3" json:"costGroups,omitempty"`
	CreatedBy  *MemberUserData    `protobuf:"bytes,19,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	// contains filtered or unexported fields
}

func (*UserData) Descriptor deprecated

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

Deprecated: Use UserData.ProtoReflect.Descriptor instead.

func (*UserData) GetActivated

func (x *UserData) GetActivated() bool

func (*UserData) GetAppTheme

func (x *UserData) GetAppTheme() string

func (*UserData) GetAttributes added in v0.63.3

func (x *UserData) GetAttributes() []string

func (*UserData) GetAvatar

func (x *UserData) GetAvatar() string

func (*UserData) GetColorTheme

func (x *UserData) GetColorTheme() string

func (*UserData) GetCostGroups added in v0.63.5

func (x *UserData) GetCostGroups() []*MemberCostGroup

func (*UserData) GetCreatedBy

func (x *UserData) GetCreatedBy() *MemberUserData

func (*UserData) GetEmail

func (x *UserData) GetEmail() string

func (*UserData) GetIcon

func (x *UserData) GetIcon() string

func (*UserData) GetId added in v0.63.2

func (x *UserData) GetId() string

func (*UserData) GetInitial

func (x *UserData) GetInitial() string

func (*UserData) GetIsAdmin

func (x *UserData) GetIsAdmin() bool

func (*UserData) GetLocale

func (x *UserData) GetLocale() string

func (*UserData) GetMainView

func (x *UserData) GetMainView() string

func (*UserData) GetMfaEnabled

func (x *UserData) GetMfaEnabled() bool

func (*UserData) GetName added in v0.63.2

func (x *UserData) GetName() string

func (*UserData) GetRegistered

func (x *UserData) GetRegistered() string

func (*UserData) GetSsoEnabled

func (x *UserData) GetSsoEnabled() bool

func (*UserData) GetTimezone

func (x *UserData) GetTimezone() string

func (*UserData) ProtoMessage

func (*UserData) ProtoMessage()

func (*UserData) ProtoReflect

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

func (*UserData) Reset

func (x *UserData) Reset()

func (*UserData) String

func (x *UserData) String() string

type ViewData

type ViewData struct {
	Id          string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string          `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsPrivate   bool            `protobuf:"varint,4,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"`
	IsEditable  bool            `protobuf:"varint,5,opt,name=isEditable,proto3" json:"isEditable,omitempty"`
	Icon        string          `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
	CreatedBy   *MemberUserData `protobuf:"bytes,7,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt   string          `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedBy   *MemberUserData `protobuf:"bytes,9,opt,name=updatedBy,proto3" json:"updatedBy,omitempty"`
	UpdatedAt   string          `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Layout      []*ViewLayout   `protobuf:"bytes,11,rep,name=layout,proto3" json:"layout,omitempty"`
	SideMenu    *SideMenu       `protobuf:"bytes,12,opt,name=sideMenu,proto3" json:"sideMenu,omitempty"`
	ReportType  string          `protobuf:"bytes,13,opt,name=reportType,proto3" json:"reportType,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewData) Descriptor deprecated

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

Deprecated: Use ViewData.ProtoReflect.Descriptor instead.

func (*ViewData) GetCreatedAt

func (x *ViewData) GetCreatedAt() string

func (*ViewData) GetCreatedBy

func (x *ViewData) GetCreatedBy() *MemberUserData

func (*ViewData) GetDescription

func (x *ViewData) GetDescription() string

func (*ViewData) GetIcon

func (x *ViewData) GetIcon() string

func (*ViewData) GetId

func (x *ViewData) GetId() string

func (*ViewData) GetIsEditable

func (x *ViewData) GetIsEditable() bool

func (*ViewData) GetIsPrivate

func (x *ViewData) GetIsPrivate() bool

func (*ViewData) GetLayout

func (x *ViewData) GetLayout() []*ViewLayout

func (*ViewData) GetName

func (x *ViewData) GetName() string

func (*ViewData) GetReportType

func (x *ViewData) GetReportType() string

func (*ViewData) GetSideMenu

func (x *ViewData) GetSideMenu() *SideMenu

func (*ViewData) GetUpdatedAt

func (x *ViewData) GetUpdatedAt() string

func (*ViewData) GetUpdatedBy

func (x *ViewData) GetUpdatedBy() *MemberUserData

func (*ViewData) ProtoMessage

func (*ViewData) ProtoMessage()

func (*ViewData) ProtoReflect

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

func (*ViewData) Reset

func (x *ViewData) Reset()

func (*ViewData) String

func (x *ViewData) String() string

type ViewLayout

type ViewLayout struct {
	I           string            `protobuf:"bytes,1,opt,name=i,proto3" json:"i,omitempty"`
	X           float64           `protobuf:"fixed64,2,opt,name=x,proto3" json:"x,omitempty"`
	Y           float64           `protobuf:"fixed64,3,opt,name=y,proto3" json:"y,omitempty"`
	ComponentId string            `protobuf:"bytes,4,opt,name=componentId,proto3" json:"componentId,omitempty"`
	Options     *LayoutOptions    `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"`
	Requests    []*LayoutRequests `protobuf:"bytes,6,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewLayout) Descriptor deprecated

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

Deprecated: Use ViewLayout.ProtoReflect.Descriptor instead.

func (*ViewLayout) GetComponentId

func (x *ViewLayout) GetComponentId() string

func (*ViewLayout) GetI

func (x *ViewLayout) GetI() string

func (*ViewLayout) GetOptions

func (x *ViewLayout) GetOptions() *LayoutOptions

func (*ViewLayout) GetRequests

func (x *ViewLayout) GetRequests() []*LayoutRequests

func (*ViewLayout) GetX

func (x *ViewLayout) GetX() float64

func (*ViewLayout) GetY

func (x *ViewLayout) GetY() float64

func (*ViewLayout) ProtoMessage

func (*ViewLayout) ProtoMessage()

func (*ViewLayout) ProtoReflect

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

func (*ViewLayout) Reset

func (x *ViewLayout) Reset()

func (*ViewLayout) String

func (x *ViewLayout) String() string

type ViewList

type ViewList struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsPrivate   bool   `protobuf:"varint,4,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"`
	IsEditable  bool   `protobuf:"varint,5,opt,name=isEditable,proto3" json:"isEditable,omitempty"`
	Icon        string `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
	CreatedAt   string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   string `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewList) Descriptor deprecated

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

Deprecated: Use ViewList.ProtoReflect.Descriptor instead.

func (*ViewList) GetCreatedAt added in v0.63.7

func (x *ViewList) GetCreatedAt() string

func (*ViewList) GetDescription

func (x *ViewList) GetDescription() string

func (*ViewList) GetIcon

func (x *ViewList) GetIcon() string

func (*ViewList) GetId

func (x *ViewList) GetId() string

func (*ViewList) GetIsEditable

func (x *ViewList) GetIsEditable() bool

func (*ViewList) GetIsPrivate

func (x *ViewList) GetIsPrivate() bool

func (*ViewList) GetName

func (x *ViewList) GetName() string

func (*ViewList) GetUpdatedAt added in v0.63.7

func (x *ViewList) GetUpdatedAt() string

func (*ViewList) ProtoMessage

func (*ViewList) ProtoMessage()

func (*ViewList) ProtoReflect

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

func (*ViewList) Reset

func (x *ViewList) Reset()

func (*ViewList) String

func (x *ViewList) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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