Documentation
¶
Overview ¶
Package organizations is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterOrganizationsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterOrganizationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrganizationsClient) error
- func RegisterOrganizationsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterOrganizationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OrganizationsServer) error
- func RegisterOrganizationsServer(s grpc.ServiceRegistrar, srv OrganizationsServer)
- type AgentOpenAIKey
- func (*AgentOpenAIKey) Descriptor() ([]byte, []int)deprecated
- func (x *AgentOpenAIKey) GetConfigured() bool
- func (x *AgentOpenAIKey) GetLast4() string
- func (x *AgentOpenAIKey) GetStatus() string
- func (x *AgentOpenAIKey) GetUpdatedAt() *timestamp.Timestamp
- func (x *AgentOpenAIKey) GetUpdatedBy() string
- func (x *AgentOpenAIKey) GetValidatedAt() *timestamp.Timestamp
- func (x *AgentOpenAIKey) GetValidationError() string
- func (*AgentOpenAIKey) ProtoMessage()
- func (x *AgentOpenAIKey) ProtoReflect() protoreflect.Message
- func (x *AgentOpenAIKey) Reset()
- func (x *AgentOpenAIKey) String() string
- type AgentSettings
- func (*AgentSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AgentSettings) GetAgentModeEffective() bool
- func (x *AgentSettings) GetAgentModeEnabled() bool
- func (x *AgentSettings) GetOpenaiKey() *AgentOpenAIKey
- func (x *AgentSettings) GetOrganizationId() string
- func (*AgentSettings) ProtoMessage()
- func (x *AgentSettings) ProtoReflect() protoreflect.Message
- func (x *AgentSettings) Reset()
- func (x *AgentSettings) String() string
- type BrowserAction
- func (*BrowserAction) Descriptor() ([]byte, []int)deprecated
- func (x *BrowserAction) GetDescription() string
- func (x *BrowserAction) GetFormFields() map[string]string
- func (x *BrowserAction) GetMethod() string
- func (x *BrowserAction) GetUrl() string
- func (*BrowserAction) ProtoMessage()
- func (x *BrowserAction) ProtoReflect() protoreflect.Message
- func (x *BrowserAction) Reset()
- func (x *BrowserAction) String() string
- type CreateIntegrationRequest
- func (*CreateIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIntegrationRequest) GetConfiguration() *_struct.Struct
- func (x *CreateIntegrationRequest) GetId() string
- func (x *CreateIntegrationRequest) GetIntegrationName() string
- func (x *CreateIntegrationRequest) GetName() string
- func (*CreateIntegrationRequest) ProtoMessage()
- func (x *CreateIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIntegrationRequest) Reset()
- func (x *CreateIntegrationRequest) String() string
- type CreateIntegrationResponse
- func (*CreateIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIntegrationResponse) GetIntegration() *Integration
- func (*CreateIntegrationResponse) ProtoMessage()
- func (x *CreateIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateIntegrationResponse) Reset()
- func (x *CreateIntegrationResponse) String() string
- type CreateInvitationRequest
- func (*CreateInvitationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInvitationRequest) GetEmail() string
- func (x *CreateInvitationRequest) GetId() string
- func (*CreateInvitationRequest) ProtoMessage()
- func (x *CreateInvitationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInvitationRequest) Reset()
- func (x *CreateInvitationRequest) String() string
- type CreateInvitationResponse
- func (*CreateInvitationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInvitationResponse) GetInvitation() *Invitation
- func (*CreateInvitationResponse) ProtoMessage()
- func (x *CreateInvitationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateInvitationResponse) Reset()
- func (x *CreateInvitationResponse) String() string
- type DeleteAgentOpenAIKeyRequest
- func (*DeleteAgentOpenAIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentOpenAIKeyRequest) GetId() string
- func (*DeleteAgentOpenAIKeyRequest) ProtoMessage()
- func (x *DeleteAgentOpenAIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentOpenAIKeyRequest) Reset()
- func (x *DeleteAgentOpenAIKeyRequest) String() string
- type DeleteAgentOpenAIKeyResponse
- func (*DeleteAgentOpenAIKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentOpenAIKeyResponse) GetAgentSettings() *AgentSettings
- func (*DeleteAgentOpenAIKeyResponse) ProtoMessage()
- func (x *DeleteAgentOpenAIKeyResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentOpenAIKeyResponse) Reset()
- func (x *DeleteAgentOpenAIKeyResponse) String() string
- type DeleteIntegrationRequest
- func (*DeleteIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIntegrationRequest) GetId() string
- func (x *DeleteIntegrationRequest) GetIntegrationId() string
- func (*DeleteIntegrationRequest) ProtoMessage()
- func (x *DeleteIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIntegrationRequest) Reset()
- func (x *DeleteIntegrationRequest) String() string
- type DeleteIntegrationResponse
- type DeleteOrganizationRequest
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationRequest) GetId() string
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) String() string
- type DeleteOrganizationResponse
- type DescribeIntegrationRequest
- func (*DescribeIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeIntegrationRequest) GetId() string
- func (x *DescribeIntegrationRequest) GetIntegrationId() string
- func (*DescribeIntegrationRequest) ProtoMessage()
- func (x *DescribeIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeIntegrationRequest) Reset()
- func (x *DescribeIntegrationRequest) String() string
- type DescribeIntegrationResponse
- func (*DescribeIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeIntegrationResponse) GetIntegration() *Integration
- func (*DescribeIntegrationResponse) ProtoMessage()
- func (x *DescribeIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeIntegrationResponse) Reset()
- func (x *DescribeIntegrationResponse) String() string
- type DescribeOrganizationRequest
- func (*DescribeOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeOrganizationRequest) GetId() string
- func (*DescribeOrganizationRequest) ProtoMessage()
- func (x *DescribeOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeOrganizationRequest) Reset()
- func (x *DescribeOrganizationRequest) String() string
- type DescribeOrganizationResponse
- func (*DescribeOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeOrganizationResponse) GetOrganization() *Organization
- func (*DescribeOrganizationResponse) ProtoMessage()
- func (x *DescribeOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeOrganizationResponse) Reset()
- func (x *DescribeOrganizationResponse) String() string
- type DescribeUsageRequest
- func (*DescribeUsageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeUsageRequest) GetId() string
- func (*DescribeUsageRequest) ProtoMessage()
- func (x *DescribeUsageRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeUsageRequest) Reset()
- func (x *DescribeUsageRequest) String() string
- type DescribeUsageResponse
- func (*DescribeUsageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeUsageResponse) GetEnabled() bool
- func (x *DescribeUsageResponse) GetLimits() *OrganizationLimits
- func (x *DescribeUsageResponse) GetStatusMessage() string
- func (x *DescribeUsageResponse) GetUsage() *OrganizationUsage
- func (*DescribeUsageResponse) ProtoMessage()
- func (x *DescribeUsageResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeUsageResponse) Reset()
- func (x *DescribeUsageResponse) String() string
- type GetAgentSettingsRequest
- func (*GetAgentSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentSettingsRequest) GetId() string
- func (*GetAgentSettingsRequest) ProtoMessage()
- func (x *GetAgentSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentSettingsRequest) Reset()
- func (x *GetAgentSettingsRequest) String() string
- type GetAgentSettingsResponse
- func (*GetAgentSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentSettingsResponse) GetAgentSettings() *AgentSettings
- func (*GetAgentSettingsResponse) ProtoMessage()
- func (x *GetAgentSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAgentSettingsResponse) Reset()
- func (x *GetAgentSettingsResponse) String() string
- type GetInviteLinkRequest
- func (*GetInviteLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetInviteLinkRequest) GetId() string
- func (*GetInviteLinkRequest) ProtoMessage()
- func (x *GetInviteLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetInviteLinkRequest) Reset()
- func (x *GetInviteLinkRequest) String() string
- type GetInviteLinkResponse
- func (*GetInviteLinkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetInviteLinkResponse) GetInviteLink() *InviteLink
- func (*GetInviteLinkResponse) ProtoMessage()
- func (x *GetInviteLinkResponse) ProtoReflect() protoreflect.Message
- func (x *GetInviteLinkResponse) Reset()
- func (x *GetInviteLinkResponse) String() string
- type Integration
- func (*Integration) Descriptor() ([]byte, []int)deprecated
- func (x *Integration) GetMetadata() *Integration_Metadata
- func (x *Integration) GetSpec() *Integration_Spec
- func (x *Integration) GetStatus() *Integration_Status
- func (*Integration) ProtoMessage()
- func (x *Integration) ProtoReflect() protoreflect.Message
- func (x *Integration) Reset()
- func (x *Integration) String() string
- type IntegrationResourceRef
- func (*IntegrationResourceRef) Descriptor() ([]byte, []int)deprecated
- func (x *IntegrationResourceRef) GetId() string
- func (x *IntegrationResourceRef) GetName() string
- func (x *IntegrationResourceRef) GetType() string
- func (*IntegrationResourceRef) ProtoMessage()
- func (x *IntegrationResourceRef) ProtoReflect() protoreflect.Message
- func (x *IntegrationResourceRef) Reset()
- func (x *IntegrationResourceRef) String() string
- type Integration_Metadata
- func (*Integration_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_Metadata) GetCreatedAt() *timestamp.Timestamp
- func (x *Integration_Metadata) GetId() string
- func (x *Integration_Metadata) GetName() string
- func (x *Integration_Metadata) GetUpdatedAt() *timestamp.Timestamp
- func (*Integration_Metadata) ProtoMessage()
- func (x *Integration_Metadata) ProtoReflect() protoreflect.Message
- func (x *Integration_Metadata) Reset()
- func (x *Integration_Metadata) String() string
- type Integration_NodeRef
- func (*Integration_NodeRef) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_NodeRef) GetCanvasId() string
- func (x *Integration_NodeRef) GetCanvasName() string
- func (x *Integration_NodeRef) GetNodeId() string
- func (x *Integration_NodeRef) GetNodeName() string
- func (*Integration_NodeRef) ProtoMessage()
- func (x *Integration_NodeRef) ProtoReflect() protoreflect.Message
- func (x *Integration_NodeRef) Reset()
- func (x *Integration_NodeRef) String() string
- type Integration_Spec
- func (*Integration_Spec) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_Spec) GetConfiguration() *_struct.Struct
- func (x *Integration_Spec) GetIntegrationName() string
- func (*Integration_Spec) ProtoMessage()
- func (x *Integration_Spec) ProtoReflect() protoreflect.Message
- func (x *Integration_Spec) Reset()
- func (x *Integration_Spec) String() string
- type Integration_Status
- func (*Integration_Status) Descriptor() ([]byte, []int)deprecated
- func (x *Integration_Status) GetBrowserAction() *BrowserAction
- func (x *Integration_Status) GetMetadata() *_struct.Struct
- func (x *Integration_Status) GetState() string
- func (x *Integration_Status) GetStateDescription() string
- func (x *Integration_Status) GetUsedIn() []*Integration_NodeRef
- func (*Integration_Status) ProtoMessage()
- func (x *Integration_Status) ProtoReflect() protoreflect.Message
- func (x *Integration_Status) Reset()
- func (x *Integration_Status) String() string
- type Invitation
- func (*Invitation) Descriptor() ([]byte, []int)deprecated
- func (x *Invitation) GetCreatedAt() *timestamp.Timestamp
- func (x *Invitation) GetEmail() string
- func (x *Invitation) GetId() string
- func (x *Invitation) GetOrganizationId() string
- func (x *Invitation) GetState() string
- func (*Invitation) ProtoMessage()
- func (x *Invitation) ProtoReflect() protoreflect.Message
- func (x *Invitation) Reset()
- func (x *Invitation) String() string
- type InvitationCreated
- func (*InvitationCreated) Descriptor() ([]byte, []int)deprecated
- func (x *InvitationCreated) GetInvitationId() string
- func (x *InvitationCreated) GetTimestamp() *timestamp.Timestamp
- func (*InvitationCreated) ProtoMessage()
- func (x *InvitationCreated) ProtoReflect() protoreflect.Message
- func (x *InvitationCreated) Reset()
- func (x *InvitationCreated) String() string
- type InviteLink
- func (*InviteLink) Descriptor() ([]byte, []int)deprecated
- func (x *InviteLink) GetCreatedAt() *timestamp.Timestamp
- func (x *InviteLink) GetEnabled() bool
- func (x *InviteLink) GetId() string
- func (x *InviteLink) GetOrganizationId() string
- func (x *InviteLink) GetToken() string
- func (x *InviteLink) GetUpdatedAt() *timestamp.Timestamp
- func (*InviteLink) ProtoMessage()
- func (x *InviteLink) ProtoReflect() protoreflect.Message
- func (x *InviteLink) Reset()
- func (x *InviteLink) String() string
- type ListIntegrationResourcesRequest
- func (*ListIntegrationResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationResourcesRequest) GetId() string
- func (x *ListIntegrationResourcesRequest) GetIntegrationId() string
- func (x *ListIntegrationResourcesRequest) GetParameters() map[string]string
- func (*ListIntegrationResourcesRequest) ProtoMessage()
- func (x *ListIntegrationResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationResourcesRequest) Reset()
- func (x *ListIntegrationResourcesRequest) String() string
- type ListIntegrationResourcesResponse
- func (*ListIntegrationResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationResourcesResponse) GetResources() []*IntegrationResourceRef
- func (*ListIntegrationResourcesResponse) ProtoMessage()
- func (x *ListIntegrationResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationResourcesResponse) Reset()
- func (x *ListIntegrationResourcesResponse) String() string
- type ListIntegrationsRequest
- func (*ListIntegrationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationsRequest) GetId() string
- func (*ListIntegrationsRequest) ProtoMessage()
- func (x *ListIntegrationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationsRequest) Reset()
- func (x *ListIntegrationsRequest) String() string
- type ListIntegrationsResponse
- func (*ListIntegrationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIntegrationsResponse) GetIntegrations() []*Integration
- func (*ListIntegrationsResponse) ProtoMessage()
- func (x *ListIntegrationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIntegrationsResponse) Reset()
- func (x *ListIntegrationsResponse) String() string
- type ListInvitationsRequest
- func (*ListInvitationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInvitationsRequest) GetId() string
- func (*ListInvitationsRequest) ProtoMessage()
- func (x *ListInvitationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListInvitationsRequest) Reset()
- func (x *ListInvitationsRequest) String() string
- type ListInvitationsResponse
- func (*ListInvitationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInvitationsResponse) GetInvitations() []*Invitation
- func (*ListInvitationsResponse) ProtoMessage()
- func (x *ListInvitationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListInvitationsResponse) Reset()
- func (x *ListInvitationsResponse) String() string
- type Organization
- type OrganizationCreated
- func (*OrganizationCreated) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationCreated) GetOrganizationId() string
- func (x *OrganizationCreated) GetTimestamp() *timestamp.Timestamp
- func (*OrganizationCreated) ProtoMessage()
- func (x *OrganizationCreated) ProtoReflect() protoreflect.Message
- func (x *OrganizationCreated) Reset()
- func (x *OrganizationCreated) String() string
- type OrganizationDeleted
- func (*OrganizationDeleted) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationDeleted) GetOrganizationId() string
- func (x *OrganizationDeleted) GetTimestamp() *timestamp.Timestamp
- func (*OrganizationDeleted) ProtoMessage()
- func (x *OrganizationDeleted) ProtoReflect() protoreflect.Message
- func (x *OrganizationDeleted) Reset()
- func (x *OrganizationDeleted) String() string
- type OrganizationLimits
- func (*OrganizationLimits) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationLimits) GetMaxAgentTokensPerMonth() int64
- func (x *OrganizationLimits) GetMaxCanvases() int32
- func (x *OrganizationLimits) GetMaxEventsPerMonth() int64
- func (x *OrganizationLimits) GetMaxIntegrations() int32
- func (x *OrganizationLimits) GetMaxNodesPerCanvas() int32
- func (x *OrganizationLimits) GetMaxUsers() int32
- func (x *OrganizationLimits) GetRetentionWindowDays() int32
- func (*OrganizationLimits) ProtoMessage()
- func (x *OrganizationLimits) ProtoReflect() protoreflect.Message
- func (x *OrganizationLimits) Reset()
- func (x *OrganizationLimits) String() string
- type OrganizationUpdated
- func (*OrganizationUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationUpdated) GetOrganizationId() string
- func (x *OrganizationUpdated) GetTimestamp() *timestamp.Timestamp
- func (*OrganizationUpdated) ProtoMessage()
- func (x *OrganizationUpdated) ProtoReflect() protoreflect.Message
- func (x *OrganizationUpdated) Reset()
- func (x *OrganizationUpdated) String() string
- type OrganizationUsage
- func (*OrganizationUsage) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationUsage) GetAgentTokenBucketCapacity() float64
- func (x *OrganizationUsage) GetAgentTokenBucketLastUpdatedAt() *timestamp.Timestamp
- func (x *OrganizationUsage) GetAgentTokenBucketLevel() float64
- func (x *OrganizationUsage) GetCanvases() int32
- func (x *OrganizationUsage) GetEventBucketCapacity() float64
- func (x *OrganizationUsage) GetEventBucketLastUpdatedAt() *timestamp.Timestamp
- func (x *OrganizationUsage) GetEventBucketLevel() float64
- func (x *OrganizationUsage) GetNextAgentTokenBucketDecreaseAt() *timestamp.Timestamp
- func (x *OrganizationUsage) GetNextEventBucketDecreaseAt() *timestamp.Timestamp
- func (*OrganizationUsage) ProtoMessage()
- func (x *OrganizationUsage) ProtoReflect() protoreflect.Message
- func (x *OrganizationUsage) Reset()
- func (x *OrganizationUsage) String() string
- type Organization_Metadata
- func (*Organization_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Organization_Metadata) GetCreatedAt() *timestamp.Timestamp
- func (x *Organization_Metadata) GetDescription() string
- func (x *Organization_Metadata) GetId() string
- func (x *Organization_Metadata) GetName() string
- func (x *Organization_Metadata) GetUpdatedAt() *timestamp.Timestamp
- func (x *Organization_Metadata) GetVersioningEnabled() bool
- func (*Organization_Metadata) ProtoMessage()
- func (x *Organization_Metadata) ProtoReflect() protoreflect.Message
- func (x *Organization_Metadata) Reset()
- func (x *Organization_Metadata) String() string
- type OrganizationsClient
- type OrganizationsServer
- type RemoveInvitationRequest
- func (*RemoveInvitationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveInvitationRequest) GetId() string
- func (x *RemoveInvitationRequest) GetInvitationId() string
- func (*RemoveInvitationRequest) ProtoMessage()
- func (x *RemoveInvitationRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveInvitationRequest) Reset()
- func (x *RemoveInvitationRequest) String() string
- type RemoveInvitationResponse
- type RemoveUserRequest
- func (*RemoveUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveUserRequest) GetId() string
- func (x *RemoveUserRequest) GetUserId() string
- func (*RemoveUserRequest) ProtoMessage()
- func (x *RemoveUserRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveUserRequest) Reset()
- func (x *RemoveUserRequest) String() string
- type RemoveUserResponse
- type ResetInviteLinkRequest
- func (*ResetInviteLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResetInviteLinkRequest) GetId() string
- func (*ResetInviteLinkRequest) ProtoMessage()
- func (x *ResetInviteLinkRequest) ProtoReflect() protoreflect.Message
- func (x *ResetInviteLinkRequest) Reset()
- func (x *ResetInviteLinkRequest) String() string
- type ResetInviteLinkResponse
- func (*ResetInviteLinkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ResetInviteLinkResponse) GetInviteLink() *InviteLink
- func (*ResetInviteLinkResponse) ProtoMessage()
- func (x *ResetInviteLinkResponse) ProtoReflect() protoreflect.Message
- func (x *ResetInviteLinkResponse) Reset()
- func (x *ResetInviteLinkResponse) String() string
- type SetAgentOpenAIKeyRequest
- func (*SetAgentOpenAIKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAgentOpenAIKeyRequest) GetApiKey() string
- func (x *SetAgentOpenAIKeyRequest) GetId() string
- func (x *SetAgentOpenAIKeyRequest) GetValidate() bool
- func (*SetAgentOpenAIKeyRequest) ProtoMessage()
- func (x *SetAgentOpenAIKeyRequest) ProtoReflect() protoreflect.Message
- func (x *SetAgentOpenAIKeyRequest) Reset()
- func (x *SetAgentOpenAIKeyRequest) String() string
- type SetAgentOpenAIKeyResponse
- func (*SetAgentOpenAIKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetAgentOpenAIKeyResponse) GetAgentSettings() *AgentSettings
- func (*SetAgentOpenAIKeyResponse) ProtoMessage()
- func (x *SetAgentOpenAIKeyResponse) ProtoReflect() protoreflect.Message
- func (x *SetAgentOpenAIKeyResponse) Reset()
- func (x *SetAgentOpenAIKeyResponse) String() string
- type UnimplementedOrganizationsServer
- func (UnimplementedOrganizationsServer) AcceptInviteLink(context.Context, *InviteLink) (*_struct.Struct, error)
- func (UnimplementedOrganizationsServer) CreateIntegration(context.Context, *CreateIntegrationRequest) (*CreateIntegrationResponse, error)
- func (UnimplementedOrganizationsServer) CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
- func (UnimplementedOrganizationsServer) DeleteAgentOpenAIKey(context.Context, *DeleteAgentOpenAIKeyRequest) (*DeleteAgentOpenAIKeyResponse, error)
- func (UnimplementedOrganizationsServer) DeleteIntegration(context.Context, *DeleteIntegrationRequest) (*DeleteIntegrationResponse, error)
- func (UnimplementedOrganizationsServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
- func (UnimplementedOrganizationsServer) DescribeIntegration(context.Context, *DescribeIntegrationRequest) (*DescribeIntegrationResponse, error)
- func (UnimplementedOrganizationsServer) DescribeOrganization(context.Context, *DescribeOrganizationRequest) (*DescribeOrganizationResponse, error)
- func (UnimplementedOrganizationsServer) DescribeUsage(context.Context, *DescribeUsageRequest) (*DescribeUsageResponse, error)
- func (UnimplementedOrganizationsServer) GetAgentSettings(context.Context, *GetAgentSettingsRequest) (*GetAgentSettingsResponse, error)
- func (UnimplementedOrganizationsServer) GetInviteLink(context.Context, *GetInviteLinkRequest) (*GetInviteLinkResponse, error)
- func (UnimplementedOrganizationsServer) ListIntegrationResources(context.Context, *ListIntegrationResourcesRequest) (*ListIntegrationResourcesResponse, error)
- func (UnimplementedOrganizationsServer) ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error)
- func (UnimplementedOrganizationsServer) ListInvitations(context.Context, *ListInvitationsRequest) (*ListInvitationsResponse, error)
- func (UnimplementedOrganizationsServer) RemoveInvitation(context.Context, *RemoveInvitationRequest) (*RemoveInvitationResponse, error)
- func (UnimplementedOrganizationsServer) RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
- func (UnimplementedOrganizationsServer) ResetInviteLink(context.Context, *ResetInviteLinkRequest) (*ResetInviteLinkResponse, error)
- func (UnimplementedOrganizationsServer) SetAgentOpenAIKey(context.Context, *SetAgentOpenAIKeyRequest) (*SetAgentOpenAIKeyResponse, error)
- func (UnimplementedOrganizationsServer) UpdateAgentSettings(context.Context, *UpdateAgentSettingsRequest) (*UpdateAgentSettingsResponse, error)
- func (UnimplementedOrganizationsServer) UpdateIntegration(context.Context, *UpdateIntegrationRequest) (*UpdateIntegrationResponse, error)
- func (UnimplementedOrganizationsServer) UpdateInviteLink(context.Context, *UpdateInviteLinkRequest) (*UpdateInviteLinkResponse, error)
- func (UnimplementedOrganizationsServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
- type UnsafeOrganizationsServer
- type UpdateAgentSettingsRequest
- func (*UpdateAgentSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentSettingsRequest) GetAgentModeEnabled() bool
- func (x *UpdateAgentSettingsRequest) GetId() string
- func (*UpdateAgentSettingsRequest) ProtoMessage()
- func (x *UpdateAgentSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentSettingsRequest) Reset()
- func (x *UpdateAgentSettingsRequest) String() string
- type UpdateAgentSettingsResponse
- func (*UpdateAgentSettingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentSettingsResponse) GetAgentSettings() *AgentSettings
- func (*UpdateAgentSettingsResponse) ProtoMessage()
- func (x *UpdateAgentSettingsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentSettingsResponse) Reset()
- func (x *UpdateAgentSettingsResponse) String() string
- type UpdateIntegrationRequest
- func (*UpdateIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIntegrationRequest) GetConfiguration() *_struct.Struct
- func (x *UpdateIntegrationRequest) GetId() string
- func (x *UpdateIntegrationRequest) GetIntegrationId() string
- func (x *UpdateIntegrationRequest) GetName() string
- func (*UpdateIntegrationRequest) ProtoMessage()
- func (x *UpdateIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateIntegrationRequest) Reset()
- func (x *UpdateIntegrationRequest) String() string
- type UpdateIntegrationResponse
- func (*UpdateIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIntegrationResponse) GetIntegration() *Integration
- func (*UpdateIntegrationResponse) ProtoMessage()
- func (x *UpdateIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateIntegrationResponse) Reset()
- func (x *UpdateIntegrationResponse) String() string
- type UpdateInviteLinkRequest
- func (*UpdateInviteLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInviteLinkRequest) GetEnabled() bool
- func (x *UpdateInviteLinkRequest) GetId() string
- func (*UpdateInviteLinkRequest) ProtoMessage()
- func (x *UpdateInviteLinkRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInviteLinkRequest) Reset()
- func (x *UpdateInviteLinkRequest) String() string
- type UpdateInviteLinkResponse
- func (*UpdateInviteLinkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInviteLinkResponse) GetInviteLink() *InviteLink
- func (*UpdateInviteLinkResponse) ProtoMessage()
- func (x *UpdateInviteLinkResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateInviteLinkResponse) Reset()
- func (x *UpdateInviteLinkResponse) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetId() string
- func (x *UpdateOrganizationRequest) GetOrganization() *Organization
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOrganizationResponse
- func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationResponse) GetOrganization() *Organization
- func (*UpdateOrganizationResponse) ProtoMessage()
- func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationResponse) Reset()
- func (x *UpdateOrganizationResponse) String() string
Constants ¶
const ( Organizations_DescribeOrganization_FullMethodName = "/Superplane.Organizations.Organizations/DescribeOrganization" Organizations_UpdateOrganization_FullMethodName = "/Superplane.Organizations.Organizations/UpdateOrganization" Organizations_DeleteOrganization_FullMethodName = "/Superplane.Organizations.Organizations/DeleteOrganization" Organizations_RemoveUser_FullMethodName = "/Superplane.Organizations.Organizations/RemoveUser" Organizations_CreateInvitation_FullMethodName = "/Superplane.Organizations.Organizations/CreateInvitation" Organizations_ListInvitations_FullMethodName = "/Superplane.Organizations.Organizations/ListInvitations" Organizations_RemoveInvitation_FullMethodName = "/Superplane.Organizations.Organizations/RemoveInvitation" Organizations_GetInviteLink_FullMethodName = "/Superplane.Organizations.Organizations/GetInviteLink" Organizations_UpdateInviteLink_FullMethodName = "/Superplane.Organizations.Organizations/UpdateInviteLink" Organizations_ResetInviteLink_FullMethodName = "/Superplane.Organizations.Organizations/ResetInviteLink" Organizations_GetAgentSettings_FullMethodName = "/Superplane.Organizations.Organizations/GetAgentSettings" Organizations_UpdateAgentSettings_FullMethodName = "/Superplane.Organizations.Organizations/UpdateAgentSettings" Organizations_SetAgentOpenAIKey_FullMethodName = "/Superplane.Organizations.Organizations/SetAgentOpenAIKey" Organizations_DeleteAgentOpenAIKey_FullMethodName = "/Superplane.Organizations.Organizations/DeleteAgentOpenAIKey" Organizations_DescribeUsage_FullMethodName = "/Superplane.Organizations.Organizations/DescribeUsage" Organizations_AcceptInviteLink_FullMethodName = "/Superplane.Organizations.Organizations/AcceptInviteLink" Organizations_ListIntegrations_FullMethodName = "/Superplane.Organizations.Organizations/ListIntegrations" Organizations_DescribeIntegration_FullMethodName = "/Superplane.Organizations.Organizations/DescribeIntegration" Organizations_ListIntegrationResources_FullMethodName = "/Superplane.Organizations.Organizations/ListIntegrationResources" Organizations_CreateIntegration_FullMethodName = "/Superplane.Organizations.Organizations/CreateIntegration" Organizations_UpdateIntegration_FullMethodName = "/Superplane.Organizations.Organizations/UpdateIntegration" Organizations_DeleteIntegration_FullMethodName = "/Superplane.Organizations.Organizations/DeleteIntegration" )
Variables ¶
var File_organizations_proto protoreflect.FileDescriptor
var Organizations_ServiceDesc = grpc.ServiceDesc{ ServiceName: "Superplane.Organizations.Organizations", HandlerType: (*OrganizationsServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "DescribeOrganization", Handler: _Organizations_DescribeOrganization_Handler, }, { MethodName: "UpdateOrganization", Handler: _Organizations_UpdateOrganization_Handler, }, { MethodName: "DeleteOrganization", Handler: _Organizations_DeleteOrganization_Handler, }, { MethodName: "RemoveUser", Handler: _Organizations_RemoveUser_Handler, }, { MethodName: "CreateInvitation", Handler: _Organizations_CreateInvitation_Handler, }, { MethodName: "ListInvitations", Handler: _Organizations_ListInvitations_Handler, }, { MethodName: "RemoveInvitation", Handler: _Organizations_RemoveInvitation_Handler, }, { MethodName: "GetInviteLink", Handler: _Organizations_GetInviteLink_Handler, }, { MethodName: "UpdateInviteLink", Handler: _Organizations_UpdateInviteLink_Handler, }, { MethodName: "ResetInviteLink", Handler: _Organizations_ResetInviteLink_Handler, }, { MethodName: "GetAgentSettings", Handler: _Organizations_GetAgentSettings_Handler, }, { MethodName: "UpdateAgentSettings", Handler: _Organizations_UpdateAgentSettings_Handler, }, { MethodName: "SetAgentOpenAIKey", Handler: _Organizations_SetAgentOpenAIKey_Handler, }, { MethodName: "DeleteAgentOpenAIKey", Handler: _Organizations_DeleteAgentOpenAIKey_Handler, }, { MethodName: "DescribeUsage", Handler: _Organizations_DescribeUsage_Handler, }, { MethodName: "AcceptInviteLink", Handler: _Organizations_AcceptInviteLink_Handler, }, { MethodName: "ListIntegrations", Handler: _Organizations_ListIntegrations_Handler, }, { MethodName: "DescribeIntegration", Handler: _Organizations_DescribeIntegration_Handler, }, { MethodName: "ListIntegrationResources", Handler: _Organizations_ListIntegrationResources_Handler, }, { MethodName: "CreateIntegration", Handler: _Organizations_CreateIntegration_Handler, }, { MethodName: "UpdateIntegration", Handler: _Organizations_UpdateIntegration_Handler, }, { MethodName: "DeleteIntegration", Handler: _Organizations_DeleteIntegration_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "organizations.proto", }
Organizations_ServiceDesc is the grpc.ServiceDesc for Organizations service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterOrganizationsHandler ¶
func RegisterOrganizationsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterOrganizationsHandler registers the http handlers for service Organizations to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterOrganizationsHandlerClient ¶
func RegisterOrganizationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrganizationsClient) error
RegisterOrganizationsHandlerClient registers the http handlers for service Organizations to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "OrganizationsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "OrganizationsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "OrganizationsClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterOrganizationsHandlerFromEndpoint ¶
func RegisterOrganizationsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterOrganizationsHandlerFromEndpoint is same as RegisterOrganizationsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterOrganizationsHandlerServer ¶
func RegisterOrganizationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OrganizationsServer) error
RegisterOrganizationsHandlerServer registers the http handlers for service Organizations to "mux". UnaryRPC :call OrganizationsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterOrganizationsHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterOrganizationsServer ¶
func RegisterOrganizationsServer(s grpc.ServiceRegistrar, srv OrganizationsServer)
Types ¶
type AgentOpenAIKey ¶ added in v0.10.0
type AgentOpenAIKey struct {
Configured bool `protobuf:"varint,1,opt,name=configured,proto3" json:"configured,omitempty"`
Last4 string `protobuf:"bytes,2,opt,name=last4,proto3" json:"last4,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
ValidationError string `protobuf:"bytes,4,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"`
ValidatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=validated_at,json=validatedAt,proto3" json:"validated_at,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
UpdatedBy string `protobuf:"bytes,7,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`
// contains filtered or unexported fields
}
func (*AgentOpenAIKey) Descriptor
deprecated
added in
v0.10.0
func (*AgentOpenAIKey) Descriptor() ([]byte, []int)
Deprecated: Use AgentOpenAIKey.ProtoReflect.Descriptor instead.
func (*AgentOpenAIKey) GetConfigured ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetConfigured() bool
func (*AgentOpenAIKey) GetLast4 ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetLast4() string
func (*AgentOpenAIKey) GetStatus ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetStatus() string
func (*AgentOpenAIKey) GetUpdatedAt ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetUpdatedAt() *timestamp.Timestamp
func (*AgentOpenAIKey) GetUpdatedBy ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetUpdatedBy() string
func (*AgentOpenAIKey) GetValidatedAt ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetValidatedAt() *timestamp.Timestamp
func (*AgentOpenAIKey) GetValidationError ¶ added in v0.10.0
func (x *AgentOpenAIKey) GetValidationError() string
func (*AgentOpenAIKey) ProtoMessage ¶ added in v0.10.0
func (*AgentOpenAIKey) ProtoMessage()
func (*AgentOpenAIKey) ProtoReflect ¶ added in v0.10.0
func (x *AgentOpenAIKey) ProtoReflect() protoreflect.Message
func (*AgentOpenAIKey) Reset ¶ added in v0.10.0
func (x *AgentOpenAIKey) Reset()
func (*AgentOpenAIKey) String ¶ added in v0.10.0
func (x *AgentOpenAIKey) String() string
type AgentSettings ¶ added in v0.10.0
type AgentSettings struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
AgentModeEnabled bool `protobuf:"varint,2,opt,name=agent_mode_enabled,json=agentModeEnabled,proto3" json:"agent_mode_enabled,omitempty"`
AgentModeEffective bool `protobuf:"varint,3,opt,name=agent_mode_effective,json=agentModeEffective,proto3" json:"agent_mode_effective,omitempty"`
OpenaiKey *AgentOpenAIKey `protobuf:"bytes,4,opt,name=openai_key,json=openaiKey,proto3" json:"openai_key,omitempty"`
// contains filtered or unexported fields
}
func (*AgentSettings) Descriptor
deprecated
added in
v0.10.0
func (*AgentSettings) Descriptor() ([]byte, []int)
Deprecated: Use AgentSettings.ProtoReflect.Descriptor instead.
func (*AgentSettings) GetAgentModeEffective ¶ added in v0.10.0
func (x *AgentSettings) GetAgentModeEffective() bool
func (*AgentSettings) GetAgentModeEnabled ¶ added in v0.10.0
func (x *AgentSettings) GetAgentModeEnabled() bool
func (*AgentSettings) GetOpenaiKey ¶ added in v0.10.0
func (x *AgentSettings) GetOpenaiKey() *AgentOpenAIKey
func (*AgentSettings) GetOrganizationId ¶ added in v0.10.0
func (x *AgentSettings) GetOrganizationId() string
func (*AgentSettings) ProtoMessage ¶ added in v0.10.0
func (*AgentSettings) ProtoMessage()
func (*AgentSettings) ProtoReflect ¶ added in v0.10.0
func (x *AgentSettings) ProtoReflect() protoreflect.Message
func (*AgentSettings) Reset ¶ added in v0.10.0
func (x *AgentSettings) Reset()
func (*AgentSettings) String ¶ added in v0.10.0
func (x *AgentSettings) String() string
type BrowserAction ¶
type BrowserAction struct {
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
FormFields map[string]string `` /* 165-byte string literal not displayed */
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*BrowserAction) Descriptor
deprecated
func (*BrowserAction) Descriptor() ([]byte, []int)
Deprecated: Use BrowserAction.ProtoReflect.Descriptor instead.
func (*BrowserAction) GetDescription ¶
func (x *BrowserAction) GetDescription() string
func (*BrowserAction) GetFormFields ¶
func (x *BrowserAction) GetFormFields() map[string]string
func (*BrowserAction) GetMethod ¶
func (x *BrowserAction) GetMethod() string
func (*BrowserAction) GetUrl ¶
func (x *BrowserAction) GetUrl() string
func (*BrowserAction) ProtoMessage ¶
func (*BrowserAction) ProtoMessage()
func (*BrowserAction) ProtoReflect ¶
func (x *BrowserAction) ProtoReflect() protoreflect.Message
func (*BrowserAction) Reset ¶
func (x *BrowserAction) Reset()
func (*BrowserAction) String ¶
func (x *BrowserAction) String() string
type CreateIntegrationRequest ¶ added in v0.5.0
type CreateIntegrationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
IntegrationName string `protobuf:"bytes,3,opt,name=integration_name,json=integrationName,proto3" json:"integration_name,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*CreateIntegrationRequest) Descriptor
deprecated
added in
v0.5.0
func (*CreateIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateIntegrationRequest.ProtoReflect.Descriptor instead.
func (*CreateIntegrationRequest) GetConfiguration ¶ added in v0.5.0
func (x *CreateIntegrationRequest) GetConfiguration() *_struct.Struct
func (*CreateIntegrationRequest) GetId ¶ added in v0.5.0
func (x *CreateIntegrationRequest) GetId() string
func (*CreateIntegrationRequest) GetIntegrationName ¶ added in v0.5.0
func (x *CreateIntegrationRequest) GetIntegrationName() string
func (*CreateIntegrationRequest) GetName ¶ added in v0.5.0
func (x *CreateIntegrationRequest) GetName() string
func (*CreateIntegrationRequest) ProtoMessage ¶ added in v0.5.0
func (*CreateIntegrationRequest) ProtoMessage()
func (*CreateIntegrationRequest) ProtoReflect ¶ added in v0.5.0
func (x *CreateIntegrationRequest) ProtoReflect() protoreflect.Message
func (*CreateIntegrationRequest) Reset ¶ added in v0.5.0
func (x *CreateIntegrationRequest) Reset()
func (*CreateIntegrationRequest) String ¶ added in v0.5.0
func (x *CreateIntegrationRequest) String() string
type CreateIntegrationResponse ¶ added in v0.5.0
type CreateIntegrationResponse struct {
Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
// contains filtered or unexported fields
}
func (*CreateIntegrationResponse) Descriptor
deprecated
added in
v0.5.0
func (*CreateIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateIntegrationResponse.ProtoReflect.Descriptor instead.
func (*CreateIntegrationResponse) GetIntegration ¶ added in v0.5.0
func (x *CreateIntegrationResponse) GetIntegration() *Integration
func (*CreateIntegrationResponse) ProtoMessage ¶ added in v0.5.0
func (*CreateIntegrationResponse) ProtoMessage()
func (*CreateIntegrationResponse) ProtoReflect ¶ added in v0.5.0
func (x *CreateIntegrationResponse) ProtoReflect() protoreflect.Message
func (*CreateIntegrationResponse) Reset ¶ added in v0.5.0
func (x *CreateIntegrationResponse) Reset()
func (*CreateIntegrationResponse) String ¶ added in v0.5.0
func (x *CreateIntegrationResponse) String() string
type CreateInvitationRequest ¶
type CreateInvitationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
// contains filtered or unexported fields
}
func (*CreateInvitationRequest) Descriptor
deprecated
func (*CreateInvitationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInvitationRequest.ProtoReflect.Descriptor instead.
func (*CreateInvitationRequest) GetEmail ¶
func (x *CreateInvitationRequest) GetEmail() string
func (*CreateInvitationRequest) GetId ¶
func (x *CreateInvitationRequest) GetId() string
func (*CreateInvitationRequest) ProtoMessage ¶
func (*CreateInvitationRequest) ProtoMessage()
func (*CreateInvitationRequest) ProtoReflect ¶
func (x *CreateInvitationRequest) ProtoReflect() protoreflect.Message
func (*CreateInvitationRequest) Reset ¶
func (x *CreateInvitationRequest) Reset()
func (*CreateInvitationRequest) String ¶
func (x *CreateInvitationRequest) String() string
type CreateInvitationResponse ¶
type CreateInvitationResponse struct {
Invitation *Invitation `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
// contains filtered or unexported fields
}
func (*CreateInvitationResponse) Descriptor
deprecated
func (*CreateInvitationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateInvitationResponse.ProtoReflect.Descriptor instead.
func (*CreateInvitationResponse) GetInvitation ¶
func (x *CreateInvitationResponse) GetInvitation() *Invitation
func (*CreateInvitationResponse) ProtoMessage ¶
func (*CreateInvitationResponse) ProtoMessage()
func (*CreateInvitationResponse) ProtoReflect ¶
func (x *CreateInvitationResponse) ProtoReflect() protoreflect.Message
func (*CreateInvitationResponse) Reset ¶
func (x *CreateInvitationResponse) Reset()
func (*CreateInvitationResponse) String ¶
func (x *CreateInvitationResponse) String() string
type DeleteAgentOpenAIKeyRequest ¶ added in v0.10.0
type DeleteAgentOpenAIKeyRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteAgentOpenAIKeyRequest) Descriptor
deprecated
added in
v0.10.0
func (*DeleteAgentOpenAIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentOpenAIKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteAgentOpenAIKeyRequest) GetId ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyRequest) GetId() string
func (*DeleteAgentOpenAIKeyRequest) ProtoMessage ¶ added in v0.10.0
func (*DeleteAgentOpenAIKeyRequest) ProtoMessage()
func (*DeleteAgentOpenAIKeyRequest) ProtoReflect ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentOpenAIKeyRequest) Reset ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyRequest) Reset()
func (*DeleteAgentOpenAIKeyRequest) String ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyRequest) String() string
type DeleteAgentOpenAIKeyResponse ¶ added in v0.10.0
type DeleteAgentOpenAIKeyResponse struct {
AgentSettings *AgentSettings `protobuf:"bytes,1,opt,name=agent_settings,json=agentSettings,proto3" json:"agent_settings,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteAgentOpenAIKeyResponse) Descriptor
deprecated
added in
v0.10.0
func (*DeleteAgentOpenAIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentOpenAIKeyResponse.ProtoReflect.Descriptor instead.
func (*DeleteAgentOpenAIKeyResponse) GetAgentSettings ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyResponse) GetAgentSettings() *AgentSettings
func (*DeleteAgentOpenAIKeyResponse) ProtoMessage ¶ added in v0.10.0
func (*DeleteAgentOpenAIKeyResponse) ProtoMessage()
func (*DeleteAgentOpenAIKeyResponse) ProtoReflect ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentOpenAIKeyResponse) Reset ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyResponse) Reset()
func (*DeleteAgentOpenAIKeyResponse) String ¶ added in v0.10.0
func (x *DeleteAgentOpenAIKeyResponse) String() string
type DeleteIntegrationRequest ¶ added in v0.5.0
type DeleteIntegrationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteIntegrationRequest) Descriptor
deprecated
added in
v0.5.0
func (*DeleteIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIntegrationRequest.ProtoReflect.Descriptor instead.
func (*DeleteIntegrationRequest) GetId ¶ added in v0.5.0
func (x *DeleteIntegrationRequest) GetId() string
func (*DeleteIntegrationRequest) GetIntegrationId ¶ added in v0.5.0
func (x *DeleteIntegrationRequest) GetIntegrationId() string
func (*DeleteIntegrationRequest) ProtoMessage ¶ added in v0.5.0
func (*DeleteIntegrationRequest) ProtoMessage()
func (*DeleteIntegrationRequest) ProtoReflect ¶ added in v0.5.0
func (x *DeleteIntegrationRequest) ProtoReflect() protoreflect.Message
func (*DeleteIntegrationRequest) Reset ¶ added in v0.5.0
func (x *DeleteIntegrationRequest) Reset()
func (*DeleteIntegrationRequest) String ¶ added in v0.5.0
func (x *DeleteIntegrationRequest) String() string
type DeleteIntegrationResponse ¶ added in v0.5.0
type DeleteIntegrationResponse struct {
// contains filtered or unexported fields
}
func (*DeleteIntegrationResponse) Descriptor
deprecated
added in
v0.5.0
func (*DeleteIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIntegrationResponse.ProtoReflect.Descriptor instead.
func (*DeleteIntegrationResponse) ProtoMessage ¶ added in v0.5.0
func (*DeleteIntegrationResponse) ProtoMessage()
func (*DeleteIntegrationResponse) ProtoReflect ¶ added in v0.5.0
func (x *DeleteIntegrationResponse) ProtoReflect() protoreflect.Message
func (*DeleteIntegrationResponse) Reset ¶ added in v0.5.0
func (x *DeleteIntegrationResponse) Reset()
func (*DeleteIntegrationResponse) String ¶ added in v0.5.0
func (x *DeleteIntegrationResponse) String() string
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteOrganizationRequest) Descriptor
deprecated
func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationRequest) GetId ¶
func (x *DeleteOrganizationRequest) GetId() string
func (*DeleteOrganizationRequest) ProtoMessage ¶
func (*DeleteOrganizationRequest) ProtoMessage()
func (*DeleteOrganizationRequest) ProtoReflect ¶
func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationRequest) Reset ¶
func (x *DeleteOrganizationRequest) Reset()
func (*DeleteOrganizationRequest) String ¶
func (x *DeleteOrganizationRequest) String() string
type DeleteOrganizationResponse ¶
type DeleteOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*DeleteOrganizationResponse) Descriptor
deprecated
func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationResponse) ProtoMessage ¶
func (*DeleteOrganizationResponse) ProtoMessage()
func (*DeleteOrganizationResponse) ProtoReflect ¶
func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationResponse) Reset ¶
func (x *DeleteOrganizationResponse) Reset()
func (*DeleteOrganizationResponse) String ¶
func (x *DeleteOrganizationResponse) String() string
type DescribeIntegrationRequest ¶ added in v0.5.0
type DescribeIntegrationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeIntegrationRequest) Descriptor
deprecated
added in
v0.5.0
func (*DescribeIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeIntegrationRequest.ProtoReflect.Descriptor instead.
func (*DescribeIntegrationRequest) GetId ¶ added in v0.5.0
func (x *DescribeIntegrationRequest) GetId() string
func (*DescribeIntegrationRequest) GetIntegrationId ¶ added in v0.5.0
func (x *DescribeIntegrationRequest) GetIntegrationId() string
func (*DescribeIntegrationRequest) ProtoMessage ¶ added in v0.5.0
func (*DescribeIntegrationRequest) ProtoMessage()
func (*DescribeIntegrationRequest) ProtoReflect ¶ added in v0.5.0
func (x *DescribeIntegrationRequest) ProtoReflect() protoreflect.Message
func (*DescribeIntegrationRequest) Reset ¶ added in v0.5.0
func (x *DescribeIntegrationRequest) Reset()
func (*DescribeIntegrationRequest) String ¶ added in v0.5.0
func (x *DescribeIntegrationRequest) String() string
type DescribeIntegrationResponse ¶ added in v0.5.0
type DescribeIntegrationResponse struct {
Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeIntegrationResponse) Descriptor
deprecated
added in
v0.5.0
func (*DescribeIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeIntegrationResponse.ProtoReflect.Descriptor instead.
func (*DescribeIntegrationResponse) GetIntegration ¶ added in v0.5.0
func (x *DescribeIntegrationResponse) GetIntegration() *Integration
func (*DescribeIntegrationResponse) ProtoMessage ¶ added in v0.5.0
func (*DescribeIntegrationResponse) ProtoMessage()
func (*DescribeIntegrationResponse) ProtoReflect ¶ added in v0.5.0
func (x *DescribeIntegrationResponse) ProtoReflect() protoreflect.Message
func (*DescribeIntegrationResponse) Reset ¶ added in v0.5.0
func (x *DescribeIntegrationResponse) Reset()
func (*DescribeIntegrationResponse) String ¶ added in v0.5.0
func (x *DescribeIntegrationResponse) String() string
type DescribeOrganizationRequest ¶
type DescribeOrganizationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeOrganizationRequest) Descriptor
deprecated
func (*DescribeOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DescribeOrganizationRequest) GetId ¶
func (x *DescribeOrganizationRequest) GetId() string
func (*DescribeOrganizationRequest) ProtoMessage ¶
func (*DescribeOrganizationRequest) ProtoMessage()
func (*DescribeOrganizationRequest) ProtoReflect ¶
func (x *DescribeOrganizationRequest) ProtoReflect() protoreflect.Message
func (*DescribeOrganizationRequest) Reset ¶
func (x *DescribeOrganizationRequest) Reset()
func (*DescribeOrganizationRequest) String ¶
func (x *DescribeOrganizationRequest) String() string
type DescribeOrganizationResponse ¶
type DescribeOrganizationResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeOrganizationResponse) Descriptor
deprecated
func (*DescribeOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeOrganizationResponse.ProtoReflect.Descriptor instead.
func (*DescribeOrganizationResponse) GetOrganization ¶
func (x *DescribeOrganizationResponse) GetOrganization() *Organization
func (*DescribeOrganizationResponse) ProtoMessage ¶
func (*DescribeOrganizationResponse) ProtoMessage()
func (*DescribeOrganizationResponse) ProtoReflect ¶
func (x *DescribeOrganizationResponse) ProtoReflect() protoreflect.Message
func (*DescribeOrganizationResponse) Reset ¶
func (x *DescribeOrganizationResponse) Reset()
func (*DescribeOrganizationResponse) String ¶
func (x *DescribeOrganizationResponse) String() string
type DescribeUsageRequest ¶ added in v0.13.0
type DescribeUsageRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeUsageRequest) Descriptor
deprecated
added in
v0.13.0
func (*DescribeUsageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeUsageRequest.ProtoReflect.Descriptor instead.
func (*DescribeUsageRequest) GetId ¶ added in v0.13.0
func (x *DescribeUsageRequest) GetId() string
func (*DescribeUsageRequest) ProtoMessage ¶ added in v0.13.0
func (*DescribeUsageRequest) ProtoMessage()
func (*DescribeUsageRequest) ProtoReflect ¶ added in v0.13.0
func (x *DescribeUsageRequest) ProtoReflect() protoreflect.Message
func (*DescribeUsageRequest) Reset ¶ added in v0.13.0
func (x *DescribeUsageRequest) Reset()
func (*DescribeUsageRequest) String ¶ added in v0.13.0
func (x *DescribeUsageRequest) String() string
type DescribeUsageResponse ¶ added in v0.13.0
type DescribeUsageResponse struct {
Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
StatusMessage string `protobuf:"bytes,2,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
Limits *OrganizationLimits `protobuf:"bytes,3,opt,name=limits,proto3" json:"limits,omitempty"`
Usage *OrganizationUsage `protobuf:"bytes,4,opt,name=usage,proto3" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeUsageResponse) Descriptor
deprecated
added in
v0.13.0
func (*DescribeUsageResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeUsageResponse.ProtoReflect.Descriptor instead.
func (*DescribeUsageResponse) GetEnabled ¶ added in v0.13.0
func (x *DescribeUsageResponse) GetEnabled() bool
func (*DescribeUsageResponse) GetLimits ¶ added in v0.13.0
func (x *DescribeUsageResponse) GetLimits() *OrganizationLimits
func (*DescribeUsageResponse) GetStatusMessage ¶ added in v0.13.0
func (x *DescribeUsageResponse) GetStatusMessage() string
func (*DescribeUsageResponse) GetUsage ¶ added in v0.13.0
func (x *DescribeUsageResponse) GetUsage() *OrganizationUsage
func (*DescribeUsageResponse) ProtoMessage ¶ added in v0.13.0
func (*DescribeUsageResponse) ProtoMessage()
func (*DescribeUsageResponse) ProtoReflect ¶ added in v0.13.0
func (x *DescribeUsageResponse) ProtoReflect() protoreflect.Message
func (*DescribeUsageResponse) Reset ¶ added in v0.13.0
func (x *DescribeUsageResponse) Reset()
func (*DescribeUsageResponse) String ¶ added in v0.13.0
func (x *DescribeUsageResponse) String() string
type GetAgentSettingsRequest ¶ added in v0.10.0
type GetAgentSettingsRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*GetAgentSettingsRequest) Descriptor
deprecated
added in
v0.10.0
func (*GetAgentSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetAgentSettingsRequest) GetId ¶ added in v0.10.0
func (x *GetAgentSettingsRequest) GetId() string
func (*GetAgentSettingsRequest) ProtoMessage ¶ added in v0.10.0
func (*GetAgentSettingsRequest) ProtoMessage()
func (*GetAgentSettingsRequest) ProtoReflect ¶ added in v0.10.0
func (x *GetAgentSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetAgentSettingsRequest) Reset ¶ added in v0.10.0
func (x *GetAgentSettingsRequest) Reset()
func (*GetAgentSettingsRequest) String ¶ added in v0.10.0
func (x *GetAgentSettingsRequest) String() string
type GetAgentSettingsResponse ¶ added in v0.10.0
type GetAgentSettingsResponse struct {
AgentSettings *AgentSettings `protobuf:"bytes,1,opt,name=agent_settings,json=agentSettings,proto3" json:"agent_settings,omitempty"`
// contains filtered or unexported fields
}
func (*GetAgentSettingsResponse) Descriptor
deprecated
added in
v0.10.0
func (*GetAgentSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentSettingsResponse.ProtoReflect.Descriptor instead.
func (*GetAgentSettingsResponse) GetAgentSettings ¶ added in v0.10.0
func (x *GetAgentSettingsResponse) GetAgentSettings() *AgentSettings
func (*GetAgentSettingsResponse) ProtoMessage ¶ added in v0.10.0
func (*GetAgentSettingsResponse) ProtoMessage()
func (*GetAgentSettingsResponse) ProtoReflect ¶ added in v0.10.0
func (x *GetAgentSettingsResponse) ProtoReflect() protoreflect.Message
func (*GetAgentSettingsResponse) Reset ¶ added in v0.10.0
func (x *GetAgentSettingsResponse) Reset()
func (*GetAgentSettingsResponse) String ¶ added in v0.10.0
func (x *GetAgentSettingsResponse) String() string
type GetInviteLinkRequest ¶ added in v0.0.43
type GetInviteLinkRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*GetInviteLinkRequest) Descriptor
deprecated
added in
v0.0.43
func (*GetInviteLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetInviteLinkRequest.ProtoReflect.Descriptor instead.
func (*GetInviteLinkRequest) GetId ¶ added in v0.0.43
func (x *GetInviteLinkRequest) GetId() string
func (*GetInviteLinkRequest) ProtoMessage ¶ added in v0.0.43
func (*GetInviteLinkRequest) ProtoMessage()
func (*GetInviteLinkRequest) ProtoReflect ¶ added in v0.0.43
func (x *GetInviteLinkRequest) ProtoReflect() protoreflect.Message
func (*GetInviteLinkRequest) Reset ¶ added in v0.0.43
func (x *GetInviteLinkRequest) Reset()
func (*GetInviteLinkRequest) String ¶ added in v0.0.43
func (x *GetInviteLinkRequest) String() string
type GetInviteLinkResponse ¶ added in v0.0.43
type GetInviteLinkResponse struct {
InviteLink *InviteLink `protobuf:"bytes,1,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
// contains filtered or unexported fields
}
func (*GetInviteLinkResponse) Descriptor
deprecated
added in
v0.0.43
func (*GetInviteLinkResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetInviteLinkResponse.ProtoReflect.Descriptor instead.
func (*GetInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (x *GetInviteLinkResponse) GetInviteLink() *InviteLink
func (*GetInviteLinkResponse) ProtoMessage ¶ added in v0.0.43
func (*GetInviteLinkResponse) ProtoMessage()
func (*GetInviteLinkResponse) ProtoReflect ¶ added in v0.0.43
func (x *GetInviteLinkResponse) ProtoReflect() protoreflect.Message
func (*GetInviteLinkResponse) Reset ¶ added in v0.0.43
func (x *GetInviteLinkResponse) Reset()
func (*GetInviteLinkResponse) String ¶ added in v0.0.43
func (x *GetInviteLinkResponse) String() string
type Integration ¶ added in v0.5.0
type Integration struct {
Metadata *Integration_Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Spec *Integration_Spec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
Status *Integration_Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*Integration) Descriptor
deprecated
added in
v0.5.0
func (*Integration) Descriptor() ([]byte, []int)
Deprecated: Use Integration.ProtoReflect.Descriptor instead.
func (*Integration) GetMetadata ¶ added in v0.5.0
func (x *Integration) GetMetadata() *Integration_Metadata
func (*Integration) GetSpec ¶ added in v0.5.0
func (x *Integration) GetSpec() *Integration_Spec
func (*Integration) GetStatus ¶ added in v0.5.0
func (x *Integration) GetStatus() *Integration_Status
func (*Integration) ProtoMessage ¶ added in v0.5.0
func (*Integration) ProtoMessage()
func (*Integration) ProtoReflect ¶ added in v0.5.0
func (x *Integration) ProtoReflect() protoreflect.Message
func (*Integration) Reset ¶ added in v0.5.0
func (x *Integration) Reset()
func (*Integration) String ¶ added in v0.5.0
func (x *Integration) String() string
type IntegrationResourceRef ¶ added in v0.5.0
type IntegrationResourceRef struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*IntegrationResourceRef) Descriptor
deprecated
added in
v0.5.0
func (*IntegrationResourceRef) Descriptor() ([]byte, []int)
Deprecated: Use IntegrationResourceRef.ProtoReflect.Descriptor instead.
func (*IntegrationResourceRef) GetId ¶ added in v0.5.0
func (x *IntegrationResourceRef) GetId() string
func (*IntegrationResourceRef) GetName ¶ added in v0.5.0
func (x *IntegrationResourceRef) GetName() string
func (*IntegrationResourceRef) GetType ¶ added in v0.5.0
func (x *IntegrationResourceRef) GetType() string
func (*IntegrationResourceRef) ProtoMessage ¶ added in v0.5.0
func (*IntegrationResourceRef) ProtoMessage()
func (*IntegrationResourceRef) ProtoReflect ¶ added in v0.5.0
func (x *IntegrationResourceRef) ProtoReflect() protoreflect.Message
func (*IntegrationResourceRef) Reset ¶ added in v0.5.0
func (x *IntegrationResourceRef) Reset()
func (*IntegrationResourceRef) String ¶ added in v0.5.0
func (x *IntegrationResourceRef) String() string
type Integration_Metadata ¶ added in v0.5.0
type Integration_Metadata struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*Integration_Metadata) Descriptor
deprecated
added in
v0.5.0
func (*Integration_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use Integration_Metadata.ProtoReflect.Descriptor instead.
func (*Integration_Metadata) GetCreatedAt ¶ added in v0.5.0
func (x *Integration_Metadata) GetCreatedAt() *timestamp.Timestamp
func (*Integration_Metadata) GetId ¶ added in v0.5.0
func (x *Integration_Metadata) GetId() string
func (*Integration_Metadata) GetName ¶ added in v0.5.0
func (x *Integration_Metadata) GetName() string
func (*Integration_Metadata) GetUpdatedAt ¶ added in v0.5.0
func (x *Integration_Metadata) GetUpdatedAt() *timestamp.Timestamp
func (*Integration_Metadata) ProtoMessage ¶ added in v0.5.0
func (*Integration_Metadata) ProtoMessage()
func (*Integration_Metadata) ProtoReflect ¶ added in v0.5.0
func (x *Integration_Metadata) ProtoReflect() protoreflect.Message
func (*Integration_Metadata) Reset ¶ added in v0.5.0
func (x *Integration_Metadata) Reset()
func (*Integration_Metadata) String ¶ added in v0.5.0
func (x *Integration_Metadata) String() string
type Integration_NodeRef ¶ added in v0.5.0
type Integration_NodeRef struct {
CanvasId string `protobuf:"bytes,1,opt,name=canvas_id,json=canvasId,proto3" json:"canvas_id,omitempty"`
CanvasName string `protobuf:"bytes,2,opt,name=canvas_name,json=canvasName,proto3" json:"canvas_name,omitempty"`
NodeId string `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
NodeName string `protobuf:"bytes,4,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
// contains filtered or unexported fields
}
func (*Integration_NodeRef) Descriptor
deprecated
added in
v0.5.0
func (*Integration_NodeRef) Descriptor() ([]byte, []int)
Deprecated: Use Integration_NodeRef.ProtoReflect.Descriptor instead.
func (*Integration_NodeRef) GetCanvasId ¶ added in v0.7.0
func (x *Integration_NodeRef) GetCanvasId() string
func (*Integration_NodeRef) GetCanvasName ¶ added in v0.7.0
func (x *Integration_NodeRef) GetCanvasName() string
func (*Integration_NodeRef) GetNodeId ¶ added in v0.5.0
func (x *Integration_NodeRef) GetNodeId() string
func (*Integration_NodeRef) GetNodeName ¶ added in v0.5.0
func (x *Integration_NodeRef) GetNodeName() string
func (*Integration_NodeRef) ProtoMessage ¶ added in v0.5.0
func (*Integration_NodeRef) ProtoMessage()
func (*Integration_NodeRef) ProtoReflect ¶ added in v0.5.0
func (x *Integration_NodeRef) ProtoReflect() protoreflect.Message
func (*Integration_NodeRef) Reset ¶ added in v0.5.0
func (x *Integration_NodeRef) Reset()
func (*Integration_NodeRef) String ¶ added in v0.5.0
func (x *Integration_NodeRef) String() string
type Integration_Spec ¶ added in v0.5.0
type Integration_Spec struct {
IntegrationName string `protobuf:"bytes,1,opt,name=integration_name,json=integrationName,proto3" json:"integration_name,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*Integration_Spec) Descriptor
deprecated
added in
v0.5.0
func (*Integration_Spec) Descriptor() ([]byte, []int)
Deprecated: Use Integration_Spec.ProtoReflect.Descriptor instead.
func (*Integration_Spec) GetConfiguration ¶ added in v0.5.0
func (x *Integration_Spec) GetConfiguration() *_struct.Struct
func (*Integration_Spec) GetIntegrationName ¶ added in v0.5.0
func (x *Integration_Spec) GetIntegrationName() string
func (*Integration_Spec) ProtoMessage ¶ added in v0.5.0
func (*Integration_Spec) ProtoMessage()
func (*Integration_Spec) ProtoReflect ¶ added in v0.5.0
func (x *Integration_Spec) ProtoReflect() protoreflect.Message
func (*Integration_Spec) Reset ¶ added in v0.5.0
func (x *Integration_Spec) Reset()
func (*Integration_Spec) String ¶ added in v0.5.0
func (x *Integration_Spec) String() string
type Integration_Status ¶ added in v0.5.0
type Integration_Status struct {
State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
StateDescription string `protobuf:"bytes,2,opt,name=state_description,json=stateDescription,proto3" json:"state_description,omitempty"`
Metadata *_struct.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
BrowserAction *BrowserAction `protobuf:"bytes,4,opt,name=browser_action,json=browserAction,proto3" json:"browser_action,omitempty"`
UsedIn []*Integration_NodeRef `protobuf:"bytes,5,rep,name=used_in,json=usedIn,proto3" json:"used_in,omitempty"`
// contains filtered or unexported fields
}
func (*Integration_Status) Descriptor
deprecated
added in
v0.5.0
func (*Integration_Status) Descriptor() ([]byte, []int)
Deprecated: Use Integration_Status.ProtoReflect.Descriptor instead.
func (*Integration_Status) GetBrowserAction ¶ added in v0.5.0
func (x *Integration_Status) GetBrowserAction() *BrowserAction
func (*Integration_Status) GetMetadata ¶ added in v0.5.0
func (x *Integration_Status) GetMetadata() *_struct.Struct
func (*Integration_Status) GetState ¶ added in v0.5.0
func (x *Integration_Status) GetState() string
func (*Integration_Status) GetStateDescription ¶ added in v0.5.0
func (x *Integration_Status) GetStateDescription() string
func (*Integration_Status) GetUsedIn ¶ added in v0.5.0
func (x *Integration_Status) GetUsedIn() []*Integration_NodeRef
func (*Integration_Status) ProtoMessage ¶ added in v0.5.0
func (*Integration_Status) ProtoMessage()
func (*Integration_Status) ProtoReflect ¶ added in v0.5.0
func (x *Integration_Status) ProtoReflect() protoreflect.Message
func (*Integration_Status) Reset ¶ added in v0.5.0
func (x *Integration_Status) Reset()
func (*Integration_Status) String ¶ added in v0.5.0
func (x *Integration_Status) String() string
type Invitation ¶
type Invitation struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// contains filtered or unexported fields
}
func (*Invitation) Descriptor
deprecated
func (*Invitation) Descriptor() ([]byte, []int)
Deprecated: Use Invitation.ProtoReflect.Descriptor instead.
func (*Invitation) GetCreatedAt ¶
func (x *Invitation) GetCreatedAt() *timestamp.Timestamp
func (*Invitation) GetEmail ¶
func (x *Invitation) GetEmail() string
func (*Invitation) GetId ¶
func (x *Invitation) GetId() string
func (*Invitation) GetOrganizationId ¶
func (x *Invitation) GetOrganizationId() string
func (*Invitation) GetState ¶
func (x *Invitation) GetState() string
func (*Invitation) ProtoMessage ¶
func (*Invitation) ProtoMessage()
func (*Invitation) ProtoReflect ¶
func (x *Invitation) ProtoReflect() protoreflect.Message
func (*Invitation) Reset ¶
func (x *Invitation) Reset()
func (*Invitation) String ¶
func (x *Invitation) String() string
type InvitationCreated ¶
type InvitationCreated struct {
InvitationId string `protobuf:"bytes,1,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*InvitationCreated) Descriptor
deprecated
func (*InvitationCreated) Descriptor() ([]byte, []int)
Deprecated: Use InvitationCreated.ProtoReflect.Descriptor instead.
func (*InvitationCreated) GetInvitationId ¶
func (x *InvitationCreated) GetInvitationId() string
func (*InvitationCreated) GetTimestamp ¶
func (x *InvitationCreated) GetTimestamp() *timestamp.Timestamp
func (*InvitationCreated) ProtoMessage ¶
func (*InvitationCreated) ProtoMessage()
func (*InvitationCreated) ProtoReflect ¶
func (x *InvitationCreated) ProtoReflect() protoreflect.Message
func (*InvitationCreated) Reset ¶
func (x *InvitationCreated) Reset()
func (*InvitationCreated) String ¶
func (x *InvitationCreated) String() string
type InviteLink ¶ added in v0.0.43
type InviteLink struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*InviteLink) Descriptor
deprecated
added in
v0.0.43
func (*InviteLink) Descriptor() ([]byte, []int)
Deprecated: Use InviteLink.ProtoReflect.Descriptor instead.
func (*InviteLink) GetCreatedAt ¶ added in v0.0.43
func (x *InviteLink) GetCreatedAt() *timestamp.Timestamp
func (*InviteLink) GetEnabled ¶ added in v0.0.43
func (x *InviteLink) GetEnabled() bool
func (*InviteLink) GetId ¶ added in v0.0.43
func (x *InviteLink) GetId() string
func (*InviteLink) GetOrganizationId ¶ added in v0.0.43
func (x *InviteLink) GetOrganizationId() string
func (*InviteLink) GetToken ¶ added in v0.0.43
func (x *InviteLink) GetToken() string
func (*InviteLink) GetUpdatedAt ¶ added in v0.0.43
func (x *InviteLink) GetUpdatedAt() *timestamp.Timestamp
func (*InviteLink) ProtoMessage ¶ added in v0.0.43
func (*InviteLink) ProtoMessage()
func (*InviteLink) ProtoReflect ¶ added in v0.0.43
func (x *InviteLink) ProtoReflect() protoreflect.Message
func (*InviteLink) Reset ¶ added in v0.0.43
func (x *InviteLink) Reset()
func (*InviteLink) String ¶ added in v0.0.43
func (x *InviteLink) String() string
type ListIntegrationResourcesRequest ¶ added in v0.5.0
type ListIntegrationResourcesRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
Parameters map[string]string `` /* 147-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*ListIntegrationResourcesRequest) Descriptor
deprecated
added in
v0.5.0
func (*ListIntegrationResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationResourcesRequest.ProtoReflect.Descriptor instead.
func (*ListIntegrationResourcesRequest) GetId ¶ added in v0.5.0
func (x *ListIntegrationResourcesRequest) GetId() string
func (*ListIntegrationResourcesRequest) GetIntegrationId ¶ added in v0.5.0
func (x *ListIntegrationResourcesRequest) GetIntegrationId() string
func (*ListIntegrationResourcesRequest) GetParameters ¶ added in v0.7.0
func (x *ListIntegrationResourcesRequest) GetParameters() map[string]string
func (*ListIntegrationResourcesRequest) ProtoMessage ¶ added in v0.5.0
func (*ListIntegrationResourcesRequest) ProtoMessage()
func (*ListIntegrationResourcesRequest) ProtoReflect ¶ added in v0.5.0
func (x *ListIntegrationResourcesRequest) ProtoReflect() protoreflect.Message
func (*ListIntegrationResourcesRequest) Reset ¶ added in v0.5.0
func (x *ListIntegrationResourcesRequest) Reset()
func (*ListIntegrationResourcesRequest) String ¶ added in v0.5.0
func (x *ListIntegrationResourcesRequest) String() string
type ListIntegrationResourcesResponse ¶ added in v0.5.0
type ListIntegrationResourcesResponse struct {
Resources []*IntegrationResourceRef `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
// contains filtered or unexported fields
}
func (*ListIntegrationResourcesResponse) Descriptor
deprecated
added in
v0.5.0
func (*ListIntegrationResourcesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationResourcesResponse.ProtoReflect.Descriptor instead.
func (*ListIntegrationResourcesResponse) GetResources ¶ added in v0.5.0
func (x *ListIntegrationResourcesResponse) GetResources() []*IntegrationResourceRef
func (*ListIntegrationResourcesResponse) ProtoMessage ¶ added in v0.5.0
func (*ListIntegrationResourcesResponse) ProtoMessage()
func (*ListIntegrationResourcesResponse) ProtoReflect ¶ added in v0.5.0
func (x *ListIntegrationResourcesResponse) ProtoReflect() protoreflect.Message
func (*ListIntegrationResourcesResponse) Reset ¶ added in v0.5.0
func (x *ListIntegrationResourcesResponse) Reset()
func (*ListIntegrationResourcesResponse) String ¶ added in v0.5.0
func (x *ListIntegrationResourcesResponse) String() string
type ListIntegrationsRequest ¶ added in v0.5.0
type ListIntegrationsRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*ListIntegrationsRequest) Descriptor
deprecated
added in
v0.5.0
func (*ListIntegrationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationsRequest.ProtoReflect.Descriptor instead.
func (*ListIntegrationsRequest) GetId ¶ added in v0.5.0
func (x *ListIntegrationsRequest) GetId() string
func (*ListIntegrationsRequest) ProtoMessage ¶ added in v0.5.0
func (*ListIntegrationsRequest) ProtoMessage()
func (*ListIntegrationsRequest) ProtoReflect ¶ added in v0.5.0
func (x *ListIntegrationsRequest) ProtoReflect() protoreflect.Message
func (*ListIntegrationsRequest) Reset ¶ added in v0.5.0
func (x *ListIntegrationsRequest) Reset()
func (*ListIntegrationsRequest) String ¶ added in v0.5.0
func (x *ListIntegrationsRequest) String() string
type ListIntegrationsResponse ¶ added in v0.5.0
type ListIntegrationsResponse struct {
Integrations []*Integration `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"`
// contains filtered or unexported fields
}
func (*ListIntegrationsResponse) Descriptor
deprecated
added in
v0.5.0
func (*ListIntegrationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIntegrationsResponse.ProtoReflect.Descriptor instead.
func (*ListIntegrationsResponse) GetIntegrations ¶ added in v0.5.0
func (x *ListIntegrationsResponse) GetIntegrations() []*Integration
func (*ListIntegrationsResponse) ProtoMessage ¶ added in v0.5.0
func (*ListIntegrationsResponse) ProtoMessage()
func (*ListIntegrationsResponse) ProtoReflect ¶ added in v0.5.0
func (x *ListIntegrationsResponse) ProtoReflect() protoreflect.Message
func (*ListIntegrationsResponse) Reset ¶ added in v0.5.0
func (x *ListIntegrationsResponse) Reset()
func (*ListIntegrationsResponse) String ¶ added in v0.5.0
func (x *ListIntegrationsResponse) String() string
type ListInvitationsRequest ¶
type ListInvitationsRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*ListInvitationsRequest) Descriptor
deprecated
func (*ListInvitationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInvitationsRequest.ProtoReflect.Descriptor instead.
func (*ListInvitationsRequest) GetId ¶
func (x *ListInvitationsRequest) GetId() string
func (*ListInvitationsRequest) ProtoMessage ¶
func (*ListInvitationsRequest) ProtoMessage()
func (*ListInvitationsRequest) ProtoReflect ¶
func (x *ListInvitationsRequest) ProtoReflect() protoreflect.Message
func (*ListInvitationsRequest) Reset ¶
func (x *ListInvitationsRequest) Reset()
func (*ListInvitationsRequest) String ¶
func (x *ListInvitationsRequest) String() string
type ListInvitationsResponse ¶
type ListInvitationsResponse struct {
Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
// contains filtered or unexported fields
}
func (*ListInvitationsResponse) Descriptor
deprecated
func (*ListInvitationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInvitationsResponse.ProtoReflect.Descriptor instead.
func (*ListInvitationsResponse) GetInvitations ¶
func (x *ListInvitationsResponse) GetInvitations() []*Invitation
func (*ListInvitationsResponse) ProtoMessage ¶
func (*ListInvitationsResponse) ProtoMessage()
func (*ListInvitationsResponse) ProtoReflect ¶
func (x *ListInvitationsResponse) ProtoReflect() protoreflect.Message
func (*ListInvitationsResponse) Reset ¶
func (x *ListInvitationsResponse) Reset()
func (*ListInvitationsResponse) String ¶
func (x *ListInvitationsResponse) String() string
type Organization ¶
type Organization struct {
Metadata *Organization_Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
// contains filtered or unexported fields
}
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetMetadata ¶
func (x *Organization) GetMetadata() *Organization_Metadata
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationCreated ¶
type OrganizationCreated struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
Event messages for organization lifecycle events
func (*OrganizationCreated) Descriptor
deprecated
func (*OrganizationCreated) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationCreated.ProtoReflect.Descriptor instead.
func (*OrganizationCreated) GetOrganizationId ¶
func (x *OrganizationCreated) GetOrganizationId() string
func (*OrganizationCreated) GetTimestamp ¶
func (x *OrganizationCreated) GetTimestamp() *timestamp.Timestamp
func (*OrganizationCreated) ProtoMessage ¶
func (*OrganizationCreated) ProtoMessage()
func (*OrganizationCreated) ProtoReflect ¶
func (x *OrganizationCreated) ProtoReflect() protoreflect.Message
func (*OrganizationCreated) Reset ¶
func (x *OrganizationCreated) Reset()
func (*OrganizationCreated) String ¶
func (x *OrganizationCreated) String() string
type OrganizationDeleted ¶
type OrganizationDeleted struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*OrganizationDeleted) Descriptor
deprecated
func (*OrganizationDeleted) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationDeleted.ProtoReflect.Descriptor instead.
func (*OrganizationDeleted) GetOrganizationId ¶
func (x *OrganizationDeleted) GetOrganizationId() string
func (*OrganizationDeleted) GetTimestamp ¶
func (x *OrganizationDeleted) GetTimestamp() *timestamp.Timestamp
func (*OrganizationDeleted) ProtoMessage ¶
func (*OrganizationDeleted) ProtoMessage()
func (*OrganizationDeleted) ProtoReflect ¶
func (x *OrganizationDeleted) ProtoReflect() protoreflect.Message
func (*OrganizationDeleted) Reset ¶
func (x *OrganizationDeleted) Reset()
func (*OrganizationDeleted) String ¶
func (x *OrganizationDeleted) String() string
type OrganizationLimits ¶ added in v0.13.0
type OrganizationLimits struct {
MaxCanvases int32 `protobuf:"varint,1,opt,name=max_canvases,json=maxCanvases,proto3" json:"max_canvases,omitempty"`
MaxNodesPerCanvas int32 `protobuf:"varint,2,opt,name=max_nodes_per_canvas,json=maxNodesPerCanvas,proto3" json:"max_nodes_per_canvas,omitempty"`
MaxUsers int32 `protobuf:"varint,3,opt,name=max_users,json=maxUsers,proto3" json:"max_users,omitempty"`
RetentionWindowDays int32 `protobuf:"varint,4,opt,name=retention_window_days,json=retentionWindowDays,proto3" json:"retention_window_days,omitempty"`
MaxEventsPerMonth int64 `protobuf:"varint,5,opt,name=max_events_per_month,json=maxEventsPerMonth,proto3" json:"max_events_per_month,omitempty"`
MaxIntegrations int32 `protobuf:"varint,6,opt,name=max_integrations,json=maxIntegrations,proto3" json:"max_integrations,omitempty"`
MaxAgentTokensPerMonth int64 `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*OrganizationLimits) Descriptor
deprecated
added in
v0.13.0
func (*OrganizationLimits) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationLimits.ProtoReflect.Descriptor instead.
func (*OrganizationLimits) GetMaxAgentTokensPerMonth ¶ added in v0.16.0
func (x *OrganizationLimits) GetMaxAgentTokensPerMonth() int64
func (*OrganizationLimits) GetMaxCanvases ¶ added in v0.13.0
func (x *OrganizationLimits) GetMaxCanvases() int32
func (*OrganizationLimits) GetMaxEventsPerMonth ¶ added in v0.13.0
func (x *OrganizationLimits) GetMaxEventsPerMonth() int64
func (*OrganizationLimits) GetMaxIntegrations ¶ added in v0.13.0
func (x *OrganizationLimits) GetMaxIntegrations() int32
func (*OrganizationLimits) GetMaxNodesPerCanvas ¶ added in v0.13.0
func (x *OrganizationLimits) GetMaxNodesPerCanvas() int32
func (*OrganizationLimits) GetMaxUsers ¶ added in v0.13.0
func (x *OrganizationLimits) GetMaxUsers() int32
func (*OrganizationLimits) GetRetentionWindowDays ¶ added in v0.13.0
func (x *OrganizationLimits) GetRetentionWindowDays() int32
func (*OrganizationLimits) ProtoMessage ¶ added in v0.13.0
func (*OrganizationLimits) ProtoMessage()
func (*OrganizationLimits) ProtoReflect ¶ added in v0.13.0
func (x *OrganizationLimits) ProtoReflect() protoreflect.Message
func (*OrganizationLimits) Reset ¶ added in v0.13.0
func (x *OrganizationLimits) Reset()
func (*OrganizationLimits) String ¶ added in v0.13.0
func (x *OrganizationLimits) String() string
type OrganizationUpdated ¶
type OrganizationUpdated struct {
OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*OrganizationUpdated) Descriptor
deprecated
func (*OrganizationUpdated) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationUpdated.ProtoReflect.Descriptor instead.
func (*OrganizationUpdated) GetOrganizationId ¶
func (x *OrganizationUpdated) GetOrganizationId() string
func (*OrganizationUpdated) GetTimestamp ¶
func (x *OrganizationUpdated) GetTimestamp() *timestamp.Timestamp
func (*OrganizationUpdated) ProtoMessage ¶
func (*OrganizationUpdated) ProtoMessage()
func (*OrganizationUpdated) ProtoReflect ¶
func (x *OrganizationUpdated) ProtoReflect() protoreflect.Message
func (*OrganizationUpdated) Reset ¶
func (x *OrganizationUpdated) Reset()
func (*OrganizationUpdated) String ¶
func (x *OrganizationUpdated) String() string
type OrganizationUsage ¶ added in v0.13.0
type OrganizationUsage struct {
Canvases int32 `protobuf:"varint,1,opt,name=canvases,proto3" json:"canvases,omitempty"`
EventBucketLevel float64 `protobuf:"fixed64,2,opt,name=event_bucket_level,json=eventBucketLevel,proto3" json:"event_bucket_level,omitempty"`
EventBucketCapacity float64 `protobuf:"fixed64,3,opt,name=event_bucket_capacity,json=eventBucketCapacity,proto3" json:"event_bucket_capacity,omitempty"`
EventBucketLastUpdatedAt *timestamp.Timestamp `` /* 139-byte string literal not displayed */
NextEventBucketDecreaseAt *timestamp.Timestamp `` /* 142-byte string literal not displayed */
AgentTokenBucketLevel float64 `` /* 130-byte string literal not displayed */
AgentTokenBucketCapacity float64 `` /* 139-byte string literal not displayed */
AgentTokenBucketLastUpdatedAt *timestamp.Timestamp `` /* 156-byte string literal not displayed */
NextAgentTokenBucketDecreaseAt *timestamp.Timestamp `` /* 159-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*OrganizationUsage) Descriptor
deprecated
added in
v0.13.0
func (*OrganizationUsage) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationUsage.ProtoReflect.Descriptor instead.
func (*OrganizationUsage) GetAgentTokenBucketCapacity ¶ added in v0.16.0
func (x *OrganizationUsage) GetAgentTokenBucketCapacity() float64
func (*OrganizationUsage) GetAgentTokenBucketLastUpdatedAt ¶ added in v0.16.0
func (x *OrganizationUsage) GetAgentTokenBucketLastUpdatedAt() *timestamp.Timestamp
func (*OrganizationUsage) GetAgentTokenBucketLevel ¶ added in v0.16.0
func (x *OrganizationUsage) GetAgentTokenBucketLevel() float64
func (*OrganizationUsage) GetCanvases ¶ added in v0.13.0
func (x *OrganizationUsage) GetCanvases() int32
func (*OrganizationUsage) GetEventBucketCapacity ¶ added in v0.13.0
func (x *OrganizationUsage) GetEventBucketCapacity() float64
func (*OrganizationUsage) GetEventBucketLastUpdatedAt ¶ added in v0.13.0
func (x *OrganizationUsage) GetEventBucketLastUpdatedAt() *timestamp.Timestamp
func (*OrganizationUsage) GetEventBucketLevel ¶ added in v0.13.0
func (x *OrganizationUsage) GetEventBucketLevel() float64
func (*OrganizationUsage) GetNextAgentTokenBucketDecreaseAt ¶ added in v0.16.0
func (x *OrganizationUsage) GetNextAgentTokenBucketDecreaseAt() *timestamp.Timestamp
func (*OrganizationUsage) GetNextEventBucketDecreaseAt ¶ added in v0.14.0
func (x *OrganizationUsage) GetNextEventBucketDecreaseAt() *timestamp.Timestamp
func (*OrganizationUsage) ProtoMessage ¶ added in v0.13.0
func (*OrganizationUsage) ProtoMessage()
func (*OrganizationUsage) ProtoReflect ¶ added in v0.13.0
func (x *OrganizationUsage) ProtoReflect() protoreflect.Message
func (*OrganizationUsage) Reset ¶ added in v0.13.0
func (x *OrganizationUsage) Reset()
func (*OrganizationUsage) String ¶ added in v0.13.0
func (x *OrganizationUsage) String() string
type Organization_Metadata ¶
type Organization_Metadata struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
VersioningEnabled *bool `protobuf:"varint,6,opt,name=versioning_enabled,json=versioningEnabled,proto3,oneof" json:"versioning_enabled,omitempty"`
// contains filtered or unexported fields
}
func (*Organization_Metadata) Descriptor
deprecated
func (*Organization_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use Organization_Metadata.ProtoReflect.Descriptor instead.
func (*Organization_Metadata) GetCreatedAt ¶
func (x *Organization_Metadata) GetCreatedAt() *timestamp.Timestamp
func (*Organization_Metadata) GetDescription ¶
func (x *Organization_Metadata) GetDescription() string
func (*Organization_Metadata) GetId ¶
func (x *Organization_Metadata) GetId() string
func (*Organization_Metadata) GetName ¶
func (x *Organization_Metadata) GetName() string
func (*Organization_Metadata) GetUpdatedAt ¶
func (x *Organization_Metadata) GetUpdatedAt() *timestamp.Timestamp
func (*Organization_Metadata) GetVersioningEnabled ¶ added in v0.13.0
func (x *Organization_Metadata) GetVersioningEnabled() bool
func (*Organization_Metadata) ProtoMessage ¶
func (*Organization_Metadata) ProtoMessage()
func (*Organization_Metadata) ProtoReflect ¶
func (x *Organization_Metadata) ProtoReflect() protoreflect.Message
func (*Organization_Metadata) Reset ¶
func (x *Organization_Metadata) Reset()
func (*Organization_Metadata) String ¶
func (x *Organization_Metadata) String() string
type OrganizationsClient ¶
type OrganizationsClient interface {
DescribeOrganization(ctx context.Context, in *DescribeOrganizationRequest, opts ...grpc.CallOption) (*DescribeOrganizationResponse, error)
UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error)
DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error)
RemoveUser(ctx context.Context, in *RemoveUserRequest, opts ...grpc.CallOption) (*RemoveUserResponse, error)
CreateInvitation(ctx context.Context, in *CreateInvitationRequest, opts ...grpc.CallOption) (*CreateInvitationResponse, error)
ListInvitations(ctx context.Context, in *ListInvitationsRequest, opts ...grpc.CallOption) (*ListInvitationsResponse, error)
RemoveInvitation(ctx context.Context, in *RemoveInvitationRequest, opts ...grpc.CallOption) (*RemoveInvitationResponse, error)
GetInviteLink(ctx context.Context, in *GetInviteLinkRequest, opts ...grpc.CallOption) (*GetInviteLinkResponse, error)
UpdateInviteLink(ctx context.Context, in *UpdateInviteLinkRequest, opts ...grpc.CallOption) (*UpdateInviteLinkResponse, error)
ResetInviteLink(ctx context.Context, in *ResetInviteLinkRequest, opts ...grpc.CallOption) (*ResetInviteLinkResponse, error)
GetAgentSettings(ctx context.Context, in *GetAgentSettingsRequest, opts ...grpc.CallOption) (*GetAgentSettingsResponse, error)
UpdateAgentSettings(ctx context.Context, in *UpdateAgentSettingsRequest, opts ...grpc.CallOption) (*UpdateAgentSettingsResponse, error)
SetAgentOpenAIKey(ctx context.Context, in *SetAgentOpenAIKeyRequest, opts ...grpc.CallOption) (*SetAgentOpenAIKeyResponse, error)
DeleteAgentOpenAIKey(ctx context.Context, in *DeleteAgentOpenAIKeyRequest, opts ...grpc.CallOption) (*DeleteAgentOpenAIKeyResponse, error)
DescribeUsage(ctx context.Context, in *DescribeUsageRequest, opts ...grpc.CallOption) (*DescribeUsageResponse, error)
AcceptInviteLink(ctx context.Context, in *InviteLink, opts ...grpc.CallOption) (*_struct.Struct, error)
ListIntegrations(ctx context.Context, in *ListIntegrationsRequest, opts ...grpc.CallOption) (*ListIntegrationsResponse, error)
DescribeIntegration(ctx context.Context, in *DescribeIntegrationRequest, opts ...grpc.CallOption) (*DescribeIntegrationResponse, error)
ListIntegrationResources(ctx context.Context, in *ListIntegrationResourcesRequest, opts ...grpc.CallOption) (*ListIntegrationResourcesResponse, error)
CreateIntegration(ctx context.Context, in *CreateIntegrationRequest, opts ...grpc.CallOption) (*CreateIntegrationResponse, error)
UpdateIntegration(ctx context.Context, in *UpdateIntegrationRequest, opts ...grpc.CallOption) (*UpdateIntegrationResponse, error)
DeleteIntegration(ctx context.Context, in *DeleteIntegrationRequest, opts ...grpc.CallOption) (*DeleteIntegrationResponse, error)
}
OrganizationsClient is the client API for Organizations service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOrganizationsClient ¶
func NewOrganizationsClient(cc grpc.ClientConnInterface) OrganizationsClient
type OrganizationsServer ¶
type OrganizationsServer interface {
DescribeOrganization(context.Context, *DescribeOrganizationRequest) (*DescribeOrganizationResponse, error)
UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
ListInvitations(context.Context, *ListInvitationsRequest) (*ListInvitationsResponse, error)
RemoveInvitation(context.Context, *RemoveInvitationRequest) (*RemoveInvitationResponse, error)
GetInviteLink(context.Context, *GetInviteLinkRequest) (*GetInviteLinkResponse, error)
UpdateInviteLink(context.Context, *UpdateInviteLinkRequest) (*UpdateInviteLinkResponse, error)
ResetInviteLink(context.Context, *ResetInviteLinkRequest) (*ResetInviteLinkResponse, error)
GetAgentSettings(context.Context, *GetAgentSettingsRequest) (*GetAgentSettingsResponse, error)
UpdateAgentSettings(context.Context, *UpdateAgentSettingsRequest) (*UpdateAgentSettingsResponse, error)
SetAgentOpenAIKey(context.Context, *SetAgentOpenAIKeyRequest) (*SetAgentOpenAIKeyResponse, error)
DeleteAgentOpenAIKey(context.Context, *DeleteAgentOpenAIKeyRequest) (*DeleteAgentOpenAIKeyResponse, error)
DescribeUsage(context.Context, *DescribeUsageRequest) (*DescribeUsageResponse, error)
AcceptInviteLink(context.Context, *InviteLink) (*_struct.Struct, error)
ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error)
DescribeIntegration(context.Context, *DescribeIntegrationRequest) (*DescribeIntegrationResponse, error)
ListIntegrationResources(context.Context, *ListIntegrationResourcesRequest) (*ListIntegrationResourcesResponse, error)
CreateIntegration(context.Context, *CreateIntegrationRequest) (*CreateIntegrationResponse, error)
UpdateIntegration(context.Context, *UpdateIntegrationRequest) (*UpdateIntegrationResponse, error)
DeleteIntegration(context.Context, *DeleteIntegrationRequest) (*DeleteIntegrationResponse, error)
}
OrganizationsServer is the server API for Organizations service. All implementations should embed UnimplementedOrganizationsServer for forward compatibility.
type RemoveInvitationRequest ¶
type RemoveInvitationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
InvitationId string `protobuf:"bytes,2,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveInvitationRequest) Descriptor
deprecated
func (*RemoveInvitationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveInvitationRequest.ProtoReflect.Descriptor instead.
func (*RemoveInvitationRequest) GetId ¶
func (x *RemoveInvitationRequest) GetId() string
func (*RemoveInvitationRequest) GetInvitationId ¶
func (x *RemoveInvitationRequest) GetInvitationId() string
func (*RemoveInvitationRequest) ProtoMessage ¶
func (*RemoveInvitationRequest) ProtoMessage()
func (*RemoveInvitationRequest) ProtoReflect ¶
func (x *RemoveInvitationRequest) ProtoReflect() protoreflect.Message
func (*RemoveInvitationRequest) Reset ¶
func (x *RemoveInvitationRequest) Reset()
func (*RemoveInvitationRequest) String ¶
func (x *RemoveInvitationRequest) String() string
type RemoveInvitationResponse ¶
type RemoveInvitationResponse struct {
// contains filtered or unexported fields
}
func (*RemoveInvitationResponse) Descriptor
deprecated
func (*RemoveInvitationResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveInvitationResponse.ProtoReflect.Descriptor instead.
func (*RemoveInvitationResponse) ProtoMessage ¶
func (*RemoveInvitationResponse) ProtoMessage()
func (*RemoveInvitationResponse) ProtoReflect ¶
func (x *RemoveInvitationResponse) ProtoReflect() protoreflect.Message
func (*RemoveInvitationResponse) Reset ¶
func (x *RemoveInvitationResponse) Reset()
func (*RemoveInvitationResponse) String ¶
func (x *RemoveInvitationResponse) String() string
type RemoveUserRequest ¶
type RemoveUserRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
// contains filtered or unexported fields
}
func (*RemoveUserRequest) Descriptor
deprecated
func (*RemoveUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveUserRequest.ProtoReflect.Descriptor instead.
func (*RemoveUserRequest) GetId ¶
func (x *RemoveUserRequest) GetId() string
func (*RemoveUserRequest) GetUserId ¶
func (x *RemoveUserRequest) GetUserId() string
func (*RemoveUserRequest) ProtoMessage ¶
func (*RemoveUserRequest) ProtoMessage()
func (*RemoveUserRequest) ProtoReflect ¶
func (x *RemoveUserRequest) ProtoReflect() protoreflect.Message
func (*RemoveUserRequest) Reset ¶
func (x *RemoveUserRequest) Reset()
func (*RemoveUserRequest) String ¶
func (x *RemoveUserRequest) String() string
type RemoveUserResponse ¶
type RemoveUserResponse struct {
// contains filtered or unexported fields
}
func (*RemoveUserResponse) Descriptor
deprecated
func (*RemoveUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveUserResponse.ProtoReflect.Descriptor instead.
func (*RemoveUserResponse) ProtoMessage ¶
func (*RemoveUserResponse) ProtoMessage()
func (*RemoveUserResponse) ProtoReflect ¶
func (x *RemoveUserResponse) ProtoReflect() protoreflect.Message
func (*RemoveUserResponse) Reset ¶
func (x *RemoveUserResponse) Reset()
func (*RemoveUserResponse) String ¶
func (x *RemoveUserResponse) String() string
type ResetInviteLinkRequest ¶ added in v0.0.43
type ResetInviteLinkRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*ResetInviteLinkRequest) Descriptor
deprecated
added in
v0.0.43
func (*ResetInviteLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResetInviteLinkRequest.ProtoReflect.Descriptor instead.
func (*ResetInviteLinkRequest) GetId ¶ added in v0.0.43
func (x *ResetInviteLinkRequest) GetId() string
func (*ResetInviteLinkRequest) ProtoMessage ¶ added in v0.0.43
func (*ResetInviteLinkRequest) ProtoMessage()
func (*ResetInviteLinkRequest) ProtoReflect ¶ added in v0.0.43
func (x *ResetInviteLinkRequest) ProtoReflect() protoreflect.Message
func (*ResetInviteLinkRequest) Reset ¶ added in v0.0.43
func (x *ResetInviteLinkRequest) Reset()
func (*ResetInviteLinkRequest) String ¶ added in v0.0.43
func (x *ResetInviteLinkRequest) String() string
type ResetInviteLinkResponse ¶ added in v0.0.43
type ResetInviteLinkResponse struct {
InviteLink *InviteLink `protobuf:"bytes,1,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
// contains filtered or unexported fields
}
func (*ResetInviteLinkResponse) Descriptor
deprecated
added in
v0.0.43
func (*ResetInviteLinkResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResetInviteLinkResponse.ProtoReflect.Descriptor instead.
func (*ResetInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (x *ResetInviteLinkResponse) GetInviteLink() *InviteLink
func (*ResetInviteLinkResponse) ProtoMessage ¶ added in v0.0.43
func (*ResetInviteLinkResponse) ProtoMessage()
func (*ResetInviteLinkResponse) ProtoReflect ¶ added in v0.0.43
func (x *ResetInviteLinkResponse) ProtoReflect() protoreflect.Message
func (*ResetInviteLinkResponse) Reset ¶ added in v0.0.43
func (x *ResetInviteLinkResponse) Reset()
func (*ResetInviteLinkResponse) String ¶ added in v0.0.43
func (x *ResetInviteLinkResponse) String() string
type SetAgentOpenAIKeyRequest ¶ added in v0.10.0
type SetAgentOpenAIKeyRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
ApiKey string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
Validate bool `protobuf:"varint,3,opt,name=validate,proto3" json:"validate,omitempty"`
// contains filtered or unexported fields
}
func (*SetAgentOpenAIKeyRequest) Descriptor
deprecated
added in
v0.10.0
func (*SetAgentOpenAIKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAgentOpenAIKeyRequest.ProtoReflect.Descriptor instead.
func (*SetAgentOpenAIKeyRequest) GetApiKey ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) GetApiKey() string
func (*SetAgentOpenAIKeyRequest) GetId ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) GetId() string
func (*SetAgentOpenAIKeyRequest) GetValidate ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) GetValidate() bool
func (*SetAgentOpenAIKeyRequest) ProtoMessage ¶ added in v0.10.0
func (*SetAgentOpenAIKeyRequest) ProtoMessage()
func (*SetAgentOpenAIKeyRequest) ProtoReflect ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) ProtoReflect() protoreflect.Message
func (*SetAgentOpenAIKeyRequest) Reset ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) Reset()
func (*SetAgentOpenAIKeyRequest) String ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyRequest) String() string
type SetAgentOpenAIKeyResponse ¶ added in v0.10.0
type SetAgentOpenAIKeyResponse struct {
AgentSettings *AgentSettings `protobuf:"bytes,1,opt,name=agent_settings,json=agentSettings,proto3" json:"agent_settings,omitempty"`
// contains filtered or unexported fields
}
func (*SetAgentOpenAIKeyResponse) Descriptor
deprecated
added in
v0.10.0
func (*SetAgentOpenAIKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetAgentOpenAIKeyResponse.ProtoReflect.Descriptor instead.
func (*SetAgentOpenAIKeyResponse) GetAgentSettings ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyResponse) GetAgentSettings() *AgentSettings
func (*SetAgentOpenAIKeyResponse) ProtoMessage ¶ added in v0.10.0
func (*SetAgentOpenAIKeyResponse) ProtoMessage()
func (*SetAgentOpenAIKeyResponse) ProtoReflect ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyResponse) ProtoReflect() protoreflect.Message
func (*SetAgentOpenAIKeyResponse) Reset ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyResponse) Reset()
func (*SetAgentOpenAIKeyResponse) String ¶ added in v0.10.0
func (x *SetAgentOpenAIKeyResponse) String() string
type UnimplementedOrganizationsServer ¶
type UnimplementedOrganizationsServer struct{}
UnimplementedOrganizationsServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedOrganizationsServer) AcceptInviteLink ¶ added in v0.0.43
func (UnimplementedOrganizationsServer) AcceptInviteLink(context.Context, *InviteLink) (*_struct.Struct, error)
func (UnimplementedOrganizationsServer) CreateIntegration ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) CreateIntegration(context.Context, *CreateIntegrationRequest) (*CreateIntegrationResponse, error)
func (UnimplementedOrganizationsServer) CreateInvitation ¶
func (UnimplementedOrganizationsServer) CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
func (UnimplementedOrganizationsServer) DeleteAgentOpenAIKey ¶ added in v0.10.0
func (UnimplementedOrganizationsServer) DeleteAgentOpenAIKey(context.Context, *DeleteAgentOpenAIKeyRequest) (*DeleteAgentOpenAIKeyResponse, error)
func (UnimplementedOrganizationsServer) DeleteIntegration ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) DeleteIntegration(context.Context, *DeleteIntegrationRequest) (*DeleteIntegrationResponse, error)
func (UnimplementedOrganizationsServer) DeleteOrganization ¶
func (UnimplementedOrganizationsServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
func (UnimplementedOrganizationsServer) DescribeIntegration ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) DescribeIntegration(context.Context, *DescribeIntegrationRequest) (*DescribeIntegrationResponse, error)
func (UnimplementedOrganizationsServer) DescribeOrganization ¶
func (UnimplementedOrganizationsServer) DescribeOrganization(context.Context, *DescribeOrganizationRequest) (*DescribeOrganizationResponse, error)
func (UnimplementedOrganizationsServer) DescribeUsage ¶ added in v0.13.0
func (UnimplementedOrganizationsServer) DescribeUsage(context.Context, *DescribeUsageRequest) (*DescribeUsageResponse, error)
func (UnimplementedOrganizationsServer) GetAgentSettings ¶ added in v0.10.0
func (UnimplementedOrganizationsServer) GetAgentSettings(context.Context, *GetAgentSettingsRequest) (*GetAgentSettingsResponse, error)
func (UnimplementedOrganizationsServer) GetInviteLink ¶ added in v0.0.43
func (UnimplementedOrganizationsServer) GetInviteLink(context.Context, *GetInviteLinkRequest) (*GetInviteLinkResponse, error)
func (UnimplementedOrganizationsServer) ListIntegrationResources ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) ListIntegrationResources(context.Context, *ListIntegrationResourcesRequest) (*ListIntegrationResourcesResponse, error)
func (UnimplementedOrganizationsServer) ListIntegrations ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) ListIntegrations(context.Context, *ListIntegrationsRequest) (*ListIntegrationsResponse, error)
func (UnimplementedOrganizationsServer) ListInvitations ¶
func (UnimplementedOrganizationsServer) ListInvitations(context.Context, *ListInvitationsRequest) (*ListInvitationsResponse, error)
func (UnimplementedOrganizationsServer) RemoveInvitation ¶
func (UnimplementedOrganizationsServer) RemoveInvitation(context.Context, *RemoveInvitationRequest) (*RemoveInvitationResponse, error)
func (UnimplementedOrganizationsServer) RemoveUser ¶
func (UnimplementedOrganizationsServer) RemoveUser(context.Context, *RemoveUserRequest) (*RemoveUserResponse, error)
func (UnimplementedOrganizationsServer) ResetInviteLink ¶ added in v0.0.43
func (UnimplementedOrganizationsServer) ResetInviteLink(context.Context, *ResetInviteLinkRequest) (*ResetInviteLinkResponse, error)
func (UnimplementedOrganizationsServer) SetAgentOpenAIKey ¶ added in v0.10.0
func (UnimplementedOrganizationsServer) SetAgentOpenAIKey(context.Context, *SetAgentOpenAIKeyRequest) (*SetAgentOpenAIKeyResponse, error)
func (UnimplementedOrganizationsServer) UpdateAgentSettings ¶ added in v0.10.0
func (UnimplementedOrganizationsServer) UpdateAgentSettings(context.Context, *UpdateAgentSettingsRequest) (*UpdateAgentSettingsResponse, error)
func (UnimplementedOrganizationsServer) UpdateIntegration ¶ added in v0.5.0
func (UnimplementedOrganizationsServer) UpdateIntegration(context.Context, *UpdateIntegrationRequest) (*UpdateIntegrationResponse, error)
func (UnimplementedOrganizationsServer) UpdateInviteLink ¶ added in v0.0.43
func (UnimplementedOrganizationsServer) UpdateInviteLink(context.Context, *UpdateInviteLinkRequest) (*UpdateInviteLinkResponse, error)
func (UnimplementedOrganizationsServer) UpdateOrganization ¶
func (UnimplementedOrganizationsServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
type UnsafeOrganizationsServer ¶
type UnsafeOrganizationsServer interface {
// contains filtered or unexported methods
}
UnsafeOrganizationsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationsServer will result in compilation errors.
type UpdateAgentSettingsRequest ¶ added in v0.10.0
type UpdateAgentSettingsRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
AgentModeEnabled bool `protobuf:"varint,2,opt,name=agent_mode_enabled,json=agentModeEnabled,proto3" json:"agent_mode_enabled,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateAgentSettingsRequest) Descriptor
deprecated
added in
v0.10.0
func (*UpdateAgentSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateAgentSettingsRequest) GetAgentModeEnabled ¶ added in v0.10.0
func (x *UpdateAgentSettingsRequest) GetAgentModeEnabled() bool
func (*UpdateAgentSettingsRequest) GetId ¶ added in v0.10.0
func (x *UpdateAgentSettingsRequest) GetId() string
func (*UpdateAgentSettingsRequest) ProtoMessage ¶ added in v0.10.0
func (*UpdateAgentSettingsRequest) ProtoMessage()
func (*UpdateAgentSettingsRequest) ProtoReflect ¶ added in v0.10.0
func (x *UpdateAgentSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentSettingsRequest) Reset ¶ added in v0.10.0
func (x *UpdateAgentSettingsRequest) Reset()
func (*UpdateAgentSettingsRequest) String ¶ added in v0.10.0
func (x *UpdateAgentSettingsRequest) String() string
type UpdateAgentSettingsResponse ¶ added in v0.10.0
type UpdateAgentSettingsResponse struct {
AgentSettings *AgentSettings `protobuf:"bytes,1,opt,name=agent_settings,json=agentSettings,proto3" json:"agent_settings,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateAgentSettingsResponse) Descriptor
deprecated
added in
v0.10.0
func (*UpdateAgentSettingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentSettingsResponse.ProtoReflect.Descriptor instead.
func (*UpdateAgentSettingsResponse) GetAgentSettings ¶ added in v0.10.0
func (x *UpdateAgentSettingsResponse) GetAgentSettings() *AgentSettings
func (*UpdateAgentSettingsResponse) ProtoMessage ¶ added in v0.10.0
func (*UpdateAgentSettingsResponse) ProtoMessage()
func (*UpdateAgentSettingsResponse) ProtoReflect ¶ added in v0.10.0
func (x *UpdateAgentSettingsResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentSettingsResponse) Reset ¶ added in v0.10.0
func (x *UpdateAgentSettingsResponse) Reset()
func (*UpdateAgentSettingsResponse) String ¶ added in v0.10.0
func (x *UpdateAgentSettingsResponse) String() string
type UpdateIntegrationRequest ¶ added in v0.5.0
type UpdateIntegrationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,3,opt,name=configuration,proto3" json:"configuration,omitempty"`
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateIntegrationRequest) Descriptor
deprecated
added in
v0.5.0
func (*UpdateIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIntegrationRequest.ProtoReflect.Descriptor instead.
func (*UpdateIntegrationRequest) GetConfiguration ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) GetConfiguration() *_struct.Struct
func (*UpdateIntegrationRequest) GetId ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) GetId() string
func (*UpdateIntegrationRequest) GetIntegrationId ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) GetIntegrationId() string
func (*UpdateIntegrationRequest) GetName ¶ added in v0.8.0
func (x *UpdateIntegrationRequest) GetName() string
func (*UpdateIntegrationRequest) ProtoMessage ¶ added in v0.5.0
func (*UpdateIntegrationRequest) ProtoMessage()
func (*UpdateIntegrationRequest) ProtoReflect ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) ProtoReflect() protoreflect.Message
func (*UpdateIntegrationRequest) Reset ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) Reset()
func (*UpdateIntegrationRequest) String ¶ added in v0.5.0
func (x *UpdateIntegrationRequest) String() string
type UpdateIntegrationResponse ¶ added in v0.5.0
type UpdateIntegrationResponse struct {
Integration *Integration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateIntegrationResponse) Descriptor
deprecated
added in
v0.5.0
func (*UpdateIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIntegrationResponse.ProtoReflect.Descriptor instead.
func (*UpdateIntegrationResponse) GetIntegration ¶ added in v0.5.0
func (x *UpdateIntegrationResponse) GetIntegration() *Integration
func (*UpdateIntegrationResponse) ProtoMessage ¶ added in v0.5.0
func (*UpdateIntegrationResponse) ProtoMessage()
func (*UpdateIntegrationResponse) ProtoReflect ¶ added in v0.5.0
func (x *UpdateIntegrationResponse) ProtoReflect() protoreflect.Message
func (*UpdateIntegrationResponse) Reset ¶ added in v0.5.0
func (x *UpdateIntegrationResponse) Reset()
func (*UpdateIntegrationResponse) String ¶ added in v0.5.0
func (x *UpdateIntegrationResponse) String() string
type UpdateInviteLinkRequest ¶ added in v0.0.43
type UpdateInviteLinkRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateInviteLinkRequest) Descriptor
deprecated
added in
v0.0.43
func (*UpdateInviteLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInviteLinkRequest.ProtoReflect.Descriptor instead.
func (*UpdateInviteLinkRequest) GetEnabled ¶ added in v0.0.43
func (x *UpdateInviteLinkRequest) GetEnabled() bool
func (*UpdateInviteLinkRequest) GetId ¶ added in v0.0.43
func (x *UpdateInviteLinkRequest) GetId() string
func (*UpdateInviteLinkRequest) ProtoMessage ¶ added in v0.0.43
func (*UpdateInviteLinkRequest) ProtoMessage()
func (*UpdateInviteLinkRequest) ProtoReflect ¶ added in v0.0.43
func (x *UpdateInviteLinkRequest) ProtoReflect() protoreflect.Message
func (*UpdateInviteLinkRequest) Reset ¶ added in v0.0.43
func (x *UpdateInviteLinkRequest) Reset()
func (*UpdateInviteLinkRequest) String ¶ added in v0.0.43
func (x *UpdateInviteLinkRequest) String() string
type UpdateInviteLinkResponse ¶ added in v0.0.43
type UpdateInviteLinkResponse struct {
InviteLink *InviteLink `protobuf:"bytes,1,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateInviteLinkResponse) Descriptor
deprecated
added in
v0.0.43
func (*UpdateInviteLinkResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInviteLinkResponse.ProtoReflect.Descriptor instead.
func (*UpdateInviteLinkResponse) GetInviteLink ¶ added in v0.0.43
func (x *UpdateInviteLinkResponse) GetInviteLink() *InviteLink
func (*UpdateInviteLinkResponse) ProtoMessage ¶ added in v0.0.43
func (*UpdateInviteLinkResponse) ProtoMessage()
func (*UpdateInviteLinkResponse) ProtoReflect ¶ added in v0.0.43
func (x *UpdateInviteLinkResponse) ProtoReflect() protoreflect.Message
func (*UpdateInviteLinkResponse) Reset ¶ added in v0.0.43
func (x *UpdateInviteLinkResponse) Reset()
func (*UpdateInviteLinkResponse) String ¶ added in v0.0.43
func (x *UpdateInviteLinkResponse) String() string
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Organization *Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetId ¶
func (x *UpdateOrganizationRequest) GetId() string
func (*UpdateOrganizationRequest) GetOrganization ¶
func (x *UpdateOrganizationRequest) GetOrganization() *Organization
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationRequest) Reset ¶
func (x *UpdateOrganizationRequest) Reset()
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateOrganizationResponse ¶
type UpdateOrganizationResponse struct {
Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateOrganizationResponse) Descriptor
deprecated
func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationResponse) GetOrganization ¶
func (x *UpdateOrganizationResponse) GetOrganization() *Organization
func (*UpdateOrganizationResponse) ProtoMessage ¶
func (*UpdateOrganizationResponse) ProtoMessage()
func (*UpdateOrganizationResponse) ProtoReflect ¶
func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationResponse) Reset ¶
func (x *UpdateOrganizationResponse) Reset()
func (*UpdateOrganizationResponse) String ¶
func (x *UpdateOrganizationResponse) String() string