Documentation ¶
Overview ¶
Package cover is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterCoverHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCoverHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CoverClient) error
- func RegisterCoverHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCoverHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CoverServer) error
- func RegisterCoverServer(s grpc.ServiceRegistrar, srv CoverServer)
- type AccountAccess
- func (*AccountAccess) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAccess) GetAccountName() string
- func (x *AccountAccess) GetBucketName() string
- func (x *AccountAccess) GetExternalId() string
- func (x *AccountAccess) GetLastUpdated() string
- func (x *AccountAccess) GetPrefix() string
- func (x *AccountAccess) GetRegistrationStatus() string
- func (x *AccountAccess) GetReportName() string
- func (x *AccountAccess) GetRoleArn() string
- func (x *AccountAccess) GetStackId() string
- func (x *AccountAccess) GetStackRegion() string
- func (x *AccountAccess) GetStatus() string
- func (x *AccountAccess) GetTarget() string
- func (x *AccountAccess) GetTemplateUrl() string
- func (*AccountAccess) ProtoMessage()
- func (x *AccountAccess) ProtoReflect() protoreflect.Message
- func (x *AccountAccess) Reset()
- func (x *AccountAccess) String() string
- type AddFavoriteRequest
- func (*AddFavoriteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddFavoriteRequest) GetViewId() string
- func (*AddFavoriteRequest) ProtoMessage()
- func (x *AddFavoriteRequest) ProtoReflect() protoreflect.Message
- func (x *AddFavoriteRequest) Reset()
- func (x *AddFavoriteRequest) String() string
- type AddFavoriteResponse
- func (*AddFavoriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddFavoriteResponse) GetViewId() string
- func (*AddFavoriteResponse) ProtoMessage()
- func (x *AddFavoriteResponse) ProtoReflect() protoreflect.Message
- func (x *AddFavoriteResponse) Reset()
- func (x *AddFavoriteResponse) String() string
- type AddSideMenuFavoriteRequest
- func (*AddSideMenuFavoriteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddSideMenuFavoriteRequest) GetMenuItemId() string
- func (x *AddSideMenuFavoriteRequest) GetViewId() string
- func (*AddSideMenuFavoriteRequest) ProtoMessage()
- func (x *AddSideMenuFavoriteRequest) ProtoReflect() protoreflect.Message
- func (x *AddSideMenuFavoriteRequest) Reset()
- func (x *AddSideMenuFavoriteRequest) String() string
- type AddSideMenuFavoriteResponse
- func (*AddSideMenuFavoriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddSideMenuFavoriteResponse) GetViewId() string
- func (*AddSideMenuFavoriteResponse) ProtoMessage()
- func (x *AddSideMenuFavoriteResponse) ProtoReflect() protoreflect.Message
- func (x *AddSideMenuFavoriteResponse) Reset()
- func (x *AddSideMenuFavoriteResponse) String() string
- type AssignCostGroupMemberRequest
- func (*AssignCostGroupMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignCostGroupMemberRequest) GetCostGroupId() string
- func (x *AssignCostGroupMemberRequest) GetUserId() string
- func (*AssignCostGroupMemberRequest) ProtoMessage()
- func (x *AssignCostGroupMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AssignCostGroupMemberRequest) Reset()
- func (x *AssignCostGroupMemberRequest) String() string
- type AssignCostGroupMemberResponse
- func (*AssignCostGroupMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AssignCostGroupMemberResponse) GetCostGroupId() string
- func (x *AssignCostGroupMemberResponse) GetUserId() string
- func (*AssignCostGroupMemberResponse) ProtoMessage()
- func (x *AssignCostGroupMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AssignCostGroupMemberResponse) Reset()
- func (x *AssignCostGroupMemberResponse) String() string
- type ClientOptions
- type CoverClient
- type CoverServer
- type Cover_ListAccountAccessClient
- type Cover_ListAccountAccessServer
- type Cover_ListAssetsClient
- type Cover_ListAssetsServer
- type CreateAccountAccessRequest
- func (*CreateAccountAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountAccessRequest) GetTarget() string
- func (*CreateAccountAccessRequest) ProtoMessage()
- func (x *CreateAccountAccessRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAccountAccessRequest) Reset()
- func (x *CreateAccountAccessRequest) String() string
- type CreateCostGroupRequest
- func (*CreateCostGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCostGroupRequest) GetColorTheme() string
- func (x *CreateCostGroupRequest) GetCombinations() *cover.Combinations
- func (x *CreateCostGroupRequest) GetDescription() string
- func (x *CreateCostGroupRequest) GetIcon() string
- func (x *CreateCostGroupRequest) GetImage() string
- func (x *CreateCostGroupRequest) GetName() string
- func (*CreateCostGroupRequest) ProtoMessage()
- func (x *CreateCostGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCostGroupRequest) Reset()
- func (x *CreateCostGroupRequest) String() string
- type CreateCostGroupResponse
- func (*CreateCostGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCostGroupResponse) GetCostGroupData() *cover.CostGroupData
- func (*CreateCostGroupResponse) ProtoMessage()
- func (x *CreateCostGroupResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCostGroupResponse) Reset()
- func (x *CreateCostGroupResponse) String() string
- type CreateMemberRequest
- func (*CreateMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMemberRequest) GetEmail() string
- func (x *CreateMemberRequest) GetName() string
- func (x *CreateMemberRequest) GetPassword() string
- func (*CreateMemberRequest) ProtoMessage()
- func (x *CreateMemberRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMemberRequest) Reset()
- func (x *CreateMemberRequest) String() string
- type CreateMemberResponse
- func (*CreateMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMemberResponse) GetUserData() *cover.UserData
- func (*CreateMemberResponse) ProtoMessage()
- func (x *CreateMemberResponse) ProtoReflect() protoreflect.Message
- func (x *CreateMemberResponse) Reset()
- func (x *CreateMemberResponse) String() string
- type CreateViewRequest
- func (*CreateViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewRequest) GetDescription() string
- func (x *CreateViewRequest) GetIcon() string
- func (x *CreateViewRequest) GetIsEditable() bool
- func (x *CreateViewRequest) GetIsPrivate() bool
- func (x *CreateViewRequest) GetName() string
- func (x *CreateViewRequest) GetReportType() string
- func (*CreateViewRequest) ProtoMessage()
- func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateViewRequest) Reset()
- func (x *CreateViewRequest) String() string
- type CreateViewResponse
- func (*CreateViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewResponse) GetViewData() *cover.ViewData
- func (*CreateViewResponse) ProtoMessage()
- func (x *CreateViewResponse) ProtoReflect() protoreflect.Message
- func (x *CreateViewResponse) Reset()
- func (x *CreateViewResponse) String() string
- type DeleteAccountAccessRequest
- func (*DeleteAccountAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountAccessRequest) GetTarget() string
- func (*DeleteAccountAccessRequest) ProtoMessage()
- func (x *DeleteAccountAccessRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountAccessRequest) Reset()
- func (x *DeleteAccountAccessRequest) String() string
- type DeleteCostGroupRequest
- func (*DeleteCostGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCostGroupRequest) GetCostGroupId() string
- func (*DeleteCostGroupRequest) ProtoMessage()
- func (x *DeleteCostGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCostGroupRequest) Reset()
- func (x *DeleteCostGroupRequest) String() string
- type DeleteCostGroupResponse
- func (*DeleteCostGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCostGroupResponse) GetCostGroupId() string
- func (*DeleteCostGroupResponse) ProtoMessage()
- func (x *DeleteCostGroupResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteCostGroupResponse) Reset()
- func (x *DeleteCostGroupResponse) String() string
- type DeleteMemberRequest
- func (*DeleteMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMemberRequest) GetUserId() string
- func (*DeleteMemberRequest) ProtoMessage()
- func (x *DeleteMemberRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMemberRequest) Reset()
- func (x *DeleteMemberRequest) String() string
- type DeleteMemberResponse
- func (*DeleteMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMemberResponse) GetUserId() string
- func (*DeleteMemberResponse) ProtoMessage()
- func (x *DeleteMemberResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteMemberResponse) Reset()
- func (x *DeleteMemberResponse) String() string
- type DeleteViewRequest
- type DeleteViewResponse
- func (*DeleteViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteViewResponse) GetViewId() string
- func (*DeleteViewResponse) ProtoMessage()
- func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteViewResponse) Reset()
- func (x *DeleteViewResponse) String() string
- type DiscoverResourcesAwsOptions
- func (*DiscoverResourcesAwsOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverResourcesAwsOptions) GetAccounts() string
- func (x *DiscoverResourcesAwsOptions) GetServices() string
- func (*DiscoverResourcesAwsOptions) ProtoMessage()
- func (x *DiscoverResourcesAwsOptions) ProtoReflect() protoreflect.Message
- func (x *DiscoverResourcesAwsOptions) Reset()
- func (x *DiscoverResourcesAwsOptions) String() string
- type DiscoverResourcesRequest
- func (*DiscoverResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DiscoverResourcesRequest) GetAwsOptions() *DiscoverResourcesAwsOptions
- func (x *DiscoverResourcesRequest) GetVendor() string
- func (*DiscoverResourcesRequest) ProtoMessage()
- func (x *DiscoverResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *DiscoverResourcesRequest) Reset()
- func (x *DiscoverResourcesRequest) String() string
- type GetAccountAccessRequest
- func (*GetAccountAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountAccessRequest) GetTarget() string
- func (*GetAccountAccessRequest) ProtoMessage()
- func (x *GetAccountAccessRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountAccessRequest) Reset()
- func (x *GetAccountAccessRequest) String() string
- type GetAccountAccessTemplateUrlRequest
- func (*GetAccountAccessTemplateUrlRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountAccessTemplateUrlRequest) GetType() string
- func (*GetAccountAccessTemplateUrlRequest) ProtoMessage()
- func (x *GetAccountAccessTemplateUrlRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountAccessTemplateUrlRequest) Reset()
- func (x *GetAccountAccessTemplateUrlRequest) String() string
- type GetAccountAccessTemplateUrlResponse
- func (*GetAccountAccessTemplateUrlResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountAccessTemplateUrlResponse) GetExternalId() string
- func (x *GetAccountAccessTemplateUrlResponse) GetLaunchUrl() string
- func (x *GetAccountAccessTemplateUrlResponse) GetPrincipal() string
- func (x *GetAccountAccessTemplateUrlResponse) GetStackName() string
- func (x *GetAccountAccessTemplateUrlResponse) GetTemplateUrl() string
- func (*GetAccountAccessTemplateUrlResponse) ProtoMessage()
- func (x *GetAccountAccessTemplateUrlResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountAccessTemplateUrlResponse) Reset()
- func (x *GetAccountAccessTemplateUrlResponse) String() string
- type GetAccountTypeRequest
- func (*GetAccountTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountTypeRequest) GetTarget() string
- func (*GetAccountTypeRequest) ProtoMessage()
- func (x *GetAccountTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountTypeRequest) Reset()
- func (x *GetAccountTypeRequest) String() string
- type GetAccountTypeResponse
- func (*GetAccountTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountTypeResponse) GetAccountType() string
- func (x *GetAccountTypeResponse) GetExternalId() string
- func (x *GetAccountTypeResponse) GetLaunchUrl() string
- func (x *GetAccountTypeResponse) GetPrincipal() string
- func (x *GetAccountTypeResponse) GetStackName() string
- func (x *GetAccountTypeResponse) GetTemplateUrl() string
- func (*GetAccountTypeResponse) ProtoMessage()
- func (x *GetAccountTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountTypeResponse) Reset()
- func (x *GetAccountTypeResponse) String() string
- type GetCostGroupDetailsRequest
- func (*GetCostGroupDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCostGroupDetailsRequest) GetCostGroupId() string
- func (*GetCostGroupDetailsRequest) ProtoMessage()
- func (x *GetCostGroupDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCostGroupDetailsRequest) Reset()
- func (x *GetCostGroupDetailsRequest) String() string
- type GetCostGroupDetailsResponse
- func (*GetCostGroupDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCostGroupDetailsResponse) GetCostGroupData() *cover.CostGroupData
- func (*GetCostGroupDetailsResponse) ProtoMessage()
- func (x *GetCostGroupDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCostGroupDetailsResponse) Reset()
- func (x *GetCostGroupDetailsResponse) String() string
- type GetCostGroupsRequest
- type GetCostGroupsResponse
- func (*GetCostGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCostGroupsResponse) GetCostGroupData() []*cover.CostGroupData
- func (*GetCostGroupsResponse) ProtoMessage()
- func (x *GetCostGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCostGroupsResponse) Reset()
- func (x *GetCostGroupsResponse) String() string
- type GetCurrentViewRequest
- func (*GetCurrentViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentViewRequest) GetViewId() string
- func (*GetCurrentViewRequest) ProtoMessage()
- func (x *GetCurrentViewRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentViewRequest) Reset()
- func (x *GetCurrentViewRequest) String() string
- type GetCurrentViewResponse
- func (*GetCurrentViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentViewResponse) GetViewData() *cover.ViewData
- func (*GetCurrentViewResponse) ProtoMessage()
- func (x *GetCurrentViewResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentViewResponse) Reset()
- func (x *GetCurrentViewResponse) String() string
- type GetFavoriteViewsRequest
- type GetFavoriteViewsResponse
- func (*GetFavoriteViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFavoriteViewsResponse) GetFavorites() []*cover.Favorites
- func (*GetFavoriteViewsResponse) ProtoMessage()
- func (x *GetFavoriteViewsResponse) ProtoReflect() protoreflect.Message
- func (x *GetFavoriteViewsResponse) Reset()
- func (x *GetFavoriteViewsResponse) String() string
- type GetMemberCostGroupRequest
- func (*GetMemberCostGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberCostGroupRequest) GetUserId() string
- func (*GetMemberCostGroupRequest) ProtoMessage()
- func (x *GetMemberCostGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetMemberCostGroupRequest) Reset()
- func (x *GetMemberCostGroupRequest) String() string
- type GetMemberCostGroupResponse
- func (*GetMemberCostGroupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberCostGroupResponse) GetCostGroups() []*cover.MemberCostGroup
- func (*GetMemberCostGroupResponse) ProtoMessage()
- func (x *GetMemberCostGroupResponse) ProtoReflect() protoreflect.Message
- func (x *GetMemberCostGroupResponse) Reset()
- func (x *GetMemberCostGroupResponse) String() string
- type GetMemberDetailsRequest
- func (*GetMemberDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberDetailsRequest) GetUserId() string
- func (*GetMemberDetailsRequest) ProtoMessage()
- func (x *GetMemberDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMemberDetailsRequest) Reset()
- func (x *GetMemberDetailsRequest) String() string
- type GetMemberDetailsResponse
- func (*GetMemberDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMemberDetailsResponse) GetUserData() *cover.UserData
- func (*GetMemberDetailsResponse) ProtoMessage()
- func (x *GetMemberDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMemberDetailsResponse) Reset()
- func (x *GetMemberDetailsResponse) String() string
- type GetMembersRequest
- type GetMembersResponse
- func (*GetMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMembersResponse) GetUserData() []*cover.UserData
- func (*GetMembersResponse) ProtoMessage()
- func (x *GetMembersResponse) ProtoReflect() protoreflect.Message
- func (x *GetMembersResponse) Reset()
- func (x *GetMembersResponse) String() string
- type GetUserDetailsRequest
- type GetUserDetailsResponse
- func (*GetUserDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserDetailsResponse) GetUserData() *cover.UserData
- func (*GetUserDetailsResponse) ProtoMessage()
- func (x *GetUserDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserDetailsResponse) Reset()
- func (x *GetUserDetailsResponse) String() string
- type GetViewsRequest
- type GetViewsResponse
- func (*GetViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetViewsResponse) GetViewList() []*cover.ViewList
- func (*GetViewsResponse) ProtoMessage()
- func (x *GetViewsResponse) ProtoReflect() protoreflect.Message
- func (x *GetViewsResponse) Reset()
- func (x *GetViewsResponse) String() string
- type GrpcClient
- type InviteMemberRequest
- func (*InviteMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InviteMemberRequest) GetEmail() string
- func (*InviteMemberRequest) ProtoMessage()
- func (x *InviteMemberRequest) ProtoReflect() protoreflect.Message
- func (x *InviteMemberRequest) Reset()
- func (x *InviteMemberRequest) String() string
- type InviteMemberResponse
- func (*InviteMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InviteMemberResponse) GetEmail() string
- func (*InviteMemberResponse) ProtoMessage()
- func (x *InviteMemberResponse) ProtoReflect() protoreflect.Message
- func (x *InviteMemberResponse) Reset()
- func (x *InviteMemberResponse) String() string
- type ListAccountAccessRequest
- type ListAssetsAwsFilterOptions
- func (*ListAssetsAwsFilterOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsAwsFilterOptions) GetAccounts() string
- func (x *ListAssetsAwsFilterOptions) GetService() string
- func (*ListAssetsAwsFilterOptions) ProtoMessage()
- func (x *ListAssetsAwsFilterOptions) ProtoReflect() protoreflect.Message
- func (x *ListAssetsAwsFilterOptions) Reset()
- func (x *ListAssetsAwsFilterOptions) String() string
- type ListAssetsRequest
- func (*ListAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsRequest) GetAwsOptions() *ListAssetsAwsFilterOptions
- func (x *ListAssetsRequest) GetVendor() string
- func (*ListAssetsRequest) ProtoMessage()
- func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAssetsRequest) Reset()
- func (x *ListAssetsRequest) String() string
- type ListDiscoveryRequestsRequest
- func (*ListDiscoveryRequestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDiscoveryRequestsRequest) GetVendor() string
- func (*ListDiscoveryRequestsRequest) ProtoMessage()
- func (x *ListDiscoveryRequestsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDiscoveryRequestsRequest) Reset()
- func (x *ListDiscoveryRequestsRequest) String() string
- type ListDiscoveryRequestsResponse
- func (*ListDiscoveryRequestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDiscoveryRequestsResponse) GetRequests() []*api.Operation
- func (*ListDiscoveryRequestsResponse) ProtoMessage()
- func (x *ListDiscoveryRequestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDiscoveryRequestsResponse) Reset()
- func (x *ListDiscoveryRequestsResponse) String() string
- type PublishViewRequest
- func (*PublishViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PublishViewRequest) GetViewId() string
- func (*PublishViewRequest) ProtoMessage()
- func (x *PublishViewRequest) ProtoReflect() protoreflect.Message
- func (x *PublishViewRequest) Reset()
- func (x *PublishViewRequest) String() string
- type PublishViewResponse
- func (*PublishViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PublishViewResponse) GetUrl() string
- func (*PublishViewResponse) ProtoMessage()
- func (x *PublishViewResponse) ProtoReflect() protoreflect.Message
- func (x *PublishViewResponse) Reset()
- func (x *PublishViewResponse) String() string
- type RegisterAccountRequest
- func (*RegisterAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterAccountRequest) GetAccountId() string
- func (x *RegisterAccountRequest) GetAccountName() string
- func (x *RegisterAccountRequest) GetVendor() string
- func (*RegisterAccountRequest) ProtoMessage()
- func (x *RegisterAccountRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterAccountRequest) Reset()
- func (x *RegisterAccountRequest) String() string
- type RemoveCostGroupMemberRequest
- func (*RemoveCostGroupMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCostGroupMemberRequest) GetCostGroupId() string
- func (x *RemoveCostGroupMemberRequest) GetUserId() string
- func (*RemoveCostGroupMemberRequest) ProtoMessage()
- func (x *RemoveCostGroupMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveCostGroupMemberRequest) Reset()
- func (x *RemoveCostGroupMemberRequest) String() string
- type RemoveCostGroupMemberResponse
- func (*RemoveCostGroupMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCostGroupMemberResponse) GetCostGroupId() string
- func (x *RemoveCostGroupMemberResponse) GetUserId() string
- func (*RemoveCostGroupMemberResponse) ProtoMessage()
- func (x *RemoveCostGroupMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveCostGroupMemberResponse) Reset()
- func (x *RemoveCostGroupMemberResponse) String() string
- type RemoveFavoriteRequest
- func (*RemoveFavoriteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFavoriteRequest) GetViewId() string
- func (*RemoveFavoriteRequest) ProtoMessage()
- func (x *RemoveFavoriteRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveFavoriteRequest) Reset()
- func (x *RemoveFavoriteRequest) String() string
- type RemoveFavoriteResponse
- func (*RemoveFavoriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFavoriteResponse) GetViewId() string
- func (*RemoveFavoriteResponse) ProtoMessage()
- func (x *RemoveFavoriteResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveFavoriteResponse) Reset()
- func (x *RemoveFavoriteResponse) String() string
- type RemoveSideMenuFavoriteRequest
- func (*RemoveSideMenuFavoriteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSideMenuFavoriteRequest) GetMenuItemId() string
- func (x *RemoveSideMenuFavoriteRequest) GetViewId() string
- func (*RemoveSideMenuFavoriteRequest) ProtoMessage()
- func (x *RemoveSideMenuFavoriteRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveSideMenuFavoriteRequest) Reset()
- func (x *RemoveSideMenuFavoriteRequest) String() string
- type RemoveSideMenuFavoriteResponse
- func (*RemoveSideMenuFavoriteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSideMenuFavoriteResponse) GetViewId() string
- func (*RemoveSideMenuFavoriteResponse) ProtoMessage()
- func (x *RemoveSideMenuFavoriteResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveSideMenuFavoriteResponse) Reset()
- func (x *RemoveSideMenuFavoriteResponse) String() string
- type ResetPasswordRequest
- func (*ResetPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordRequest) GetUserId() string
- func (*ResetPasswordRequest) ProtoMessage()
- func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordRequest) Reset()
- func (x *ResetPasswordRequest) String() string
- type ResetPasswordResponse
- func (*ResetPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetPasswordResponse) GetUserId() string
- func (*ResetPasswordResponse) ProtoMessage()
- func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *ResetPasswordResponse) Reset()
- func (x *ResetPasswordResponse) String() string
- type ResetUserPasswordRequest
- func (*ResetUserPasswordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetUserPasswordRequest) GetNewPassword() string
- func (x *ResetUserPasswordRequest) GetPreviousPassword() string
- func (*ResetUserPasswordRequest) ProtoMessage()
- func (x *ResetUserPasswordRequest) ProtoReflect() protoreflect.Message
- func (x *ResetUserPasswordRequest) Reset()
- func (x *ResetUserPasswordRequest) String() string
- type ResetUserPasswordResponse
- func (*ResetUserPasswordResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetUserPasswordResponse) GetUserId() string
- func (*ResetUserPasswordResponse) ProtoMessage()
- func (x *ResetUserPasswordResponse) ProtoReflect() protoreflect.Message
- func (x *ResetUserPasswordResponse) Reset()
- func (x *ResetUserPasswordResponse) String() string
- type ResolveCostGroupCombinationsRequest
- func (*ResolveCostGroupCombinationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResolveCostGroupCombinationsRequest) GetCostGroupId() string
- func (*ResolveCostGroupCombinationsRequest) ProtoMessage()
- func (x *ResolveCostGroupCombinationsRequest) ProtoReflect() protoreflect.Message
- func (x *ResolveCostGroupCombinationsRequest) Reset()
- func (x *ResolveCostGroupCombinationsRequest) String() string
- type ResolveCostGroupCombinationsResponse
- func (*ResolveCostGroupCombinationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResolveCostGroupCombinationsResponse) GetAccounts() []*cover.Account
- func (x *ResolveCostGroupCombinationsResponse) GetCostgroupId() string
- func (*ResolveCostGroupCombinationsResponse) ProtoMessage()
- func (x *ResolveCostGroupCombinationsResponse) ProtoReflect() protoreflect.Message
- func (x *ResolveCostGroupCombinationsResponse) Reset()
- func (x *ResolveCostGroupCombinationsResponse) String() string
- type UnimplementedCoverServer
- func (UnimplementedCoverServer) AddFavorite(context.Context, *AddFavoriteRequest) (*AddFavoriteResponse, error)
- func (UnimplementedCoverServer) AddSideMenuFavorite(context.Context, *AddSideMenuFavoriteRequest) (*AddSideMenuFavoriteResponse, error)
- func (UnimplementedCoverServer) AssignCostGroupMember(context.Context, *AssignCostGroupMemberRequest) (*AssignCostGroupMemberResponse, error)
- func (UnimplementedCoverServer) CreateAccountAccess(context.Context, *CreateAccountAccessRequest) (*AccountAccess, error)
- func (UnimplementedCoverServer) CreateCostGroup(context.Context, *CreateCostGroupRequest) (*CreateCostGroupResponse, error)
- func (UnimplementedCoverServer) CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error)
- func (UnimplementedCoverServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
- func (UnimplementedCoverServer) DeleteAccountAccess(context.Context, *DeleteAccountAccessRequest) (*emptypb.Empty, error)
- func (UnimplementedCoverServer) DeleteCostGroup(context.Context, *DeleteCostGroupRequest) (*DeleteCostGroupResponse, error)
- func (UnimplementedCoverServer) DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error)
- func (UnimplementedCoverServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
- func (UnimplementedCoverServer) DiscoverResources(context.Context, *DiscoverResourcesRequest) (*emptypb.Empty, error)
- func (UnimplementedCoverServer) GetAccountAccess(context.Context, *GetAccountAccessRequest) (*AccountAccess, error)
- func (UnimplementedCoverServer) GetAccountAccessTemplateUrl(context.Context, *GetAccountAccessTemplateUrlRequest) (*GetAccountAccessTemplateUrlResponse, error)
- func (UnimplementedCoverServer) GetAccountType(context.Context, *GetAccountTypeRequest) (*GetAccountTypeResponse, error)
- func (UnimplementedCoverServer) GetCostGroupDetails(context.Context, *GetCostGroupDetailsRequest) (*GetCostGroupDetailsResponse, error)
- func (UnimplementedCoverServer) GetCostGroups(context.Context, *GetCostGroupsRequest) (*GetCostGroupsResponse, error)
- func (UnimplementedCoverServer) GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error)
- func (UnimplementedCoverServer) GetFavoriteViews(context.Context, *GetFavoriteViewsRequest) (*GetFavoriteViewsResponse, error)
- func (UnimplementedCoverServer) GetMemberCostGroup(context.Context, *GetMemberCostGroupRequest) (*GetMemberCostGroupResponse, error)
- func (UnimplementedCoverServer) GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error)
- func (UnimplementedCoverServer) GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error)
- func (UnimplementedCoverServer) GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error)
- func (UnimplementedCoverServer) GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
- func (UnimplementedCoverServer) InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error)
- func (UnimplementedCoverServer) ListAccountAccess(*ListAccountAccessRequest, Cover_ListAccountAccessServer) error
- func (UnimplementedCoverServer) ListAssets(*ListAssetsRequest, Cover_ListAssetsServer) error
- func (UnimplementedCoverServer) ListDiscoveryRequests(context.Context, *ListDiscoveryRequestsRequest) (*ListDiscoveryRequestsResponse, error)
- func (UnimplementedCoverServer) PublishView(context.Context, *PublishViewRequest) (*PublishViewResponse, error)
- func (UnimplementedCoverServer) RegisterAccount(context.Context, *RegisterAccountRequest) (*emptypb.Empty, error)
- func (UnimplementedCoverServer) RemoveCostGroupMember(context.Context, *RemoveCostGroupMemberRequest) (*RemoveCostGroupMemberResponse, error)
- func (UnimplementedCoverServer) RemoveFavorite(context.Context, *RemoveFavoriteRequest) (*RemoveFavoriteResponse, error)
- func (UnimplementedCoverServer) RemoveSideMenuFavorite(context.Context, *RemoveSideMenuFavoriteRequest) (*RemoveSideMenuFavoriteResponse, error)
- func (UnimplementedCoverServer) ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error)
- func (UnimplementedCoverServer) ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error)
- func (UnimplementedCoverServer) ResolveCostGroupCombinations(context.Context, *ResolveCostGroupCombinationsRequest) (*ResolveCostGroupCombinationsResponse, error)
- func (UnimplementedCoverServer) UpdateAccountAccess(context.Context, *UpdateAccountAccessRequest) (*api.Operation, error)
- func (UnimplementedCoverServer) UpdateCostGroupColorTheme(context.Context, *UpdateCostGroupColorThemeRequest) (*UpdateCostGroupColorThemeResponse, error)
- func (UnimplementedCoverServer) UpdateCostGroupCombinations(context.Context, *UpdateCostGroupCombinationsRequest) (*UpdateCostGroupCombinationsResponse, error)
- func (UnimplementedCoverServer) UpdateCostGroupDescription(context.Context, *UpdateCostGroupDescriptionRequest) (*UpdateCostGroupDescriptionResponse, error)
- func (UnimplementedCoverServer) UpdateCostGroupIcon(context.Context, *UpdateCostGroupIconRequest) (*UpdateCostGroupIconResponse, error)
- func (UnimplementedCoverServer) UpdateCostGroupImage(context.Context, *UpdateCostGroupImageRequest) (*UpdateCostGroupImageResponse, error)
- func (UnimplementedCoverServer) UpdateCostGroupName(context.Context, *UpdateCostGroupNameRequest) (*UpdateCostGroupNameResponse, error)
- func (UnimplementedCoverServer) UpdateSideMenuState(context.Context, *UpdateSideMenuStateRequest) (*UpdateSideMenuStateResponse, error)
- func (UnimplementedCoverServer) UpdateUserAppTheme(context.Context, *UpdateUserAppThemeRequest) (*UpdateUserAppThemeResponse, error)
- func (UnimplementedCoverServer) UpdateUserAttributes(context.Context, *UpdateUserAttributesRequest) (*UpdateUserAttributesResponse, error)
- func (UnimplementedCoverServer) UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error)
- func (UnimplementedCoverServer) UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error)
- func (UnimplementedCoverServer) UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error)
- func (UnimplementedCoverServer) UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error)
- func (UnimplementedCoverServer) UpdateUserLocale(context.Context, *UpdateUserLocaleRequest) (*UpdateUserLocaleResponse, error)
- func (UnimplementedCoverServer) UpdateUserMainView(context.Context, *UpdateUserMainViewRequest) (*UpdateUserMainViewResponse, error)
- func (UnimplementedCoverServer) UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error)
- func (UnimplementedCoverServer) UpdateUserTimezone(context.Context, *UpdateUserTimezoneRequest) (*UpdateUserTimezoneResponse, error)
- func (UnimplementedCoverServer) UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
- type UnsafeCoverServer
- type UpdateAccountAccessRequest
- func (*UpdateAccountAccessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAccountAccessRequest) GetTarget() string
- func (*UpdateAccountAccessRequest) ProtoMessage()
- func (x *UpdateAccountAccessRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAccountAccessRequest) Reset()
- func (x *UpdateAccountAccessRequest) String() string
- type UpdateCostGroupColorThemeRequest
- func (*UpdateCostGroupColorThemeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupColorThemeRequest) GetColorTheme() string
- func (x *UpdateCostGroupColorThemeRequest) GetCostGroupId() string
- func (*UpdateCostGroupColorThemeRequest) ProtoMessage()
- func (x *UpdateCostGroupColorThemeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupColorThemeRequest) Reset()
- func (x *UpdateCostGroupColorThemeRequest) String() string
- type UpdateCostGroupColorThemeResponse
- func (*UpdateCostGroupColorThemeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupColorThemeResponse) GetColorTheme() string
- func (*UpdateCostGroupColorThemeResponse) ProtoMessage()
- func (x *UpdateCostGroupColorThemeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupColorThemeResponse) Reset()
- func (x *UpdateCostGroupColorThemeResponse) String() string
- type UpdateCostGroupCombinationsRequest
- func (*UpdateCostGroupCombinationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupCombinationsRequest) GetCombinations() *cover.Combinations
- func (x *UpdateCostGroupCombinationsRequest) GetCostGroupId() string
- func (*UpdateCostGroupCombinationsRequest) ProtoMessage()
- func (x *UpdateCostGroupCombinationsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupCombinationsRequest) Reset()
- func (x *UpdateCostGroupCombinationsRequest) String() string
- type UpdateCostGroupCombinationsResponse
- func (*UpdateCostGroupCombinationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupCombinationsResponse) GetCombinations() *cover.Combinations
- func (*UpdateCostGroupCombinationsResponse) ProtoMessage()
- func (x *UpdateCostGroupCombinationsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupCombinationsResponse) Reset()
- func (x *UpdateCostGroupCombinationsResponse) String() string
- type UpdateCostGroupDescriptionRequest
- func (*UpdateCostGroupDescriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupDescriptionRequest) GetCostGroupId() string
- func (x *UpdateCostGroupDescriptionRequest) GetDescription() string
- func (*UpdateCostGroupDescriptionRequest) ProtoMessage()
- func (x *UpdateCostGroupDescriptionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupDescriptionRequest) Reset()
- func (x *UpdateCostGroupDescriptionRequest) String() string
- type UpdateCostGroupDescriptionResponse
- func (*UpdateCostGroupDescriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupDescriptionResponse) GetDescription() string
- func (*UpdateCostGroupDescriptionResponse) ProtoMessage()
- func (x *UpdateCostGroupDescriptionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupDescriptionResponse) Reset()
- func (x *UpdateCostGroupDescriptionResponse) String() string
- type UpdateCostGroupIconRequest
- func (*UpdateCostGroupIconRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupIconRequest) GetCostGroupId() string
- func (x *UpdateCostGroupIconRequest) GetIcon() string
- func (*UpdateCostGroupIconRequest) ProtoMessage()
- func (x *UpdateCostGroupIconRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupIconRequest) Reset()
- func (x *UpdateCostGroupIconRequest) String() string
- type UpdateCostGroupIconResponse
- func (*UpdateCostGroupIconResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupIconResponse) GetIcon() string
- func (*UpdateCostGroupIconResponse) ProtoMessage()
- func (x *UpdateCostGroupIconResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupIconResponse) Reset()
- func (x *UpdateCostGroupIconResponse) String() string
- type UpdateCostGroupImageRequest
- func (*UpdateCostGroupImageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupImageRequest) GetCostGroupId() string
- func (x *UpdateCostGroupImageRequest) GetImage() string
- func (*UpdateCostGroupImageRequest) ProtoMessage()
- func (x *UpdateCostGroupImageRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupImageRequest) Reset()
- func (x *UpdateCostGroupImageRequest) String() string
- type UpdateCostGroupImageResponse
- func (*UpdateCostGroupImageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupImageResponse) GetImage() string
- func (*UpdateCostGroupImageResponse) ProtoMessage()
- func (x *UpdateCostGroupImageResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupImageResponse) Reset()
- func (x *UpdateCostGroupImageResponse) String() string
- type UpdateCostGroupNameRequest
- func (*UpdateCostGroupNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupNameRequest) GetCostGroupId() string
- func (x *UpdateCostGroupNameRequest) GetName() string
- func (*UpdateCostGroupNameRequest) ProtoMessage()
- func (x *UpdateCostGroupNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupNameRequest) Reset()
- func (x *UpdateCostGroupNameRequest) String() string
- type UpdateCostGroupNameResponse
- func (*UpdateCostGroupNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCostGroupNameResponse) GetName() string
- func (*UpdateCostGroupNameResponse) ProtoMessage()
- func (x *UpdateCostGroupNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCostGroupNameResponse) Reset()
- func (x *UpdateCostGroupNameResponse) String() string
- type UpdateSideMenuStateRequest
- func (*UpdateSideMenuStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSideMenuStateRequest) GetSidemenustate() []*cover.SideMenuState
- func (x *UpdateSideMenuStateRequest) GetViewId() string
- func (*UpdateSideMenuStateRequest) ProtoMessage()
- func (x *UpdateSideMenuStateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSideMenuStateRequest) Reset()
- func (x *UpdateSideMenuStateRequest) String() string
- type UpdateSideMenuStateResponse
- func (*UpdateSideMenuStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSideMenuStateResponse) GetViewId() string
- func (*UpdateSideMenuStateResponse) ProtoMessage()
- func (x *UpdateSideMenuStateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateSideMenuStateResponse) Reset()
- func (x *UpdateSideMenuStateResponse) String() string
- type UpdateUserAppThemeRequest
- func (*UpdateUserAppThemeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAppThemeRequest) GetAppTheme() string
- func (*UpdateUserAppThemeRequest) ProtoMessage()
- func (x *UpdateUserAppThemeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAppThemeRequest) Reset()
- func (x *UpdateUserAppThemeRequest) String() string
- type UpdateUserAppThemeResponse
- func (*UpdateUserAppThemeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAppThemeResponse) GetAppTheme() string
- func (*UpdateUserAppThemeResponse) ProtoMessage()
- func (x *UpdateUserAppThemeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAppThemeResponse) Reset()
- func (x *UpdateUserAppThemeResponse) String() string
- type UpdateUserAttributesRequest
- func (*UpdateUserAttributesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAttributesRequest) GetAttributes() []string
- func (*UpdateUserAttributesRequest) ProtoMessage()
- func (x *UpdateUserAttributesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAttributesRequest) Reset()
- func (x *UpdateUserAttributesRequest) String() string
- type UpdateUserAttributesResponse
- func (*UpdateUserAttributesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAttributesResponse) GetAttributes() []string
- func (*UpdateUserAttributesResponse) ProtoMessage()
- func (x *UpdateUserAttributesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAttributesResponse) Reset()
- func (x *UpdateUserAttributesResponse) String() string
- type UpdateUserAvatarRequest
- func (*UpdateUserAvatarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAvatarRequest) GetAvatar() string
- func (*UpdateUserAvatarRequest) ProtoMessage()
- func (x *UpdateUserAvatarRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAvatarRequest) Reset()
- func (x *UpdateUserAvatarRequest) String() string
- type UpdateUserAvatarResponse
- func (*UpdateUserAvatarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserAvatarResponse) GetAvatar() string
- func (*UpdateUserAvatarResponse) ProtoMessage()
- func (x *UpdateUserAvatarResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserAvatarResponse) Reset()
- func (x *UpdateUserAvatarResponse) String() string
- type UpdateUserColorThemeRequest
- func (*UpdateUserColorThemeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserColorThemeRequest) GetColorTheme() string
- func (*UpdateUserColorThemeRequest) ProtoMessage()
- func (x *UpdateUserColorThemeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserColorThemeRequest) Reset()
- func (x *UpdateUserColorThemeRequest) String() string
- type UpdateUserColorThemeResponse
- func (*UpdateUserColorThemeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserColorThemeResponse) GetColorTheme() string
- func (*UpdateUserColorThemeResponse) ProtoMessage()
- func (x *UpdateUserColorThemeResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserColorThemeResponse) Reset()
- func (x *UpdateUserColorThemeResponse) String() string
- type UpdateUserEmailRequest
- func (*UpdateUserEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserEmailRequest) GetEmail() string
- func (*UpdateUserEmailRequest) ProtoMessage()
- func (x *UpdateUserEmailRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserEmailRequest) Reset()
- func (x *UpdateUserEmailRequest) String() string
- type UpdateUserEmailResponse
- func (*UpdateUserEmailResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserEmailResponse) GetEmail() string
- func (*UpdateUserEmailResponse) ProtoMessage()
- func (x *UpdateUserEmailResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserEmailResponse) Reset()
- func (x *UpdateUserEmailResponse) String() string
- type UpdateUserIconRequest
- func (*UpdateUserIconRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserIconRequest) GetIcon() string
- func (*UpdateUserIconRequest) ProtoMessage()
- func (x *UpdateUserIconRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIconRequest) Reset()
- func (x *UpdateUserIconRequest) String() string
- type UpdateUserIconResponse
- func (*UpdateUserIconResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserIconResponse) GetIcon() string
- func (*UpdateUserIconResponse) ProtoMessage()
- func (x *UpdateUserIconResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIconResponse) Reset()
- func (x *UpdateUserIconResponse) String() string
- type UpdateUserLocaleRequest
- func (*UpdateUserLocaleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserLocaleRequest) GetLocale() string
- func (*UpdateUserLocaleRequest) ProtoMessage()
- func (x *UpdateUserLocaleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserLocaleRequest) Reset()
- func (x *UpdateUserLocaleRequest) String() string
- type UpdateUserLocaleResponse
- func (*UpdateUserLocaleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserLocaleResponse) GetLocale() string
- func (*UpdateUserLocaleResponse) ProtoMessage()
- func (x *UpdateUserLocaleResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserLocaleResponse) Reset()
- func (x *UpdateUserLocaleResponse) String() string
- type UpdateUserMainViewRequest
- func (*UpdateUserMainViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserMainViewRequest) GetViewId() string
- func (*UpdateUserMainViewRequest) ProtoMessage()
- func (x *UpdateUserMainViewRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserMainViewRequest) Reset()
- func (x *UpdateUserMainViewRequest) String() string
- type UpdateUserMainViewResponse
- func (*UpdateUserMainViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserMainViewResponse) GetViewId() string
- func (*UpdateUserMainViewResponse) ProtoMessage()
- func (x *UpdateUserMainViewResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserMainViewResponse) Reset()
- func (x *UpdateUserMainViewResponse) String() string
- type UpdateUserNameRequest
- func (*UpdateUserNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserNameRequest) GetName() string
- func (*UpdateUserNameRequest) ProtoMessage()
- func (x *UpdateUserNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNameRequest) Reset()
- func (x *UpdateUserNameRequest) String() string
- type UpdateUserNameResponse
- func (*UpdateUserNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserNameResponse) GetName() string
- func (*UpdateUserNameResponse) ProtoMessage()
- func (x *UpdateUserNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserNameResponse) Reset()
- func (x *UpdateUserNameResponse) String() string
- type UpdateUserTimezoneRequest
- func (*UpdateUserTimezoneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserTimezoneRequest) GetTimezone() string
- func (*UpdateUserTimezoneRequest) ProtoMessage()
- func (x *UpdateUserTimezoneRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserTimezoneRequest) Reset()
- func (x *UpdateUserTimezoneRequest) String() string
- type UpdateUserTimezoneResponse
- func (*UpdateUserTimezoneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserTimezoneResponse) GetTimezone() string
- func (*UpdateUserTimezoneResponse) ProtoMessage()
- func (x *UpdateUserTimezoneResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserTimezoneResponse) Reset()
- func (x *UpdateUserTimezoneResponse) String() string
- type UpdateViewRequest
- func (*UpdateViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateViewRequest) GetDescription() string
- func (x *UpdateViewRequest) GetIcon() string
- func (x *UpdateViewRequest) GetIsEditable() bool
- func (x *UpdateViewRequest) GetIsPrivate() bool
- func (x *UpdateViewRequest) GetName() string
- func (x *UpdateViewRequest) GetViewId() string
- func (*UpdateViewRequest) ProtoMessage()
- func (x *UpdateViewRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateViewRequest) Reset()
- func (x *UpdateViewRequest) String() string
- type UpdateViewResponse
- func (*UpdateViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateViewResponse) GetViewId() string
- func (*UpdateViewResponse) ProtoMessage()
- func (x *UpdateViewResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateViewResponse) Reset()
- func (x *UpdateViewResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var Cover_ServiceDesc = grpc.ServiceDesc{ ServiceName: "blueapi.cover.v1.Cover", HandlerType: (*CoverServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InviteMember", Handler: _Cover_InviteMember_Handler, }, { MethodName: "CreateMember", Handler: _Cover_CreateMember_Handler, }, { MethodName: "GetMembers", Handler: _Cover_GetMembers_Handler, }, { MethodName: "GetMemberDetails", Handler: _Cover_GetMemberDetails_Handler, }, { MethodName: "GetMemberCostGroup", Handler: _Cover_GetMemberCostGroup_Handler, }, { MethodName: "GetUserDetails", Handler: _Cover_GetUserDetails_Handler, }, { MethodName: "UpdateUserAvatar", Handler: _Cover_UpdateUserAvatar_Handler, }, { MethodName: "UpdateUserIcon", Handler: _Cover_UpdateUserIcon_Handler, }, { MethodName: "UpdateUserColorTheme", Handler: _Cover_UpdateUserColorTheme_Handler, }, { MethodName: "UpdateUserName", Handler: _Cover_UpdateUserName_Handler, }, { MethodName: "UpdateUserEmail", Handler: _Cover_UpdateUserEmail_Handler, }, { MethodName: "UpdateUserMainView", Handler: _Cover_UpdateUserMainView_Handler, }, { MethodName: "ResetUserPassword", Handler: _Cover_ResetUserPassword_Handler, }, { MethodName: "UpdateUserLocale", Handler: _Cover_UpdateUserLocale_Handler, }, { MethodName: "UpdateUserAppTheme", Handler: _Cover_UpdateUserAppTheme_Handler, }, { MethodName: "UpdateUserTimezone", Handler: _Cover_UpdateUserTimezone_Handler, }, { MethodName: "UpdateUserAttributes", Handler: _Cover_UpdateUserAttributes_Handler, }, { MethodName: "DeleteMember", Handler: _Cover_DeleteMember_Handler, }, { MethodName: "ResetPassword", Handler: _Cover_ResetPassword_Handler, }, { MethodName: "CreateView", Handler: _Cover_CreateView_Handler, }, { MethodName: "GetViews", Handler: _Cover_GetViews_Handler, }, { MethodName: "GetCurrentView", Handler: _Cover_GetCurrentView_Handler, }, { MethodName: "GetFavoriteViews", Handler: _Cover_GetFavoriteViews_Handler, }, { MethodName: "PublishView", Handler: _Cover_PublishView_Handler, }, { MethodName: "AddFavorite", Handler: _Cover_AddFavorite_Handler, }, { MethodName: "RemoveFavorite", Handler: _Cover_RemoveFavorite_Handler, }, { MethodName: "UpdateView", Handler: _Cover_UpdateView_Handler, }, { MethodName: "DeleteView", Handler: _Cover_DeleteView_Handler, }, { MethodName: "UpdateSideMenuState", Handler: _Cover_UpdateSideMenuState_Handler, }, { MethodName: "AddSideMenuFavorite", Handler: _Cover_AddSideMenuFavorite_Handler, }, { MethodName: "RemoveSideMenuFavorite", Handler: _Cover_RemoveSideMenuFavorite_Handler, }, { MethodName: "CreateCostGroup", Handler: _Cover_CreateCostGroup_Handler, }, { MethodName: "GetCostGroups", Handler: _Cover_GetCostGroups_Handler, }, { MethodName: "GetCostGroupDetails", Handler: _Cover_GetCostGroupDetails_Handler, }, { MethodName: "UpdateCostGroupName", Handler: _Cover_UpdateCostGroupName_Handler, }, { MethodName: "UpdateCostGroupDescription", Handler: _Cover_UpdateCostGroupDescription_Handler, }, { MethodName: "UpdateCostGroupImage", Handler: _Cover_UpdateCostGroupImage_Handler, }, { MethodName: "UpdateCostGroupIcon", Handler: _Cover_UpdateCostGroupIcon_Handler, }, { MethodName: "UpdateCostGroupColorTheme", Handler: _Cover_UpdateCostGroupColorTheme_Handler, }, { MethodName: "UpdateCostGroupCombinations", Handler: _Cover_UpdateCostGroupCombinations_Handler, }, { MethodName: "ResolveCostGroupCombinations", Handler: _Cover_ResolveCostGroupCombinations_Handler, }, { MethodName: "AssignCostGroupMember", Handler: _Cover_AssignCostGroupMember_Handler, }, { MethodName: "RemoveCostGroupMember", Handler: _Cover_RemoveCostGroupMember_Handler, }, { MethodName: "DeleteCostGroup", Handler: _Cover_DeleteCostGroup_Handler, }, { MethodName: "GetAccountAccessTemplateUrl", Handler: _Cover_GetAccountAccessTemplateUrl_Handler, }, { MethodName: "GetAccountAccess", Handler: _Cover_GetAccountAccess_Handler, }, { MethodName: "CreateAccountAccess", Handler: _Cover_CreateAccountAccess_Handler, }, { MethodName: "UpdateAccountAccess", Handler: _Cover_UpdateAccountAccess_Handler, }, { MethodName: "DeleteAccountAccess", Handler: _Cover_DeleteAccountAccess_Handler, }, { MethodName: "RegisterAccount", Handler: _Cover_RegisterAccount_Handler, }, { MethodName: "GetAccountType", Handler: _Cover_GetAccountType_Handler, }, { MethodName: "DiscoverResources", Handler: _Cover_DiscoverResources_Handler, }, { MethodName: "ListDiscoveryRequests", Handler: _Cover_ListDiscoveryRequests_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "ListAccountAccess", Handler: _Cover_ListAccountAccess_Handler, ServerStreams: true, }, { StreamName: "ListAssets", Handler: _Cover_ListAssets_Handler, ServerStreams: true, }, }, Metadata: "cover/v1/cover.proto", }
Cover_ServiceDesc is the grpc.ServiceDesc for Cover service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_cover_v1_cover_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCoverHandler ¶
RegisterCoverHandler registers the http handlers for service Cover to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterCoverHandlerClient ¶
func RegisterCoverHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CoverClient) error
RegisterCoverHandlerClient registers the http handlers for service Cover to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CoverClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CoverClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CoverClient" to call the correct interceptors.
func RegisterCoverHandlerFromEndpoint ¶
func RegisterCoverHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterCoverHandlerFromEndpoint is same as RegisterCoverHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterCoverHandlerServer ¶
func RegisterCoverHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CoverServer) error
RegisterCoverHandlerServer registers the http handlers for service Cover to "mux". UnaryRPC :call CoverServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCoverHandlerFromEndpoint instead.
func RegisterCoverServer ¶
func RegisterCoverServer(s grpc.ServiceRegistrar, srv CoverServer)
Types ¶
type AccountAccess ¶ added in v0.64.5
type AccountAccess struct { // The queried target account. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // The account name AccountName string `protobuf:"bytes,2,opt,name=accountName,proto3" json:"accountName,omitempty"` // The role ARN that provides the cross-account access permissions. RoleArn string `protobuf:"bytes,3,opt,name=roleArn,proto3" json:"roleArn,omitempty"` // The external id for this role. ExternalId string `protobuf:"bytes,4,opt,name=externalId,proto3" json:"externalId,omitempty"` // The id of the CloudFormation stack deployed in the target account. StackId string `protobuf:"bytes,5,opt,name=stackId,proto3" json:"stackId,omitempty"` // The region where the stack is deployed. StackRegion string `protobuf:"bytes,6,opt,name=stackRegion,proto3" json:"stackRegion,omitempty"` // The latest template used to deploy the stack. TemplateUrl string `protobuf:"bytes,7,opt,name=templateUrl,proto3" json:"templateUrl,omitempty"` // The s3 bucket name BucketName string `protobuf:"bytes,8,opt,name=bucketName,proto3" json:"bucketName,omitempty"` // Report path prefix Prefix string `protobuf:"bytes,9,opt,name=prefix,proto3" json:"prefix,omitempty"` // The report name ReportName string `protobuf:"bytes,10,opt,name=reportName,proto3" json:"reportName,omitempty"` // The status of registration for CUR export, API access and Cloudwatch streaming RegistrationStatus string `protobuf:"bytes,11,opt,name=registrationStatus,proto3" json:"registrationStatus,omitempty"` // This can be `latest`, `outdated`, or some error information. Status string `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"` // The last updated timestamp, RFC3339 UTC. LastUpdated string `protobuf:"bytes,13,opt,name=lastUpdated,proto3" json:"lastUpdated,omitempty"` // contains filtered or unexported fields }
Response message for GetAccountAccess, CreateAccountAccess rpc.
func (*AccountAccess) Descriptor
deprecated
added in
v0.64.5
func (*AccountAccess) Descriptor() ([]byte, []int)
Deprecated: Use AccountAccess.ProtoReflect.Descriptor instead.
func (*AccountAccess) GetAccountName ¶ added in v0.64.9
func (x *AccountAccess) GetAccountName() string
func (*AccountAccess) GetBucketName ¶ added in v0.64.9
func (x *AccountAccess) GetBucketName() string
func (*AccountAccess) GetExternalId ¶ added in v0.64.5
func (x *AccountAccess) GetExternalId() string
func (*AccountAccess) GetLastUpdated ¶ added in v0.64.5
func (x *AccountAccess) GetLastUpdated() string
func (*AccountAccess) GetPrefix ¶ added in v0.64.9
func (x *AccountAccess) GetPrefix() string
func (*AccountAccess) GetRegistrationStatus ¶ added in v0.64.9
func (x *AccountAccess) GetRegistrationStatus() string
func (*AccountAccess) GetReportName ¶ added in v0.64.9
func (x *AccountAccess) GetReportName() string
func (*AccountAccess) GetRoleArn ¶ added in v0.64.5
func (x *AccountAccess) GetRoleArn() string
func (*AccountAccess) GetStackId ¶ added in v0.64.5
func (x *AccountAccess) GetStackId() string
func (*AccountAccess) GetStackRegion ¶ added in v0.64.5
func (x *AccountAccess) GetStackRegion() string
func (*AccountAccess) GetStatus ¶ added in v0.64.5
func (x *AccountAccess) GetStatus() string
func (*AccountAccess) GetTarget ¶ added in v0.64.5
func (x *AccountAccess) GetTarget() string
func (*AccountAccess) GetTemplateUrl ¶ added in v0.64.5
func (x *AccountAccess) GetTemplateUrl() string
func (*AccountAccess) ProtoMessage ¶ added in v0.64.5
func (*AccountAccess) ProtoMessage()
func (*AccountAccess) ProtoReflect ¶ added in v0.64.5
func (x *AccountAccess) ProtoReflect() protoreflect.Message
func (*AccountAccess) Reset ¶ added in v0.64.5
func (x *AccountAccess) Reset()
func (*AccountAccess) String ¶ added in v0.64.5
func (x *AccountAccess) String() string
type AddFavoriteRequest ¶ added in v0.63.2
type AddFavoriteRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for AddFavorite
func (*AddFavoriteRequest) Descriptor
deprecated
added in
v0.63.2
func (*AddFavoriteRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddFavoriteRequest.ProtoReflect.Descriptor instead.
func (*AddFavoriteRequest) GetViewId ¶ added in v0.63.2
func (x *AddFavoriteRequest) GetViewId() string
func (*AddFavoriteRequest) ProtoMessage ¶ added in v0.63.2
func (*AddFavoriteRequest) ProtoMessage()
func (*AddFavoriteRequest) ProtoReflect ¶ added in v0.63.2
func (x *AddFavoriteRequest) ProtoReflect() protoreflect.Message
func (*AddFavoriteRequest) Reset ¶ added in v0.63.2
func (x *AddFavoriteRequest) Reset()
func (*AddFavoriteRequest) String ¶ added in v0.63.2
func (x *AddFavoriteRequest) String() string
type AddFavoriteResponse ¶ added in v0.63.2
type AddFavoriteResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for AddFavorite
func (*AddFavoriteResponse) Descriptor
deprecated
added in
v0.63.2
func (*AddFavoriteResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddFavoriteResponse.ProtoReflect.Descriptor instead.
func (*AddFavoriteResponse) GetViewId ¶ added in v0.63.2
func (x *AddFavoriteResponse) GetViewId() string
func (*AddFavoriteResponse) ProtoMessage ¶ added in v0.63.2
func (*AddFavoriteResponse) ProtoMessage()
func (*AddFavoriteResponse) ProtoReflect ¶ added in v0.63.2
func (x *AddFavoriteResponse) ProtoReflect() protoreflect.Message
func (*AddFavoriteResponse) Reset ¶ added in v0.63.2
func (x *AddFavoriteResponse) Reset()
func (*AddFavoriteResponse) String ¶ added in v0.63.2
func (x *AddFavoriteResponse) String() string
type AddSideMenuFavoriteRequest ¶ added in v0.63.7
type AddSideMenuFavoriteRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` MenuItemId string `protobuf:"bytes,2,opt,name=menuItemId,proto3" json:"menuItemId,omitempty"` // contains filtered or unexported fields }
Request message for AddSideMenuFavorite
func (*AddSideMenuFavoriteRequest) Descriptor
deprecated
added in
v0.63.7
func (*AddSideMenuFavoriteRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddSideMenuFavoriteRequest.ProtoReflect.Descriptor instead.
func (*AddSideMenuFavoriteRequest) GetMenuItemId ¶ added in v0.63.7
func (x *AddSideMenuFavoriteRequest) GetMenuItemId() string
func (*AddSideMenuFavoriteRequest) GetViewId ¶ added in v0.63.7
func (x *AddSideMenuFavoriteRequest) GetViewId() string
func (*AddSideMenuFavoriteRequest) ProtoMessage ¶ added in v0.63.7
func (*AddSideMenuFavoriteRequest) ProtoMessage()
func (*AddSideMenuFavoriteRequest) ProtoReflect ¶ added in v0.63.7
func (x *AddSideMenuFavoriteRequest) ProtoReflect() protoreflect.Message
func (*AddSideMenuFavoriteRequest) Reset ¶ added in v0.63.7
func (x *AddSideMenuFavoriteRequest) Reset()
func (*AddSideMenuFavoriteRequest) String ¶ added in v0.63.7
func (x *AddSideMenuFavoriteRequest) String() string
type AddSideMenuFavoriteResponse ¶ added in v0.63.7
type AddSideMenuFavoriteResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for AddSideMenuFavorite
func (*AddSideMenuFavoriteResponse) Descriptor
deprecated
added in
v0.63.7
func (*AddSideMenuFavoriteResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddSideMenuFavoriteResponse.ProtoReflect.Descriptor instead.
func (*AddSideMenuFavoriteResponse) GetViewId ¶ added in v0.63.7
func (x *AddSideMenuFavoriteResponse) GetViewId() string
func (*AddSideMenuFavoriteResponse) ProtoMessage ¶ added in v0.63.7
func (*AddSideMenuFavoriteResponse) ProtoMessage()
func (*AddSideMenuFavoriteResponse) ProtoReflect ¶ added in v0.63.7
func (x *AddSideMenuFavoriteResponse) ProtoReflect() protoreflect.Message
func (*AddSideMenuFavoriteResponse) Reset ¶ added in v0.63.7
func (x *AddSideMenuFavoriteResponse) Reset()
func (*AddSideMenuFavoriteResponse) String ¶ added in v0.63.7
func (x *AddSideMenuFavoriteResponse) String() string
type AssignCostGroupMemberRequest ¶ added in v0.63.2
type AssignCostGroupMemberRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. User Id. UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for AssignCostGroupMember
func (*AssignCostGroupMemberRequest) Descriptor
deprecated
added in
v0.63.2
func (*AssignCostGroupMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AssignCostGroupMemberRequest.ProtoReflect.Descriptor instead.
func (*AssignCostGroupMemberRequest) GetCostGroupId ¶ added in v0.63.2
func (x *AssignCostGroupMemberRequest) GetCostGroupId() string
func (*AssignCostGroupMemberRequest) GetUserId ¶ added in v0.63.2
func (x *AssignCostGroupMemberRequest) GetUserId() string
func (*AssignCostGroupMemberRequest) ProtoMessage ¶ added in v0.63.2
func (*AssignCostGroupMemberRequest) ProtoMessage()
func (*AssignCostGroupMemberRequest) ProtoReflect ¶ added in v0.63.2
func (x *AssignCostGroupMemberRequest) ProtoReflect() protoreflect.Message
func (*AssignCostGroupMemberRequest) Reset ¶ added in v0.63.2
func (x *AssignCostGroupMemberRequest) Reset()
func (*AssignCostGroupMemberRequest) String ¶ added in v0.63.2
func (x *AssignCostGroupMemberRequest) String() string
type AssignCostGroupMemberResponse ¶ added in v0.63.2
type AssignCostGroupMemberResponse struct { CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Response message for AssignCostGroupMember
func (*AssignCostGroupMemberResponse) Descriptor
deprecated
added in
v0.63.2
func (*AssignCostGroupMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AssignCostGroupMemberResponse.ProtoReflect.Descriptor instead.
func (*AssignCostGroupMemberResponse) GetCostGroupId ¶ added in v0.63.2
func (x *AssignCostGroupMemberResponse) GetCostGroupId() string
func (*AssignCostGroupMemberResponse) GetUserId ¶ added in v0.63.2
func (x *AssignCostGroupMemberResponse) GetUserId() string
func (*AssignCostGroupMemberResponse) ProtoMessage ¶ added in v0.63.2
func (*AssignCostGroupMemberResponse) ProtoMessage()
func (*AssignCostGroupMemberResponse) ProtoReflect ¶ added in v0.63.2
func (x *AssignCostGroupMemberResponse) ProtoReflect() protoreflect.Message
func (*AssignCostGroupMemberResponse) Reset ¶ added in v0.63.2
func (x *AssignCostGroupMemberResponse) Reset()
func (*AssignCostGroupMemberResponse) String ¶ added in v0.63.2
func (x *AssignCostGroupMemberResponse) String() string
type ClientOptions ¶
type ClientOptions struct {
Conn *conn.GrpcClientConn
}
ClientOptions represents the optional options to NewClient.
type CoverClient ¶
type CoverClient interface { // Invite members to the system InviteMember(ctx context.Context, in *InviteMemberRequest, opts ...grpc.CallOption) (*InviteMemberResponse, error) // Create a member CreateMember(ctx context.Context, in *CreateMemberRequest, opts ...grpc.CallOption) (*CreateMemberResponse, error) // Get all the members/subusers of the company GetMembers(ctx context.Context, in *GetMembersRequest, opts ...grpc.CallOption) (*GetMembersResponse, error) // Get the details of the user GetMemberDetails(ctx context.Context, in *GetMemberDetailsRequest, opts ...grpc.CallOption) (*GetMemberDetailsResponse, error) // Get the cost group to which the member is attached GetMemberCostGroup(ctx context.Context, in *GetMemberCostGroupRequest, opts ...grpc.CallOption) (*GetMemberCostGroupResponse, error) // Get the details of the logged-in user GetUserDetails(ctx context.Context, in *GetUserDetailsRequest, opts ...grpc.CallOption) (*GetUserDetailsResponse, error) // Modify user's avatar UpdateUserAvatar(ctx context.Context, in *UpdateUserAvatarRequest, opts ...grpc.CallOption) (*UpdateUserAvatarResponse, error) // Modify user's icon UpdateUserIcon(ctx context.Context, in *UpdateUserIconRequest, opts ...grpc.CallOption) (*UpdateUserIconResponse, error) // Modify user's color theme UpdateUserColorTheme(ctx context.Context, in *UpdateUserColorThemeRequest, opts ...grpc.CallOption) (*UpdateUserColorThemeResponse, error) // Modify user's name UpdateUserName(ctx context.Context, in *UpdateUserNameRequest, opts ...grpc.CallOption) (*UpdateUserNameResponse, error) // Modify user's email UpdateUserEmail(ctx context.Context, in *UpdateUserEmailRequest, opts ...grpc.CallOption) (*UpdateUserEmailResponse, error) // Modify user's main view UpdateUserMainView(ctx context.Context, in *UpdateUserMainViewRequest, opts ...grpc.CallOption) (*UpdateUserMainViewResponse, error) // Reset user's password ResetUserPassword(ctx context.Context, in *ResetUserPasswordRequest, opts ...grpc.CallOption) (*ResetUserPasswordResponse, error) // Modify user's locale UpdateUserLocale(ctx context.Context, in *UpdateUserLocaleRequest, opts ...grpc.CallOption) (*UpdateUserLocaleResponse, error) // Modify user's app theme UpdateUserAppTheme(ctx context.Context, in *UpdateUserAppThemeRequest, opts ...grpc.CallOption) (*UpdateUserAppThemeResponse, error) // Modify user's timezone UpdateUserTimezone(ctx context.Context, in *UpdateUserTimezoneRequest, opts ...grpc.CallOption) (*UpdateUserTimezoneResponse, error) // Modify attributes UpdateUserAttributes(ctx context.Context, in *UpdateUserAttributesRequest, opts ...grpc.CallOption) (*UpdateUserAttributesResponse, error) // Deletes a user DeleteMember(ctx context.Context, in *DeleteMemberRequest, opts ...grpc.CallOption) (*DeleteMemberResponse, error) // Reset member's password ResetPassword(ctx context.Context, in *ResetPasswordRequest, opts ...grpc.CallOption) (*ResetPasswordResponse, error) // Create a view CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error) // Get all the views GetViews(ctx context.Context, in *GetViewsRequest, opts ...grpc.CallOption) (*GetViewsResponse, error) // Get the details of the current view GetCurrentView(ctx context.Context, in *GetCurrentViewRequest, opts ...grpc.CallOption) (*GetCurrentViewResponse, error) // Get favorite views GetFavoriteViews(ctx context.Context, in *GetFavoriteViewsRequest, opts ...grpc.CallOption) (*GetFavoriteViewsResponse, error) // Publish current view PublishView(ctx context.Context, in *PublishViewRequest, opts ...grpc.CallOption) (*PublishViewResponse, error) // Add to favorites AddFavorite(ctx context.Context, in *AddFavoriteRequest, opts ...grpc.CallOption) (*AddFavoriteResponse, error) // Remove from favorites RemoveFavorite(ctx context.Context, in *RemoveFavoriteRequest, opts ...grpc.CallOption) (*RemoveFavoriteResponse, error) // Updates the view details UpdateView(ctx context.Context, in *UpdateViewRequest, opts ...grpc.CallOption) (*UpdateViewResponse, error) // Deletes a view DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error) // Updates the side menu state UpdateSideMenuState(ctx context.Context, in *UpdateSideMenuStateRequest, opts ...grpc.CallOption) (*UpdateSideMenuStateResponse, error) // Add as side menu favorite AddSideMenuFavorite(ctx context.Context, in *AddSideMenuFavoriteRequest, opts ...grpc.CallOption) (*AddSideMenuFavoriteResponse, error) // Remove from side menu favorite RemoveSideMenuFavorite(ctx context.Context, in *RemoveSideMenuFavoriteRequest, opts ...grpc.CallOption) (*RemoveSideMenuFavoriteResponse, error) // Create a cost group CreateCostGroup(ctx context.Context, in *CreateCostGroupRequest, opts ...grpc.CallOption) (*CreateCostGroupResponse, error) // Get all the cost groups GetCostGroups(ctx context.Context, in *GetCostGroupsRequest, opts ...grpc.CallOption) (*GetCostGroupsResponse, error) // Get the details of the cost group GetCostGroupDetails(ctx context.Context, in *GetCostGroupDetailsRequest, opts ...grpc.CallOption) (*GetCostGroupDetailsResponse, error) // Update cost group's name UpdateCostGroupName(ctx context.Context, in *UpdateCostGroupNameRequest, opts ...grpc.CallOption) (*UpdateCostGroupNameResponse, error) // Update cost group's description UpdateCostGroupDescription(ctx context.Context, in *UpdateCostGroupDescriptionRequest, opts ...grpc.CallOption) (*UpdateCostGroupDescriptionResponse, error) // Update cost group's image UpdateCostGroupImage(ctx context.Context, in *UpdateCostGroupImageRequest, opts ...grpc.CallOption) (*UpdateCostGroupImageResponse, error) // Update cost group's icon UpdateCostGroupIcon(ctx context.Context, in *UpdateCostGroupIconRequest, opts ...grpc.CallOption) (*UpdateCostGroupIconResponse, error) // Update cost group's color theme UpdateCostGroupColorTheme(ctx context.Context, in *UpdateCostGroupColorThemeRequest, opts ...grpc.CallOption) (*UpdateCostGroupColorThemeResponse, error) // Update cost group's combinations UpdateCostGroupCombinations(ctx context.Context, in *UpdateCostGroupCombinationsRequest, opts ...grpc.CallOption) (*UpdateCostGroupCombinationsResponse, error) ResolveCostGroupCombinations(ctx context.Context, in *ResolveCostGroupCombinationsRequest, opts ...grpc.CallOption) (*ResolveCostGroupCombinationsResponse, error) // Assign a member to a cost group AssignCostGroupMember(ctx context.Context, in *AssignCostGroupMemberRequest, opts ...grpc.CallOption) (*AssignCostGroupMemberResponse, error) // Remove a member from a cost group RemoveCostGroupMember(ctx context.Context, in *RemoveCostGroupMemberRequest, opts ...grpc.CallOption) (*RemoveCostGroupMemberResponse, error) // Deletes a cost group DeleteCostGroup(ctx context.Context, in *DeleteCostGroupRequest, opts ...grpc.CallOption) (*DeleteCostGroupResponse, error) // Gets a CloudFormation launch URL for enabling the account access. GetAccountAccessTemplateUrl(ctx context.Context, in *GetAccountAccessTemplateUrlRequest, opts ...grpc.CallOption) (*GetAccountAccessTemplateUrlResponse, error) // Lists the account access role(s) attached to accounts under caller. ListAccountAccess(ctx context.Context, in *ListAccountAccessRequest, opts ...grpc.CallOption) (Cover_ListAccountAccessClient, error) // Gets the current account role attached to the input target. GetAccountAccess(ctx context.Context, in *GetAccountAccessRequest, opts ...grpc.CallOption) (*AccountAccess, error) // Starts validation of the account access stack deployment. If successful, the IAM role created from the CloudFormation stack will be registered to the target. CreateAccountAccess(ctx context.Context, in *CreateAccountAccessRequest, opts ...grpc.CallOption) (*AccountAccess, error) // Starts an update to an existing account access CloudFormation stack for template changes, if any. Only call this API if the status of your account access is 'outdated'. UpdateAccountAccess(ctx context.Context, in *UpdateAccountAccessRequest, opts ...grpc.CallOption) (*api.Operation, error) // Deletes the current account access role attached to this target account. This does not delete the CloudFormation deployment in your account. DeleteAccountAccess(ctx context.Context, in *DeleteAccountAccessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Registers an account RegisterAccount(ctx context.Context, in *RegisterAccountRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Gets the account type of the target account. GetAccountType(ctx context.Context, in *GetAccountTypeRequest, opts ...grpc.CallOption) (*GetAccountTypeResponse, error) // WORK-IN-PROGRESS: Lists all assets per service. ListAssets(ctx context.Context, in *ListAssetsRequest, opts ...grpc.CallOption) (Cover_ListAssetsClient, error) // WORK-IN-PROGRESS: Send request to discover resources in cloud. DiscoverResources(ctx context.Context, in *DiscoverResourcesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // WORK-IN-PROGRESS: List all discovery requests and their status requested by the login user. ListDiscoveryRequests(ctx context.Context, in *ListDiscoveryRequestsRequest, opts ...grpc.CallOption) (*ListDiscoveryRequestsResponse, error) }
CoverClient is the client API for Cover service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCoverClient ¶
func NewCoverClient(cc grpc.ClientConnInterface) CoverClient
type CoverServer ¶
type CoverServer interface { // Invite members to the system InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error) // Create a member CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error) // Get all the members/subusers of the company GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error) // Get the details of the user GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error) // Get the cost group to which the member is attached GetMemberCostGroup(context.Context, *GetMemberCostGroupRequest) (*GetMemberCostGroupResponse, error) // Get the details of the logged-in user GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error) // Modify user's avatar UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error) // Modify user's icon UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error) // Modify user's color theme UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error) // Modify user's name UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error) // Modify user's email UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error) // Modify user's main view UpdateUserMainView(context.Context, *UpdateUserMainViewRequest) (*UpdateUserMainViewResponse, error) // Reset user's password ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error) // Modify user's locale UpdateUserLocale(context.Context, *UpdateUserLocaleRequest) (*UpdateUserLocaleResponse, error) // Modify user's app theme UpdateUserAppTheme(context.Context, *UpdateUserAppThemeRequest) (*UpdateUserAppThemeResponse, error) // Modify user's timezone UpdateUserTimezone(context.Context, *UpdateUserTimezoneRequest) (*UpdateUserTimezoneResponse, error) // Modify attributes UpdateUserAttributes(context.Context, *UpdateUserAttributesRequest) (*UpdateUserAttributesResponse, error) // Deletes a user DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error) // Reset member's password ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error) // Create a view CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error) // Get all the views GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error) // Get the details of the current view GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error) // Get favorite views GetFavoriteViews(context.Context, *GetFavoriteViewsRequest) (*GetFavoriteViewsResponse, error) // Publish current view PublishView(context.Context, *PublishViewRequest) (*PublishViewResponse, error) // Add to favorites AddFavorite(context.Context, *AddFavoriteRequest) (*AddFavoriteResponse, error) // Remove from favorites RemoveFavorite(context.Context, *RemoveFavoriteRequest) (*RemoveFavoriteResponse, error) // Updates the view details UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error) // Deletes a view DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error) // Updates the side menu state UpdateSideMenuState(context.Context, *UpdateSideMenuStateRequest) (*UpdateSideMenuStateResponse, error) // Add as side menu favorite AddSideMenuFavorite(context.Context, *AddSideMenuFavoriteRequest) (*AddSideMenuFavoriteResponse, error) // Remove from side menu favorite RemoveSideMenuFavorite(context.Context, *RemoveSideMenuFavoriteRequest) (*RemoveSideMenuFavoriteResponse, error) // Create a cost group CreateCostGroup(context.Context, *CreateCostGroupRequest) (*CreateCostGroupResponse, error) // Get all the cost groups GetCostGroups(context.Context, *GetCostGroupsRequest) (*GetCostGroupsResponse, error) // Get the details of the cost group GetCostGroupDetails(context.Context, *GetCostGroupDetailsRequest) (*GetCostGroupDetailsResponse, error) // Update cost group's name UpdateCostGroupName(context.Context, *UpdateCostGroupNameRequest) (*UpdateCostGroupNameResponse, error) // Update cost group's description UpdateCostGroupDescription(context.Context, *UpdateCostGroupDescriptionRequest) (*UpdateCostGroupDescriptionResponse, error) // Update cost group's image UpdateCostGroupImage(context.Context, *UpdateCostGroupImageRequest) (*UpdateCostGroupImageResponse, error) // Update cost group's icon UpdateCostGroupIcon(context.Context, *UpdateCostGroupIconRequest) (*UpdateCostGroupIconResponse, error) // Update cost group's color theme UpdateCostGroupColorTheme(context.Context, *UpdateCostGroupColorThemeRequest) (*UpdateCostGroupColorThemeResponse, error) // Update cost group's combinations UpdateCostGroupCombinations(context.Context, *UpdateCostGroupCombinationsRequest) (*UpdateCostGroupCombinationsResponse, error) ResolveCostGroupCombinations(context.Context, *ResolveCostGroupCombinationsRequest) (*ResolveCostGroupCombinationsResponse, error) // Assign a member to a cost group AssignCostGroupMember(context.Context, *AssignCostGroupMemberRequest) (*AssignCostGroupMemberResponse, error) // Remove a member from a cost group RemoveCostGroupMember(context.Context, *RemoveCostGroupMemberRequest) (*RemoveCostGroupMemberResponse, error) // Deletes a cost group DeleteCostGroup(context.Context, *DeleteCostGroupRequest) (*DeleteCostGroupResponse, error) // Gets a CloudFormation launch URL for enabling the account access. GetAccountAccessTemplateUrl(context.Context, *GetAccountAccessTemplateUrlRequest) (*GetAccountAccessTemplateUrlResponse, error) // Lists the account access role(s) attached to accounts under caller. ListAccountAccess(*ListAccountAccessRequest, Cover_ListAccountAccessServer) error // Gets the current account role attached to the input target. GetAccountAccess(context.Context, *GetAccountAccessRequest) (*AccountAccess, error) // Starts validation of the account access stack deployment. If successful, the IAM role created from the CloudFormation stack will be registered to the target. CreateAccountAccess(context.Context, *CreateAccountAccessRequest) (*AccountAccess, error) // Starts an update to an existing account access CloudFormation stack for template changes, if any. Only call this API if the status of your account access is 'outdated'. UpdateAccountAccess(context.Context, *UpdateAccountAccessRequest) (*api.Operation, error) // Deletes the current account access role attached to this target account. This does not delete the CloudFormation deployment in your account. DeleteAccountAccess(context.Context, *DeleteAccountAccessRequest) (*emptypb.Empty, error) // Registers an account RegisterAccount(context.Context, *RegisterAccountRequest) (*emptypb.Empty, error) // Gets the account type of the target account. GetAccountType(context.Context, *GetAccountTypeRequest) (*GetAccountTypeResponse, error) // WORK-IN-PROGRESS: Lists all assets per service. ListAssets(*ListAssetsRequest, Cover_ListAssetsServer) error // WORK-IN-PROGRESS: Send request to discover resources in cloud. DiscoverResources(context.Context, *DiscoverResourcesRequest) (*emptypb.Empty, error) // WORK-IN-PROGRESS: List all discovery requests and their status requested by the login user. ListDiscoveryRequests(context.Context, *ListDiscoveryRequestsRequest) (*ListDiscoveryRequestsResponse, error) // contains filtered or unexported methods }
CoverServer is the server API for Cover service. All implementations must embed UnimplementedCoverServer for forward compatibility
type Cover_ListAccountAccessClient ¶ added in v0.64.5
type Cover_ListAccountAccessClient interface { Recv() (*AccountAccess, error) grpc.ClientStream }
type Cover_ListAccountAccessServer ¶ added in v0.64.5
type Cover_ListAccountAccessServer interface { Send(*AccountAccess) error grpc.ServerStream }
type Cover_ListAssetsClient ¶ added in v0.64.7
type Cover_ListAssetsClient interface { Recv() (*cover.Asset, error) grpc.ClientStream }
type Cover_ListAssetsServer ¶ added in v0.64.7
type Cover_ListAssetsServer interface { Send(*cover.Asset) error grpc.ServerStream }
type CreateAccountAccessRequest ¶ added in v0.64.5
type CreateAccountAccessRequest struct { // Required. The target AWS account to validate. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Request message for the CreateAccountAccess rpc.
func (*CreateAccountAccessRequest) Descriptor
deprecated
added in
v0.64.5
func (*CreateAccountAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountAccessRequest.ProtoReflect.Descriptor instead.
func (*CreateAccountAccessRequest) GetTarget ¶ added in v0.64.5
func (x *CreateAccountAccessRequest) GetTarget() string
func (*CreateAccountAccessRequest) ProtoMessage ¶ added in v0.64.5
func (*CreateAccountAccessRequest) ProtoMessage()
func (*CreateAccountAccessRequest) ProtoReflect ¶ added in v0.64.5
func (x *CreateAccountAccessRequest) ProtoReflect() protoreflect.Message
func (*CreateAccountAccessRequest) Reset ¶ added in v0.64.5
func (x *CreateAccountAccessRequest) Reset()
func (*CreateAccountAccessRequest) String ¶ added in v0.64.5
func (x *CreateAccountAccessRequest) String() string
type CreateCostGroupRequest ¶ added in v0.63.2
type CreateCostGroupRequest 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"` Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` ColorTheme string `protobuf:"bytes,5,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` Combinations *cover.Combinations `protobuf:"bytes,6,opt,name=combinations,proto3" json:"combinations,omitempty"` // contains filtered or unexported fields }
Request message for CreateCostGroup
func (*CreateCostGroupRequest) Descriptor
deprecated
added in
v0.63.2
func (*CreateCostGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCostGroupRequest.ProtoReflect.Descriptor instead.
func (*CreateCostGroupRequest) GetColorTheme ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetColorTheme() string
func (*CreateCostGroupRequest) GetCombinations ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetCombinations() *cover.Combinations
func (*CreateCostGroupRequest) GetDescription ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetDescription() string
func (*CreateCostGroupRequest) GetIcon ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetIcon() string
func (*CreateCostGroupRequest) GetImage ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetImage() string
func (*CreateCostGroupRequest) GetName ¶ added in v0.63.2
func (x *CreateCostGroupRequest) GetName() string
func (*CreateCostGroupRequest) ProtoMessage ¶ added in v0.63.2
func (*CreateCostGroupRequest) ProtoMessage()
func (*CreateCostGroupRequest) ProtoReflect ¶ added in v0.63.2
func (x *CreateCostGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateCostGroupRequest) Reset ¶ added in v0.63.2
func (x *CreateCostGroupRequest) Reset()
func (*CreateCostGroupRequest) String ¶ added in v0.63.2
func (x *CreateCostGroupRequest) String() string
type CreateCostGroupResponse ¶ added in v0.63.2
type CreateCostGroupResponse struct { CostGroupData *cover.CostGroupData `protobuf:"bytes,1,opt,name=costGroupData,proto3" json:"costGroupData,omitempty"` // contains filtered or unexported fields }
Response message for CreateCostGroup
func (*CreateCostGroupResponse) Descriptor
deprecated
added in
v0.63.2
func (*CreateCostGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCostGroupResponse.ProtoReflect.Descriptor instead.
func (*CreateCostGroupResponse) GetCostGroupData ¶ added in v0.63.2
func (x *CreateCostGroupResponse) GetCostGroupData() *cover.CostGroupData
func (*CreateCostGroupResponse) ProtoMessage ¶ added in v0.63.2
func (*CreateCostGroupResponse) ProtoMessage()
func (*CreateCostGroupResponse) ProtoReflect ¶ added in v0.63.2
func (x *CreateCostGroupResponse) ProtoReflect() protoreflect.Message
func (*CreateCostGroupResponse) Reset ¶ added in v0.63.2
func (x *CreateCostGroupResponse) Reset()
func (*CreateCostGroupResponse) String ¶ added in v0.63.2
func (x *CreateCostGroupResponse) String() string
type CreateMemberRequest ¶
type CreateMemberRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for CreateMember
func (*CreateMemberRequest) Descriptor
deprecated
func (*CreateMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMemberRequest.ProtoReflect.Descriptor instead.
func (*CreateMemberRequest) GetEmail ¶
func (x *CreateMemberRequest) GetEmail() string
func (*CreateMemberRequest) GetName ¶ added in v0.63.2
func (x *CreateMemberRequest) GetName() string
func (*CreateMemberRequest) GetPassword ¶
func (x *CreateMemberRequest) GetPassword() string
func (*CreateMemberRequest) ProtoMessage ¶
func (*CreateMemberRequest) ProtoMessage()
func (*CreateMemberRequest) ProtoReflect ¶
func (x *CreateMemberRequest) ProtoReflect() protoreflect.Message
func (*CreateMemberRequest) Reset ¶
func (x *CreateMemberRequest) Reset()
func (*CreateMemberRequest) String ¶
func (x *CreateMemberRequest) String() string
type CreateMemberResponse ¶
type CreateMemberResponse struct { UserData *cover.UserData `protobuf:"bytes,1,opt,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for CreateMember
func (*CreateMemberResponse) Descriptor
deprecated
func (*CreateMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateMemberResponse.ProtoReflect.Descriptor instead.
func (*CreateMemberResponse) GetUserData ¶ added in v0.63.2
func (x *CreateMemberResponse) GetUserData() *cover.UserData
func (*CreateMemberResponse) ProtoMessage ¶
func (*CreateMemberResponse) ProtoMessage()
func (*CreateMemberResponse) ProtoReflect ¶
func (x *CreateMemberResponse) ProtoReflect() protoreflect.Message
func (*CreateMemberResponse) Reset ¶
func (x *CreateMemberResponse) Reset()
func (*CreateMemberResponse) String ¶
func (x *CreateMemberResponse) String() string
type CreateViewRequest ¶
type CreateViewRequest 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"` IsPrivate bool `protobuf:"varint,3,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"` IsEditable bool `protobuf:"varint,4,opt,name=isEditable,proto3" json:"isEditable,omitempty"` Icon string `protobuf:"bytes,5,opt,name=icon,proto3" json:"icon,omitempty"` ReportType string `protobuf:"bytes,6,opt,name=reportType,proto3" json:"reportType,omitempty"` // contains filtered or unexported fields }
Request message for CreateView
func (*CreateViewRequest) Descriptor
deprecated
func (*CreateViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewRequest.ProtoReflect.Descriptor instead.
func (*CreateViewRequest) GetDescription ¶
func (x *CreateViewRequest) GetDescription() string
func (*CreateViewRequest) GetIcon ¶
func (x *CreateViewRequest) GetIcon() string
func (*CreateViewRequest) GetIsEditable ¶
func (x *CreateViewRequest) GetIsEditable() bool
func (*CreateViewRequest) GetIsPrivate ¶
func (x *CreateViewRequest) GetIsPrivate() bool
func (*CreateViewRequest) GetName ¶
func (x *CreateViewRequest) GetName() string
func (*CreateViewRequest) GetReportType ¶
func (x *CreateViewRequest) GetReportType() string
func (*CreateViewRequest) ProtoMessage ¶
func (*CreateViewRequest) ProtoMessage()
func (*CreateViewRequest) ProtoReflect ¶
func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
func (*CreateViewRequest) Reset ¶
func (x *CreateViewRequest) Reset()
func (*CreateViewRequest) String ¶
func (x *CreateViewRequest) String() string
type CreateViewResponse ¶
type CreateViewResponse struct { ViewData *cover.ViewData `protobuf:"bytes,1,opt,name=viewData,proto3" json:"viewData,omitempty"` // contains filtered or unexported fields }
Response message for CreateView
func (*CreateViewResponse) Descriptor
deprecated
func (*CreateViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewResponse.ProtoReflect.Descriptor instead.
func (*CreateViewResponse) GetViewData ¶
func (x *CreateViewResponse) GetViewData() *cover.ViewData
func (*CreateViewResponse) ProtoMessage ¶
func (*CreateViewResponse) ProtoMessage()
func (*CreateViewResponse) ProtoReflect ¶
func (x *CreateViewResponse) ProtoReflect() protoreflect.Message
func (*CreateViewResponse) Reset ¶
func (x *CreateViewResponse) Reset()
func (*CreateViewResponse) String ¶
func (x *CreateViewResponse) String() string
type DeleteAccountAccessRequest ¶ added in v0.64.5
type DeleteAccountAccessRequest struct { // Required. The target AWS account to delete. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Request message for the DeleteAccountAccess rpc.
func (*DeleteAccountAccessRequest) Descriptor
deprecated
added in
v0.64.5
func (*DeleteAccountAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountAccessRequest.ProtoReflect.Descriptor instead.
func (*DeleteAccountAccessRequest) GetTarget ¶ added in v0.64.5
func (x *DeleteAccountAccessRequest) GetTarget() string
func (*DeleteAccountAccessRequest) ProtoMessage ¶ added in v0.64.5
func (*DeleteAccountAccessRequest) ProtoMessage()
func (*DeleteAccountAccessRequest) ProtoReflect ¶ added in v0.64.5
func (x *DeleteAccountAccessRequest) ProtoReflect() protoreflect.Message
func (*DeleteAccountAccessRequest) Reset ¶ added in v0.64.5
func (x *DeleteAccountAccessRequest) Reset()
func (*DeleteAccountAccessRequest) String ¶ added in v0.64.5
func (x *DeleteAccountAccessRequest) String() string
type DeleteCostGroupRequest ¶ added in v0.63.2
type DeleteCostGroupRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // contains filtered or unexported fields }
Request message for DeleteCostGroup
func (*DeleteCostGroupRequest) Descriptor
deprecated
added in
v0.63.2
func (*DeleteCostGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCostGroupRequest.ProtoReflect.Descriptor instead.
func (*DeleteCostGroupRequest) GetCostGroupId ¶ added in v0.63.2
func (x *DeleteCostGroupRequest) GetCostGroupId() string
func (*DeleteCostGroupRequest) ProtoMessage ¶ added in v0.63.2
func (*DeleteCostGroupRequest) ProtoMessage()
func (*DeleteCostGroupRequest) ProtoReflect ¶ added in v0.63.2
func (x *DeleteCostGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteCostGroupRequest) Reset ¶ added in v0.63.2
func (x *DeleteCostGroupRequest) Reset()
func (*DeleteCostGroupRequest) String ¶ added in v0.63.2
func (x *DeleteCostGroupRequest) String() string
type DeleteCostGroupResponse ¶ added in v0.63.2
type DeleteCostGroupResponse struct { CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // contains filtered or unexported fields }
Response message for DeleteCostGroup
func (*DeleteCostGroupResponse) Descriptor
deprecated
added in
v0.63.2
func (*DeleteCostGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCostGroupResponse.ProtoReflect.Descriptor instead.
func (*DeleteCostGroupResponse) GetCostGroupId ¶ added in v0.63.2
func (x *DeleteCostGroupResponse) GetCostGroupId() string
func (*DeleteCostGroupResponse) ProtoMessage ¶ added in v0.63.2
func (*DeleteCostGroupResponse) ProtoMessage()
func (*DeleteCostGroupResponse) ProtoReflect ¶ added in v0.63.2
func (x *DeleteCostGroupResponse) ProtoReflect() protoreflect.Message
func (*DeleteCostGroupResponse) Reset ¶ added in v0.63.2
func (x *DeleteCostGroupResponse) Reset()
func (*DeleteCostGroupResponse) String ¶ added in v0.63.2
func (x *DeleteCostGroupResponse) String() string
type DeleteMemberRequest ¶
type DeleteMemberRequest struct { // Required. UserId. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for DeleteMember
func (*DeleteMemberRequest) Descriptor
deprecated
func (*DeleteMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMemberRequest.ProtoReflect.Descriptor instead.
func (*DeleteMemberRequest) GetUserId ¶ added in v0.63.2
func (x *DeleteMemberRequest) GetUserId() string
func (*DeleteMemberRequest) ProtoMessage ¶
func (*DeleteMemberRequest) ProtoMessage()
func (*DeleteMemberRequest) ProtoReflect ¶
func (x *DeleteMemberRequest) ProtoReflect() protoreflect.Message
func (*DeleteMemberRequest) Reset ¶
func (x *DeleteMemberRequest) Reset()
func (*DeleteMemberRequest) String ¶
func (x *DeleteMemberRequest) String() string
type DeleteMemberResponse ¶
type DeleteMemberResponse struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Response message for DeleteMember
func (*DeleteMemberResponse) Descriptor
deprecated
func (*DeleteMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMemberResponse.ProtoReflect.Descriptor instead.
func (*DeleteMemberResponse) GetUserId ¶ added in v0.63.2
func (x *DeleteMemberResponse) GetUserId() string
func (*DeleteMemberResponse) ProtoMessage ¶
func (*DeleteMemberResponse) ProtoMessage()
func (*DeleteMemberResponse) ProtoReflect ¶
func (x *DeleteMemberResponse) ProtoReflect() protoreflect.Message
func (*DeleteMemberResponse) Reset ¶
func (x *DeleteMemberResponse) Reset()
func (*DeleteMemberResponse) String ¶
func (x *DeleteMemberResponse) String() string
type DeleteViewRequest ¶
type DeleteViewRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for DeleteView
func (*DeleteViewRequest) Descriptor
deprecated
func (*DeleteViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewRequest.ProtoReflect.Descriptor instead.
func (*DeleteViewRequest) GetViewId ¶
func (x *DeleteViewRequest) GetViewId() string
func (*DeleteViewRequest) ProtoMessage ¶
func (*DeleteViewRequest) ProtoMessage()
func (*DeleteViewRequest) ProtoReflect ¶
func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message
func (*DeleteViewRequest) Reset ¶
func (x *DeleteViewRequest) Reset()
func (*DeleteViewRequest) String ¶
func (x *DeleteViewRequest) String() string
type DeleteViewResponse ¶
type DeleteViewResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for DeleteView
func (*DeleteViewResponse) Descriptor
deprecated
func (*DeleteViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewResponse.ProtoReflect.Descriptor instead.
func (*DeleteViewResponse) GetViewId ¶
func (x *DeleteViewResponse) GetViewId() string
func (*DeleteViewResponse) ProtoMessage ¶
func (*DeleteViewResponse) ProtoMessage()
func (*DeleteViewResponse) ProtoReflect ¶
func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message
func (*DeleteViewResponse) Reset ¶
func (x *DeleteViewResponse) Reset()
func (*DeleteViewResponse) String ¶
func (x *DeleteViewResponse) String() string
type DiscoverResourcesAwsOptions ¶ added in v0.64.7
type DiscoverResourcesAwsOptions struct { // Required. Comma-separated list of accounts Accounts string `protobuf:"bytes,1,opt,name=accounts,proto3" json:"accounts,omitempty"` // Required. Comma-separated list of services Services string `protobuf:"bytes,2,opt,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*DiscoverResourcesAwsOptions) Descriptor
deprecated
added in
v0.64.7
func (*DiscoverResourcesAwsOptions) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverResourcesAwsOptions.ProtoReflect.Descriptor instead.
func (*DiscoverResourcesAwsOptions) GetAccounts ¶ added in v0.64.7
func (x *DiscoverResourcesAwsOptions) GetAccounts() string
func (*DiscoverResourcesAwsOptions) GetServices ¶ added in v0.64.7
func (x *DiscoverResourcesAwsOptions) GetServices() string
func (*DiscoverResourcesAwsOptions) ProtoMessage ¶ added in v0.64.7
func (*DiscoverResourcesAwsOptions) ProtoMessage()
func (*DiscoverResourcesAwsOptions) ProtoReflect ¶ added in v0.64.7
func (x *DiscoverResourcesAwsOptions) ProtoReflect() protoreflect.Message
func (*DiscoverResourcesAwsOptions) Reset ¶ added in v0.64.7
func (x *DiscoverResourcesAwsOptions) Reset()
func (*DiscoverResourcesAwsOptions) String ¶ added in v0.64.7
func (x *DiscoverResourcesAwsOptions) String() string
type DiscoverResourcesRequest ¶ added in v0.64.7
type DiscoverResourcesRequest struct { // Required. At the moment, only `aws` is supported. Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` // Required. Valid only for the `aws` vendor. AWS-specific options. AwsOptions *DiscoverResourcesAwsOptions `protobuf:"bytes,2,opt,name=awsOptions,proto3" json:"awsOptions,omitempty"` // contains filtered or unexported fields }
Request message for the Assets.DiscoverResources rpc.
func (*DiscoverResourcesRequest) Descriptor
deprecated
added in
v0.64.7
func (*DiscoverResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DiscoverResourcesRequest.ProtoReflect.Descriptor instead.
func (*DiscoverResourcesRequest) GetAwsOptions ¶ added in v0.64.7
func (x *DiscoverResourcesRequest) GetAwsOptions() *DiscoverResourcesAwsOptions
func (*DiscoverResourcesRequest) GetVendor ¶ added in v0.64.7
func (x *DiscoverResourcesRequest) GetVendor() string
func (*DiscoverResourcesRequest) ProtoMessage ¶ added in v0.64.7
func (*DiscoverResourcesRequest) ProtoMessage()
func (*DiscoverResourcesRequest) ProtoReflect ¶ added in v0.64.7
func (x *DiscoverResourcesRequest) ProtoReflect() protoreflect.Message
func (*DiscoverResourcesRequest) Reset ¶ added in v0.64.7
func (x *DiscoverResourcesRequest) Reset()
func (*DiscoverResourcesRequest) String ¶ added in v0.64.7
func (x *DiscoverResourcesRequest) String() string
type GetAccountAccessRequest ¶ added in v0.64.5
type GetAccountAccessRequest struct { // Required. The target AWS account to query. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Request message for the GetAccountAccess rpc.
func (*GetAccountAccessRequest) Descriptor
deprecated
added in
v0.64.5
func (*GetAccountAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountAccessRequest.ProtoReflect.Descriptor instead.
func (*GetAccountAccessRequest) GetTarget ¶ added in v0.64.5
func (x *GetAccountAccessRequest) GetTarget() string
func (*GetAccountAccessRequest) ProtoMessage ¶ added in v0.64.5
func (*GetAccountAccessRequest) ProtoMessage()
func (*GetAccountAccessRequest) ProtoReflect ¶ added in v0.64.5
func (x *GetAccountAccessRequest) ProtoReflect() protoreflect.Message
func (*GetAccountAccessRequest) Reset ¶ added in v0.64.5
func (x *GetAccountAccessRequest) Reset()
func (*GetAccountAccessRequest) String ¶ added in v0.64.5
func (x *GetAccountAccessRequest) String() string
type GetAccountAccessTemplateUrlRequest ¶ added in v0.64.5
type GetAccountAccessTemplateUrlRequest struct { // All templates are publicly available from the reponse link (`templateUrl`) if you want to audit the included permissions. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
Request message for the GetAccountAccessTemplateUrlRequest rpc.
func (*GetAccountAccessTemplateUrlRequest) Descriptor
deprecated
added in
v0.64.5
func (*GetAccountAccessTemplateUrlRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountAccessTemplateUrlRequest.ProtoReflect.Descriptor instead.
func (*GetAccountAccessTemplateUrlRequest) GetType ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlRequest) GetType() string
func (*GetAccountAccessTemplateUrlRequest) ProtoMessage ¶ added in v0.64.5
func (*GetAccountAccessTemplateUrlRequest) ProtoMessage()
func (*GetAccountAccessTemplateUrlRequest) ProtoReflect ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlRequest) ProtoReflect() protoreflect.Message
func (*GetAccountAccessTemplateUrlRequest) Reset ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlRequest) Reset()
func (*GetAccountAccessTemplateUrlRequest) String ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlRequest) String() string
type GetAccountAccessTemplateUrlResponse ¶ added in v0.64.5
type GetAccountAccessTemplateUrlResponse struct { // The CloudFormation launch url. Open it in your browser. LaunchUrl string `protobuf:"bytes,1,opt,name=launchUrl,proto3" json:"launchUrl,omitempty"` // The latest CloudFormation template. The version is included in the filename. TemplateUrl string `protobuf:"bytes,2,opt,name=templateUrl,proto3" json:"templateUrl,omitempty"` // The default stack name used. Can be modified. StackName string `protobuf:"bytes,3,opt,name=stackName,proto3" json:"stackName,omitempty"` // The AWS account that will receive the access. Do not change. Principal string `protobuf:"bytes,4,opt,name=principal,proto3" json:"principal,omitempty"` // The external id for this role. Do not change. ExternalId string `protobuf:"bytes,5,opt,name=externalId,proto3" json:"externalId,omitempty"` // contains filtered or unexported fields }
Response message for the GetAccountAccessTemplateUrlResponse rpc.
func (*GetAccountAccessTemplateUrlResponse) Descriptor
deprecated
added in
v0.64.5
func (*GetAccountAccessTemplateUrlResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountAccessTemplateUrlResponse.ProtoReflect.Descriptor instead.
func (*GetAccountAccessTemplateUrlResponse) GetExternalId ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) GetExternalId() string
func (*GetAccountAccessTemplateUrlResponse) GetLaunchUrl ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) GetLaunchUrl() string
func (*GetAccountAccessTemplateUrlResponse) GetPrincipal ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) GetPrincipal() string
func (*GetAccountAccessTemplateUrlResponse) GetStackName ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) GetStackName() string
func (*GetAccountAccessTemplateUrlResponse) GetTemplateUrl ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) GetTemplateUrl() string
func (*GetAccountAccessTemplateUrlResponse) ProtoMessage ¶ added in v0.64.5
func (*GetAccountAccessTemplateUrlResponse) ProtoMessage()
func (*GetAccountAccessTemplateUrlResponse) ProtoReflect ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) ProtoReflect() protoreflect.Message
func (*GetAccountAccessTemplateUrlResponse) Reset ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) Reset()
func (*GetAccountAccessTemplateUrlResponse) String ¶ added in v0.64.5
func (x *GetAccountAccessTemplateUrlResponse) String() string
type GetAccountTypeRequest ¶ added in v0.64.11
type GetAccountTypeRequest struct { // Required. The target AWS account to query. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Request message for the GetAccountType rpc.
func (*GetAccountTypeRequest) Descriptor
deprecated
added in
v0.64.11
func (*GetAccountTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountTypeRequest.ProtoReflect.Descriptor instead.
func (*GetAccountTypeRequest) GetTarget ¶ added in v0.64.11
func (x *GetAccountTypeRequest) GetTarget() string
func (*GetAccountTypeRequest) ProtoMessage ¶ added in v0.64.11
func (*GetAccountTypeRequest) ProtoMessage()
func (*GetAccountTypeRequest) ProtoReflect ¶ added in v0.64.11
func (x *GetAccountTypeRequest) ProtoReflect() protoreflect.Message
func (*GetAccountTypeRequest) Reset ¶ added in v0.64.11
func (x *GetAccountTypeRequest) Reset()
func (*GetAccountTypeRequest) String ¶ added in v0.64.11
func (x *GetAccountTypeRequest) String() string
type GetAccountTypeResponse ¶ added in v0.64.11
type GetAccountTypeResponse struct { // The account type. Payer or Linked account. AccountType string `protobuf:"bytes,1,opt,name=accountType,proto3" json:"accountType,omitempty"` // The CloudFormation launch url. Open it in your browser. LaunchUrl string `protobuf:"bytes,2,opt,name=launchUrl,proto3" json:"launchUrl,omitempty"` // The latest CloudFormation template. The version is included in the filename. TemplateUrl string `protobuf:"bytes,3,opt,name=templateUrl,proto3" json:"templateUrl,omitempty"` // The default stack name used. Can be modified. StackName string `protobuf:"bytes,4,opt,name=stackName,proto3" json:"stackName,omitempty"` // The AWS account that will receive the access. Do not change. Principal string `protobuf:"bytes,5,opt,name=principal,proto3" json:"principal,omitempty"` // The external id for this role. Do not change. ExternalId string `protobuf:"bytes,6,opt,name=externalId,proto3" json:"externalId,omitempty"` // contains filtered or unexported fields }
Response message for the GetAccountType rpc.
func (*GetAccountTypeResponse) Descriptor
deprecated
added in
v0.64.11
func (*GetAccountTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountTypeResponse.ProtoReflect.Descriptor instead.
func (*GetAccountTypeResponse) GetAccountType ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetAccountType() string
func (*GetAccountTypeResponse) GetExternalId ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetExternalId() string
func (*GetAccountTypeResponse) GetLaunchUrl ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetLaunchUrl() string
func (*GetAccountTypeResponse) GetPrincipal ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetPrincipal() string
func (*GetAccountTypeResponse) GetStackName ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetStackName() string
func (*GetAccountTypeResponse) GetTemplateUrl ¶ added in v0.64.11
func (x *GetAccountTypeResponse) GetTemplateUrl() string
func (*GetAccountTypeResponse) ProtoMessage ¶ added in v0.64.11
func (*GetAccountTypeResponse) ProtoMessage()
func (*GetAccountTypeResponse) ProtoReflect ¶ added in v0.64.11
func (x *GetAccountTypeResponse) ProtoReflect() protoreflect.Message
func (*GetAccountTypeResponse) Reset ¶ added in v0.64.11
func (x *GetAccountTypeResponse) Reset()
func (*GetAccountTypeResponse) String ¶ added in v0.64.11
func (x *GetAccountTypeResponse) String() string
type GetCostGroupDetailsRequest ¶ added in v0.63.2
type GetCostGroupDetailsRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // contains filtered or unexported fields }
Request message for GetCostGroupDetails
func (*GetCostGroupDetailsRequest) Descriptor
deprecated
added in
v0.63.2
func (*GetCostGroupDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCostGroupDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetCostGroupDetailsRequest) GetCostGroupId ¶ added in v0.63.2
func (x *GetCostGroupDetailsRequest) GetCostGroupId() string
func (*GetCostGroupDetailsRequest) ProtoMessage ¶ added in v0.63.2
func (*GetCostGroupDetailsRequest) ProtoMessage()
func (*GetCostGroupDetailsRequest) ProtoReflect ¶ added in v0.63.2
func (x *GetCostGroupDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetCostGroupDetailsRequest) Reset ¶ added in v0.63.2
func (x *GetCostGroupDetailsRequest) Reset()
func (*GetCostGroupDetailsRequest) String ¶ added in v0.63.2
func (x *GetCostGroupDetailsRequest) String() string
type GetCostGroupDetailsResponse ¶ added in v0.63.2
type GetCostGroupDetailsResponse struct { CostGroupData *cover.CostGroupData `protobuf:"bytes,1,opt,name=costGroupData,proto3" json:"costGroupData,omitempty"` // contains filtered or unexported fields }
Response message for GetCostGroupDetails
func (*GetCostGroupDetailsResponse) Descriptor
deprecated
added in
v0.63.2
func (*GetCostGroupDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCostGroupDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetCostGroupDetailsResponse) GetCostGroupData ¶ added in v0.63.2
func (x *GetCostGroupDetailsResponse) GetCostGroupData() *cover.CostGroupData
func (*GetCostGroupDetailsResponse) ProtoMessage ¶ added in v0.63.2
func (*GetCostGroupDetailsResponse) ProtoMessage()
func (*GetCostGroupDetailsResponse) ProtoReflect ¶ added in v0.63.2
func (x *GetCostGroupDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetCostGroupDetailsResponse) Reset ¶ added in v0.63.2
func (x *GetCostGroupDetailsResponse) Reset()
func (*GetCostGroupDetailsResponse) String ¶ added in v0.63.2
func (x *GetCostGroupDetailsResponse) String() string
type GetCostGroupsRequest ¶ added in v0.63.2
type GetCostGroupsRequest struct {
// contains filtered or unexported fields
}
Request message for GetCostGroups
func (*GetCostGroupsRequest) Descriptor
deprecated
added in
v0.63.2
func (*GetCostGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCostGroupsRequest.ProtoReflect.Descriptor instead.
func (*GetCostGroupsRequest) ProtoMessage ¶ added in v0.63.2
func (*GetCostGroupsRequest) ProtoMessage()
func (*GetCostGroupsRequest) ProtoReflect ¶ added in v0.63.2
func (x *GetCostGroupsRequest) ProtoReflect() protoreflect.Message
func (*GetCostGroupsRequest) Reset ¶ added in v0.63.2
func (x *GetCostGroupsRequest) Reset()
func (*GetCostGroupsRequest) String ¶ added in v0.63.2
func (x *GetCostGroupsRequest) String() string
type GetCostGroupsResponse ¶ added in v0.63.2
type GetCostGroupsResponse struct { CostGroupData []*cover.CostGroupData `protobuf:"bytes,1,rep,name=costGroupData,proto3" json:"costGroupData,omitempty"` // contains filtered or unexported fields }
Response message for GetCostGroups
func (*GetCostGroupsResponse) Descriptor
deprecated
added in
v0.63.2
func (*GetCostGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCostGroupsResponse.ProtoReflect.Descriptor instead.
func (*GetCostGroupsResponse) GetCostGroupData ¶ added in v0.63.2
func (x *GetCostGroupsResponse) GetCostGroupData() []*cover.CostGroupData
func (*GetCostGroupsResponse) ProtoMessage ¶ added in v0.63.2
func (*GetCostGroupsResponse) ProtoMessage()
func (*GetCostGroupsResponse) ProtoReflect ¶ added in v0.63.2
func (x *GetCostGroupsResponse) ProtoReflect() protoreflect.Message
func (*GetCostGroupsResponse) Reset ¶ added in v0.63.2
func (x *GetCostGroupsResponse) Reset()
func (*GetCostGroupsResponse) String ¶ added in v0.63.2
func (x *GetCostGroupsResponse) String() string
type GetCurrentViewRequest ¶
type GetCurrentViewRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for GetCurrentView
func (*GetCurrentViewRequest) Descriptor
deprecated
func (*GetCurrentViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentViewRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentViewRequest) GetViewId ¶
func (x *GetCurrentViewRequest) GetViewId() string
func (*GetCurrentViewRequest) ProtoMessage ¶
func (*GetCurrentViewRequest) ProtoMessage()
func (*GetCurrentViewRequest) ProtoReflect ¶
func (x *GetCurrentViewRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentViewRequest) Reset ¶
func (x *GetCurrentViewRequest) Reset()
func (*GetCurrentViewRequest) String ¶
func (x *GetCurrentViewRequest) String() string
type GetCurrentViewResponse ¶
type GetCurrentViewResponse struct { ViewData *cover.ViewData `protobuf:"bytes,1,opt,name=viewData,proto3" json:"viewData,omitempty"` // contains filtered or unexported fields }
Response message for GetCurrentView
func (*GetCurrentViewResponse) Descriptor
deprecated
func (*GetCurrentViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentViewResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentViewResponse) GetViewData ¶
func (x *GetCurrentViewResponse) GetViewData() *cover.ViewData
func (*GetCurrentViewResponse) ProtoMessage ¶
func (*GetCurrentViewResponse) ProtoMessage()
func (*GetCurrentViewResponse) ProtoReflect ¶
func (x *GetCurrentViewResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentViewResponse) Reset ¶
func (x *GetCurrentViewResponse) Reset()
func (*GetCurrentViewResponse) String ¶
func (x *GetCurrentViewResponse) String() string
type GetFavoriteViewsRequest ¶ added in v0.63.2
type GetFavoriteViewsRequest struct {
// contains filtered or unexported fields
}
Request message for GetFavoriteViews
func (*GetFavoriteViewsRequest) Descriptor
deprecated
added in
v0.63.2
func (*GetFavoriteViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFavoriteViewsRequest.ProtoReflect.Descriptor instead.
func (*GetFavoriteViewsRequest) ProtoMessage ¶ added in v0.63.2
func (*GetFavoriteViewsRequest) ProtoMessage()
func (*GetFavoriteViewsRequest) ProtoReflect ¶ added in v0.63.2
func (x *GetFavoriteViewsRequest) ProtoReflect() protoreflect.Message
func (*GetFavoriteViewsRequest) Reset ¶ added in v0.63.2
func (x *GetFavoriteViewsRequest) Reset()
func (*GetFavoriteViewsRequest) String ¶ added in v0.63.2
func (x *GetFavoriteViewsRequest) String() string
type GetFavoriteViewsResponse ¶ added in v0.63.2
type GetFavoriteViewsResponse struct { Favorites []*cover.Favorites `protobuf:"bytes,1,rep,name=favorites,proto3" json:"favorites,omitempty"` // contains filtered or unexported fields }
Response message for GetFavoriteViews
func (*GetFavoriteViewsResponse) Descriptor
deprecated
added in
v0.63.2
func (*GetFavoriteViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFavoriteViewsResponse.ProtoReflect.Descriptor instead.
func (*GetFavoriteViewsResponse) GetFavorites ¶ added in v0.63.2
func (x *GetFavoriteViewsResponse) GetFavorites() []*cover.Favorites
func (*GetFavoriteViewsResponse) ProtoMessage ¶ added in v0.63.2
func (*GetFavoriteViewsResponse) ProtoMessage()
func (*GetFavoriteViewsResponse) ProtoReflect ¶ added in v0.63.2
func (x *GetFavoriteViewsResponse) ProtoReflect() protoreflect.Message
func (*GetFavoriteViewsResponse) Reset ¶ added in v0.63.2
func (x *GetFavoriteViewsResponse) Reset()
func (*GetFavoriteViewsResponse) String ¶ added in v0.63.2
func (x *GetFavoriteViewsResponse) String() string
type GetMemberCostGroupRequest ¶ added in v0.63.5
type GetMemberCostGroupRequest struct { // Required. UserId. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for GetMemberCostGroup
func (*GetMemberCostGroupRequest) Descriptor
deprecated
added in
v0.63.5
func (*GetMemberCostGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberCostGroupRequest.ProtoReflect.Descriptor instead.
func (*GetMemberCostGroupRequest) GetUserId ¶ added in v0.63.5
func (x *GetMemberCostGroupRequest) GetUserId() string
func (*GetMemberCostGroupRequest) ProtoMessage ¶ added in v0.63.5
func (*GetMemberCostGroupRequest) ProtoMessage()
func (*GetMemberCostGroupRequest) ProtoReflect ¶ added in v0.63.5
func (x *GetMemberCostGroupRequest) ProtoReflect() protoreflect.Message
func (*GetMemberCostGroupRequest) Reset ¶ added in v0.63.5
func (x *GetMemberCostGroupRequest) Reset()
func (*GetMemberCostGroupRequest) String ¶ added in v0.63.5
func (x *GetMemberCostGroupRequest) String() string
type GetMemberCostGroupResponse ¶ added in v0.63.5
type GetMemberCostGroupResponse struct { CostGroups []*cover.MemberCostGroup `protobuf:"bytes,1,rep,name=costGroups,proto3" json:"costGroups,omitempty"` // contains filtered or unexported fields }
Response message for GetMemberCostGroup
func (*GetMemberCostGroupResponse) Descriptor
deprecated
added in
v0.63.5
func (*GetMemberCostGroupResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberCostGroupResponse.ProtoReflect.Descriptor instead.
func (*GetMemberCostGroupResponse) GetCostGroups ¶ added in v0.63.5
func (x *GetMemberCostGroupResponse) GetCostGroups() []*cover.MemberCostGroup
func (*GetMemberCostGroupResponse) ProtoMessage ¶ added in v0.63.5
func (*GetMemberCostGroupResponse) ProtoMessage()
func (*GetMemberCostGroupResponse) ProtoReflect ¶ added in v0.63.5
func (x *GetMemberCostGroupResponse) ProtoReflect() protoreflect.Message
func (*GetMemberCostGroupResponse) Reset ¶ added in v0.63.5
func (x *GetMemberCostGroupResponse) Reset()
func (*GetMemberCostGroupResponse) String ¶ added in v0.63.5
func (x *GetMemberCostGroupResponse) String() string
type GetMemberDetailsRequest ¶
type GetMemberDetailsRequest struct { // Required. UserId. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for GetMemberDetails
func (*GetMemberDetailsRequest) Descriptor
deprecated
func (*GetMemberDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetMemberDetailsRequest) GetUserId ¶ added in v0.63.2
func (x *GetMemberDetailsRequest) GetUserId() string
func (*GetMemberDetailsRequest) ProtoMessage ¶
func (*GetMemberDetailsRequest) ProtoMessage()
func (*GetMemberDetailsRequest) ProtoReflect ¶
func (x *GetMemberDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetMemberDetailsRequest) Reset ¶
func (x *GetMemberDetailsRequest) Reset()
func (*GetMemberDetailsRequest) String ¶
func (x *GetMemberDetailsRequest) String() string
type GetMemberDetailsResponse ¶
type GetMemberDetailsResponse struct { UserData *cover.UserData `protobuf:"bytes,1,opt,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetMemberDetails
func (*GetMemberDetailsResponse) Descriptor
deprecated
func (*GetMemberDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMemberDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetMemberDetailsResponse) GetUserData ¶
func (x *GetMemberDetailsResponse) GetUserData() *cover.UserData
func (*GetMemberDetailsResponse) ProtoMessage ¶
func (*GetMemberDetailsResponse) ProtoMessage()
func (*GetMemberDetailsResponse) ProtoReflect ¶
func (x *GetMemberDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetMemberDetailsResponse) Reset ¶
func (x *GetMemberDetailsResponse) Reset()
func (*GetMemberDetailsResponse) String ¶
func (x *GetMemberDetailsResponse) String() string
type GetMembersRequest ¶
type GetMembersRequest struct {
// contains filtered or unexported fields
}
Request message for GetMembers
func (*GetMembersRequest) Descriptor
deprecated
func (*GetMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMembersRequest.ProtoReflect.Descriptor instead.
func (*GetMembersRequest) ProtoMessage ¶
func (*GetMembersRequest) ProtoMessage()
func (*GetMembersRequest) ProtoReflect ¶
func (x *GetMembersRequest) ProtoReflect() protoreflect.Message
func (*GetMembersRequest) Reset ¶
func (x *GetMembersRequest) Reset()
func (*GetMembersRequest) String ¶
func (x *GetMembersRequest) String() string
type GetMembersResponse ¶
type GetMembersResponse struct { UserData []*cover.UserData `protobuf:"bytes,1,rep,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetMembers
func (*GetMembersResponse) Descriptor
deprecated
func (*GetMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMembersResponse.ProtoReflect.Descriptor instead.
func (*GetMembersResponse) GetUserData ¶
func (x *GetMembersResponse) GetUserData() []*cover.UserData
func (*GetMembersResponse) ProtoMessage ¶
func (*GetMembersResponse) ProtoMessage()
func (*GetMembersResponse) ProtoReflect ¶
func (x *GetMembersResponse) ProtoReflect() protoreflect.Message
func (*GetMembersResponse) Reset ¶
func (x *GetMembersResponse) Reset()
func (*GetMembersResponse) String ¶
func (x *GetMembersResponse) String() string
type GetUserDetailsRequest ¶ added in v0.63.1
type GetUserDetailsRequest struct {
// contains filtered or unexported fields
}
Request message for GetUserDetails
func (*GetUserDetailsRequest) Descriptor
deprecated
added in
v0.63.1
func (*GetUserDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetUserDetailsRequest) ProtoMessage ¶ added in v0.63.1
func (*GetUserDetailsRequest) ProtoMessage()
func (*GetUserDetailsRequest) ProtoReflect ¶ added in v0.63.1
func (x *GetUserDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetUserDetailsRequest) Reset ¶ added in v0.63.1
func (x *GetUserDetailsRequest) Reset()
func (*GetUserDetailsRequest) String ¶ added in v0.63.1
func (x *GetUserDetailsRequest) String() string
type GetUserDetailsResponse ¶ added in v0.63.1
type GetUserDetailsResponse struct { UserData *cover.UserData `protobuf:"bytes,1,opt,name=userData,proto3" json:"userData,omitempty"` // contains filtered or unexported fields }
Response message for GetUserDetails
func (*GetUserDetailsResponse) Descriptor
deprecated
added in
v0.63.1
func (*GetUserDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetUserDetailsResponse) GetUserData ¶ added in v0.63.1
func (x *GetUserDetailsResponse) GetUserData() *cover.UserData
func (*GetUserDetailsResponse) ProtoMessage ¶ added in v0.63.1
func (*GetUserDetailsResponse) ProtoMessage()
func (*GetUserDetailsResponse) ProtoReflect ¶ added in v0.63.1
func (x *GetUserDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetUserDetailsResponse) Reset ¶ added in v0.63.1
func (x *GetUserDetailsResponse) Reset()
func (*GetUserDetailsResponse) String ¶ added in v0.63.1
func (x *GetUserDetailsResponse) String() string
type GetViewsRequest ¶
type GetViewsRequest struct {
// contains filtered or unexported fields
}
Request message for GetViews
func (*GetViewsRequest) Descriptor
deprecated
func (*GetViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetViewsRequest.ProtoReflect.Descriptor instead.
func (*GetViewsRequest) ProtoMessage ¶
func (*GetViewsRequest) ProtoMessage()
func (*GetViewsRequest) ProtoReflect ¶
func (x *GetViewsRequest) ProtoReflect() protoreflect.Message
func (*GetViewsRequest) Reset ¶
func (x *GetViewsRequest) Reset()
func (*GetViewsRequest) String ¶
func (x *GetViewsRequest) String() string
type GetViewsResponse ¶
type GetViewsResponse struct { ViewList []*cover.ViewList `protobuf:"bytes,1,rep,name=viewList,proto3" json:"viewList,omitempty"` // contains filtered or unexported fields }
Response message for GetViews
func (*GetViewsResponse) Descriptor
deprecated
func (*GetViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetViewsResponse.ProtoReflect.Descriptor instead.
func (*GetViewsResponse) GetViewList ¶
func (x *GetViewsResponse) GetViewList() []*cover.ViewList
func (*GetViewsResponse) ProtoMessage ¶
func (*GetViewsResponse) ProtoMessage()
func (*GetViewsResponse) ProtoReflect ¶
func (x *GetViewsResponse) ProtoReflect() protoreflect.Message
func (*GetViewsResponse) Reset ¶
func (x *GetViewsResponse) Reset()
func (*GetViewsResponse) String ¶
func (x *GetViewsResponse) String() string
type GrpcClient ¶
type GrpcClient struct { CoverClient // contains filtered or unexported fields }
func NewClient ¶
func NewClient(ctx context.Context, opts ...*ClientOptions) (*GrpcClient, error)
NewClient returns a client connection to the 'cover' service.
func (*GrpcClient) Close ¶
func (c *GrpcClient) Close()
type InviteMemberRequest ¶
type InviteMemberRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Request message for InviteMember
func (*InviteMemberRequest) Descriptor
deprecated
func (*InviteMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use InviteMemberRequest.ProtoReflect.Descriptor instead.
func (*InviteMemberRequest) GetEmail ¶
func (x *InviteMemberRequest) GetEmail() string
func (*InviteMemberRequest) ProtoMessage ¶
func (*InviteMemberRequest) ProtoMessage()
func (*InviteMemberRequest) ProtoReflect ¶
func (x *InviteMemberRequest) ProtoReflect() protoreflect.Message
func (*InviteMemberRequest) Reset ¶
func (x *InviteMemberRequest) Reset()
func (*InviteMemberRequest) String ¶
func (x *InviteMemberRequest) String() string
type InviteMemberResponse ¶
type InviteMemberResponse struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Response message for InviteMember
func (*InviteMemberResponse) Descriptor
deprecated
func (*InviteMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use InviteMemberResponse.ProtoReflect.Descriptor instead.
func (*InviteMemberResponse) GetEmail ¶
func (x *InviteMemberResponse) GetEmail() string
func (*InviteMemberResponse) ProtoMessage ¶
func (*InviteMemberResponse) ProtoMessage()
func (*InviteMemberResponse) ProtoReflect ¶
func (x *InviteMemberResponse) ProtoReflect() protoreflect.Message
func (*InviteMemberResponse) Reset ¶
func (x *InviteMemberResponse) Reset()
func (*InviteMemberResponse) String ¶
func (x *InviteMemberResponse) String() string
type ListAccountAccessRequest ¶ added in v0.64.5
type ListAccountAccessRequest struct {
// contains filtered or unexported fields
}
Request message for the ListAccountAccess rpc.
func (*ListAccountAccessRequest) Descriptor
deprecated
added in
v0.64.5
func (*ListAccountAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountAccessRequest.ProtoReflect.Descriptor instead.
func (*ListAccountAccessRequest) ProtoMessage ¶ added in v0.64.5
func (*ListAccountAccessRequest) ProtoMessage()
func (*ListAccountAccessRequest) ProtoReflect ¶ added in v0.64.5
func (x *ListAccountAccessRequest) ProtoReflect() protoreflect.Message
func (*ListAccountAccessRequest) Reset ¶ added in v0.64.5
func (x *ListAccountAccessRequest) Reset()
func (*ListAccountAccessRequest) String ¶ added in v0.64.5
func (x *ListAccountAccessRequest) String() string
type ListAssetsAwsFilterOptions ¶ added in v0.64.7
type ListAssetsAwsFilterOptions struct { // Required. The service to query for resources. Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` // Required. Comma-separated list of accounts. Accounts string `protobuf:"bytes,2,opt,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
func (*ListAssetsAwsFilterOptions) Descriptor
deprecated
added in
v0.64.7
func (*ListAssetsAwsFilterOptions) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsAwsFilterOptions.ProtoReflect.Descriptor instead.
func (*ListAssetsAwsFilterOptions) GetAccounts ¶ added in v0.64.7
func (x *ListAssetsAwsFilterOptions) GetAccounts() string
func (*ListAssetsAwsFilterOptions) GetService ¶ added in v0.64.7
func (x *ListAssetsAwsFilterOptions) GetService() string
func (*ListAssetsAwsFilterOptions) ProtoMessage ¶ added in v0.64.7
func (*ListAssetsAwsFilterOptions) ProtoMessage()
func (*ListAssetsAwsFilterOptions) ProtoReflect ¶ added in v0.64.7
func (x *ListAssetsAwsFilterOptions) ProtoReflect() protoreflect.Message
func (*ListAssetsAwsFilterOptions) Reset ¶ added in v0.64.7
func (x *ListAssetsAwsFilterOptions) Reset()
func (*ListAssetsAwsFilterOptions) String ¶ added in v0.64.7
func (x *ListAssetsAwsFilterOptions) String() string
type ListAssetsRequest ¶ added in v0.64.6
type ListAssetsRequest struct { // Required. At the moment, only `aws` is supported. Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` // Required. Valid only for the `aws` vendor. AWS-specific filter options. AwsOptions *ListAssetsAwsFilterOptions `protobuf:"bytes,2,opt,name=awsOptions,proto3" json:"awsOptions,omitempty"` // contains filtered or unexported fields }
Request message for the Asset.ListResources rpc.
func (*ListAssetsRequest) Descriptor
deprecated
added in
v0.64.6
func (*ListAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsRequest.ProtoReflect.Descriptor instead.
func (*ListAssetsRequest) GetAwsOptions ¶ added in v0.64.7
func (x *ListAssetsRequest) GetAwsOptions() *ListAssetsAwsFilterOptions
func (*ListAssetsRequest) GetVendor ¶ added in v0.64.6
func (x *ListAssetsRequest) GetVendor() string
func (*ListAssetsRequest) ProtoMessage ¶ added in v0.64.6
func (*ListAssetsRequest) ProtoMessage()
func (*ListAssetsRequest) ProtoReflect ¶ added in v0.64.6
func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
func (*ListAssetsRequest) Reset ¶ added in v0.64.6
func (x *ListAssetsRequest) Reset()
func (*ListAssetsRequest) String ¶ added in v0.64.6
func (x *ListAssetsRequest) String() string
type ListDiscoveryRequestsRequest ¶ added in v0.64.7
type ListDiscoveryRequestsRequest struct { // Required. At the moment, only `aws` is supported. Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` // contains filtered or unexported fields }
Request message for the Assets.ListDiscoveryRequests rpc.
func (*ListDiscoveryRequestsRequest) Descriptor
deprecated
added in
v0.64.7
func (*ListDiscoveryRequestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDiscoveryRequestsRequest.ProtoReflect.Descriptor instead.
func (*ListDiscoveryRequestsRequest) GetVendor ¶ added in v0.64.7
func (x *ListDiscoveryRequestsRequest) GetVendor() string
func (*ListDiscoveryRequestsRequest) ProtoMessage ¶ added in v0.64.7
func (*ListDiscoveryRequestsRequest) ProtoMessage()
func (*ListDiscoveryRequestsRequest) ProtoReflect ¶ added in v0.64.7
func (x *ListDiscoveryRequestsRequest) ProtoReflect() protoreflect.Message
func (*ListDiscoveryRequestsRequest) Reset ¶ added in v0.64.7
func (x *ListDiscoveryRequestsRequest) Reset()
func (*ListDiscoveryRequestsRequest) String ¶ added in v0.64.7
func (x *ListDiscoveryRequestsRequest) String() string
type ListDiscoveryRequestsResponse ¶ added in v0.64.7
type ListDiscoveryRequestsResponse struct { Requests []*api.Operation `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
func (*ListDiscoveryRequestsResponse) Descriptor
deprecated
added in
v0.64.7
func (*ListDiscoveryRequestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDiscoveryRequestsResponse.ProtoReflect.Descriptor instead.
func (*ListDiscoveryRequestsResponse) GetRequests ¶ added in v0.64.7
func (x *ListDiscoveryRequestsResponse) GetRequests() []*api.Operation
func (*ListDiscoveryRequestsResponse) ProtoMessage ¶ added in v0.64.7
func (*ListDiscoveryRequestsResponse) ProtoMessage()
func (*ListDiscoveryRequestsResponse) ProtoReflect ¶ added in v0.64.7
func (x *ListDiscoveryRequestsResponse) ProtoReflect() protoreflect.Message
func (*ListDiscoveryRequestsResponse) Reset ¶ added in v0.64.7
func (x *ListDiscoveryRequestsResponse) Reset()
func (*ListDiscoveryRequestsResponse) String ¶ added in v0.64.7
func (x *ListDiscoveryRequestsResponse) String() string
type PublishViewRequest ¶ added in v0.63.2
type PublishViewRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for PublishView
func (*PublishViewRequest) Descriptor
deprecated
added in
v0.63.2
func (*PublishViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use PublishViewRequest.ProtoReflect.Descriptor instead.
func (*PublishViewRequest) GetViewId ¶ added in v0.63.2
func (x *PublishViewRequest) GetViewId() string
func (*PublishViewRequest) ProtoMessage ¶ added in v0.63.2
func (*PublishViewRequest) ProtoMessage()
func (*PublishViewRequest) ProtoReflect ¶ added in v0.63.2
func (x *PublishViewRequest) ProtoReflect() protoreflect.Message
func (*PublishViewRequest) Reset ¶ added in v0.63.2
func (x *PublishViewRequest) Reset()
func (*PublishViewRequest) String ¶ added in v0.63.2
func (x *PublishViewRequest) String() string
type PublishViewResponse ¶ added in v0.63.2
type PublishViewResponse struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
Response message for PublishView
func (*PublishViewResponse) Descriptor
deprecated
added in
v0.63.2
func (*PublishViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use PublishViewResponse.ProtoReflect.Descriptor instead.
func (*PublishViewResponse) GetUrl ¶ added in v0.63.2
func (x *PublishViewResponse) GetUrl() string
func (*PublishViewResponse) ProtoMessage ¶ added in v0.63.2
func (*PublishViewResponse) ProtoMessage()
func (*PublishViewResponse) ProtoReflect ¶ added in v0.63.2
func (x *PublishViewResponse) ProtoReflect() protoreflect.Message
func (*PublishViewResponse) Reset ¶ added in v0.63.2
func (x *PublishViewResponse) Reset()
func (*PublishViewResponse) String ¶ added in v0.63.2
func (x *PublishViewResponse) String() string
type RegisterAccountRequest ¶ added in v0.64.11
type RegisterAccountRequest struct { // Required. Cloud vendor. Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"` // Required. The AWS account Id. AccountId string `protobuf:"bytes,2,opt,name=accountId,proto3" json:"accountId,omitempty"` // The account name AccountName string `protobuf:"bytes,3,opt,name=accountName,proto3" json:"accountName,omitempty"` // contains filtered or unexported fields }
Request message for the RegisterAccount rpc.
func (*RegisterAccountRequest) Descriptor
deprecated
added in
v0.64.11
func (*RegisterAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterAccountRequest.ProtoReflect.Descriptor instead.
func (*RegisterAccountRequest) GetAccountId ¶ added in v0.64.11
func (x *RegisterAccountRequest) GetAccountId() string
func (*RegisterAccountRequest) GetAccountName ¶ added in v0.64.11
func (x *RegisterAccountRequest) GetAccountName() string
func (*RegisterAccountRequest) GetVendor ¶ added in v0.64.11
func (x *RegisterAccountRequest) GetVendor() string
func (*RegisterAccountRequest) ProtoMessage ¶ added in v0.64.11
func (*RegisterAccountRequest) ProtoMessage()
func (*RegisterAccountRequest) ProtoReflect ¶ added in v0.64.11
func (x *RegisterAccountRequest) ProtoReflect() protoreflect.Message
func (*RegisterAccountRequest) Reset ¶ added in v0.64.11
func (x *RegisterAccountRequest) Reset()
func (*RegisterAccountRequest) String ¶ added in v0.64.11
func (x *RegisterAccountRequest) String() string
type RemoveCostGroupMemberRequest ¶ added in v0.63.2
type RemoveCostGroupMemberRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. User Id. UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for RemoveCostGroupMember
func (*RemoveCostGroupMemberRequest) Descriptor
deprecated
added in
v0.63.2
func (*RemoveCostGroupMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveCostGroupMemberRequest.ProtoReflect.Descriptor instead.
func (*RemoveCostGroupMemberRequest) GetCostGroupId ¶ added in v0.63.2
func (x *RemoveCostGroupMemberRequest) GetCostGroupId() string
func (*RemoveCostGroupMemberRequest) GetUserId ¶ added in v0.63.2
func (x *RemoveCostGroupMemberRequest) GetUserId() string
func (*RemoveCostGroupMemberRequest) ProtoMessage ¶ added in v0.63.2
func (*RemoveCostGroupMemberRequest) ProtoMessage()
func (*RemoveCostGroupMemberRequest) ProtoReflect ¶ added in v0.63.2
func (x *RemoveCostGroupMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveCostGroupMemberRequest) Reset ¶ added in v0.63.2
func (x *RemoveCostGroupMemberRequest) Reset()
func (*RemoveCostGroupMemberRequest) String ¶ added in v0.63.2
func (x *RemoveCostGroupMemberRequest) String() string
type RemoveCostGroupMemberResponse ¶ added in v0.63.2
type RemoveCostGroupMemberResponse struct { CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Response message for RemoveCostGroupMember
func (*RemoveCostGroupMemberResponse) Descriptor
deprecated
added in
v0.63.2
func (*RemoveCostGroupMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveCostGroupMemberResponse.ProtoReflect.Descriptor instead.
func (*RemoveCostGroupMemberResponse) GetCostGroupId ¶ added in v0.63.2
func (x *RemoveCostGroupMemberResponse) GetCostGroupId() string
func (*RemoveCostGroupMemberResponse) GetUserId ¶ added in v0.63.2
func (x *RemoveCostGroupMemberResponse) GetUserId() string
func (*RemoveCostGroupMemberResponse) ProtoMessage ¶ added in v0.63.2
func (*RemoveCostGroupMemberResponse) ProtoMessage()
func (*RemoveCostGroupMemberResponse) ProtoReflect ¶ added in v0.63.2
func (x *RemoveCostGroupMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveCostGroupMemberResponse) Reset ¶ added in v0.63.2
func (x *RemoveCostGroupMemberResponse) Reset()
func (*RemoveCostGroupMemberResponse) String ¶ added in v0.63.2
func (x *RemoveCostGroupMemberResponse) String() string
type RemoveFavoriteRequest ¶ added in v0.63.2
type RemoveFavoriteRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for RemoveFavorite
func (*RemoveFavoriteRequest) Descriptor
deprecated
added in
v0.63.2
func (*RemoveFavoriteRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFavoriteRequest.ProtoReflect.Descriptor instead.
func (*RemoveFavoriteRequest) GetViewId ¶ added in v0.63.2
func (x *RemoveFavoriteRequest) GetViewId() string
func (*RemoveFavoriteRequest) ProtoMessage ¶ added in v0.63.2
func (*RemoveFavoriteRequest) ProtoMessage()
func (*RemoveFavoriteRequest) ProtoReflect ¶ added in v0.63.2
func (x *RemoveFavoriteRequest) ProtoReflect() protoreflect.Message
func (*RemoveFavoriteRequest) Reset ¶ added in v0.63.2
func (x *RemoveFavoriteRequest) Reset()
func (*RemoveFavoriteRequest) String ¶ added in v0.63.2
func (x *RemoveFavoriteRequest) String() string
type RemoveFavoriteResponse ¶ added in v0.63.2
type RemoveFavoriteResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for RemoveFavorite
func (*RemoveFavoriteResponse) Descriptor
deprecated
added in
v0.63.2
func (*RemoveFavoriteResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFavoriteResponse.ProtoReflect.Descriptor instead.
func (*RemoveFavoriteResponse) GetViewId ¶ added in v0.63.2
func (x *RemoveFavoriteResponse) GetViewId() string
func (*RemoveFavoriteResponse) ProtoMessage ¶ added in v0.63.2
func (*RemoveFavoriteResponse) ProtoMessage()
func (*RemoveFavoriteResponse) ProtoReflect ¶ added in v0.63.2
func (x *RemoveFavoriteResponse) ProtoReflect() protoreflect.Message
func (*RemoveFavoriteResponse) Reset ¶ added in v0.63.2
func (x *RemoveFavoriteResponse) Reset()
func (*RemoveFavoriteResponse) String ¶ added in v0.63.2
func (x *RemoveFavoriteResponse) String() string
type RemoveSideMenuFavoriteRequest ¶ added in v0.63.7
type RemoveSideMenuFavoriteRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` MenuItemId string `protobuf:"bytes,2,opt,name=menuItemId,proto3" json:"menuItemId,omitempty"` // contains filtered or unexported fields }
Request message for RemoveSideMenuFavorite
func (*RemoveSideMenuFavoriteRequest) Descriptor
deprecated
added in
v0.63.7
func (*RemoveSideMenuFavoriteRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveSideMenuFavoriteRequest.ProtoReflect.Descriptor instead.
func (*RemoveSideMenuFavoriteRequest) GetMenuItemId ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteRequest) GetMenuItemId() string
func (*RemoveSideMenuFavoriteRequest) GetViewId ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteRequest) GetViewId() string
func (*RemoveSideMenuFavoriteRequest) ProtoMessage ¶ added in v0.63.7
func (*RemoveSideMenuFavoriteRequest) ProtoMessage()
func (*RemoveSideMenuFavoriteRequest) ProtoReflect ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteRequest) ProtoReflect() protoreflect.Message
func (*RemoveSideMenuFavoriteRequest) Reset ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteRequest) Reset()
func (*RemoveSideMenuFavoriteRequest) String ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteRequest) String() string
type RemoveSideMenuFavoriteResponse ¶ added in v0.63.7
type RemoveSideMenuFavoriteResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for RemoveSideMenuFavorite
func (*RemoveSideMenuFavoriteResponse) Descriptor
deprecated
added in
v0.63.7
func (*RemoveSideMenuFavoriteResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveSideMenuFavoriteResponse.ProtoReflect.Descriptor instead.
func (*RemoveSideMenuFavoriteResponse) GetViewId ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteResponse) GetViewId() string
func (*RemoveSideMenuFavoriteResponse) ProtoMessage ¶ added in v0.63.7
func (*RemoveSideMenuFavoriteResponse) ProtoMessage()
func (*RemoveSideMenuFavoriteResponse) ProtoReflect ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteResponse) ProtoReflect() protoreflect.Message
func (*RemoveSideMenuFavoriteResponse) Reset ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteResponse) Reset()
func (*RemoveSideMenuFavoriteResponse) String ¶ added in v0.63.7
func (x *RemoveSideMenuFavoriteResponse) String() string
type ResetPasswordRequest ¶
type ResetPasswordRequest struct { // Required. UserId. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Request message for ResetPassword
func (*ResetPasswordRequest) Descriptor
deprecated
func (*ResetPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordRequest.ProtoReflect.Descriptor instead.
func (*ResetPasswordRequest) GetUserId ¶ added in v0.63.2
func (x *ResetPasswordRequest) GetUserId() string
func (*ResetPasswordRequest) ProtoMessage ¶
func (*ResetPasswordRequest) ProtoMessage()
func (*ResetPasswordRequest) ProtoReflect ¶
func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message
func (*ResetPasswordRequest) Reset ¶
func (x *ResetPasswordRequest) Reset()
func (*ResetPasswordRequest) String ¶
func (x *ResetPasswordRequest) String() string
type ResetPasswordResponse ¶
type ResetPasswordResponse struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Response message for ResetPassword
func (*ResetPasswordResponse) Descriptor
deprecated
func (*ResetPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetPasswordResponse.ProtoReflect.Descriptor instead.
func (*ResetPasswordResponse) GetUserId ¶ added in v0.63.2
func (x *ResetPasswordResponse) GetUserId() string
func (*ResetPasswordResponse) ProtoMessage ¶
func (*ResetPasswordResponse) ProtoMessage()
func (*ResetPasswordResponse) ProtoReflect ¶
func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message
func (*ResetPasswordResponse) Reset ¶
func (x *ResetPasswordResponse) Reset()
func (*ResetPasswordResponse) String ¶
func (x *ResetPasswordResponse) String() string
type ResetUserPasswordRequest ¶ added in v0.63.1
type ResetUserPasswordRequest struct { PreviousPassword string `protobuf:"bytes,1,opt,name=previousPassword,proto3" json:"previousPassword,omitempty"` NewPassword string `protobuf:"bytes,2,opt,name=newPassword,proto3" json:"newPassword,omitempty"` // contains filtered or unexported fields }
Request message for ResetUserPassword
func (*ResetUserPasswordRequest) Descriptor
deprecated
added in
v0.63.1
func (*ResetUserPasswordRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetUserPasswordRequest.ProtoReflect.Descriptor instead.
func (*ResetUserPasswordRequest) GetNewPassword ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) GetNewPassword() string
func (*ResetUserPasswordRequest) GetPreviousPassword ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) GetPreviousPassword() string
func (*ResetUserPasswordRequest) ProtoMessage ¶ added in v0.63.1
func (*ResetUserPasswordRequest) ProtoMessage()
func (*ResetUserPasswordRequest) ProtoReflect ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) ProtoReflect() protoreflect.Message
func (*ResetUserPasswordRequest) Reset ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) Reset()
func (*ResetUserPasswordRequest) String ¶ added in v0.63.1
func (x *ResetUserPasswordRequest) String() string
type ResetUserPasswordResponse ¶ added in v0.63.1
type ResetUserPasswordResponse struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
Response message for ResetUserPassword
func (*ResetUserPasswordResponse) Descriptor
deprecated
added in
v0.63.1
func (*ResetUserPasswordResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetUserPasswordResponse.ProtoReflect.Descriptor instead.
func (*ResetUserPasswordResponse) GetUserId ¶ added in v0.63.2
func (x *ResetUserPasswordResponse) GetUserId() string
func (*ResetUserPasswordResponse) ProtoMessage ¶ added in v0.63.1
func (*ResetUserPasswordResponse) ProtoMessage()
func (*ResetUserPasswordResponse) ProtoReflect ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) ProtoReflect() protoreflect.Message
func (*ResetUserPasswordResponse) Reset ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) Reset()
func (*ResetUserPasswordResponse) String ¶ added in v0.63.1
func (x *ResetUserPasswordResponse) String() string
type ResolveCostGroupCombinationsRequest ¶ added in v0.64.9
type ResolveCostGroupCombinationsRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // contains filtered or unexported fields }
func (*ResolveCostGroupCombinationsRequest) Descriptor
deprecated
added in
v0.64.9
func (*ResolveCostGroupCombinationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResolveCostGroupCombinationsRequest.ProtoReflect.Descriptor instead.
func (*ResolveCostGroupCombinationsRequest) GetCostGroupId ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsRequest) GetCostGroupId() string
func (*ResolveCostGroupCombinationsRequest) ProtoMessage ¶ added in v0.64.9
func (*ResolveCostGroupCombinationsRequest) ProtoMessage()
func (*ResolveCostGroupCombinationsRequest) ProtoReflect ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsRequest) ProtoReflect() protoreflect.Message
func (*ResolveCostGroupCombinationsRequest) Reset ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsRequest) Reset()
func (*ResolveCostGroupCombinationsRequest) String ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsRequest) String() string
type ResolveCostGroupCombinationsResponse ¶ added in v0.64.9
type ResolveCostGroupCombinationsResponse struct { CostgroupId string `protobuf:"bytes,1,opt,name=costgroupId,proto3" json:"costgroupId,omitempty"` Accounts []*cover.Account `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
func (*ResolveCostGroupCombinationsResponse) Descriptor
deprecated
added in
v0.64.9
func (*ResolveCostGroupCombinationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResolveCostGroupCombinationsResponse.ProtoReflect.Descriptor instead.
func (*ResolveCostGroupCombinationsResponse) GetAccounts ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsResponse) GetAccounts() []*cover.Account
func (*ResolveCostGroupCombinationsResponse) GetCostgroupId ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsResponse) GetCostgroupId() string
func (*ResolveCostGroupCombinationsResponse) ProtoMessage ¶ added in v0.64.9
func (*ResolveCostGroupCombinationsResponse) ProtoMessage()
func (*ResolveCostGroupCombinationsResponse) ProtoReflect ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsResponse) ProtoReflect() protoreflect.Message
func (*ResolveCostGroupCombinationsResponse) Reset ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsResponse) Reset()
func (*ResolveCostGroupCombinationsResponse) String ¶ added in v0.64.9
func (x *ResolveCostGroupCombinationsResponse) String() string
type UnimplementedCoverServer ¶
type UnimplementedCoverServer struct { }
UnimplementedCoverServer must be embedded to have forward compatible implementations.
func (UnimplementedCoverServer) AddFavorite ¶ added in v0.63.2
func (UnimplementedCoverServer) AddFavorite(context.Context, *AddFavoriteRequest) (*AddFavoriteResponse, error)
func (UnimplementedCoverServer) AddSideMenuFavorite ¶ added in v0.63.7
func (UnimplementedCoverServer) AddSideMenuFavorite(context.Context, *AddSideMenuFavoriteRequest) (*AddSideMenuFavoriteResponse, error)
func (UnimplementedCoverServer) AssignCostGroupMember ¶ added in v0.63.2
func (UnimplementedCoverServer) AssignCostGroupMember(context.Context, *AssignCostGroupMemberRequest) (*AssignCostGroupMemberResponse, error)
func (UnimplementedCoverServer) CreateAccountAccess ¶ added in v0.64.5
func (UnimplementedCoverServer) CreateAccountAccess(context.Context, *CreateAccountAccessRequest) (*AccountAccess, error)
func (UnimplementedCoverServer) CreateCostGroup ¶ added in v0.63.2
func (UnimplementedCoverServer) CreateCostGroup(context.Context, *CreateCostGroupRequest) (*CreateCostGroupResponse, error)
func (UnimplementedCoverServer) CreateMember ¶
func (UnimplementedCoverServer) CreateMember(context.Context, *CreateMemberRequest) (*CreateMemberResponse, error)
func (UnimplementedCoverServer) CreateView ¶
func (UnimplementedCoverServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
func (UnimplementedCoverServer) DeleteAccountAccess ¶ added in v0.64.5
func (UnimplementedCoverServer) DeleteAccountAccess(context.Context, *DeleteAccountAccessRequest) (*emptypb.Empty, error)
func (UnimplementedCoverServer) DeleteCostGroup ¶ added in v0.63.2
func (UnimplementedCoverServer) DeleteCostGroup(context.Context, *DeleteCostGroupRequest) (*DeleteCostGroupResponse, error)
func (UnimplementedCoverServer) DeleteMember ¶
func (UnimplementedCoverServer) DeleteMember(context.Context, *DeleteMemberRequest) (*DeleteMemberResponse, error)
func (UnimplementedCoverServer) DeleteView ¶
func (UnimplementedCoverServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
func (UnimplementedCoverServer) DiscoverResources ¶ added in v0.64.7
func (UnimplementedCoverServer) DiscoverResources(context.Context, *DiscoverResourcesRequest) (*emptypb.Empty, error)
func (UnimplementedCoverServer) GetAccountAccess ¶ added in v0.64.5
func (UnimplementedCoverServer) GetAccountAccess(context.Context, *GetAccountAccessRequest) (*AccountAccess, error)
func (UnimplementedCoverServer) GetAccountAccessTemplateUrl ¶ added in v0.64.5
func (UnimplementedCoverServer) GetAccountAccessTemplateUrl(context.Context, *GetAccountAccessTemplateUrlRequest) (*GetAccountAccessTemplateUrlResponse, error)
func (UnimplementedCoverServer) GetAccountType ¶ added in v0.64.11
func (UnimplementedCoverServer) GetAccountType(context.Context, *GetAccountTypeRequest) (*GetAccountTypeResponse, error)
func (UnimplementedCoverServer) GetCostGroupDetails ¶ added in v0.63.2
func (UnimplementedCoverServer) GetCostGroupDetails(context.Context, *GetCostGroupDetailsRequest) (*GetCostGroupDetailsResponse, error)
func (UnimplementedCoverServer) GetCostGroups ¶ added in v0.63.2
func (UnimplementedCoverServer) GetCostGroups(context.Context, *GetCostGroupsRequest) (*GetCostGroupsResponse, error)
func (UnimplementedCoverServer) GetCurrentView ¶
func (UnimplementedCoverServer) GetCurrentView(context.Context, *GetCurrentViewRequest) (*GetCurrentViewResponse, error)
func (UnimplementedCoverServer) GetFavoriteViews ¶ added in v0.63.2
func (UnimplementedCoverServer) GetFavoriteViews(context.Context, *GetFavoriteViewsRequest) (*GetFavoriteViewsResponse, error)
func (UnimplementedCoverServer) GetMemberCostGroup ¶ added in v0.63.5
func (UnimplementedCoverServer) GetMemberCostGroup(context.Context, *GetMemberCostGroupRequest) (*GetMemberCostGroupResponse, error)
func (UnimplementedCoverServer) GetMemberDetails ¶
func (UnimplementedCoverServer) GetMemberDetails(context.Context, *GetMemberDetailsRequest) (*GetMemberDetailsResponse, error)
func (UnimplementedCoverServer) GetMembers ¶
func (UnimplementedCoverServer) GetMembers(context.Context, *GetMembersRequest) (*GetMembersResponse, error)
func (UnimplementedCoverServer) GetUserDetails ¶ added in v0.63.1
func (UnimplementedCoverServer) GetUserDetails(context.Context, *GetUserDetailsRequest) (*GetUserDetailsResponse, error)
func (UnimplementedCoverServer) GetViews ¶
func (UnimplementedCoverServer) GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
func (UnimplementedCoverServer) InviteMember ¶
func (UnimplementedCoverServer) InviteMember(context.Context, *InviteMemberRequest) (*InviteMemberResponse, error)
func (UnimplementedCoverServer) ListAccountAccess ¶ added in v0.64.5
func (UnimplementedCoverServer) ListAccountAccess(*ListAccountAccessRequest, Cover_ListAccountAccessServer) error
func (UnimplementedCoverServer) ListAssets ¶ added in v0.64.6
func (UnimplementedCoverServer) ListAssets(*ListAssetsRequest, Cover_ListAssetsServer) error
func (UnimplementedCoverServer) ListDiscoveryRequests ¶ added in v0.64.7
func (UnimplementedCoverServer) ListDiscoveryRequests(context.Context, *ListDiscoveryRequestsRequest) (*ListDiscoveryRequestsResponse, error)
func (UnimplementedCoverServer) PublishView ¶ added in v0.63.2
func (UnimplementedCoverServer) PublishView(context.Context, *PublishViewRequest) (*PublishViewResponse, error)
func (UnimplementedCoverServer) RegisterAccount ¶ added in v0.64.11
func (UnimplementedCoverServer) RegisterAccount(context.Context, *RegisterAccountRequest) (*emptypb.Empty, error)
func (UnimplementedCoverServer) RemoveCostGroupMember ¶ added in v0.63.2
func (UnimplementedCoverServer) RemoveCostGroupMember(context.Context, *RemoveCostGroupMemberRequest) (*RemoveCostGroupMemberResponse, error)
func (UnimplementedCoverServer) RemoveFavorite ¶ added in v0.63.2
func (UnimplementedCoverServer) RemoveFavorite(context.Context, *RemoveFavoriteRequest) (*RemoveFavoriteResponse, error)
func (UnimplementedCoverServer) RemoveSideMenuFavorite ¶ added in v0.63.7
func (UnimplementedCoverServer) RemoveSideMenuFavorite(context.Context, *RemoveSideMenuFavoriteRequest) (*RemoveSideMenuFavoriteResponse, error)
func (UnimplementedCoverServer) ResetPassword ¶
func (UnimplementedCoverServer) ResetPassword(context.Context, *ResetPasswordRequest) (*ResetPasswordResponse, error)
func (UnimplementedCoverServer) ResetUserPassword ¶ added in v0.63.1
func (UnimplementedCoverServer) ResetUserPassword(context.Context, *ResetUserPasswordRequest) (*ResetUserPasswordResponse, error)
func (UnimplementedCoverServer) ResolveCostGroupCombinations ¶ added in v0.64.9
func (UnimplementedCoverServer) ResolveCostGroupCombinations(context.Context, *ResolveCostGroupCombinationsRequest) (*ResolveCostGroupCombinationsResponse, error)
func (UnimplementedCoverServer) UpdateAccountAccess ¶ added in v0.64.5
func (UnimplementedCoverServer) UpdateAccountAccess(context.Context, *UpdateAccountAccessRequest) (*api.Operation, error)
func (UnimplementedCoverServer) UpdateCostGroupColorTheme ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupColorTheme(context.Context, *UpdateCostGroupColorThemeRequest) (*UpdateCostGroupColorThemeResponse, error)
func (UnimplementedCoverServer) UpdateCostGroupCombinations ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupCombinations(context.Context, *UpdateCostGroupCombinationsRequest) (*UpdateCostGroupCombinationsResponse, error)
func (UnimplementedCoverServer) UpdateCostGroupDescription ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupDescription(context.Context, *UpdateCostGroupDescriptionRequest) (*UpdateCostGroupDescriptionResponse, error)
func (UnimplementedCoverServer) UpdateCostGroupIcon ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupIcon(context.Context, *UpdateCostGroupIconRequest) (*UpdateCostGroupIconResponse, error)
func (UnimplementedCoverServer) UpdateCostGroupImage ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupImage(context.Context, *UpdateCostGroupImageRequest) (*UpdateCostGroupImageResponse, error)
func (UnimplementedCoverServer) UpdateCostGroupName ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateCostGroupName(context.Context, *UpdateCostGroupNameRequest) (*UpdateCostGroupNameResponse, error)
func (UnimplementedCoverServer) UpdateSideMenuState ¶ added in v0.63.7
func (UnimplementedCoverServer) UpdateSideMenuState(context.Context, *UpdateSideMenuStateRequest) (*UpdateSideMenuStateResponse, error)
func (UnimplementedCoverServer) UpdateUserAppTheme ¶ added in v0.63.3
func (UnimplementedCoverServer) UpdateUserAppTheme(context.Context, *UpdateUserAppThemeRequest) (*UpdateUserAppThemeResponse, error)
func (UnimplementedCoverServer) UpdateUserAttributes ¶ added in v0.63.3
func (UnimplementedCoverServer) UpdateUserAttributes(context.Context, *UpdateUserAttributesRequest) (*UpdateUserAttributesResponse, error)
func (UnimplementedCoverServer) UpdateUserAvatar ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserAvatar(context.Context, *UpdateUserAvatarRequest) (*UpdateUserAvatarResponse, error)
func (UnimplementedCoverServer) UpdateUserColorTheme ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserColorTheme(context.Context, *UpdateUserColorThemeRequest) (*UpdateUserColorThemeResponse, error)
func (UnimplementedCoverServer) UpdateUserEmail ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserEmail(context.Context, *UpdateUserEmailRequest) (*UpdateUserEmailResponse, error)
func (UnimplementedCoverServer) UpdateUserIcon ¶ added in v0.63.1
func (UnimplementedCoverServer) UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*UpdateUserIconResponse, error)
func (UnimplementedCoverServer) UpdateUserLocale ¶ added in v0.63.3
func (UnimplementedCoverServer) UpdateUserLocale(context.Context, *UpdateUserLocaleRequest) (*UpdateUserLocaleResponse, error)
func (UnimplementedCoverServer) UpdateUserMainView ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateUserMainView(context.Context, *UpdateUserMainViewRequest) (*UpdateUserMainViewResponse, error)
func (UnimplementedCoverServer) UpdateUserName ¶ added in v0.63.2
func (UnimplementedCoverServer) UpdateUserName(context.Context, *UpdateUserNameRequest) (*UpdateUserNameResponse, error)
func (UnimplementedCoverServer) UpdateUserTimezone ¶ added in v0.63.3
func (UnimplementedCoverServer) UpdateUserTimezone(context.Context, *UpdateUserTimezoneRequest) (*UpdateUserTimezoneResponse, error)
func (UnimplementedCoverServer) UpdateView ¶
func (UnimplementedCoverServer) UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
type UnsafeCoverServer ¶
type UnsafeCoverServer interface {
// contains filtered or unexported methods
}
UnsafeCoverServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CoverServer will result in compilation errors.
type UpdateAccountAccessRequest ¶ added in v0.64.5
type UpdateAccountAccessRequest struct { // Required. The target AWS account to update. Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
Request message for the UpdateAccountAccess rpc.
func (*UpdateAccountAccessRequest) Descriptor
deprecated
added in
v0.64.5
func (*UpdateAccountAccessRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccountAccessRequest.ProtoReflect.Descriptor instead.
func (*UpdateAccountAccessRequest) GetTarget ¶ added in v0.64.5
func (x *UpdateAccountAccessRequest) GetTarget() string
func (*UpdateAccountAccessRequest) ProtoMessage ¶ added in v0.64.5
func (*UpdateAccountAccessRequest) ProtoMessage()
func (*UpdateAccountAccessRequest) ProtoReflect ¶ added in v0.64.5
func (x *UpdateAccountAccessRequest) ProtoReflect() protoreflect.Message
func (*UpdateAccountAccessRequest) Reset ¶ added in v0.64.5
func (x *UpdateAccountAccessRequest) Reset()
func (*UpdateAccountAccessRequest) String ¶ added in v0.64.5
func (x *UpdateAccountAccessRequest) String() string
type UpdateCostGroupColorThemeRequest ¶ added in v0.63.2
type UpdateCostGroupColorThemeRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. Color Theme. ColorTheme string `protobuf:"bytes,2,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupColorTheme
func (*UpdateCostGroupColorThemeRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupColorThemeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupColorThemeRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupColorThemeRequest) GetColorTheme ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeRequest) GetColorTheme() string
func (*UpdateCostGroupColorThemeRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeRequest) GetCostGroupId() string
func (*UpdateCostGroupColorThemeRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupColorThemeRequest) ProtoMessage()
func (*UpdateCostGroupColorThemeRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupColorThemeRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeRequest) Reset()
func (*UpdateCostGroupColorThemeRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeRequest) String() string
type UpdateCostGroupColorThemeResponse ¶ added in v0.63.2
type UpdateCostGroupColorThemeResponse struct { ColorTheme string `protobuf:"bytes,1,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupColorTheme
func (*UpdateCostGroupColorThemeResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupColorThemeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupColorThemeResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupColorThemeResponse) GetColorTheme ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeResponse) GetColorTheme() string
func (*UpdateCostGroupColorThemeResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupColorThemeResponse) ProtoMessage()
func (*UpdateCostGroupColorThemeResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupColorThemeResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeResponse) Reset()
func (*UpdateCostGroupColorThemeResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupColorThemeResponse) String() string
type UpdateCostGroupCombinationsRequest ¶ added in v0.63.2
type UpdateCostGroupCombinationsRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` Combinations *cover.Combinations `protobuf:"bytes,2,opt,name=combinations,proto3" json:"combinations,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupCombinations
func (*UpdateCostGroupCombinationsRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupCombinationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupCombinationsRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupCombinationsRequest) GetCombinations ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsRequest) GetCombinations() *cover.Combinations
func (*UpdateCostGroupCombinationsRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsRequest) GetCostGroupId() string
func (*UpdateCostGroupCombinationsRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupCombinationsRequest) ProtoMessage()
func (*UpdateCostGroupCombinationsRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupCombinationsRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsRequest) Reset()
func (*UpdateCostGroupCombinationsRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsRequest) String() string
type UpdateCostGroupCombinationsResponse ¶ added in v0.63.2
type UpdateCostGroupCombinationsResponse struct { Combinations *cover.Combinations `protobuf:"bytes,1,opt,name=combinations,proto3" json:"combinations,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupCombinations
func (*UpdateCostGroupCombinationsResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupCombinationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupCombinationsResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupCombinationsResponse) GetCombinations ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsResponse) GetCombinations() *cover.Combinations
func (*UpdateCostGroupCombinationsResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupCombinationsResponse) ProtoMessage()
func (*UpdateCostGroupCombinationsResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupCombinationsResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsResponse) Reset()
func (*UpdateCostGroupCombinationsResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupCombinationsResponse) String() string
type UpdateCostGroupDescriptionRequest ¶ added in v0.63.2
type UpdateCostGroupDescriptionRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. Description. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupDescription
func (*UpdateCostGroupDescriptionRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupDescriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupDescriptionRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupDescriptionRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionRequest) GetCostGroupId() string
func (*UpdateCostGroupDescriptionRequest) GetDescription ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionRequest) GetDescription() string
func (*UpdateCostGroupDescriptionRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupDescriptionRequest) ProtoMessage()
func (*UpdateCostGroupDescriptionRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupDescriptionRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionRequest) Reset()
func (*UpdateCostGroupDescriptionRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionRequest) String() string
type UpdateCostGroupDescriptionResponse ¶ added in v0.63.2
type UpdateCostGroupDescriptionResponse struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupDescription
func (*UpdateCostGroupDescriptionResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupDescriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupDescriptionResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupDescriptionResponse) GetDescription ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionResponse) GetDescription() string
func (*UpdateCostGroupDescriptionResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupDescriptionResponse) ProtoMessage()
func (*UpdateCostGroupDescriptionResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupDescriptionResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionResponse) Reset()
func (*UpdateCostGroupDescriptionResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupDescriptionResponse) String() string
type UpdateCostGroupIconRequest ¶ added in v0.63.2
type UpdateCostGroupIconRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. Icon. Icon string `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupIcon
func (*UpdateCostGroupIconRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupIconRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupIconRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupIconRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupIconRequest) GetCostGroupId() string
func (*UpdateCostGroupIconRequest) GetIcon ¶ added in v0.63.2
func (x *UpdateCostGroupIconRequest) GetIcon() string
func (*UpdateCostGroupIconRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupIconRequest) ProtoMessage()
func (*UpdateCostGroupIconRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupIconRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupIconRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupIconRequest) Reset()
func (*UpdateCostGroupIconRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupIconRequest) String() string
type UpdateCostGroupIconResponse ¶ added in v0.63.2
type UpdateCostGroupIconResponse struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupIcon
func (*UpdateCostGroupIconResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupIconResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupIconResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupIconResponse) GetIcon ¶ added in v0.63.2
func (x *UpdateCostGroupIconResponse) GetIcon() string
func (*UpdateCostGroupIconResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupIconResponse) ProtoMessage()
func (*UpdateCostGroupIconResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupIconResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupIconResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupIconResponse) Reset()
func (*UpdateCostGroupIconResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupIconResponse) String() string
type UpdateCostGroupImageRequest ¶ added in v0.63.2
type UpdateCostGroupImageRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. Image. Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupImage
func (*UpdateCostGroupImageRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupImageRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupImageRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupImageRequest) GetCostGroupId() string
func (*UpdateCostGroupImageRequest) GetImage ¶ added in v0.63.2
func (x *UpdateCostGroupImageRequest) GetImage() string
func (*UpdateCostGroupImageRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupImageRequest) ProtoMessage()
func (*UpdateCostGroupImageRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupImageRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupImageRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupImageRequest) Reset()
func (*UpdateCostGroupImageRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupImageRequest) String() string
type UpdateCostGroupImageResponse ¶ added in v0.63.2
type UpdateCostGroupImageResponse struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupImage
func (*UpdateCostGroupImageResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupImageResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupImageResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupImageResponse) GetImage ¶ added in v0.63.2
func (x *UpdateCostGroupImageResponse) GetImage() string
func (*UpdateCostGroupImageResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupImageResponse) ProtoMessage()
func (*UpdateCostGroupImageResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupImageResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupImageResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupImageResponse) Reset()
func (*UpdateCostGroupImageResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupImageResponse) String() string
type UpdateCostGroupNameRequest ¶ added in v0.63.2
type UpdateCostGroupNameRequest struct { // Required. Cost Group Id. CostGroupId string `protobuf:"bytes,1,opt,name=costGroupId,proto3" json:"costGroupId,omitempty"` // Required. Name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCostGroupName
func (*UpdateCostGroupNameRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupNameRequest) GetCostGroupId ¶ added in v0.63.2
func (x *UpdateCostGroupNameRequest) GetCostGroupId() string
func (*UpdateCostGroupNameRequest) GetName ¶ added in v0.63.2
func (x *UpdateCostGroupNameRequest) GetName() string
func (*UpdateCostGroupNameRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupNameRequest) ProtoMessage()
func (*UpdateCostGroupNameRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupNameRequest) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupNameRequest) Reset()
func (*UpdateCostGroupNameRequest) String ¶ added in v0.63.2
func (x *UpdateCostGroupNameRequest) String() string
type UpdateCostGroupNameResponse ¶ added in v0.63.2
type UpdateCostGroupNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Response message for UpdateCostGroupName
func (*UpdateCostGroupNameResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateCostGroupNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCostGroupNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateCostGroupNameResponse) GetName ¶ added in v0.63.2
func (x *UpdateCostGroupNameResponse) GetName() string
func (*UpdateCostGroupNameResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateCostGroupNameResponse) ProtoMessage()
func (*UpdateCostGroupNameResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateCostGroupNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateCostGroupNameResponse) Reset ¶ added in v0.63.2
func (x *UpdateCostGroupNameResponse) Reset()
func (*UpdateCostGroupNameResponse) String ¶ added in v0.63.2
func (x *UpdateCostGroupNameResponse) String() string
type UpdateSideMenuStateRequest ¶ added in v0.63.7
type UpdateSideMenuStateRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for UpdateSideMenuState
func (*UpdateSideMenuStateRequest) Descriptor
deprecated
added in
v0.63.7
func (*UpdateSideMenuStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSideMenuStateRequest.ProtoReflect.Descriptor instead.
func (*UpdateSideMenuStateRequest) GetSidemenustate ¶ added in v0.63.7
func (x *UpdateSideMenuStateRequest) GetSidemenustate() []*cover.SideMenuState
func (*UpdateSideMenuStateRequest) GetViewId ¶ added in v0.63.7
func (x *UpdateSideMenuStateRequest) GetViewId() string
func (*UpdateSideMenuStateRequest) ProtoMessage ¶ added in v0.63.7
func (*UpdateSideMenuStateRequest) ProtoMessage()
func (*UpdateSideMenuStateRequest) ProtoReflect ¶ added in v0.63.7
func (x *UpdateSideMenuStateRequest) ProtoReflect() protoreflect.Message
func (*UpdateSideMenuStateRequest) Reset ¶ added in v0.63.7
func (x *UpdateSideMenuStateRequest) Reset()
func (*UpdateSideMenuStateRequest) String ¶ added in v0.63.7
func (x *UpdateSideMenuStateRequest) String() string
type UpdateSideMenuStateResponse ¶ added in v0.63.7
type UpdateSideMenuStateResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for UpdateSideMenuState
func (*UpdateSideMenuStateResponse) Descriptor
deprecated
added in
v0.63.7
func (*UpdateSideMenuStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSideMenuStateResponse.ProtoReflect.Descriptor instead.
func (*UpdateSideMenuStateResponse) GetViewId ¶ added in v0.63.7
func (x *UpdateSideMenuStateResponse) GetViewId() string
func (*UpdateSideMenuStateResponse) ProtoMessage ¶ added in v0.63.7
func (*UpdateSideMenuStateResponse) ProtoMessage()
func (*UpdateSideMenuStateResponse) ProtoReflect ¶ added in v0.63.7
func (x *UpdateSideMenuStateResponse) ProtoReflect() protoreflect.Message
func (*UpdateSideMenuStateResponse) Reset ¶ added in v0.63.7
func (x *UpdateSideMenuStateResponse) Reset()
func (*UpdateSideMenuStateResponse) String ¶ added in v0.63.7
func (x *UpdateSideMenuStateResponse) String() string
type UpdateUserAppThemeRequest ¶ added in v0.63.3
type UpdateUserAppThemeRequest struct { AppTheme string `protobuf:"bytes,1,opt,name=appTheme,proto3" json:"appTheme,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserAppTheme
func (*UpdateUserAppThemeRequest) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserAppThemeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAppThemeRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserAppThemeRequest) GetAppTheme ¶ added in v0.63.3
func (x *UpdateUserAppThemeRequest) GetAppTheme() string
func (*UpdateUserAppThemeRequest) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserAppThemeRequest) ProtoMessage()
func (*UpdateUserAppThemeRequest) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserAppThemeRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserAppThemeRequest) Reset ¶ added in v0.63.3
func (x *UpdateUserAppThemeRequest) Reset()
func (*UpdateUserAppThemeRequest) String ¶ added in v0.63.3
func (x *UpdateUserAppThemeRequest) String() string
type UpdateUserAppThemeResponse ¶ added in v0.63.3
type UpdateUserAppThemeResponse struct { AppTheme string `protobuf:"bytes,1,opt,name=appTheme,proto3" json:"appTheme,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserAppTheme
func (*UpdateUserAppThemeResponse) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserAppThemeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAppThemeResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserAppThemeResponse) GetAppTheme ¶ added in v0.63.3
func (x *UpdateUserAppThemeResponse) GetAppTheme() string
func (*UpdateUserAppThemeResponse) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserAppThemeResponse) ProtoMessage()
func (*UpdateUserAppThemeResponse) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserAppThemeResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserAppThemeResponse) Reset ¶ added in v0.63.3
func (x *UpdateUserAppThemeResponse) Reset()
func (*UpdateUserAppThemeResponse) String ¶ added in v0.63.3
func (x *UpdateUserAppThemeResponse) String() string
type UpdateUserAttributesRequest ¶ added in v0.63.3
type UpdateUserAttributesRequest struct { Attributes []string `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserAttributes
func (*UpdateUserAttributesRequest) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserAttributesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAttributesRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserAttributesRequest) GetAttributes ¶ added in v0.63.3
func (x *UpdateUserAttributesRequest) GetAttributes() []string
func (*UpdateUserAttributesRequest) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserAttributesRequest) ProtoMessage()
func (*UpdateUserAttributesRequest) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserAttributesRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserAttributesRequest) Reset ¶ added in v0.63.3
func (x *UpdateUserAttributesRequest) Reset()
func (*UpdateUserAttributesRequest) String ¶ added in v0.63.3
func (x *UpdateUserAttributesRequest) String() string
type UpdateUserAttributesResponse ¶ added in v0.63.3
type UpdateUserAttributesResponse struct { Attributes []string `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserAttributes
func (*UpdateUserAttributesResponse) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserAttributesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAttributesResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserAttributesResponse) GetAttributes ¶ added in v0.63.3
func (x *UpdateUserAttributesResponse) GetAttributes() []string
func (*UpdateUserAttributesResponse) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserAttributesResponse) ProtoMessage()
func (*UpdateUserAttributesResponse) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserAttributesResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserAttributesResponse) Reset ¶ added in v0.63.3
func (x *UpdateUserAttributesResponse) Reset()
func (*UpdateUserAttributesResponse) String ¶ added in v0.63.3
func (x *UpdateUserAttributesResponse) String() string
type UpdateUserAvatarRequest ¶ added in v0.63.1
type UpdateUserAvatarRequest struct { Avatar string `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserAvatar
func (*UpdateUserAvatarRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserAvatarRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAvatarRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserAvatarRequest) GetAvatar ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) GetAvatar() string
func (*UpdateUserAvatarRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserAvatarRequest) ProtoMessage()
func (*UpdateUserAvatarRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserAvatarRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) Reset()
func (*UpdateUserAvatarRequest) String ¶ added in v0.63.1
func (x *UpdateUserAvatarRequest) String() string
type UpdateUserAvatarResponse ¶ added in v0.63.1
type UpdateUserAvatarResponse struct { Avatar string `protobuf:"bytes,1,opt,name=avatar,proto3" json:"avatar,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserAvatar
func (*UpdateUserAvatarResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserAvatarResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserAvatarResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserAvatarResponse) GetAvatar ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) GetAvatar() string
func (*UpdateUserAvatarResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserAvatarResponse) ProtoMessage()
func (*UpdateUserAvatarResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserAvatarResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) Reset()
func (*UpdateUserAvatarResponse) String ¶ added in v0.63.1
func (x *UpdateUserAvatarResponse) String() string
type UpdateUserColorThemeRequest ¶ added in v0.63.1
type UpdateUserColorThemeRequest struct { ColorTheme string `protobuf:"bytes,1,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserColorTheme
func (*UpdateUserColorThemeRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserColorThemeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserColorThemeRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserColorThemeRequest) GetColorTheme ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) GetColorTheme() string
func (*UpdateUserColorThemeRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserColorThemeRequest) ProtoMessage()
func (*UpdateUserColorThemeRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserColorThemeRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) Reset()
func (*UpdateUserColorThemeRequest) String ¶ added in v0.63.1
func (x *UpdateUserColorThemeRequest) String() string
type UpdateUserColorThemeResponse ¶ added in v0.63.1
type UpdateUserColorThemeResponse struct { ColorTheme string `protobuf:"bytes,1,opt,name=colorTheme,proto3" json:"colorTheme,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserColorTheme
func (*UpdateUserColorThemeResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserColorThemeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserColorThemeResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserColorThemeResponse) GetColorTheme ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) GetColorTheme() string
func (*UpdateUserColorThemeResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserColorThemeResponse) ProtoMessage()
func (*UpdateUserColorThemeResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserColorThemeResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) Reset()
func (*UpdateUserColorThemeResponse) String ¶ added in v0.63.1
func (x *UpdateUserColorThemeResponse) String() string
type UpdateUserEmailRequest ¶ added in v0.63.1
type UpdateUserEmailRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserEmail
func (*UpdateUserEmailRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserEmailRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserEmailRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserEmailRequest) GetEmail ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) GetEmail() string
func (*UpdateUserEmailRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserEmailRequest) ProtoMessage()
func (*UpdateUserEmailRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserEmailRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) Reset()
func (*UpdateUserEmailRequest) String ¶ added in v0.63.1
func (x *UpdateUserEmailRequest) String() string
type UpdateUserEmailResponse ¶ added in v0.63.1
type UpdateUserEmailResponse struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserEmail
func (*UpdateUserEmailResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserEmailResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserEmailResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserEmailResponse) GetEmail ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) GetEmail() string
func (*UpdateUserEmailResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserEmailResponse) ProtoMessage()
func (*UpdateUserEmailResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserEmailResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) Reset()
func (*UpdateUserEmailResponse) String ¶ added in v0.63.1
func (x *UpdateUserEmailResponse) String() string
type UpdateUserIconRequest ¶ added in v0.63.1
type UpdateUserIconRequest struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserIcon
func (*UpdateUserIconRequest) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserIconRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIconRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserIconRequest) GetIcon ¶ added in v0.63.1
func (x *UpdateUserIconRequest) GetIcon() string
func (*UpdateUserIconRequest) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserIconRequest) ProtoMessage()
func (*UpdateUserIconRequest) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserIconRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserIconRequest) Reset ¶ added in v0.63.1
func (x *UpdateUserIconRequest) Reset()
func (*UpdateUserIconRequest) String ¶ added in v0.63.1
func (x *UpdateUserIconRequest) String() string
type UpdateUserIconResponse ¶ added in v0.63.1
type UpdateUserIconResponse struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserIcon
func (*UpdateUserIconResponse) Descriptor
deprecated
added in
v0.63.1
func (*UpdateUserIconResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIconResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserIconResponse) GetIcon ¶ added in v0.63.1
func (x *UpdateUserIconResponse) GetIcon() string
func (*UpdateUserIconResponse) ProtoMessage ¶ added in v0.63.1
func (*UpdateUserIconResponse) ProtoMessage()
func (*UpdateUserIconResponse) ProtoReflect ¶ added in v0.63.1
func (x *UpdateUserIconResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserIconResponse) Reset ¶ added in v0.63.1
func (x *UpdateUserIconResponse) Reset()
func (*UpdateUserIconResponse) String ¶ added in v0.63.1
func (x *UpdateUserIconResponse) String() string
type UpdateUserLocaleRequest ¶ added in v0.63.3
type UpdateUserLocaleRequest struct { Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserLocale
func (*UpdateUserLocaleRequest) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserLocaleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserLocaleRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserLocaleRequest) GetLocale ¶ added in v0.63.3
func (x *UpdateUserLocaleRequest) GetLocale() string
func (*UpdateUserLocaleRequest) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserLocaleRequest) ProtoMessage()
func (*UpdateUserLocaleRequest) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserLocaleRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserLocaleRequest) Reset ¶ added in v0.63.3
func (x *UpdateUserLocaleRequest) Reset()
func (*UpdateUserLocaleRequest) String ¶ added in v0.63.3
func (x *UpdateUserLocaleRequest) String() string
type UpdateUserLocaleResponse ¶ added in v0.63.3
type UpdateUserLocaleResponse struct { Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserLocale
func (*UpdateUserLocaleResponse) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserLocaleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserLocaleResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserLocaleResponse) GetLocale ¶ added in v0.63.3
func (x *UpdateUserLocaleResponse) GetLocale() string
func (*UpdateUserLocaleResponse) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserLocaleResponse) ProtoMessage()
func (*UpdateUserLocaleResponse) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserLocaleResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserLocaleResponse) Reset ¶ added in v0.63.3
func (x *UpdateUserLocaleResponse) Reset()
func (*UpdateUserLocaleResponse) String ¶ added in v0.63.3
func (x *UpdateUserLocaleResponse) String() string
type UpdateUserMainViewRequest ¶ added in v0.63.2
type UpdateUserMainViewRequest struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserMainView
func (*UpdateUserMainViewRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateUserMainViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserMainViewRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserMainViewRequest) GetViewId ¶ added in v0.63.2
func (x *UpdateUserMainViewRequest) GetViewId() string
func (*UpdateUserMainViewRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateUserMainViewRequest) ProtoMessage()
func (*UpdateUserMainViewRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateUserMainViewRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserMainViewRequest) Reset ¶ added in v0.63.2
func (x *UpdateUserMainViewRequest) Reset()
func (*UpdateUserMainViewRequest) String ¶ added in v0.63.2
func (x *UpdateUserMainViewRequest) String() string
type UpdateUserMainViewResponse ¶ added in v0.63.2
type UpdateUserMainViewResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserMainView
func (*UpdateUserMainViewResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateUserMainViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserMainViewResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserMainViewResponse) GetViewId ¶ added in v0.63.2
func (x *UpdateUserMainViewResponse) GetViewId() string
func (*UpdateUserMainViewResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateUserMainViewResponse) ProtoMessage()
func (*UpdateUserMainViewResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateUserMainViewResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserMainViewResponse) Reset ¶ added in v0.63.2
func (x *UpdateUserMainViewResponse) Reset()
func (*UpdateUserMainViewResponse) String ¶ added in v0.63.2
func (x *UpdateUserMainViewResponse) String() string
type UpdateUserNameRequest ¶ added in v0.63.2
type UpdateUserNameRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserName
func (*UpdateUserNameRequest) Descriptor
deprecated
added in
v0.63.2
func (*UpdateUserNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserNameRequest) GetName ¶ added in v0.63.2
func (x *UpdateUserNameRequest) GetName() string
func (*UpdateUserNameRequest) ProtoMessage ¶ added in v0.63.2
func (*UpdateUserNameRequest) ProtoMessage()
func (*UpdateUserNameRequest) ProtoReflect ¶ added in v0.63.2
func (x *UpdateUserNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserNameRequest) Reset ¶ added in v0.63.2
func (x *UpdateUserNameRequest) Reset()
func (*UpdateUserNameRequest) String ¶ added in v0.63.2
func (x *UpdateUserNameRequest) String() string
type UpdateUserNameResponse ¶ added in v0.63.2
type UpdateUserNameResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserName
func (*UpdateUserNameResponse) Descriptor
deprecated
added in
v0.63.2
func (*UpdateUserNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserNameResponse) GetName ¶ added in v0.63.2
func (x *UpdateUserNameResponse) GetName() string
func (*UpdateUserNameResponse) ProtoMessage ¶ added in v0.63.2
func (*UpdateUserNameResponse) ProtoMessage()
func (*UpdateUserNameResponse) ProtoReflect ¶ added in v0.63.2
func (x *UpdateUserNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserNameResponse) Reset ¶ added in v0.63.2
func (x *UpdateUserNameResponse) Reset()
func (*UpdateUserNameResponse) String ¶ added in v0.63.2
func (x *UpdateUserNameResponse) String() string
type UpdateUserTimezoneRequest ¶ added in v0.63.3
type UpdateUserTimezoneRequest struct { Timezone string `protobuf:"bytes,1,opt,name=timezone,proto3" json:"timezone,omitempty"` // contains filtered or unexported fields }
Request message for UpdateUserTimezone
func (*UpdateUserTimezoneRequest) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserTimezoneRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserTimezoneRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserTimezoneRequest) GetTimezone ¶ added in v0.63.3
func (x *UpdateUserTimezoneRequest) GetTimezone() string
func (*UpdateUserTimezoneRequest) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserTimezoneRequest) ProtoMessage()
func (*UpdateUserTimezoneRequest) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserTimezoneRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserTimezoneRequest) Reset ¶ added in v0.63.3
func (x *UpdateUserTimezoneRequest) Reset()
func (*UpdateUserTimezoneRequest) String ¶ added in v0.63.3
func (x *UpdateUserTimezoneRequest) String() string
type UpdateUserTimezoneResponse ¶ added in v0.63.3
type UpdateUserTimezoneResponse struct { Timezone string `protobuf:"bytes,1,opt,name=timezone,proto3" json:"timezone,omitempty"` // contains filtered or unexported fields }
Response message for UpdateUserTimezone
func (*UpdateUserTimezoneResponse) Descriptor
deprecated
added in
v0.63.3
func (*UpdateUserTimezoneResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserTimezoneResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserTimezoneResponse) GetTimezone ¶ added in v0.63.3
func (x *UpdateUserTimezoneResponse) GetTimezone() string
func (*UpdateUserTimezoneResponse) ProtoMessage ¶ added in v0.63.3
func (*UpdateUserTimezoneResponse) ProtoMessage()
func (*UpdateUserTimezoneResponse) ProtoReflect ¶ added in v0.63.3
func (x *UpdateUserTimezoneResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserTimezoneResponse) Reset ¶ added in v0.63.3
func (x *UpdateUserTimezoneResponse) Reset()
func (*UpdateUserTimezoneResponse) String ¶ added in v0.63.3
func (x *UpdateUserTimezoneResponse) String() string
type UpdateViewRequest ¶
type UpdateViewRequest struct { // Required. View Id. ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,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"` Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` IsPrivate bool `protobuf:"varint,5,opt,name=isPrivate,proto3" json:"isPrivate,omitempty"` IsEditable bool `protobuf:"varint,6,opt,name=isEditable,proto3" json:"isEditable,omitempty"` // contains filtered or unexported fields }
Request message for UpdateView
func (*UpdateViewRequest) Descriptor
deprecated
func (*UpdateViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateViewRequest.ProtoReflect.Descriptor instead.
func (*UpdateViewRequest) GetDescription ¶
func (x *UpdateViewRequest) GetDescription() string
func (*UpdateViewRequest) GetIcon ¶
func (x *UpdateViewRequest) GetIcon() string
func (*UpdateViewRequest) GetIsEditable ¶
func (x *UpdateViewRequest) GetIsEditable() bool
func (*UpdateViewRequest) GetIsPrivate ¶
func (x *UpdateViewRequest) GetIsPrivate() bool
func (*UpdateViewRequest) GetName ¶
func (x *UpdateViewRequest) GetName() string
func (*UpdateViewRequest) GetViewId ¶
func (x *UpdateViewRequest) GetViewId() string
func (*UpdateViewRequest) ProtoMessage ¶
func (*UpdateViewRequest) ProtoMessage()
func (*UpdateViewRequest) ProtoReflect ¶
func (x *UpdateViewRequest) ProtoReflect() protoreflect.Message
func (*UpdateViewRequest) Reset ¶
func (x *UpdateViewRequest) Reset()
func (*UpdateViewRequest) String ¶
func (x *UpdateViewRequest) String() string
type UpdateViewResponse ¶
type UpdateViewResponse struct { ViewId string `protobuf:"bytes,1,opt,name=viewId,proto3" json:"viewId,omitempty"` // contains filtered or unexported fields }
Response message for UpdateView
func (*UpdateViewResponse) Descriptor
deprecated
func (*UpdateViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateViewResponse.ProtoReflect.Descriptor instead.
func (*UpdateViewResponse) GetViewId ¶
func (x *UpdateViewResponse) GetViewId() string
func (*UpdateViewResponse) ProtoMessage ¶
func (*UpdateViewResponse) ProtoMessage()
func (*UpdateViewResponse) ProtoReflect ¶
func (x *UpdateViewResponse) ProtoReflect() protoreflect.Message
func (*UpdateViewResponse) Reset ¶
func (x *UpdateViewResponse) Reset()
func (*UpdateViewResponse) String ¶
func (x *UpdateViewResponse) String() string