Documentation ¶
Index ¶
- Variables
- func RegisterAccountServiceServer(s *grpc.Server, srv AccountServiceServer)
- type APIKey
- func (*APIKey) Descriptor() ([]byte, []int)deprecated
- func (x *APIKey) GetCreatedAt() int64
- func (x *APIKey) GetDisabled() bool
- func (x *APIKey) GetId() string
- func (x *APIKey) GetName() string
- func (x *APIKey) GetRole() APIKey_Role
- func (x *APIKey) GetUpdatedAt() int64
- func (*APIKey) ProtoMessage()
- func (x *APIKey) ProtoReflect() protoreflect.Message
- func (x *APIKey) Reset()
- func (x *APIKey) String() string
- type APIKey_Role
- func (APIKey_Role) Descriptor() protoreflect.EnumDescriptor
- func (x APIKey_Role) Enum() *APIKey_Role
- func (APIKey_Role) EnumDescriptor() ([]byte, []int)deprecated
- func (x APIKey_Role) Number() protoreflect.EnumNumber
- func (x APIKey_Role) String() string
- func (APIKey_Role) Type() protoreflect.EnumType
- type Accountdeprecated
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetCreatedAt() int64
- func (x *Account) GetDeleted() bool
- func (x *Account) GetDisabled() bool
- func (x *Account) GetEmail() string
- func (x *Account) GetId() string
- func (x *Account) GetName() string
- func (x *Account) GetRole() Account_Role
- func (x *Account) GetUpdatedAt() int64
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type AccountServiceClient
- type AccountServiceServer
- type AccountV2
- func (*AccountV2) Descriptor() ([]byte, []int)deprecated
- func (x *AccountV2) GetAvatarImageUrl() string
- func (x *AccountV2) GetCreatedAt() int64
- func (x *AccountV2) GetDisabled() bool
- func (x *AccountV2) GetEmail() string
- func (x *AccountV2) GetEnvironmentRoles() []*AccountV2_EnvironmentRole
- func (x *AccountV2) GetName() string
- func (x *AccountV2) GetOrganizationId() string
- func (x *AccountV2) GetOrganizationRole() AccountV2_Role_Organization
- func (x *AccountV2) GetUpdatedAt() int64
- func (*AccountV2) ProtoMessage()
- func (x *AccountV2) ProtoReflect() protoreflect.Message
- func (x *AccountV2) Reset()
- func (x *AccountV2) String() string
- type AccountV2_EnvironmentRole
- func (*AccountV2_EnvironmentRole) Descriptor() ([]byte, []int)deprecated
- func (x *AccountV2_EnvironmentRole) GetEnvironmentId() string
- func (x *AccountV2_EnvironmentRole) GetRole() AccountV2_Role_Environment
- func (*AccountV2_EnvironmentRole) ProtoMessage()
- func (x *AccountV2_EnvironmentRole) ProtoReflect() protoreflect.Message
- func (x *AccountV2_EnvironmentRole) Reset()
- func (x *AccountV2_EnvironmentRole) String() string
- type AccountV2_Role
- type AccountV2_Role_Environment
- func (AccountV2_Role_Environment) Descriptor() protoreflect.EnumDescriptor
- func (x AccountV2_Role_Environment) Enum() *AccountV2_Role_Environment
- func (AccountV2_Role_Environment) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountV2_Role_Environment) Number() protoreflect.EnumNumber
- func (x AccountV2_Role_Environment) String() string
- func (AccountV2_Role_Environment) Type() protoreflect.EnumType
- type AccountV2_Role_Organization
- func (AccountV2_Role_Organization) Descriptor() protoreflect.EnumDescriptor
- func (x AccountV2_Role_Organization) Enum() *AccountV2_Role_Organization
- func (AccountV2_Role_Organization) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountV2_Role_Organization) Number() protoreflect.EnumNumber
- func (x AccountV2_Role_Organization) String() string
- func (AccountV2_Role_Organization) Type() protoreflect.EnumType
- type Account_Role
- func (Account_Role) Descriptor() protoreflect.EnumDescriptor
- func (x Account_Role) Enum() *Account_Role
- func (Account_Role) EnumDescriptor() ([]byte, []int)deprecated
- func (x Account_Role) Number() protoreflect.EnumNumber
- func (x Account_Role) String() string
- func (Account_Role) Type() protoreflect.EnumType
- type ChangeAPIKeyNameCommand
- func (*ChangeAPIKeyNameCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAPIKeyNameCommand) GetName() string
- func (*ChangeAPIKeyNameCommand) ProtoMessage()
- func (x *ChangeAPIKeyNameCommand) ProtoReflect() protoreflect.Message
- func (x *ChangeAPIKeyNameCommand) Reset()
- func (x *ChangeAPIKeyNameCommand) String() string
- type ChangeAPIKeyNameRequest
- func (*ChangeAPIKeyNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAPIKeyNameRequest) GetCommand() *ChangeAPIKeyNameCommand
- func (x *ChangeAPIKeyNameRequest) GetEnvironmentNamespace() string
- func (x *ChangeAPIKeyNameRequest) GetId() string
- func (*ChangeAPIKeyNameRequest) ProtoMessage()
- func (x *ChangeAPIKeyNameRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeAPIKeyNameRequest) Reset()
- func (x *ChangeAPIKeyNameRequest) String() string
- type ChangeAPIKeyNameResponse
- type ChangeAccountV2AvatarImageUrlCommand
- func (*ChangeAccountV2AvatarImageUrlCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAccountV2AvatarImageUrlCommand) GetAvatarImageUrl() string
- func (*ChangeAccountV2AvatarImageUrlCommand) ProtoMessage()
- func (x *ChangeAccountV2AvatarImageUrlCommand) ProtoReflect() protoreflect.Message
- func (x *ChangeAccountV2AvatarImageUrlCommand) Reset()
- func (x *ChangeAccountV2AvatarImageUrlCommand) String() string
- type ChangeAccountV2EnvironmentRolesCommand
- func (*ChangeAccountV2EnvironmentRolesCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAccountV2EnvironmentRolesCommand) GetRoles() []*AccountV2_EnvironmentRole
- func (x *ChangeAccountV2EnvironmentRolesCommand) GetWriteType() ChangeAccountV2EnvironmentRolesCommand_WriteType
- func (*ChangeAccountV2EnvironmentRolesCommand) ProtoMessage()
- func (x *ChangeAccountV2EnvironmentRolesCommand) ProtoReflect() protoreflect.Message
- func (x *ChangeAccountV2EnvironmentRolesCommand) Reset()
- func (x *ChangeAccountV2EnvironmentRolesCommand) String() string
- type ChangeAccountV2EnvironmentRolesCommand_WriteType
- func (ChangeAccountV2EnvironmentRolesCommand_WriteType) Descriptor() protoreflect.EnumDescriptor
- func (x ChangeAccountV2EnvironmentRolesCommand_WriteType) Enum() *ChangeAccountV2EnvironmentRolesCommand_WriteType
- func (ChangeAccountV2EnvironmentRolesCommand_WriteType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangeAccountV2EnvironmentRolesCommand_WriteType) Number() protoreflect.EnumNumber
- func (x ChangeAccountV2EnvironmentRolesCommand_WriteType) String() string
- func (ChangeAccountV2EnvironmentRolesCommand_WriteType) Type() protoreflect.EnumType
- type ChangeAccountV2NameCommand
- func (*ChangeAccountV2NameCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAccountV2NameCommand) GetName() string
- func (*ChangeAccountV2NameCommand) ProtoMessage()
- func (x *ChangeAccountV2NameCommand) ProtoReflect() protoreflect.Message
- func (x *ChangeAccountV2NameCommand) Reset()
- func (x *ChangeAccountV2NameCommand) String() string
- type ChangeAccountV2OrganizationRoleCommand
- func (*ChangeAccountV2OrganizationRoleCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeAccountV2OrganizationRoleCommand) GetRole() AccountV2_Role_Organization
- func (*ChangeAccountV2OrganizationRoleCommand) ProtoMessage()
- func (x *ChangeAccountV2OrganizationRoleCommand) ProtoReflect() protoreflect.Message
- func (x *ChangeAccountV2OrganizationRoleCommand) Reset()
- func (x *ChangeAccountV2OrganizationRoleCommand) String() string
- type ConsoleAccount
- func (*ConsoleAccount) Descriptor() ([]byte, []int)deprecated
- func (x *ConsoleAccount) GetAvatarUrl() string
- func (x *ConsoleAccount) GetEmail() string
- func (x *ConsoleAccount) GetEnvironmentRoles() []*ConsoleAccount_EnvironmentRole
- func (x *ConsoleAccount) GetIsSystemAdmin() bool
- func (x *ConsoleAccount) GetName() string
- func (x *ConsoleAccount) GetOrganization() *environment.Organization
- func (x *ConsoleAccount) GetOrganizationRole() AccountV2_Role_Organization
- func (*ConsoleAccount) ProtoMessage()
- func (x *ConsoleAccount) ProtoReflect() protoreflect.Message
- func (x *ConsoleAccount) Reset()
- func (x *ConsoleAccount) String() string
- type ConsoleAccount_EnvironmentRole
- func (*ConsoleAccount_EnvironmentRole) Descriptor() ([]byte, []int)deprecated
- func (x *ConsoleAccount_EnvironmentRole) GetEnvironment() *environment.EnvironmentV2
- func (x *ConsoleAccount_EnvironmentRole) GetProject() *environment.Project
- func (x *ConsoleAccount_EnvironmentRole) GetRole() AccountV2_Role_Environment
- func (*ConsoleAccount_EnvironmentRole) ProtoMessage()
- func (x *ConsoleAccount_EnvironmentRole) ProtoReflect() protoreflect.Message
- func (x *ConsoleAccount_EnvironmentRole) Reset()
- func (x *ConsoleAccount_EnvironmentRole) String() string
- type CreateAPIKeyCommand
- func (*CreateAPIKeyCommand) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAPIKeyCommand) GetName() string
- func (x *CreateAPIKeyCommand) GetRole() APIKey_Role
- func (*CreateAPIKeyCommand) ProtoMessage()
- func (x *CreateAPIKeyCommand) ProtoReflect() protoreflect.Message
- func (x *CreateAPIKeyCommand) Reset()
- func (x *CreateAPIKeyCommand) String() string
- type CreateAPIKeyRequest
- func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAPIKeyRequest) GetCommand() *CreateAPIKeyCommand
- func (x *CreateAPIKeyRequest) GetEnvironmentNamespace() string
- func (*CreateAPIKeyRequest) ProtoMessage()
- func (x *CreateAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAPIKeyRequest) Reset()
- func (x *CreateAPIKeyRequest) String() string
- type CreateAPIKeyResponse
- func (*CreateAPIKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAPIKeyResponse) GetApiKey() *APIKey
- func (*CreateAPIKeyResponse) ProtoMessage()
- func (x *CreateAPIKeyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAPIKeyResponse) Reset()
- func (x *CreateAPIKeyResponse) String() string
- type CreateAccountV2Command
- func (*CreateAccountV2Command) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountV2Command) GetAvatarImageUrl() string
- func (x *CreateAccountV2Command) GetEmail() string
- func (x *CreateAccountV2Command) GetEnvironmentRoles() []*AccountV2_EnvironmentRole
- func (x *CreateAccountV2Command) GetName() string
- func (x *CreateAccountV2Command) GetOrganizationRole() AccountV2_Role_Organization
- func (*CreateAccountV2Command) ProtoMessage()
- func (x *CreateAccountV2Command) ProtoReflect() protoreflect.Message
- func (x *CreateAccountV2Command) Reset()
- func (x *CreateAccountV2Command) String() string
- type CreateAccountV2Request
- func (*CreateAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountV2Request) GetCommand() *CreateAccountV2Command
- func (x *CreateAccountV2Request) GetOrganizationId() string
- func (*CreateAccountV2Request) ProtoMessage()
- func (x *CreateAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *CreateAccountV2Request) Reset()
- func (x *CreateAccountV2Request) String() string
- type CreateAccountV2Response
- func (*CreateAccountV2Response) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountV2Response) GetAccount() *AccountV2
- func (*CreateAccountV2Response) ProtoMessage()
- func (x *CreateAccountV2Response) ProtoReflect() protoreflect.Message
- func (x *CreateAccountV2Response) Reset()
- func (x *CreateAccountV2Response) String() string
- type DeleteAccountV2Command
- type DeleteAccountV2Request
- func (*DeleteAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountV2Request) GetCommand() *DeleteAccountV2Command
- func (x *DeleteAccountV2Request) GetEmail() string
- func (x *DeleteAccountV2Request) GetOrganizationId() string
- func (*DeleteAccountV2Request) ProtoMessage()
- func (x *DeleteAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountV2Request) Reset()
- func (x *DeleteAccountV2Request) String() string
- type DeleteAccountV2Response
- type DisableAPIKeyCommand
- type DisableAPIKeyRequest
- func (*DisableAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisableAPIKeyRequest) GetCommand() *DisableAPIKeyCommand
- func (x *DisableAPIKeyRequest) GetEnvironmentNamespace() string
- func (x *DisableAPIKeyRequest) GetId() string
- func (*DisableAPIKeyRequest) ProtoMessage()
- func (x *DisableAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DisableAPIKeyRequest) Reset()
- func (x *DisableAPIKeyRequest) String() string
- type DisableAPIKeyResponse
- type DisableAccountV2Command
- type DisableAccountV2Request
- func (*DisableAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *DisableAccountV2Request) GetCommand() *DisableAccountV2Command
- func (x *DisableAccountV2Request) GetEmail() string
- func (x *DisableAccountV2Request) GetOrganizationId() string
- func (*DisableAccountV2Request) ProtoMessage()
- func (x *DisableAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *DisableAccountV2Request) Reset()
- func (x *DisableAccountV2Request) String() string
- type DisableAccountV2Response
- type EnableAPIKeyCommand
- type EnableAPIKeyRequest
- func (*EnableAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnableAPIKeyRequest) GetCommand() *EnableAPIKeyCommand
- func (x *EnableAPIKeyRequest) GetEnvironmentNamespace() string
- func (x *EnableAPIKeyRequest) GetId() string
- func (*EnableAPIKeyRequest) ProtoMessage()
- func (x *EnableAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *EnableAPIKeyRequest) Reset()
- func (x *EnableAPIKeyRequest) String() string
- type EnableAPIKeyResponse
- type EnableAccountV2Command
- type EnableAccountV2Request
- func (*EnableAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *EnableAccountV2Request) GetCommand() *EnableAccountV2Command
- func (x *EnableAccountV2Request) GetEmail() string
- func (x *EnableAccountV2Request) GetOrganizationId() string
- func (*EnableAccountV2Request) ProtoMessage()
- func (x *EnableAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *EnableAccountV2Request) Reset()
- func (x *EnableAccountV2Request) String() string
- type EnableAccountV2Response
- type EnvironmentAPIKey
- func (*EnvironmentAPIKey) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentAPIKey) GetApiKey() *APIKey
- func (x *EnvironmentAPIKey) GetEnvironment() *environment.EnvironmentV2
- func (x *EnvironmentAPIKey) GetEnvironmentDisabled() bool
- func (x *EnvironmentAPIKey) GetEnvironmentNamespace() stringdeprecated
- func (x *EnvironmentAPIKey) GetProjectId() stringdeprecated
- func (x *EnvironmentAPIKey) GetProjectUrlCode() string
- func (*EnvironmentAPIKey) ProtoMessage()
- func (x *EnvironmentAPIKey) ProtoReflect() protoreflect.Message
- func (x *EnvironmentAPIKey) Reset()
- func (x *EnvironmentAPIKey) String() string
- type GetAPIKeyBySearchingAllEnvironmentsRequest
- func (*GetAPIKeyBySearchingAllEnvironmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) GetId() string
- func (*GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoMessage()
- func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) Reset()
- func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) String() string
- type GetAPIKeyBySearchingAllEnvironmentsResponse
- func (*GetAPIKeyBySearchingAllEnvironmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) GetEnvironmentApiKey() *EnvironmentAPIKey
- func (*GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoMessage()
- func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) Reset()
- func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) String() string
- type GetAPIKeyRequest
- func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAPIKeyRequest) GetEnvironmentNamespace() string
- func (x *GetAPIKeyRequest) GetId() string
- func (*GetAPIKeyRequest) ProtoMessage()
- func (x *GetAPIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetAPIKeyRequest) Reset()
- func (x *GetAPIKeyRequest) String() string
- type GetAPIKeyResponse
- type GetAccountV2ByEnvironmentIDRequest
- func (*GetAccountV2ByEnvironmentIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountV2ByEnvironmentIDRequest) GetEmail() string
- func (x *GetAccountV2ByEnvironmentIDRequest) GetEnvironmentId() string
- func (*GetAccountV2ByEnvironmentIDRequest) ProtoMessage()
- func (x *GetAccountV2ByEnvironmentIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccountV2ByEnvironmentIDRequest) Reset()
- func (x *GetAccountV2ByEnvironmentIDRequest) String() string
- type GetAccountV2ByEnvironmentIDResponse
- func (*GetAccountV2ByEnvironmentIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountV2ByEnvironmentIDResponse) GetAccount() *AccountV2
- func (*GetAccountV2ByEnvironmentIDResponse) ProtoMessage()
- func (x *GetAccountV2ByEnvironmentIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccountV2ByEnvironmentIDResponse) Reset()
- func (x *GetAccountV2ByEnvironmentIDResponse) String() string
- type GetAccountV2Request
- func (*GetAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountV2Request) GetEmail() string
- func (x *GetAccountV2Request) GetOrganizationId() string
- func (*GetAccountV2Request) ProtoMessage()
- func (x *GetAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *GetAccountV2Request) Reset()
- func (x *GetAccountV2Request) String() string
- type GetAccountV2Response
- func (*GetAccountV2Response) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountV2Response) GetAccount() *AccountV2
- func (*GetAccountV2Response) ProtoMessage()
- func (x *GetAccountV2Response) ProtoReflect() protoreflect.Message
- func (x *GetAccountV2Response) Reset()
- func (x *GetAccountV2Response) String() string
- type GetMeRequest
- type GetMeResponse
- type GetMyOrganizationsByEmailRequest
- func (*GetMyOrganizationsByEmailRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyOrganizationsByEmailRequest) GetEmail() string
- func (*GetMyOrganizationsByEmailRequest) ProtoMessage()
- func (x *GetMyOrganizationsByEmailRequest) ProtoReflect() protoreflect.Message
- func (x *GetMyOrganizationsByEmailRequest) Reset()
- func (x *GetMyOrganizationsByEmailRequest) String() string
- type GetMyOrganizationsRequest
- type GetMyOrganizationsResponse
- func (*GetMyOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMyOrganizationsResponse) GetOrganizations() []*environment.Organization
- func (*GetMyOrganizationsResponse) ProtoMessage()
- func (x *GetMyOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMyOrganizationsResponse) Reset()
- func (x *GetMyOrganizationsResponse) String() string
- type ListAPIKeysRequest
- func (*ListAPIKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAPIKeysRequest) GetCursor() string
- func (x *ListAPIKeysRequest) GetDisabled() *wrapperspb.BoolValue
- func (x *ListAPIKeysRequest) GetEnvironmentNamespace() string
- func (x *ListAPIKeysRequest) GetOrderBy() ListAPIKeysRequest_OrderBy
- func (x *ListAPIKeysRequest) GetOrderDirection() ListAPIKeysRequest_OrderDirection
- func (x *ListAPIKeysRequest) GetPageSize() int64
- func (x *ListAPIKeysRequest) GetSearchKeyword() string
- func (*ListAPIKeysRequest) ProtoMessage()
- func (x *ListAPIKeysRequest) ProtoReflect() protoreflect.Message
- func (x *ListAPIKeysRequest) Reset()
- func (x *ListAPIKeysRequest) String() string
- type ListAPIKeysRequest_OrderBy
- func (ListAPIKeysRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
- func (x ListAPIKeysRequest_OrderBy) Enum() *ListAPIKeysRequest_OrderBy
- func (ListAPIKeysRequest_OrderBy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAPIKeysRequest_OrderBy) Number() protoreflect.EnumNumber
- func (x ListAPIKeysRequest_OrderBy) String() string
- func (ListAPIKeysRequest_OrderBy) Type() protoreflect.EnumType
- type ListAPIKeysRequest_OrderDirection
- func (ListAPIKeysRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ListAPIKeysRequest_OrderDirection) Enum() *ListAPIKeysRequest_OrderDirection
- func (ListAPIKeysRequest_OrderDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAPIKeysRequest_OrderDirection) Number() protoreflect.EnumNumber
- func (x ListAPIKeysRequest_OrderDirection) String() string
- func (ListAPIKeysRequest_OrderDirection) Type() protoreflect.EnumType
- type ListAPIKeysResponse
- func (*ListAPIKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAPIKeysResponse) GetApiKeys() []*APIKey
- func (x *ListAPIKeysResponse) GetCursor() string
- func (x *ListAPIKeysResponse) GetTotalCount() int64
- func (*ListAPIKeysResponse) ProtoMessage()
- func (x *ListAPIKeysResponse) ProtoReflect() protoreflect.Message
- func (x *ListAPIKeysResponse) Reset()
- func (x *ListAPIKeysResponse) String() string
- type ListAccountsV2Request
- func (*ListAccountsV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsV2Request) GetCursor() string
- func (x *ListAccountsV2Request) GetDisabled() *wrapperspb.BoolValue
- func (x *ListAccountsV2Request) GetEnvironmentId() *wrapperspb.StringValue
- func (x *ListAccountsV2Request) GetEnvironmentRole() *wrapperspb.Int32Value
- func (x *ListAccountsV2Request) GetOrderBy() ListAccountsV2Request_OrderBy
- func (x *ListAccountsV2Request) GetOrderDirection() ListAccountsV2Request_OrderDirection
- func (x *ListAccountsV2Request) GetOrganizationId() string
- func (x *ListAccountsV2Request) GetOrganizationRole() *wrapperspb.Int32Value
- func (x *ListAccountsV2Request) GetPageSize() int64
- func (x *ListAccountsV2Request) GetSearchKeyword() string
- func (*ListAccountsV2Request) ProtoMessage()
- func (x *ListAccountsV2Request) ProtoReflect() protoreflect.Message
- func (x *ListAccountsV2Request) Reset()
- func (x *ListAccountsV2Request) String() string
- type ListAccountsV2Request_OrderBy
- func (ListAccountsV2Request_OrderBy) Descriptor() protoreflect.EnumDescriptor
- func (x ListAccountsV2Request_OrderBy) Enum() *ListAccountsV2Request_OrderBy
- func (ListAccountsV2Request_OrderBy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAccountsV2Request_OrderBy) Number() protoreflect.EnumNumber
- func (x ListAccountsV2Request_OrderBy) String() string
- func (ListAccountsV2Request_OrderBy) Type() protoreflect.EnumType
- type ListAccountsV2Request_OrderDirection
- func (ListAccountsV2Request_OrderDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ListAccountsV2Request_OrderDirection) Enum() *ListAccountsV2Request_OrderDirection
- func (ListAccountsV2Request_OrderDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAccountsV2Request_OrderDirection) Number() protoreflect.EnumNumber
- func (x ListAccountsV2Request_OrderDirection) String() string
- func (ListAccountsV2Request_OrderDirection) Type() protoreflect.EnumType
- type ListAccountsV2Response
- func (*ListAccountsV2Response) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsV2Response) GetAccounts() []*AccountV2
- func (x *ListAccountsV2Response) GetCursor() string
- func (x *ListAccountsV2Response) GetTotalCount() int64
- func (*ListAccountsV2Response) ProtoMessage()
- func (x *ListAccountsV2Response) ProtoReflect() protoreflect.Message
- func (x *ListAccountsV2Response) Reset()
- func (x *ListAccountsV2Response) String() string
- type UnimplementedAccountServiceServer
- func (*UnimplementedAccountServiceServer) ChangeAPIKeyName(context.Context, *ChangeAPIKeyNameRequest) (*ChangeAPIKeyNameResponse, error)
- func (*UnimplementedAccountServiceServer) CreateAPIKey(context.Context, *CreateAPIKeyRequest) (*CreateAPIKeyResponse, error)
- func (*UnimplementedAccountServiceServer) CreateAccountV2(context.Context, *CreateAccountV2Request) (*CreateAccountV2Response, error)
- func (*UnimplementedAccountServiceServer) DeleteAccountV2(context.Context, *DeleteAccountV2Request) (*DeleteAccountV2Response, error)
- func (*UnimplementedAccountServiceServer) DisableAPIKey(context.Context, *DisableAPIKeyRequest) (*DisableAPIKeyResponse, error)
- func (*UnimplementedAccountServiceServer) DisableAccountV2(context.Context, *DisableAccountV2Request) (*DisableAccountV2Response, error)
- func (*UnimplementedAccountServiceServer) EnableAPIKey(context.Context, *EnableAPIKeyRequest) (*EnableAPIKeyResponse, error)
- func (*UnimplementedAccountServiceServer) EnableAccountV2(context.Context, *EnableAccountV2Request) (*EnableAccountV2Response, error)
- func (*UnimplementedAccountServiceServer) GetAPIKey(context.Context, *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
- func (*UnimplementedAccountServiceServer) GetAPIKeyBySearchingAllEnvironments(context.Context, *GetAPIKeyBySearchingAllEnvironmentsRequest) (*GetAPIKeyBySearchingAllEnvironmentsResponse, error)
- func (*UnimplementedAccountServiceServer) GetAccountV2(context.Context, *GetAccountV2Request) (*GetAccountV2Response, error)
- func (*UnimplementedAccountServiceServer) GetAccountV2ByEnvironmentID(context.Context, *GetAccountV2ByEnvironmentIDRequest) (*GetAccountV2ByEnvironmentIDResponse, error)
- func (*UnimplementedAccountServiceServer) GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error)
- func (*UnimplementedAccountServiceServer) GetMyOrganizations(context.Context, *GetMyOrganizationsRequest) (*GetMyOrganizationsResponse, error)
- func (*UnimplementedAccountServiceServer) GetMyOrganizationsByEmail(context.Context, *GetMyOrganizationsByEmailRequest) (*GetMyOrganizationsResponse, error)
- func (*UnimplementedAccountServiceServer) ListAPIKeys(context.Context, *ListAPIKeysRequest) (*ListAPIKeysResponse, error)
- func (*UnimplementedAccountServiceServer) ListAccountsV2(context.Context, *ListAccountsV2Request) (*ListAccountsV2Response, error)
- func (*UnimplementedAccountServiceServer) UpdateAccountV2(context.Context, *UpdateAccountV2Request) (*UpdateAccountV2Response, error)
- type UpdateAccountV2Request
- func (*UpdateAccountV2Request) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAccountV2Request) GetChangeAvatarUrlCommand() *ChangeAccountV2AvatarImageUrlCommand
- func (x *UpdateAccountV2Request) GetChangeEnvironmentRolesCommand() *ChangeAccountV2EnvironmentRolesCommand
- func (x *UpdateAccountV2Request) GetChangeNameCommand() *ChangeAccountV2NameCommand
- func (x *UpdateAccountV2Request) GetChangeOrganizationRoleCommand() *ChangeAccountV2OrganizationRoleCommand
- func (x *UpdateAccountV2Request) GetEmail() string
- func (x *UpdateAccountV2Request) GetOrganizationId() string
- func (*UpdateAccountV2Request) ProtoMessage()
- func (x *UpdateAccountV2Request) ProtoReflect() protoreflect.Message
- func (x *UpdateAccountV2Request) Reset()
- func (x *UpdateAccountV2Request) String() string
- type UpdateAccountV2Response
Constants ¶
This section is empty.
Variables ¶
var ( Account_Role_name = map[int32]string{ 0: "VIEWER", 1: "EDITOR", 2: "OWNER", 99: "UNASSIGNED", } Account_Role_value = map[string]int32{ "VIEWER": 0, "EDITOR": 1, "OWNER": 2, "UNASSIGNED": 99, } )
Enum value maps for Account_Role.
var ( AccountV2_Role_Environment_name = map[int32]string{ 0: "Environment_UNASSIGNED", 1: "Environment_VIEWER", 2: "Environment_EDITOR", } AccountV2_Role_Environment_value = map[string]int32{ "Environment_UNASSIGNED": 0, "Environment_VIEWER": 1, "Environment_EDITOR": 2, } )
Enum value maps for AccountV2_Role_Environment.
var ( AccountV2_Role_Organization_name = map[int32]string{ 0: "Organization_UNASSIGNED", 1: "Organization_MEMBER", 2: "Organization_ADMIN", 3: "Organization_OWNER", } AccountV2_Role_Organization_value = map[string]int32{ "Organization_UNASSIGNED": 0, "Organization_MEMBER": 1, "Organization_ADMIN": 2, "Organization_OWNER": 3, } )
Enum value maps for AccountV2_Role_Organization.
var ( APIKey_Role_name = map[int32]string{ 0: "UNKNOWN", 1: "SDK_CLIENT", 2: "SDK_SERVER", } APIKey_Role_value = map[string]int32{ "UNKNOWN": 0, "SDK_CLIENT": 1, "SDK_SERVER": 2, } )
Enum value maps for APIKey_Role.
var ( ChangeAccountV2EnvironmentRolesCommand_WriteType_name = map[int32]string{ 0: "WriteType_UNSPECIFIED", 1: "WriteType_OVERRIDE", 2: "WriteType_PATCH", } ChangeAccountV2EnvironmentRolesCommand_WriteType_value = map[string]int32{ "WriteType_UNSPECIFIED": 0, "WriteType_OVERRIDE": 1, "WriteType_PATCH": 2, } )
Enum value maps for ChangeAccountV2EnvironmentRolesCommand_WriteType.
var ( ListAccountsV2Request_OrderBy_name = map[int32]string{ 0: "DEFAULT", 1: "EMAIL", 2: "CREATED_AT", 3: "UPDATED_AT", } ListAccountsV2Request_OrderBy_value = map[string]int32{ "DEFAULT": 0, "EMAIL": 1, "CREATED_AT": 2, "UPDATED_AT": 3, } )
Enum value maps for ListAccountsV2Request_OrderBy.
var ( ListAccountsV2Request_OrderDirection_name = map[int32]string{ 0: "ASC", 1: "DESC", } ListAccountsV2Request_OrderDirection_value = map[string]int32{ "ASC": 0, "DESC": 1, } )
Enum value maps for ListAccountsV2Request_OrderDirection.
var ( ListAPIKeysRequest_OrderBy_name = map[int32]string{ 0: "DEFAULT", 1: "NAME", 2: "CREATED_AT", 3: "UPDATED_AT", } ListAPIKeysRequest_OrderBy_value = map[string]int32{ "DEFAULT": 0, "NAME": 1, "CREATED_AT": 2, "UPDATED_AT": 3, } )
Enum value maps for ListAPIKeysRequest_OrderBy.
var ( ListAPIKeysRequest_OrderDirection_name = map[int32]string{ 0: "ASC", 1: "DESC", } ListAPIKeysRequest_OrderDirection_value = map[string]int32{ "ASC": 0, "DESC": 1, } )
Enum value maps for ListAPIKeysRequest_OrderDirection.
var File_proto_account_account_proto protoreflect.FileDescriptor
var File_proto_account_api_key_proto protoreflect.FileDescriptor
var File_proto_account_command_proto protoreflect.FileDescriptor
var File_proto_account_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAccountServiceServer ¶
func RegisterAccountServiceServer(s *grpc.Server, srv AccountServiceServer)
Types ¶
type APIKey ¶
type APIKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Role APIKey_Role `protobuf:"varint,3,opt,name=role,proto3,enum=bucketeer.account.APIKey_Role" json:"role"` Disabled bool `protobuf:"varint,4,opt,name=disabled,proto3" json:"disabled"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at"` UpdatedAt int64 `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"` // contains filtered or unexported fields }
func (*APIKey) Descriptor
deprecated
func (*APIKey) GetCreatedAt ¶
func (*APIKey) GetDisabled ¶
func (*APIKey) GetRole ¶
func (x *APIKey) GetRole() APIKey_Role
func (*APIKey) GetUpdatedAt ¶
func (*APIKey) ProtoMessage ¶
func (*APIKey) ProtoMessage()
func (*APIKey) ProtoReflect ¶
func (x *APIKey) ProtoReflect() protoreflect.Message
type APIKey_Role ¶
type APIKey_Role int32
const ( APIKey_UNKNOWN APIKey_Role = 0 APIKey_SDK_CLIENT APIKey_Role = 1 APIKey_SDK_SERVER APIKey_Role = 2 )
func (APIKey_Role) Descriptor ¶
func (APIKey_Role) Descriptor() protoreflect.EnumDescriptor
func (APIKey_Role) Enum ¶
func (x APIKey_Role) Enum() *APIKey_Role
func (APIKey_Role) EnumDescriptor
deprecated
func (APIKey_Role) EnumDescriptor() ([]byte, []int)
Deprecated: Use APIKey_Role.Descriptor instead.
func (APIKey_Role) Number ¶
func (x APIKey_Role) Number() protoreflect.EnumNumber
func (APIKey_Role) String ¶
func (x APIKey_Role) String() string
func (APIKey_Role) Type ¶
func (APIKey_Role) Type() protoreflect.EnumType
type Account
deprecated
type Account struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Role Account_Role `protobuf:"varint,4,opt,name=role,proto3,enum=bucketeer.account.Account_Role" json:"role"` Disabled bool `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled"` CreatedAt int64 `protobuf:"varint,6,opt,name=created_at,json=createdAt,proto3" json:"created_at"` UpdatedAt int64 `protobuf:"varint,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"` Deleted bool `protobuf:"varint,8,opt,name=deleted,proto3" json:"deleted"` // contains filtered or unexported fields }
Deprecated: Do not use.
func (*Account) Descriptor
deprecated
func (*Account) GetCreatedAt ¶
func (*Account) GetDeleted ¶
func (*Account) GetDisabled ¶
func (*Account) GetRole ¶
func (x *Account) GetRole() Account_Role
func (*Account) GetUpdatedAt ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AccountServiceClient ¶
type AccountServiceClient interface { GetMe(ctx context.Context, in *GetMeRequest, opts ...grpc.CallOption) (*GetMeResponse, error) GetMyOrganizations(ctx context.Context, in *GetMyOrganizationsRequest, opts ...grpc.CallOption) (*GetMyOrganizationsResponse, error) GetMyOrganizationsByEmail(ctx context.Context, in *GetMyOrganizationsByEmailRequest, opts ...grpc.CallOption) (*GetMyOrganizationsResponse, error) CreateAccountV2(ctx context.Context, in *CreateAccountV2Request, opts ...grpc.CallOption) (*CreateAccountV2Response, error) EnableAccountV2(ctx context.Context, in *EnableAccountV2Request, opts ...grpc.CallOption) (*EnableAccountV2Response, error) DisableAccountV2(ctx context.Context, in *DisableAccountV2Request, opts ...grpc.CallOption) (*DisableAccountV2Response, error) UpdateAccountV2(ctx context.Context, in *UpdateAccountV2Request, opts ...grpc.CallOption) (*UpdateAccountV2Response, error) DeleteAccountV2(ctx context.Context, in *DeleteAccountV2Request, opts ...grpc.CallOption) (*DeleteAccountV2Response, error) GetAccountV2(ctx context.Context, in *GetAccountV2Request, opts ...grpc.CallOption) (*GetAccountV2Response, error) GetAccountV2ByEnvironmentID(ctx context.Context, in *GetAccountV2ByEnvironmentIDRequest, opts ...grpc.CallOption) (*GetAccountV2ByEnvironmentIDResponse, error) ListAccountsV2(ctx context.Context, in *ListAccountsV2Request, opts ...grpc.CallOption) (*ListAccountsV2Response, error) CreateAPIKey(ctx context.Context, in *CreateAPIKeyRequest, opts ...grpc.CallOption) (*CreateAPIKeyResponse, error) ChangeAPIKeyName(ctx context.Context, in *ChangeAPIKeyNameRequest, opts ...grpc.CallOption) (*ChangeAPIKeyNameResponse, error) EnableAPIKey(ctx context.Context, in *EnableAPIKeyRequest, opts ...grpc.CallOption) (*EnableAPIKeyResponse, error) DisableAPIKey(ctx context.Context, in *DisableAPIKeyRequest, opts ...grpc.CallOption) (*DisableAPIKeyResponse, error) GetAPIKey(ctx context.Context, in *GetAPIKeyRequest, opts ...grpc.CallOption) (*GetAPIKeyResponse, error) ListAPIKeys(ctx context.Context, in *ListAPIKeysRequest, opts ...grpc.CallOption) (*ListAPIKeysResponse, error) GetAPIKeyBySearchingAllEnvironments(ctx context.Context, in *GetAPIKeyBySearchingAllEnvironmentsRequest, opts ...grpc.CallOption) (*GetAPIKeyBySearchingAllEnvironmentsResponse, error) }
AccountServiceClient is the client API for AccountService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAccountServiceClient ¶
func NewAccountServiceClient(cc grpc.ClientConnInterface) AccountServiceClient
type AccountServiceServer ¶
type AccountServiceServer interface { GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error) GetMyOrganizations(context.Context, *GetMyOrganizationsRequest) (*GetMyOrganizationsResponse, error) GetMyOrganizationsByEmail(context.Context, *GetMyOrganizationsByEmailRequest) (*GetMyOrganizationsResponse, error) CreateAccountV2(context.Context, *CreateAccountV2Request) (*CreateAccountV2Response, error) EnableAccountV2(context.Context, *EnableAccountV2Request) (*EnableAccountV2Response, error) DisableAccountV2(context.Context, *DisableAccountV2Request) (*DisableAccountV2Response, error) UpdateAccountV2(context.Context, *UpdateAccountV2Request) (*UpdateAccountV2Response, error) DeleteAccountV2(context.Context, *DeleteAccountV2Request) (*DeleteAccountV2Response, error) GetAccountV2(context.Context, *GetAccountV2Request) (*GetAccountV2Response, error) GetAccountV2ByEnvironmentID(context.Context, *GetAccountV2ByEnvironmentIDRequest) (*GetAccountV2ByEnvironmentIDResponse, error) ListAccountsV2(context.Context, *ListAccountsV2Request) (*ListAccountsV2Response, error) CreateAPIKey(context.Context, *CreateAPIKeyRequest) (*CreateAPIKeyResponse, error) ChangeAPIKeyName(context.Context, *ChangeAPIKeyNameRequest) (*ChangeAPIKeyNameResponse, error) EnableAPIKey(context.Context, *EnableAPIKeyRequest) (*EnableAPIKeyResponse, error) DisableAPIKey(context.Context, *DisableAPIKeyRequest) (*DisableAPIKeyResponse, error) GetAPIKey(context.Context, *GetAPIKeyRequest) (*GetAPIKeyResponse, error) ListAPIKeys(context.Context, *ListAPIKeysRequest) (*ListAPIKeysResponse, error) GetAPIKeyBySearchingAllEnvironments(context.Context, *GetAPIKeyBySearchingAllEnvironmentsRequest) (*GetAPIKeyBySearchingAllEnvironmentsResponse, error) }
AccountServiceServer is the server API for AccountService service.
type AccountV2 ¶ added in v0.4.0
type AccountV2 struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` AvatarImageUrl string `protobuf:"bytes,3,opt,name=avatar_image_url,json=avatarImageUrl,proto3" json:"avatar_image_url"` OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` OrganizationRole AccountV2_Role_Organization `` /* 151-byte string literal not displayed */ EnvironmentRoles []*AccountV2_EnvironmentRole `protobuf:"bytes,6,rep,name=environment_roles,json=environmentRoles,proto3" json:"environment_roles"` Disabled bool `protobuf:"varint,7,opt,name=disabled,proto3" json:"disabled"` CreatedAt int64 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at"` UpdatedAt int64 `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"` // contains filtered or unexported fields }
func (*AccountV2) Descriptor
deprecated
added in
v0.4.0
func (*AccountV2) GetAvatarImageUrl ¶ added in v0.4.0
func (*AccountV2) GetCreatedAt ¶ added in v0.4.0
func (*AccountV2) GetDisabled ¶ added in v0.4.0
func (*AccountV2) GetEnvironmentRoles ¶ added in v0.4.0
func (x *AccountV2) GetEnvironmentRoles() []*AccountV2_EnvironmentRole
func (*AccountV2) GetOrganizationId ¶ added in v0.4.0
func (*AccountV2) GetOrganizationRole ¶ added in v0.4.0
func (x *AccountV2) GetOrganizationRole() AccountV2_Role_Organization
func (*AccountV2) GetUpdatedAt ¶ added in v0.4.0
func (*AccountV2) ProtoMessage ¶ added in v0.4.0
func (*AccountV2) ProtoMessage()
func (*AccountV2) ProtoReflect ¶ added in v0.4.0
func (x *AccountV2) ProtoReflect() protoreflect.Message
type AccountV2_EnvironmentRole ¶ added in v0.4.0
type AccountV2_EnvironmentRole struct { EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id"` Role AccountV2_Role_Environment `protobuf:"varint,2,opt,name=role,proto3,enum=bucketeer.account.AccountV2_Role_Environment" json:"role"` // contains filtered or unexported fields }
func (*AccountV2_EnvironmentRole) Descriptor
deprecated
added in
v0.4.0
func (*AccountV2_EnvironmentRole) Descriptor() ([]byte, []int)
Deprecated: Use AccountV2_EnvironmentRole.ProtoReflect.Descriptor instead.
func (*AccountV2_EnvironmentRole) GetEnvironmentId ¶ added in v0.4.0
func (x *AccountV2_EnvironmentRole) GetEnvironmentId() string
func (*AccountV2_EnvironmentRole) GetRole ¶ added in v0.4.0
func (x *AccountV2_EnvironmentRole) GetRole() AccountV2_Role_Environment
func (*AccountV2_EnvironmentRole) ProtoMessage ¶ added in v0.4.0
func (*AccountV2_EnvironmentRole) ProtoMessage()
func (*AccountV2_EnvironmentRole) ProtoReflect ¶ added in v0.4.0
func (x *AccountV2_EnvironmentRole) ProtoReflect() protoreflect.Message
func (*AccountV2_EnvironmentRole) Reset ¶ added in v0.4.0
func (x *AccountV2_EnvironmentRole) Reset()
func (*AccountV2_EnvironmentRole) String ¶ added in v0.4.0
func (x *AccountV2_EnvironmentRole) String() string
type AccountV2_Role ¶ added in v0.4.0
type AccountV2_Role struct {
// contains filtered or unexported fields
}
func (*AccountV2_Role) Descriptor
deprecated
added in
v0.4.0
func (*AccountV2_Role) Descriptor() ([]byte, []int)
Deprecated: Use AccountV2_Role.ProtoReflect.Descriptor instead.
func (*AccountV2_Role) ProtoMessage ¶ added in v0.4.0
func (*AccountV2_Role) ProtoMessage()
func (*AccountV2_Role) ProtoReflect ¶ added in v0.4.0
func (x *AccountV2_Role) ProtoReflect() protoreflect.Message
func (*AccountV2_Role) Reset ¶ added in v0.4.0
func (x *AccountV2_Role) Reset()
func (*AccountV2_Role) String ¶ added in v0.4.0
func (x *AccountV2_Role) String() string
type AccountV2_Role_Environment ¶ added in v0.4.0
type AccountV2_Role_Environment int32
const ( AccountV2_Role_Environment_UNASSIGNED AccountV2_Role_Environment = 0 AccountV2_Role_Environment_VIEWER AccountV2_Role_Environment = 1 AccountV2_Role_Environment_EDITOR AccountV2_Role_Environment = 2 )
func (AccountV2_Role_Environment) Descriptor ¶ added in v0.4.0
func (AccountV2_Role_Environment) Descriptor() protoreflect.EnumDescriptor
func (AccountV2_Role_Environment) Enum ¶ added in v0.4.0
func (x AccountV2_Role_Environment) Enum() *AccountV2_Role_Environment
func (AccountV2_Role_Environment) EnumDescriptor
deprecated
added in
v0.4.0
func (AccountV2_Role_Environment) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountV2_Role_Environment.Descriptor instead.
func (AccountV2_Role_Environment) Number ¶ added in v0.4.0
func (x AccountV2_Role_Environment) Number() protoreflect.EnumNumber
func (AccountV2_Role_Environment) String ¶ added in v0.4.0
func (x AccountV2_Role_Environment) String() string
func (AccountV2_Role_Environment) Type ¶ added in v0.4.0
func (AccountV2_Role_Environment) Type() protoreflect.EnumType
type AccountV2_Role_Organization ¶ added in v0.4.0
type AccountV2_Role_Organization int32
const ( AccountV2_Role_Organization_UNASSIGNED AccountV2_Role_Organization = 0 AccountV2_Role_Organization_MEMBER AccountV2_Role_Organization = 1 AccountV2_Role_Organization_ADMIN AccountV2_Role_Organization = 2 AccountV2_Role_Organization_OWNER AccountV2_Role_Organization = 3 )
func (AccountV2_Role_Organization) Descriptor ¶ added in v0.4.0
func (AccountV2_Role_Organization) Descriptor() protoreflect.EnumDescriptor
func (AccountV2_Role_Organization) Enum ¶ added in v0.4.0
func (x AccountV2_Role_Organization) Enum() *AccountV2_Role_Organization
func (AccountV2_Role_Organization) EnumDescriptor
deprecated
added in
v0.4.0
func (AccountV2_Role_Organization) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountV2_Role_Organization.Descriptor instead.
func (AccountV2_Role_Organization) Number ¶ added in v0.4.0
func (x AccountV2_Role_Organization) Number() protoreflect.EnumNumber
func (AccountV2_Role_Organization) String ¶ added in v0.4.0
func (x AccountV2_Role_Organization) String() string
func (AccountV2_Role_Organization) Type ¶ added in v0.4.0
func (AccountV2_Role_Organization) Type() protoreflect.EnumType
type Account_Role ¶
type Account_Role int32
const ( Account_VIEWER Account_Role = 0 Account_EDITOR Account_Role = 1 Account_OWNER Account_Role = 2 Account_UNASSIGNED Account_Role = 99 )
func (Account_Role) Descriptor ¶
func (Account_Role) Descriptor() protoreflect.EnumDescriptor
func (Account_Role) Enum ¶
func (x Account_Role) Enum() *Account_Role
func (Account_Role) EnumDescriptor
deprecated
func (Account_Role) EnumDescriptor() ([]byte, []int)
Deprecated: Use Account_Role.Descriptor instead.
func (Account_Role) Number ¶
func (x Account_Role) Number() protoreflect.EnumNumber
func (Account_Role) String ¶
func (x Account_Role) String() string
func (Account_Role) Type ¶
func (Account_Role) Type() protoreflect.EnumType
type ChangeAPIKeyNameCommand ¶
type ChangeAPIKeyNameCommand struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // contains filtered or unexported fields }
func (*ChangeAPIKeyNameCommand) Descriptor
deprecated
func (*ChangeAPIKeyNameCommand) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAPIKeyNameCommand.ProtoReflect.Descriptor instead.
func (*ChangeAPIKeyNameCommand) GetName ¶
func (x *ChangeAPIKeyNameCommand) GetName() string
func (*ChangeAPIKeyNameCommand) ProtoMessage ¶
func (*ChangeAPIKeyNameCommand) ProtoMessage()
func (*ChangeAPIKeyNameCommand) ProtoReflect ¶
func (x *ChangeAPIKeyNameCommand) ProtoReflect() protoreflect.Message
func (*ChangeAPIKeyNameCommand) Reset ¶
func (x *ChangeAPIKeyNameCommand) Reset()
func (*ChangeAPIKeyNameCommand) String ¶
func (x *ChangeAPIKeyNameCommand) String() string
type ChangeAPIKeyNameRequest ¶
type ChangeAPIKeyNameRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Command *ChangeAPIKeyNameCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"` EnvironmentNamespace string `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` // contains filtered or unexported fields }
func (*ChangeAPIKeyNameRequest) Descriptor
deprecated
func (*ChangeAPIKeyNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAPIKeyNameRequest.ProtoReflect.Descriptor instead.
func (*ChangeAPIKeyNameRequest) GetCommand ¶
func (x *ChangeAPIKeyNameRequest) GetCommand() *ChangeAPIKeyNameCommand
func (*ChangeAPIKeyNameRequest) GetEnvironmentNamespace ¶
func (x *ChangeAPIKeyNameRequest) GetEnvironmentNamespace() string
func (*ChangeAPIKeyNameRequest) GetId ¶
func (x *ChangeAPIKeyNameRequest) GetId() string
func (*ChangeAPIKeyNameRequest) ProtoMessage ¶
func (*ChangeAPIKeyNameRequest) ProtoMessage()
func (*ChangeAPIKeyNameRequest) ProtoReflect ¶
func (x *ChangeAPIKeyNameRequest) ProtoReflect() protoreflect.Message
func (*ChangeAPIKeyNameRequest) Reset ¶
func (x *ChangeAPIKeyNameRequest) Reset()
func (*ChangeAPIKeyNameRequest) String ¶
func (x *ChangeAPIKeyNameRequest) String() string
type ChangeAPIKeyNameResponse ¶
type ChangeAPIKeyNameResponse struct {
// contains filtered or unexported fields
}
func (*ChangeAPIKeyNameResponse) Descriptor
deprecated
func (*ChangeAPIKeyNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAPIKeyNameResponse.ProtoReflect.Descriptor instead.
func (*ChangeAPIKeyNameResponse) ProtoMessage ¶
func (*ChangeAPIKeyNameResponse) ProtoMessage()
func (*ChangeAPIKeyNameResponse) ProtoReflect ¶
func (x *ChangeAPIKeyNameResponse) ProtoReflect() protoreflect.Message
func (*ChangeAPIKeyNameResponse) Reset ¶
func (x *ChangeAPIKeyNameResponse) Reset()
func (*ChangeAPIKeyNameResponse) String ¶
func (x *ChangeAPIKeyNameResponse) String() string
type ChangeAccountV2AvatarImageUrlCommand ¶ added in v0.4.0
type ChangeAccountV2AvatarImageUrlCommand struct { AvatarImageUrl string `protobuf:"bytes,1,opt,name=avatar_image_url,json=avatarImageUrl,proto3" json:"avatar_image_url"` // contains filtered or unexported fields }
func (*ChangeAccountV2AvatarImageUrlCommand) Descriptor
deprecated
added in
v0.4.0
func (*ChangeAccountV2AvatarImageUrlCommand) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAccountV2AvatarImageUrlCommand.ProtoReflect.Descriptor instead.
func (*ChangeAccountV2AvatarImageUrlCommand) GetAvatarImageUrl ¶ added in v0.4.0
func (x *ChangeAccountV2AvatarImageUrlCommand) GetAvatarImageUrl() string
func (*ChangeAccountV2AvatarImageUrlCommand) ProtoMessage ¶ added in v0.4.0
func (*ChangeAccountV2AvatarImageUrlCommand) ProtoMessage()
func (*ChangeAccountV2AvatarImageUrlCommand) ProtoReflect ¶ added in v0.4.0
func (x *ChangeAccountV2AvatarImageUrlCommand) ProtoReflect() protoreflect.Message
func (*ChangeAccountV2AvatarImageUrlCommand) Reset ¶ added in v0.4.0
func (x *ChangeAccountV2AvatarImageUrlCommand) Reset()
func (*ChangeAccountV2AvatarImageUrlCommand) String ¶ added in v0.4.0
func (x *ChangeAccountV2AvatarImageUrlCommand) String() string
type ChangeAccountV2EnvironmentRolesCommand ¶ added in v0.4.0
type ChangeAccountV2EnvironmentRolesCommand struct { Roles []*AccountV2_EnvironmentRole `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles"` WriteType ChangeAccountV2EnvironmentRolesCommand_WriteType `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ChangeAccountV2EnvironmentRolesCommand) Descriptor
deprecated
added in
v0.4.0
func (*ChangeAccountV2EnvironmentRolesCommand) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAccountV2EnvironmentRolesCommand.ProtoReflect.Descriptor instead.
func (*ChangeAccountV2EnvironmentRolesCommand) GetRoles ¶ added in v0.4.0
func (x *ChangeAccountV2EnvironmentRolesCommand) GetRoles() []*AccountV2_EnvironmentRole
func (*ChangeAccountV2EnvironmentRolesCommand) GetWriteType ¶ added in v0.4.0
func (x *ChangeAccountV2EnvironmentRolesCommand) GetWriteType() ChangeAccountV2EnvironmentRolesCommand_WriteType
func (*ChangeAccountV2EnvironmentRolesCommand) ProtoMessage ¶ added in v0.4.0
func (*ChangeAccountV2EnvironmentRolesCommand) ProtoMessage()
func (*ChangeAccountV2EnvironmentRolesCommand) ProtoReflect ¶ added in v0.4.0
func (x *ChangeAccountV2EnvironmentRolesCommand) ProtoReflect() protoreflect.Message
func (*ChangeAccountV2EnvironmentRolesCommand) Reset ¶ added in v0.4.0
func (x *ChangeAccountV2EnvironmentRolesCommand) Reset()
func (*ChangeAccountV2EnvironmentRolesCommand) String ¶ added in v0.4.0
func (x *ChangeAccountV2EnvironmentRolesCommand) String() string
type ChangeAccountV2EnvironmentRolesCommand_WriteType ¶ added in v0.4.0
type ChangeAccountV2EnvironmentRolesCommand_WriteType int32
const ( ChangeAccountV2EnvironmentRolesCommand_WriteType_UNSPECIFIED ChangeAccountV2EnvironmentRolesCommand_WriteType = 0 ChangeAccountV2EnvironmentRolesCommand_WriteType_OVERRIDE ChangeAccountV2EnvironmentRolesCommand_WriteType = 1 ChangeAccountV2EnvironmentRolesCommand_WriteType_PATCH ChangeAccountV2EnvironmentRolesCommand_WriteType = 2 )
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) Descriptor ¶ added in v0.4.0
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) Descriptor() protoreflect.EnumDescriptor
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) EnumDescriptor
deprecated
added in
v0.4.0
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangeAccountV2EnvironmentRolesCommand_WriteType.Descriptor instead.
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) Number ¶ added in v0.4.0
func (x ChangeAccountV2EnvironmentRolesCommand_WriteType) Number() protoreflect.EnumNumber
func (ChangeAccountV2EnvironmentRolesCommand_WriteType) String ¶ added in v0.4.0
func (x ChangeAccountV2EnvironmentRolesCommand_WriteType) String() string
type ChangeAccountV2NameCommand ¶ added in v0.4.0
type ChangeAccountV2NameCommand struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // contains filtered or unexported fields }
func (*ChangeAccountV2NameCommand) Descriptor
deprecated
added in
v0.4.0
func (*ChangeAccountV2NameCommand) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAccountV2NameCommand.ProtoReflect.Descriptor instead.
func (*ChangeAccountV2NameCommand) GetName ¶ added in v0.4.0
func (x *ChangeAccountV2NameCommand) GetName() string
func (*ChangeAccountV2NameCommand) ProtoMessage ¶ added in v0.4.0
func (*ChangeAccountV2NameCommand) ProtoMessage()
func (*ChangeAccountV2NameCommand) ProtoReflect ¶ added in v0.4.0
func (x *ChangeAccountV2NameCommand) ProtoReflect() protoreflect.Message
func (*ChangeAccountV2NameCommand) Reset ¶ added in v0.4.0
func (x *ChangeAccountV2NameCommand) Reset()
func (*ChangeAccountV2NameCommand) String ¶ added in v0.4.0
func (x *ChangeAccountV2NameCommand) String() string
type ChangeAccountV2OrganizationRoleCommand ¶ added in v0.4.0
type ChangeAccountV2OrganizationRoleCommand struct { Role AccountV2_Role_Organization `protobuf:"varint,1,opt,name=role,proto3,enum=bucketeer.account.AccountV2_Role_Organization" json:"role"` // contains filtered or unexported fields }
func (*ChangeAccountV2OrganizationRoleCommand) Descriptor
deprecated
added in
v0.4.0
func (*ChangeAccountV2OrganizationRoleCommand) Descriptor() ([]byte, []int)
Deprecated: Use ChangeAccountV2OrganizationRoleCommand.ProtoReflect.Descriptor instead.
func (*ChangeAccountV2OrganizationRoleCommand) GetRole ¶ added in v0.4.0
func (x *ChangeAccountV2OrganizationRoleCommand) GetRole() AccountV2_Role_Organization
func (*ChangeAccountV2OrganizationRoleCommand) ProtoMessage ¶ added in v0.4.0
func (*ChangeAccountV2OrganizationRoleCommand) ProtoMessage()
func (*ChangeAccountV2OrganizationRoleCommand) ProtoReflect ¶ added in v0.4.0
func (x *ChangeAccountV2OrganizationRoleCommand) ProtoReflect() protoreflect.Message
func (*ChangeAccountV2OrganizationRoleCommand) Reset ¶ added in v0.4.0
func (x *ChangeAccountV2OrganizationRoleCommand) Reset()
func (*ChangeAccountV2OrganizationRoleCommand) String ¶ added in v0.4.0
func (x *ChangeAccountV2OrganizationRoleCommand) String() string
type ConsoleAccount ¶ added in v0.4.0
type ConsoleAccount struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` AvatarUrl string `protobuf:"bytes,3,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url"` IsSystemAdmin bool `protobuf:"varint,4,opt,name=is_system_admin,json=isSystemAdmin,proto3" json:"is_system_admin"` Organization *environment.Organization `protobuf:"bytes,5,opt,name=organization,proto3" json:"organization"` OrganizationRole AccountV2_Role_Organization `` /* 151-byte string literal not displayed */ EnvironmentRoles []*ConsoleAccount_EnvironmentRole `protobuf:"bytes,7,rep,name=environment_roles,json=environmentRoles,proto3" json:"environment_roles"` // contains filtered or unexported fields }
func (*ConsoleAccount) Descriptor
deprecated
added in
v0.4.0
func (*ConsoleAccount) Descriptor() ([]byte, []int)
Deprecated: Use ConsoleAccount.ProtoReflect.Descriptor instead.
func (*ConsoleAccount) GetAvatarUrl ¶ added in v0.4.0
func (x *ConsoleAccount) GetAvatarUrl() string
func (*ConsoleAccount) GetEmail ¶ added in v0.4.0
func (x *ConsoleAccount) GetEmail() string
func (*ConsoleAccount) GetEnvironmentRoles ¶ added in v0.4.0
func (x *ConsoleAccount) GetEnvironmentRoles() []*ConsoleAccount_EnvironmentRole
func (*ConsoleAccount) GetIsSystemAdmin ¶ added in v0.4.0
func (x *ConsoleAccount) GetIsSystemAdmin() bool
func (*ConsoleAccount) GetName ¶ added in v0.4.0
func (x *ConsoleAccount) GetName() string
func (*ConsoleAccount) GetOrganization ¶ added in v0.4.0
func (x *ConsoleAccount) GetOrganization() *environment.Organization
func (*ConsoleAccount) GetOrganizationRole ¶ added in v0.4.0
func (x *ConsoleAccount) GetOrganizationRole() AccountV2_Role_Organization
func (*ConsoleAccount) ProtoMessage ¶ added in v0.4.0
func (*ConsoleAccount) ProtoMessage()
func (*ConsoleAccount) ProtoReflect ¶ added in v0.4.0
func (x *ConsoleAccount) ProtoReflect() protoreflect.Message
func (*ConsoleAccount) Reset ¶ added in v0.4.0
func (x *ConsoleAccount) Reset()
func (*ConsoleAccount) String ¶ added in v0.4.0
func (x *ConsoleAccount) String() string
type ConsoleAccount_EnvironmentRole ¶ added in v0.4.0
type ConsoleAccount_EnvironmentRole struct { Environment *environment.EnvironmentV2 `protobuf:"bytes,1,opt,name=environment,proto3" json:"environment"` Project *environment.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project"` Role AccountV2_Role_Environment `protobuf:"varint,3,opt,name=role,proto3,enum=bucketeer.account.AccountV2_Role_Environment" json:"role"` // contains filtered or unexported fields }
func (*ConsoleAccount_EnvironmentRole) Descriptor
deprecated
added in
v0.4.0
func (*ConsoleAccount_EnvironmentRole) Descriptor() ([]byte, []int)
Deprecated: Use ConsoleAccount_EnvironmentRole.ProtoReflect.Descriptor instead.
func (*ConsoleAccount_EnvironmentRole) GetEnvironment ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) GetEnvironment() *environment.EnvironmentV2
func (*ConsoleAccount_EnvironmentRole) GetProject ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) GetProject() *environment.Project
func (*ConsoleAccount_EnvironmentRole) GetRole ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) GetRole() AccountV2_Role_Environment
func (*ConsoleAccount_EnvironmentRole) ProtoMessage ¶ added in v0.4.0
func (*ConsoleAccount_EnvironmentRole) ProtoMessage()
func (*ConsoleAccount_EnvironmentRole) ProtoReflect ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) ProtoReflect() protoreflect.Message
func (*ConsoleAccount_EnvironmentRole) Reset ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) Reset()
func (*ConsoleAccount_EnvironmentRole) String ¶ added in v0.4.0
func (x *ConsoleAccount_EnvironmentRole) String() string
type CreateAPIKeyCommand ¶
type CreateAPIKeyCommand struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Role APIKey_Role `protobuf:"varint,2,opt,name=role,proto3,enum=bucketeer.account.APIKey_Role" json:"role"` // contains filtered or unexported fields }
func (*CreateAPIKeyCommand) Descriptor
deprecated
func (*CreateAPIKeyCommand) Descriptor() ([]byte, []int)
Deprecated: Use CreateAPIKeyCommand.ProtoReflect.Descriptor instead.
func (*CreateAPIKeyCommand) GetName ¶
func (x *CreateAPIKeyCommand) GetName() string
func (*CreateAPIKeyCommand) GetRole ¶
func (x *CreateAPIKeyCommand) GetRole() APIKey_Role
func (*CreateAPIKeyCommand) ProtoMessage ¶
func (*CreateAPIKeyCommand) ProtoMessage()
func (*CreateAPIKeyCommand) ProtoReflect ¶
func (x *CreateAPIKeyCommand) ProtoReflect() protoreflect.Message
func (*CreateAPIKeyCommand) Reset ¶
func (x *CreateAPIKeyCommand) Reset()
func (*CreateAPIKeyCommand) String ¶
func (x *CreateAPIKeyCommand) String() string
type CreateAPIKeyRequest ¶
type CreateAPIKeyRequest struct { Command *CreateAPIKeyCommand `protobuf:"bytes,1,opt,name=command,proto3" json:"command"` EnvironmentNamespace string `protobuf:"bytes,2,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` // contains filtered or unexported fields }
func (*CreateAPIKeyRequest) Descriptor
deprecated
func (*CreateAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateAPIKeyRequest) GetCommand ¶
func (x *CreateAPIKeyRequest) GetCommand() *CreateAPIKeyCommand
func (*CreateAPIKeyRequest) GetEnvironmentNamespace ¶
func (x *CreateAPIKeyRequest) GetEnvironmentNamespace() string
func (*CreateAPIKeyRequest) ProtoMessage ¶
func (*CreateAPIKeyRequest) ProtoMessage()
func (*CreateAPIKeyRequest) ProtoReflect ¶
func (x *CreateAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*CreateAPIKeyRequest) Reset ¶
func (x *CreateAPIKeyRequest) Reset()
func (*CreateAPIKeyRequest) String ¶
func (x *CreateAPIKeyRequest) String() string
type CreateAPIKeyResponse ¶
type CreateAPIKeyResponse struct { ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key"` // contains filtered or unexported fields }
func (*CreateAPIKeyResponse) Descriptor
deprecated
func (*CreateAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*CreateAPIKeyResponse) GetApiKey ¶
func (x *CreateAPIKeyResponse) GetApiKey() *APIKey
func (*CreateAPIKeyResponse) ProtoMessage ¶
func (*CreateAPIKeyResponse) ProtoMessage()
func (*CreateAPIKeyResponse) ProtoReflect ¶
func (x *CreateAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*CreateAPIKeyResponse) Reset ¶
func (x *CreateAPIKeyResponse) Reset()
func (*CreateAPIKeyResponse) String ¶
func (x *CreateAPIKeyResponse) String() string
type CreateAccountV2Command ¶ added in v0.4.0
type CreateAccountV2Command struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` AvatarImageUrl string `protobuf:"bytes,3,opt,name=avatar_image_url,json=avatarImageUrl,proto3" json:"avatar_image_url"` OrganizationRole AccountV2_Role_Organization `` /* 151-byte string literal not displayed */ EnvironmentRoles []*AccountV2_EnvironmentRole `protobuf:"bytes,5,rep,name=environment_roles,json=environmentRoles,proto3" json:"environment_roles"` // contains filtered or unexported fields }
func (*CreateAccountV2Command) Descriptor
deprecated
added in
v0.4.0
func (*CreateAccountV2Command) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountV2Command.ProtoReflect.Descriptor instead.
func (*CreateAccountV2Command) GetAvatarImageUrl ¶ added in v0.4.0
func (x *CreateAccountV2Command) GetAvatarImageUrl() string
func (*CreateAccountV2Command) GetEmail ¶ added in v0.4.0
func (x *CreateAccountV2Command) GetEmail() string
func (*CreateAccountV2Command) GetEnvironmentRoles ¶ added in v0.4.0
func (x *CreateAccountV2Command) GetEnvironmentRoles() []*AccountV2_EnvironmentRole
func (*CreateAccountV2Command) GetName ¶ added in v0.4.0
func (x *CreateAccountV2Command) GetName() string
func (*CreateAccountV2Command) GetOrganizationRole ¶ added in v0.4.0
func (x *CreateAccountV2Command) GetOrganizationRole() AccountV2_Role_Organization
func (*CreateAccountV2Command) ProtoMessage ¶ added in v0.4.0
func (*CreateAccountV2Command) ProtoMessage()
func (*CreateAccountV2Command) ProtoReflect ¶ added in v0.4.0
func (x *CreateAccountV2Command) ProtoReflect() protoreflect.Message
func (*CreateAccountV2Command) Reset ¶ added in v0.4.0
func (x *CreateAccountV2Command) Reset()
func (*CreateAccountV2Command) String ¶ added in v0.4.0
func (x *CreateAccountV2Command) String() string
type CreateAccountV2Request ¶ added in v0.4.0
type CreateAccountV2Request struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` Command *CreateAccountV2Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command"` // contains filtered or unexported fields }
func (*CreateAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*CreateAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountV2Request.ProtoReflect.Descriptor instead.
func (*CreateAccountV2Request) GetCommand ¶ added in v0.4.0
func (x *CreateAccountV2Request) GetCommand() *CreateAccountV2Command
func (*CreateAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *CreateAccountV2Request) GetOrganizationId() string
func (*CreateAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*CreateAccountV2Request) ProtoMessage()
func (*CreateAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *CreateAccountV2Request) ProtoReflect() protoreflect.Message
func (*CreateAccountV2Request) Reset ¶ added in v0.4.0
func (x *CreateAccountV2Request) Reset()
func (*CreateAccountV2Request) String ¶ added in v0.4.0
func (x *CreateAccountV2Request) String() string
type CreateAccountV2Response ¶ added in v0.4.0
type CreateAccountV2Response struct { Account *AccountV2 `protobuf:"bytes,1,opt,name=account,proto3" json:"account"` // contains filtered or unexported fields }
func (*CreateAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*CreateAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountV2Response.ProtoReflect.Descriptor instead.
func (*CreateAccountV2Response) GetAccount ¶ added in v0.4.0
func (x *CreateAccountV2Response) GetAccount() *AccountV2
func (*CreateAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*CreateAccountV2Response) ProtoMessage()
func (*CreateAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *CreateAccountV2Response) ProtoReflect() protoreflect.Message
func (*CreateAccountV2Response) Reset ¶ added in v0.4.0
func (x *CreateAccountV2Response) Reset()
func (*CreateAccountV2Response) String ¶ added in v0.4.0
func (x *CreateAccountV2Response) String() string
type DeleteAccountV2Command ¶ added in v0.4.0
type DeleteAccountV2Command struct {
// contains filtered or unexported fields
}
func (*DeleteAccountV2Command) Descriptor
deprecated
added in
v0.4.0
func (*DeleteAccountV2Command) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountV2Command.ProtoReflect.Descriptor instead.
func (*DeleteAccountV2Command) ProtoMessage ¶ added in v0.4.0
func (*DeleteAccountV2Command) ProtoMessage()
func (*DeleteAccountV2Command) ProtoReflect ¶ added in v0.4.0
func (x *DeleteAccountV2Command) ProtoReflect() protoreflect.Message
func (*DeleteAccountV2Command) Reset ¶ added in v0.4.0
func (x *DeleteAccountV2Command) Reset()
func (*DeleteAccountV2Command) String ¶ added in v0.4.0
func (x *DeleteAccountV2Command) String() string
type DeleteAccountV2Request ¶ added in v0.4.0
type DeleteAccountV2Request struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` Command *DeleteAccountV2Command `protobuf:"bytes,3,opt,name=command,proto3" json:"command"` // contains filtered or unexported fields }
func (*DeleteAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*DeleteAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountV2Request.ProtoReflect.Descriptor instead.
func (*DeleteAccountV2Request) GetCommand ¶ added in v0.4.0
func (x *DeleteAccountV2Request) GetCommand() *DeleteAccountV2Command
func (*DeleteAccountV2Request) GetEmail ¶ added in v0.4.0
func (x *DeleteAccountV2Request) GetEmail() string
func (*DeleteAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *DeleteAccountV2Request) GetOrganizationId() string
func (*DeleteAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*DeleteAccountV2Request) ProtoMessage()
func (*DeleteAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *DeleteAccountV2Request) ProtoReflect() protoreflect.Message
func (*DeleteAccountV2Request) Reset ¶ added in v0.4.0
func (x *DeleteAccountV2Request) Reset()
func (*DeleteAccountV2Request) String ¶ added in v0.4.0
func (x *DeleteAccountV2Request) String() string
type DeleteAccountV2Response ¶ added in v0.4.0
type DeleteAccountV2Response struct {
// contains filtered or unexported fields
}
func (*DeleteAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*DeleteAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountV2Response.ProtoReflect.Descriptor instead.
func (*DeleteAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*DeleteAccountV2Response) ProtoMessage()
func (*DeleteAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *DeleteAccountV2Response) ProtoReflect() protoreflect.Message
func (*DeleteAccountV2Response) Reset ¶ added in v0.4.0
func (x *DeleteAccountV2Response) Reset()
func (*DeleteAccountV2Response) String ¶ added in v0.4.0
func (x *DeleteAccountV2Response) String() string
type DisableAPIKeyCommand ¶
type DisableAPIKeyCommand struct {
// contains filtered or unexported fields
}
func (*DisableAPIKeyCommand) Descriptor
deprecated
func (*DisableAPIKeyCommand) Descriptor() ([]byte, []int)
Deprecated: Use DisableAPIKeyCommand.ProtoReflect.Descriptor instead.
func (*DisableAPIKeyCommand) ProtoMessage ¶
func (*DisableAPIKeyCommand) ProtoMessage()
func (*DisableAPIKeyCommand) ProtoReflect ¶
func (x *DisableAPIKeyCommand) ProtoReflect() protoreflect.Message
func (*DisableAPIKeyCommand) Reset ¶
func (x *DisableAPIKeyCommand) Reset()
func (*DisableAPIKeyCommand) String ¶
func (x *DisableAPIKeyCommand) String() string
type DisableAPIKeyRequest ¶
type DisableAPIKeyRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Command *DisableAPIKeyCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"` EnvironmentNamespace string `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` // contains filtered or unexported fields }
func (*DisableAPIKeyRequest) Descriptor
deprecated
func (*DisableAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisableAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*DisableAPIKeyRequest) GetCommand ¶
func (x *DisableAPIKeyRequest) GetCommand() *DisableAPIKeyCommand
func (*DisableAPIKeyRequest) GetEnvironmentNamespace ¶
func (x *DisableAPIKeyRequest) GetEnvironmentNamespace() string
func (*DisableAPIKeyRequest) GetId ¶
func (x *DisableAPIKeyRequest) GetId() string
func (*DisableAPIKeyRequest) ProtoMessage ¶
func (*DisableAPIKeyRequest) ProtoMessage()
func (*DisableAPIKeyRequest) ProtoReflect ¶
func (x *DisableAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*DisableAPIKeyRequest) Reset ¶
func (x *DisableAPIKeyRequest) Reset()
func (*DisableAPIKeyRequest) String ¶
func (x *DisableAPIKeyRequest) String() string
type DisableAPIKeyResponse ¶
type DisableAPIKeyResponse struct {
// contains filtered or unexported fields
}
func (*DisableAPIKeyResponse) Descriptor
deprecated
func (*DisableAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisableAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*DisableAPIKeyResponse) ProtoMessage ¶
func (*DisableAPIKeyResponse) ProtoMessage()
func (*DisableAPIKeyResponse) ProtoReflect ¶
func (x *DisableAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*DisableAPIKeyResponse) Reset ¶
func (x *DisableAPIKeyResponse) Reset()
func (*DisableAPIKeyResponse) String ¶
func (x *DisableAPIKeyResponse) String() string
type DisableAccountV2Command ¶ added in v0.4.0
type DisableAccountV2Command struct {
// contains filtered or unexported fields
}
func (*DisableAccountV2Command) Descriptor
deprecated
added in
v0.4.0
func (*DisableAccountV2Command) Descriptor() ([]byte, []int)
Deprecated: Use DisableAccountV2Command.ProtoReflect.Descriptor instead.
func (*DisableAccountV2Command) ProtoMessage ¶ added in v0.4.0
func (*DisableAccountV2Command) ProtoMessage()
func (*DisableAccountV2Command) ProtoReflect ¶ added in v0.4.0
func (x *DisableAccountV2Command) ProtoReflect() protoreflect.Message
func (*DisableAccountV2Command) Reset ¶ added in v0.4.0
func (x *DisableAccountV2Command) Reset()
func (*DisableAccountV2Command) String ¶ added in v0.4.0
func (x *DisableAccountV2Command) String() string
type DisableAccountV2Request ¶ added in v0.4.0
type DisableAccountV2Request struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` Command *DisableAccountV2Command `protobuf:"bytes,3,opt,name=command,proto3" json:"command"` // contains filtered or unexported fields }
func (*DisableAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*DisableAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use DisableAccountV2Request.ProtoReflect.Descriptor instead.
func (*DisableAccountV2Request) GetCommand ¶ added in v0.4.0
func (x *DisableAccountV2Request) GetCommand() *DisableAccountV2Command
func (*DisableAccountV2Request) GetEmail ¶ added in v0.4.0
func (x *DisableAccountV2Request) GetEmail() string
func (*DisableAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *DisableAccountV2Request) GetOrganizationId() string
func (*DisableAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*DisableAccountV2Request) ProtoMessage()
func (*DisableAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *DisableAccountV2Request) ProtoReflect() protoreflect.Message
func (*DisableAccountV2Request) Reset ¶ added in v0.4.0
func (x *DisableAccountV2Request) Reset()
func (*DisableAccountV2Request) String ¶ added in v0.4.0
func (x *DisableAccountV2Request) String() string
type DisableAccountV2Response ¶ added in v0.4.0
type DisableAccountV2Response struct {
// contains filtered or unexported fields
}
func (*DisableAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*DisableAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use DisableAccountV2Response.ProtoReflect.Descriptor instead.
func (*DisableAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*DisableAccountV2Response) ProtoMessage()
func (*DisableAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *DisableAccountV2Response) ProtoReflect() protoreflect.Message
func (*DisableAccountV2Response) Reset ¶ added in v0.4.0
func (x *DisableAccountV2Response) Reset()
func (*DisableAccountV2Response) String ¶ added in v0.4.0
func (x *DisableAccountV2Response) String() string
type EnableAPIKeyCommand ¶
type EnableAPIKeyCommand struct {
// contains filtered or unexported fields
}
func (*EnableAPIKeyCommand) Descriptor
deprecated
func (*EnableAPIKeyCommand) Descriptor() ([]byte, []int)
Deprecated: Use EnableAPIKeyCommand.ProtoReflect.Descriptor instead.
func (*EnableAPIKeyCommand) ProtoMessage ¶
func (*EnableAPIKeyCommand) ProtoMessage()
func (*EnableAPIKeyCommand) ProtoReflect ¶
func (x *EnableAPIKeyCommand) ProtoReflect() protoreflect.Message
func (*EnableAPIKeyCommand) Reset ¶
func (x *EnableAPIKeyCommand) Reset()
func (*EnableAPIKeyCommand) String ¶
func (x *EnableAPIKeyCommand) String() string
type EnableAPIKeyRequest ¶
type EnableAPIKeyRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Command *EnableAPIKeyCommand `protobuf:"bytes,2,opt,name=command,proto3" json:"command"` EnvironmentNamespace string `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` // contains filtered or unexported fields }
func (*EnableAPIKeyRequest) Descriptor
deprecated
func (*EnableAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnableAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*EnableAPIKeyRequest) GetCommand ¶
func (x *EnableAPIKeyRequest) GetCommand() *EnableAPIKeyCommand
func (*EnableAPIKeyRequest) GetEnvironmentNamespace ¶
func (x *EnableAPIKeyRequest) GetEnvironmentNamespace() string
func (*EnableAPIKeyRequest) GetId ¶
func (x *EnableAPIKeyRequest) GetId() string
func (*EnableAPIKeyRequest) ProtoMessage ¶
func (*EnableAPIKeyRequest) ProtoMessage()
func (*EnableAPIKeyRequest) ProtoReflect ¶
func (x *EnableAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*EnableAPIKeyRequest) Reset ¶
func (x *EnableAPIKeyRequest) Reset()
func (*EnableAPIKeyRequest) String ¶
func (x *EnableAPIKeyRequest) String() string
type EnableAPIKeyResponse ¶
type EnableAPIKeyResponse struct {
// contains filtered or unexported fields
}
func (*EnableAPIKeyResponse) Descriptor
deprecated
func (*EnableAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnableAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*EnableAPIKeyResponse) ProtoMessage ¶
func (*EnableAPIKeyResponse) ProtoMessage()
func (*EnableAPIKeyResponse) ProtoReflect ¶
func (x *EnableAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*EnableAPIKeyResponse) Reset ¶
func (x *EnableAPIKeyResponse) Reset()
func (*EnableAPIKeyResponse) String ¶
func (x *EnableAPIKeyResponse) String() string
type EnableAccountV2Command ¶ added in v0.4.0
type EnableAccountV2Command struct {
// contains filtered or unexported fields
}
func (*EnableAccountV2Command) Descriptor
deprecated
added in
v0.4.0
func (*EnableAccountV2Command) Descriptor() ([]byte, []int)
Deprecated: Use EnableAccountV2Command.ProtoReflect.Descriptor instead.
func (*EnableAccountV2Command) ProtoMessage ¶ added in v0.4.0
func (*EnableAccountV2Command) ProtoMessage()
func (*EnableAccountV2Command) ProtoReflect ¶ added in v0.4.0
func (x *EnableAccountV2Command) ProtoReflect() protoreflect.Message
func (*EnableAccountV2Command) Reset ¶ added in v0.4.0
func (x *EnableAccountV2Command) Reset()
func (*EnableAccountV2Command) String ¶ added in v0.4.0
func (x *EnableAccountV2Command) String() string
type EnableAccountV2Request ¶ added in v0.4.0
type EnableAccountV2Request struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` Command *EnableAccountV2Command `protobuf:"bytes,3,opt,name=command,proto3" json:"command"` // contains filtered or unexported fields }
func (*EnableAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*EnableAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use EnableAccountV2Request.ProtoReflect.Descriptor instead.
func (*EnableAccountV2Request) GetCommand ¶ added in v0.4.0
func (x *EnableAccountV2Request) GetCommand() *EnableAccountV2Command
func (*EnableAccountV2Request) GetEmail ¶ added in v0.4.0
func (x *EnableAccountV2Request) GetEmail() string
func (*EnableAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *EnableAccountV2Request) GetOrganizationId() string
func (*EnableAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*EnableAccountV2Request) ProtoMessage()
func (*EnableAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *EnableAccountV2Request) ProtoReflect() protoreflect.Message
func (*EnableAccountV2Request) Reset ¶ added in v0.4.0
func (x *EnableAccountV2Request) Reset()
func (*EnableAccountV2Request) String ¶ added in v0.4.0
func (x *EnableAccountV2Request) String() string
type EnableAccountV2Response ¶ added in v0.4.0
type EnableAccountV2Response struct {
// contains filtered or unexported fields
}
func (*EnableAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*EnableAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use EnableAccountV2Response.ProtoReflect.Descriptor instead.
func (*EnableAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*EnableAccountV2Response) ProtoMessage()
func (*EnableAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *EnableAccountV2Response) ProtoReflect() protoreflect.Message
func (*EnableAccountV2Response) Reset ¶ added in v0.4.0
func (x *EnableAccountV2Response) Reset()
func (*EnableAccountV2Response) String ¶ added in v0.4.0
func (x *EnableAccountV2Response) String() string
type EnvironmentAPIKey ¶
type EnvironmentAPIKey struct { // Deprecated: Do not use. EnvironmentNamespace string `protobuf:"bytes,1,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` ApiKey *APIKey `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key"` EnvironmentDisabled bool `protobuf:"varint,3,opt,name=environment_disabled,json=environmentDisabled,proto3" json:"environment_disabled"` // Deprecated: Do not use. ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Environment *environment.EnvironmentV2 `protobuf:"bytes,5,opt,name=environment,proto3" json:"environment"` ProjectUrlCode string `protobuf:"bytes,6,opt,name=project_url_code,json=projectUrlCode,proto3" json:"project_url_code"` // contains filtered or unexported fields }
func (*EnvironmentAPIKey) Descriptor
deprecated
func (*EnvironmentAPIKey) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentAPIKey.ProtoReflect.Descriptor instead.
func (*EnvironmentAPIKey) GetApiKey ¶
func (x *EnvironmentAPIKey) GetApiKey() *APIKey
func (*EnvironmentAPIKey) GetEnvironment ¶ added in v0.4.0
func (x *EnvironmentAPIKey) GetEnvironment() *environment.EnvironmentV2
func (*EnvironmentAPIKey) GetEnvironmentDisabled ¶
func (x *EnvironmentAPIKey) GetEnvironmentDisabled() bool
func (*EnvironmentAPIKey) GetEnvironmentNamespace
deprecated
func (x *EnvironmentAPIKey) GetEnvironmentNamespace() string
Deprecated: Do not use.
func (*EnvironmentAPIKey) GetProjectId
deprecated
func (x *EnvironmentAPIKey) GetProjectId() string
Deprecated: Do not use.
func (*EnvironmentAPIKey) GetProjectUrlCode ¶ added in v0.4.3
func (x *EnvironmentAPIKey) GetProjectUrlCode() string
func (*EnvironmentAPIKey) ProtoMessage ¶
func (*EnvironmentAPIKey) ProtoMessage()
func (*EnvironmentAPIKey) ProtoReflect ¶
func (x *EnvironmentAPIKey) ProtoReflect() protoreflect.Message
func (*EnvironmentAPIKey) Reset ¶
func (x *EnvironmentAPIKey) Reset()
func (*EnvironmentAPIKey) String ¶
func (x *EnvironmentAPIKey) String() string
type GetAPIKeyBySearchingAllEnvironmentsRequest ¶
type GetAPIKeyBySearchingAllEnvironmentsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // contains filtered or unexported fields }
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) Descriptor
deprecated
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAPIKeyBySearchingAllEnvironmentsRequest.ProtoReflect.Descriptor instead.
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) GetId ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) GetId() string
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoMessage ¶
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoMessage()
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoReflect ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) ProtoReflect() protoreflect.Message
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) Reset ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) Reset()
func (*GetAPIKeyBySearchingAllEnvironmentsRequest) String ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsRequest) String() string
type GetAPIKeyBySearchingAllEnvironmentsResponse ¶
type GetAPIKeyBySearchingAllEnvironmentsResponse struct { EnvironmentApiKey *EnvironmentAPIKey `protobuf:"bytes,1,opt,name=environment_api_key,json=environmentApiKey,proto3" json:"environment_api_key"` // contains filtered or unexported fields }
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) Descriptor
deprecated
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAPIKeyBySearchingAllEnvironmentsResponse.ProtoReflect.Descriptor instead.
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) GetEnvironmentApiKey ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) GetEnvironmentApiKey() *EnvironmentAPIKey
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoMessage ¶
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoMessage()
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoReflect ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) ProtoReflect() protoreflect.Message
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) Reset ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) Reset()
func (*GetAPIKeyBySearchingAllEnvironmentsResponse) String ¶
func (x *GetAPIKeyBySearchingAllEnvironmentsResponse) String() string
type GetAPIKeyRequest ¶
type GetAPIKeyRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` EnvironmentNamespace string `protobuf:"bytes,2,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` // contains filtered or unexported fields }
func (*GetAPIKeyRequest) Descriptor
deprecated
func (*GetAPIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAPIKeyRequest.ProtoReflect.Descriptor instead.
func (*GetAPIKeyRequest) GetEnvironmentNamespace ¶
func (x *GetAPIKeyRequest) GetEnvironmentNamespace() string
func (*GetAPIKeyRequest) GetId ¶
func (x *GetAPIKeyRequest) GetId() string
func (*GetAPIKeyRequest) ProtoMessage ¶
func (*GetAPIKeyRequest) ProtoMessage()
func (*GetAPIKeyRequest) ProtoReflect ¶
func (x *GetAPIKeyRequest) ProtoReflect() protoreflect.Message
func (*GetAPIKeyRequest) Reset ¶
func (x *GetAPIKeyRequest) Reset()
func (*GetAPIKeyRequest) String ¶
func (x *GetAPIKeyRequest) String() string
type GetAPIKeyResponse ¶
type GetAPIKeyResponse struct { ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key"` // contains filtered or unexported fields }
func (*GetAPIKeyResponse) Descriptor
deprecated
func (*GetAPIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAPIKeyResponse.ProtoReflect.Descriptor instead.
func (*GetAPIKeyResponse) GetApiKey ¶
func (x *GetAPIKeyResponse) GetApiKey() *APIKey
func (*GetAPIKeyResponse) ProtoMessage ¶
func (*GetAPIKeyResponse) ProtoMessage()
func (*GetAPIKeyResponse) ProtoReflect ¶
func (x *GetAPIKeyResponse) ProtoReflect() protoreflect.Message
func (*GetAPIKeyResponse) Reset ¶
func (x *GetAPIKeyResponse) Reset()
func (*GetAPIKeyResponse) String ¶
func (x *GetAPIKeyResponse) String() string
type GetAccountV2ByEnvironmentIDRequest ¶ added in v0.4.0
type GetAccountV2ByEnvironmentIDRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id"` // contains filtered or unexported fields }
func (*GetAccountV2ByEnvironmentIDRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetAccountV2ByEnvironmentIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountV2ByEnvironmentIDRequest.ProtoReflect.Descriptor instead.
func (*GetAccountV2ByEnvironmentIDRequest) GetEmail ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDRequest) GetEmail() string
func (*GetAccountV2ByEnvironmentIDRequest) GetEnvironmentId ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDRequest) GetEnvironmentId() string
func (*GetAccountV2ByEnvironmentIDRequest) ProtoMessage ¶ added in v0.4.0
func (*GetAccountV2ByEnvironmentIDRequest) ProtoMessage()
func (*GetAccountV2ByEnvironmentIDRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDRequest) ProtoReflect() protoreflect.Message
func (*GetAccountV2ByEnvironmentIDRequest) Reset ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDRequest) Reset()
func (*GetAccountV2ByEnvironmentIDRequest) String ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDRequest) String() string
type GetAccountV2ByEnvironmentIDResponse ¶ added in v0.4.0
type GetAccountV2ByEnvironmentIDResponse struct { Account *AccountV2 `protobuf:"bytes,1,opt,name=account,proto3" json:"account"` // contains filtered or unexported fields }
func (*GetAccountV2ByEnvironmentIDResponse) Descriptor
deprecated
added in
v0.4.0
func (*GetAccountV2ByEnvironmentIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountV2ByEnvironmentIDResponse.ProtoReflect.Descriptor instead.
func (*GetAccountV2ByEnvironmentIDResponse) GetAccount ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDResponse) GetAccount() *AccountV2
func (*GetAccountV2ByEnvironmentIDResponse) ProtoMessage ¶ added in v0.4.0
func (*GetAccountV2ByEnvironmentIDResponse) ProtoMessage()
func (*GetAccountV2ByEnvironmentIDResponse) ProtoReflect ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDResponse) ProtoReflect() protoreflect.Message
func (*GetAccountV2ByEnvironmentIDResponse) Reset ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDResponse) Reset()
func (*GetAccountV2ByEnvironmentIDResponse) String ¶ added in v0.4.0
func (x *GetAccountV2ByEnvironmentIDResponse) String() string
type GetAccountV2Request ¶ added in v0.4.0
type GetAccountV2Request struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` // contains filtered or unexported fields }
func (*GetAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*GetAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountV2Request.ProtoReflect.Descriptor instead.
func (*GetAccountV2Request) GetEmail ¶ added in v0.4.0
func (x *GetAccountV2Request) GetEmail() string
func (*GetAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *GetAccountV2Request) GetOrganizationId() string
func (*GetAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*GetAccountV2Request) ProtoMessage()
func (*GetAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *GetAccountV2Request) ProtoReflect() protoreflect.Message
func (*GetAccountV2Request) Reset ¶ added in v0.4.0
func (x *GetAccountV2Request) Reset()
func (*GetAccountV2Request) String ¶ added in v0.4.0
func (x *GetAccountV2Request) String() string
type GetAccountV2Response ¶ added in v0.4.0
type GetAccountV2Response struct { Account *AccountV2 `protobuf:"bytes,1,opt,name=account,proto3" json:"account"` // contains filtered or unexported fields }
func (*GetAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*GetAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountV2Response.ProtoReflect.Descriptor instead.
func (*GetAccountV2Response) GetAccount ¶ added in v0.4.0
func (x *GetAccountV2Response) GetAccount() *AccountV2
func (*GetAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*GetAccountV2Response) ProtoMessage()
func (*GetAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *GetAccountV2Response) ProtoReflect() protoreflect.Message
func (*GetAccountV2Response) Reset ¶ added in v0.4.0
func (x *GetAccountV2Response) Reset()
func (*GetAccountV2Response) String ¶ added in v0.4.0
func (x *GetAccountV2Response) String() string
type GetMeRequest ¶
type GetMeRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` // contains filtered or unexported fields }
account is retrieved by IDToken. it's called from WebUI.
func (*GetMeRequest) Descriptor
deprecated
func (*GetMeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeRequest.ProtoReflect.Descriptor instead.
func (*GetMeRequest) GetOrganizationId ¶ added in v0.4.0
func (x *GetMeRequest) GetOrganizationId() string
func (*GetMeRequest) ProtoMessage ¶
func (*GetMeRequest) ProtoMessage()
func (*GetMeRequest) ProtoReflect ¶
func (x *GetMeRequest) ProtoReflect() protoreflect.Message
func (*GetMeRequest) Reset ¶
func (x *GetMeRequest) Reset()
func (*GetMeRequest) String ¶
func (x *GetMeRequest) String() string
type GetMeResponse ¶
type GetMeResponse struct { Account *ConsoleAccount `protobuf:"bytes,1,opt,name=account,proto3" json:"account"` // contains filtered or unexported fields }
func (*GetMeResponse) Descriptor
deprecated
func (*GetMeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeResponse.ProtoReflect.Descriptor instead.
func (*GetMeResponse) GetAccount ¶
func (x *GetMeResponse) GetAccount() *ConsoleAccount
func (*GetMeResponse) ProtoMessage ¶
func (*GetMeResponse) ProtoMessage()
func (*GetMeResponse) ProtoReflect ¶
func (x *GetMeResponse) ProtoReflect() protoreflect.Message
func (*GetMeResponse) Reset ¶
func (x *GetMeResponse) Reset()
func (*GetMeResponse) String ¶
func (x *GetMeResponse) String() string
type GetMyOrganizationsByEmailRequest ¶ added in v0.4.0
type GetMyOrganizationsByEmailRequest struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` // contains filtered or unexported fields }
Retrieve the organization to which the account belongs by email. it's called from another microservice.
func (*GetMyOrganizationsByEmailRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetMyOrganizationsByEmailRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyOrganizationsByEmailRequest.ProtoReflect.Descriptor instead.
func (*GetMyOrganizationsByEmailRequest) GetEmail ¶ added in v0.4.0
func (x *GetMyOrganizationsByEmailRequest) GetEmail() string
func (*GetMyOrganizationsByEmailRequest) ProtoMessage ¶ added in v0.4.0
func (*GetMyOrganizationsByEmailRequest) ProtoMessage()
func (*GetMyOrganizationsByEmailRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetMyOrganizationsByEmailRequest) ProtoReflect() protoreflect.Message
func (*GetMyOrganizationsByEmailRequest) Reset ¶ added in v0.4.0
func (x *GetMyOrganizationsByEmailRequest) Reset()
func (*GetMyOrganizationsByEmailRequest) String ¶ added in v0.4.0
func (x *GetMyOrganizationsByEmailRequest) String() string
type GetMyOrganizationsRequest ¶ added in v0.4.0
type GetMyOrganizationsRequest struct {
// contains filtered or unexported fields
}
func (*GetMyOrganizationsRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetMyOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*GetMyOrganizationsRequest) ProtoMessage ¶ added in v0.4.0
func (*GetMyOrganizationsRequest) ProtoMessage()
func (*GetMyOrganizationsRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetMyOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*GetMyOrganizationsRequest) Reset ¶ added in v0.4.0
func (x *GetMyOrganizationsRequest) Reset()
func (*GetMyOrganizationsRequest) String ¶ added in v0.4.0
func (x *GetMyOrganizationsRequest) String() string
type GetMyOrganizationsResponse ¶ added in v0.4.0
type GetMyOrganizationsResponse struct { Organizations []*environment.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations"` // contains filtered or unexported fields }
func (*GetMyOrganizationsResponse) Descriptor
deprecated
added in
v0.4.0
func (*GetMyOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMyOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*GetMyOrganizationsResponse) GetOrganizations ¶ added in v0.4.0
func (x *GetMyOrganizationsResponse) GetOrganizations() []*environment.Organization
func (*GetMyOrganizationsResponse) ProtoMessage ¶ added in v0.4.0
func (*GetMyOrganizationsResponse) ProtoMessage()
func (*GetMyOrganizationsResponse) ProtoReflect ¶ added in v0.4.0
func (x *GetMyOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*GetMyOrganizationsResponse) Reset ¶ added in v0.4.0
func (x *GetMyOrganizationsResponse) Reset()
func (*GetMyOrganizationsResponse) String ¶ added in v0.4.0
func (x *GetMyOrganizationsResponse) String() string
type ListAPIKeysRequest ¶
type ListAPIKeysRequest struct { PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` EnvironmentNamespace string `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` OrderBy ListAPIKeysRequest_OrderBy `protobuf:"varint,4,opt,name=order_by,json=orderBy,proto3,enum=bucketeer.account.ListAPIKeysRequest_OrderBy" json:"order_by"` OrderDirection ListAPIKeysRequest_OrderDirection `` /* 151-byte string literal not displayed */ SearchKeyword string `protobuf:"bytes,6,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"` Disabled *wrapperspb.BoolValue `protobuf:"bytes,7,opt,name=disabled,proto3" json:"disabled"` // contains filtered or unexported fields }
func (*ListAPIKeysRequest) Descriptor
deprecated
func (*ListAPIKeysRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAPIKeysRequest.ProtoReflect.Descriptor instead.
func (*ListAPIKeysRequest) GetCursor ¶
func (x *ListAPIKeysRequest) GetCursor() string
func (*ListAPIKeysRequest) GetDisabled ¶
func (x *ListAPIKeysRequest) GetDisabled() *wrapperspb.BoolValue
func (*ListAPIKeysRequest) GetEnvironmentNamespace ¶
func (x *ListAPIKeysRequest) GetEnvironmentNamespace() string
func (*ListAPIKeysRequest) GetOrderBy ¶
func (x *ListAPIKeysRequest) GetOrderBy() ListAPIKeysRequest_OrderBy
func (*ListAPIKeysRequest) GetOrderDirection ¶
func (x *ListAPIKeysRequest) GetOrderDirection() ListAPIKeysRequest_OrderDirection
func (*ListAPIKeysRequest) GetPageSize ¶
func (x *ListAPIKeysRequest) GetPageSize() int64
func (*ListAPIKeysRequest) GetSearchKeyword ¶
func (x *ListAPIKeysRequest) GetSearchKeyword() string
func (*ListAPIKeysRequest) ProtoMessage ¶
func (*ListAPIKeysRequest) ProtoMessage()
func (*ListAPIKeysRequest) ProtoReflect ¶
func (x *ListAPIKeysRequest) ProtoReflect() protoreflect.Message
func (*ListAPIKeysRequest) Reset ¶
func (x *ListAPIKeysRequest) Reset()
func (*ListAPIKeysRequest) String ¶
func (x *ListAPIKeysRequest) String() string
type ListAPIKeysRequest_OrderBy ¶
type ListAPIKeysRequest_OrderBy int32
const ( ListAPIKeysRequest_DEFAULT ListAPIKeysRequest_OrderBy = 0 ListAPIKeysRequest_NAME ListAPIKeysRequest_OrderBy = 1 ListAPIKeysRequest_CREATED_AT ListAPIKeysRequest_OrderBy = 2 ListAPIKeysRequest_UPDATED_AT ListAPIKeysRequest_OrderBy = 3 )
func (ListAPIKeysRequest_OrderBy) Descriptor ¶
func (ListAPIKeysRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
func (ListAPIKeysRequest_OrderBy) Enum ¶
func (x ListAPIKeysRequest_OrderBy) Enum() *ListAPIKeysRequest_OrderBy
func (ListAPIKeysRequest_OrderBy) EnumDescriptor
deprecated
func (ListAPIKeysRequest_OrderBy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAPIKeysRequest_OrderBy.Descriptor instead.
func (ListAPIKeysRequest_OrderBy) Number ¶
func (x ListAPIKeysRequest_OrderBy) Number() protoreflect.EnumNumber
func (ListAPIKeysRequest_OrderBy) String ¶
func (x ListAPIKeysRequest_OrderBy) String() string
func (ListAPIKeysRequest_OrderBy) Type ¶
func (ListAPIKeysRequest_OrderBy) Type() protoreflect.EnumType
type ListAPIKeysRequest_OrderDirection ¶
type ListAPIKeysRequest_OrderDirection int32
const ( ListAPIKeysRequest_ASC ListAPIKeysRequest_OrderDirection = 0 ListAPIKeysRequest_DESC ListAPIKeysRequest_OrderDirection = 1 )
func (ListAPIKeysRequest_OrderDirection) Descriptor ¶
func (ListAPIKeysRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
func (ListAPIKeysRequest_OrderDirection) Enum ¶
func (x ListAPIKeysRequest_OrderDirection) Enum() *ListAPIKeysRequest_OrderDirection
func (ListAPIKeysRequest_OrderDirection) EnumDescriptor
deprecated
func (ListAPIKeysRequest_OrderDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAPIKeysRequest_OrderDirection.Descriptor instead.
func (ListAPIKeysRequest_OrderDirection) Number ¶
func (x ListAPIKeysRequest_OrderDirection) Number() protoreflect.EnumNumber
func (ListAPIKeysRequest_OrderDirection) String ¶
func (x ListAPIKeysRequest_OrderDirection) String() string
func (ListAPIKeysRequest_OrderDirection) Type ¶
func (ListAPIKeysRequest_OrderDirection) Type() protoreflect.EnumType
type ListAPIKeysResponse ¶
type ListAPIKeysResponse struct { ApiKeys []*APIKey `protobuf:"bytes,1,rep,name=api_keys,json=apiKeys,proto3" json:"api_keys"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"` // contains filtered or unexported fields }
func (*ListAPIKeysResponse) Descriptor
deprecated
func (*ListAPIKeysResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAPIKeysResponse.ProtoReflect.Descriptor instead.
func (*ListAPIKeysResponse) GetApiKeys ¶
func (x *ListAPIKeysResponse) GetApiKeys() []*APIKey
func (*ListAPIKeysResponse) GetCursor ¶
func (x *ListAPIKeysResponse) GetCursor() string
func (*ListAPIKeysResponse) GetTotalCount ¶
func (x *ListAPIKeysResponse) GetTotalCount() int64
func (*ListAPIKeysResponse) ProtoMessage ¶
func (*ListAPIKeysResponse) ProtoMessage()
func (*ListAPIKeysResponse) ProtoReflect ¶
func (x *ListAPIKeysResponse) ProtoReflect() protoreflect.Message
func (*ListAPIKeysResponse) Reset ¶
func (x *ListAPIKeysResponse) Reset()
func (*ListAPIKeysResponse) String ¶
func (x *ListAPIKeysResponse) String() string
type ListAccountsV2Request ¶ added in v0.4.0
type ListAccountsV2Request struct { PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` OrderBy ListAccountsV2Request_OrderBy `` /* 126-byte string literal not displayed */ OrderDirection ListAccountsV2Request_OrderDirection `` /* 154-byte string literal not displayed */ SearchKeyword string `protobuf:"bytes,6,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"` Disabled *wrapperspb.BoolValue `protobuf:"bytes,7,opt,name=disabled,proto3" json:"disabled"` OrganizationRole *wrapperspb.Int32Value `protobuf:"bytes,8,opt,name=organization_role,json=organizationRole,proto3" json:"organization_role"` EnvironmentId *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=environment_id,json=environmentId,proto3" json:"environment_id"` EnvironmentRole *wrapperspb.Int32Value `protobuf:"bytes,10,opt,name=environment_role,json=environmentRole,proto3" json:"environment_role"` // contains filtered or unexported fields }
func (*ListAccountsV2Request) Descriptor
deprecated
added in
v0.4.0
func (*ListAccountsV2Request) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsV2Request.ProtoReflect.Descriptor instead.
func (*ListAccountsV2Request) GetCursor ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetCursor() string
func (*ListAccountsV2Request) GetDisabled ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetDisabled() *wrapperspb.BoolValue
func (*ListAccountsV2Request) GetEnvironmentId ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetEnvironmentId() *wrapperspb.StringValue
func (*ListAccountsV2Request) GetEnvironmentRole ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetEnvironmentRole() *wrapperspb.Int32Value
func (*ListAccountsV2Request) GetOrderBy ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetOrderBy() ListAccountsV2Request_OrderBy
func (*ListAccountsV2Request) GetOrderDirection ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetOrderDirection() ListAccountsV2Request_OrderDirection
func (*ListAccountsV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetOrganizationId() string
func (*ListAccountsV2Request) GetOrganizationRole ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetOrganizationRole() *wrapperspb.Int32Value
func (*ListAccountsV2Request) GetPageSize ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetPageSize() int64
func (*ListAccountsV2Request) GetSearchKeyword ¶ added in v0.4.0
func (x *ListAccountsV2Request) GetSearchKeyword() string
func (*ListAccountsV2Request) ProtoMessage ¶ added in v0.4.0
func (*ListAccountsV2Request) ProtoMessage()
func (*ListAccountsV2Request) ProtoReflect ¶ added in v0.4.0
func (x *ListAccountsV2Request) ProtoReflect() protoreflect.Message
func (*ListAccountsV2Request) Reset ¶ added in v0.4.0
func (x *ListAccountsV2Request) Reset()
func (*ListAccountsV2Request) String ¶ added in v0.4.0
func (x *ListAccountsV2Request) String() string
type ListAccountsV2Request_OrderBy ¶ added in v0.4.0
type ListAccountsV2Request_OrderBy int32
const ( ListAccountsV2Request_DEFAULT ListAccountsV2Request_OrderBy = 0 ListAccountsV2Request_EMAIL ListAccountsV2Request_OrderBy = 1 ListAccountsV2Request_CREATED_AT ListAccountsV2Request_OrderBy = 2 ListAccountsV2Request_UPDATED_AT ListAccountsV2Request_OrderBy = 3 )
func (ListAccountsV2Request_OrderBy) Descriptor ¶ added in v0.4.0
func (ListAccountsV2Request_OrderBy) Descriptor() protoreflect.EnumDescriptor
func (ListAccountsV2Request_OrderBy) Enum ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderBy) Enum() *ListAccountsV2Request_OrderBy
func (ListAccountsV2Request_OrderBy) EnumDescriptor
deprecated
added in
v0.4.0
func (ListAccountsV2Request_OrderBy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAccountsV2Request_OrderBy.Descriptor instead.
func (ListAccountsV2Request_OrderBy) Number ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderBy) Number() protoreflect.EnumNumber
func (ListAccountsV2Request_OrderBy) String ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderBy) String() string
func (ListAccountsV2Request_OrderBy) Type ¶ added in v0.4.0
func (ListAccountsV2Request_OrderBy) Type() protoreflect.EnumType
type ListAccountsV2Request_OrderDirection ¶ added in v0.4.0
type ListAccountsV2Request_OrderDirection int32
const ( ListAccountsV2Request_ASC ListAccountsV2Request_OrderDirection = 0 ListAccountsV2Request_DESC ListAccountsV2Request_OrderDirection = 1 )
func (ListAccountsV2Request_OrderDirection) Descriptor ¶ added in v0.4.0
func (ListAccountsV2Request_OrderDirection) Descriptor() protoreflect.EnumDescriptor
func (ListAccountsV2Request_OrderDirection) Enum ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderDirection) Enum() *ListAccountsV2Request_OrderDirection
func (ListAccountsV2Request_OrderDirection) EnumDescriptor
deprecated
added in
v0.4.0
func (ListAccountsV2Request_OrderDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAccountsV2Request_OrderDirection.Descriptor instead.
func (ListAccountsV2Request_OrderDirection) Number ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderDirection) Number() protoreflect.EnumNumber
func (ListAccountsV2Request_OrderDirection) String ¶ added in v0.4.0
func (x ListAccountsV2Request_OrderDirection) String() string
func (ListAccountsV2Request_OrderDirection) Type ¶ added in v0.4.0
func (ListAccountsV2Request_OrderDirection) Type() protoreflect.EnumType
type ListAccountsV2Response ¶ added in v0.4.0
type ListAccountsV2Response struct { Accounts []*AccountV2 `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"` // contains filtered or unexported fields }
func (*ListAccountsV2Response) Descriptor
deprecated
added in
v0.4.0
func (*ListAccountsV2Response) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsV2Response.ProtoReflect.Descriptor instead.
func (*ListAccountsV2Response) GetAccounts ¶ added in v0.4.0
func (x *ListAccountsV2Response) GetAccounts() []*AccountV2
func (*ListAccountsV2Response) GetCursor ¶ added in v0.4.0
func (x *ListAccountsV2Response) GetCursor() string
func (*ListAccountsV2Response) GetTotalCount ¶ added in v0.4.0
func (x *ListAccountsV2Response) GetTotalCount() int64
func (*ListAccountsV2Response) ProtoMessage ¶ added in v0.4.0
func (*ListAccountsV2Response) ProtoMessage()
func (*ListAccountsV2Response) ProtoReflect ¶ added in v0.4.0
func (x *ListAccountsV2Response) ProtoReflect() protoreflect.Message
func (*ListAccountsV2Response) Reset ¶ added in v0.4.0
func (x *ListAccountsV2Response) Reset()
func (*ListAccountsV2Response) String ¶ added in v0.4.0
func (x *ListAccountsV2Response) String() string
type UnimplementedAccountServiceServer ¶
type UnimplementedAccountServiceServer struct { }
UnimplementedAccountServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAccountServiceServer) ChangeAPIKeyName ¶
func (*UnimplementedAccountServiceServer) ChangeAPIKeyName(context.Context, *ChangeAPIKeyNameRequest) (*ChangeAPIKeyNameResponse, error)
func (*UnimplementedAccountServiceServer) CreateAPIKey ¶
func (*UnimplementedAccountServiceServer) CreateAPIKey(context.Context, *CreateAPIKeyRequest) (*CreateAPIKeyResponse, error)
func (*UnimplementedAccountServiceServer) CreateAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) CreateAccountV2(context.Context, *CreateAccountV2Request) (*CreateAccountV2Response, error)
func (*UnimplementedAccountServiceServer) DeleteAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) DeleteAccountV2(context.Context, *DeleteAccountV2Request) (*DeleteAccountV2Response, error)
func (*UnimplementedAccountServiceServer) DisableAPIKey ¶
func (*UnimplementedAccountServiceServer) DisableAPIKey(context.Context, *DisableAPIKeyRequest) (*DisableAPIKeyResponse, error)
func (*UnimplementedAccountServiceServer) DisableAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) DisableAccountV2(context.Context, *DisableAccountV2Request) (*DisableAccountV2Response, error)
func (*UnimplementedAccountServiceServer) EnableAPIKey ¶
func (*UnimplementedAccountServiceServer) EnableAPIKey(context.Context, *EnableAPIKeyRequest) (*EnableAPIKeyResponse, error)
func (*UnimplementedAccountServiceServer) EnableAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) EnableAccountV2(context.Context, *EnableAccountV2Request) (*EnableAccountV2Response, error)
func (*UnimplementedAccountServiceServer) GetAPIKey ¶
func (*UnimplementedAccountServiceServer) GetAPIKey(context.Context, *GetAPIKeyRequest) (*GetAPIKeyResponse, error)
func (*UnimplementedAccountServiceServer) GetAPIKeyBySearchingAllEnvironments ¶
func (*UnimplementedAccountServiceServer) GetAPIKeyBySearchingAllEnvironments(context.Context, *GetAPIKeyBySearchingAllEnvironmentsRequest) (*GetAPIKeyBySearchingAllEnvironmentsResponse, error)
func (*UnimplementedAccountServiceServer) GetAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) GetAccountV2(context.Context, *GetAccountV2Request) (*GetAccountV2Response, error)
func (*UnimplementedAccountServiceServer) GetAccountV2ByEnvironmentID ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) GetAccountV2ByEnvironmentID(context.Context, *GetAccountV2ByEnvironmentIDRequest) (*GetAccountV2ByEnvironmentIDResponse, error)
func (*UnimplementedAccountServiceServer) GetMe ¶
func (*UnimplementedAccountServiceServer) GetMe(context.Context, *GetMeRequest) (*GetMeResponse, error)
func (*UnimplementedAccountServiceServer) GetMyOrganizations ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) GetMyOrganizations(context.Context, *GetMyOrganizationsRequest) (*GetMyOrganizationsResponse, error)
func (*UnimplementedAccountServiceServer) GetMyOrganizationsByEmail ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) GetMyOrganizationsByEmail(context.Context, *GetMyOrganizationsByEmailRequest) (*GetMyOrganizationsResponse, error)
func (*UnimplementedAccountServiceServer) ListAPIKeys ¶
func (*UnimplementedAccountServiceServer) ListAPIKeys(context.Context, *ListAPIKeysRequest) (*ListAPIKeysResponse, error)
func (*UnimplementedAccountServiceServer) ListAccountsV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) ListAccountsV2(context.Context, *ListAccountsV2Request) (*ListAccountsV2Response, error)
func (*UnimplementedAccountServiceServer) UpdateAccountV2 ¶ added in v0.4.0
func (*UnimplementedAccountServiceServer) UpdateAccountV2(context.Context, *UpdateAccountV2Request) (*UpdateAccountV2Response, error)
type UpdateAccountV2Request ¶ added in v0.4.0
type UpdateAccountV2Request struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id"` ChangeNameCommand *ChangeAccountV2NameCommand `protobuf:"bytes,3,opt,name=change_name_command,json=changeNameCommand,proto3" json:"change_name_command"` ChangeAvatarUrlCommand *ChangeAccountV2AvatarImageUrlCommand `protobuf:"bytes,4,opt,name=change_avatar_url_command,json=changeAvatarUrlCommand,proto3" json:"change_avatar_url_command"` ChangeOrganizationRoleCommand *ChangeAccountV2OrganizationRoleCommand `` /* 142-byte string literal not displayed */ ChangeEnvironmentRolesCommand *ChangeAccountV2EnvironmentRolesCommand `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateAccountV2Request) Descriptor
deprecated
added in
v0.4.0
func (*UpdateAccountV2Request) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccountV2Request.ProtoReflect.Descriptor instead.
func (*UpdateAccountV2Request) GetChangeAvatarUrlCommand ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetChangeAvatarUrlCommand() *ChangeAccountV2AvatarImageUrlCommand
func (*UpdateAccountV2Request) GetChangeEnvironmentRolesCommand ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetChangeEnvironmentRolesCommand() *ChangeAccountV2EnvironmentRolesCommand
func (*UpdateAccountV2Request) GetChangeNameCommand ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetChangeNameCommand() *ChangeAccountV2NameCommand
func (*UpdateAccountV2Request) GetChangeOrganizationRoleCommand ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetChangeOrganizationRoleCommand() *ChangeAccountV2OrganizationRoleCommand
func (*UpdateAccountV2Request) GetEmail ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetEmail() string
func (*UpdateAccountV2Request) GetOrganizationId ¶ added in v0.4.0
func (x *UpdateAccountV2Request) GetOrganizationId() string
func (*UpdateAccountV2Request) ProtoMessage ¶ added in v0.4.0
func (*UpdateAccountV2Request) ProtoMessage()
func (*UpdateAccountV2Request) ProtoReflect ¶ added in v0.4.0
func (x *UpdateAccountV2Request) ProtoReflect() protoreflect.Message
func (*UpdateAccountV2Request) Reset ¶ added in v0.4.0
func (x *UpdateAccountV2Request) Reset()
func (*UpdateAccountV2Request) String ¶ added in v0.4.0
func (x *UpdateAccountV2Request) String() string
type UpdateAccountV2Response ¶ added in v0.4.0
type UpdateAccountV2Response struct {
// contains filtered or unexported fields
}
func (*UpdateAccountV2Response) Descriptor
deprecated
added in
v0.4.0
func (*UpdateAccountV2Response) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccountV2Response.ProtoReflect.Descriptor instead.
func (*UpdateAccountV2Response) ProtoMessage ¶ added in v0.4.0
func (*UpdateAccountV2Response) ProtoMessage()
func (*UpdateAccountV2Response) ProtoReflect ¶ added in v0.4.0
func (x *UpdateAccountV2Response) ProtoReflect() protoreflect.Message
func (*UpdateAccountV2Response) Reset ¶ added in v0.4.0
func (x *UpdateAccountV2Response) Reset()
func (*UpdateAccountV2Response) String ¶ added in v0.4.0
func (x *UpdateAccountV2Response) String() string