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 AppInstallation
- func (*AppInstallation) Descriptor() ([]byte, []int)deprecated
- func (x *AppInstallation) GetMetadata() *AppInstallation_Metadata
- func (x *AppInstallation) GetSpec() *AppInstallation_Spec
- func (x *AppInstallation) GetStatus() *AppInstallation_Status
- func (*AppInstallation) ProtoMessage()
- func (x *AppInstallation) ProtoReflect() protoreflect.Message
- func (x *AppInstallation) Reset()
- func (x *AppInstallation) String() string
- type AppInstallation_Metadata
- func (*AppInstallation_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *AppInstallation_Metadata) GetCreatedAt() *timestamp.Timestamp
- func (x *AppInstallation_Metadata) GetId() string
- func (x *AppInstallation_Metadata) GetName() string
- func (x *AppInstallation_Metadata) GetUpdatedAt() *timestamp.Timestamp
- func (*AppInstallation_Metadata) ProtoMessage()
- func (x *AppInstallation_Metadata) ProtoReflect() protoreflect.Message
- func (x *AppInstallation_Metadata) Reset()
- func (x *AppInstallation_Metadata) String() string
- type AppInstallation_NodeRef
- func (*AppInstallation_NodeRef) Descriptor() ([]byte, []int)deprecated
- func (x *AppInstallation_NodeRef) GetNodeId() string
- func (x *AppInstallation_NodeRef) GetNodeName() string
- func (x *AppInstallation_NodeRef) GetWorkflowId() string
- func (x *AppInstallation_NodeRef) GetWorkflowName() string
- func (*AppInstallation_NodeRef) ProtoMessage()
- func (x *AppInstallation_NodeRef) ProtoReflect() protoreflect.Message
- func (x *AppInstallation_NodeRef) Reset()
- func (x *AppInstallation_NodeRef) String() string
- type AppInstallation_Spec
- func (*AppInstallation_Spec) Descriptor() ([]byte, []int)deprecated
- func (x *AppInstallation_Spec) GetAppName() string
- func (x *AppInstallation_Spec) GetConfiguration() *_struct.Struct
- func (*AppInstallation_Spec) ProtoMessage()
- func (x *AppInstallation_Spec) ProtoReflect() protoreflect.Message
- func (x *AppInstallation_Spec) Reset()
- func (x *AppInstallation_Spec) String() string
- type AppInstallation_Status
- func (*AppInstallation_Status) Descriptor() ([]byte, []int)deprecated
- func (x *AppInstallation_Status) GetBrowserAction() *BrowserAction
- func (x *AppInstallation_Status) GetMetadata() *_struct.Struct
- func (x *AppInstallation_Status) GetState() string
- func (x *AppInstallation_Status) GetStateDescription() string
- func (x *AppInstallation_Status) GetUsedIn() []*AppInstallation_NodeRef
- func (*AppInstallation_Status) ProtoMessage()
- func (x *AppInstallation_Status) ProtoReflect() protoreflect.Message
- func (x *AppInstallation_Status) Reset()
- func (x *AppInstallation_Status) 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 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 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 DescribeApplicationRequest
- func (*DescribeApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeApplicationRequest) GetId() string
- func (x *DescribeApplicationRequest) GetInstallationId() string
- func (*DescribeApplicationRequest) ProtoMessage()
- func (x *DescribeApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeApplicationRequest) Reset()
- func (x *DescribeApplicationRequest) String() string
- type DescribeApplicationResponse
- func (*DescribeApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeApplicationResponse) GetInstallation() *AppInstallation
- func (*DescribeApplicationResponse) ProtoMessage()
- func (x *DescribeApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeApplicationResponse) Reset()
- func (x *DescribeApplicationResponse) 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 InstallApplicationRequest
- func (*InstallApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InstallApplicationRequest) GetAppName() string
- func (x *InstallApplicationRequest) GetConfiguration() *_struct.Struct
- func (x *InstallApplicationRequest) GetId() string
- func (x *InstallApplicationRequest) GetInstallationName() string
- func (*InstallApplicationRequest) ProtoMessage()
- func (x *InstallApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *InstallApplicationRequest) Reset()
- func (x *InstallApplicationRequest) String() string
- type InstallApplicationResponse
- func (*InstallApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InstallApplicationResponse) GetInstallation() *AppInstallation
- func (*InstallApplicationResponse) ProtoMessage()
- func (x *InstallApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *InstallApplicationResponse) Reset()
- func (x *InstallApplicationResponse) 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 ListApplicationsRequest
- func (*ListApplicationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsRequest) GetId() string
- func (*ListApplicationsRequest) ProtoMessage()
- func (x *ListApplicationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsRequest) Reset()
- func (x *ListApplicationsRequest) String() string
- type ListApplicationsResponse
- func (*ListApplicationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsResponse) GetApplications() []*AppInstallation
- func (*ListApplicationsResponse) ProtoMessage()
- func (x *ListApplicationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsResponse) Reset()
- func (x *ListApplicationsResponse) 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 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 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 (*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 UnimplementedOrganizationsServer
- func (UnimplementedOrganizationsServer) CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
- func (UnimplementedOrganizationsServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
- func (UnimplementedOrganizationsServer) DescribeApplication(context.Context, *DescribeApplicationRequest) (*DescribeApplicationResponse, error)
- func (UnimplementedOrganizationsServer) DescribeOrganization(context.Context, *DescribeOrganizationRequest) (*DescribeOrganizationResponse, error)
- func (UnimplementedOrganizationsServer) InstallApplication(context.Context, *InstallApplicationRequest) (*InstallApplicationResponse, error)
- func (UnimplementedOrganizationsServer) ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, 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) UninstallApplication(context.Context, *UninstallApplicationRequest) (*UninstallApplicationResponse, error)
- func (UnimplementedOrganizationsServer) UpdateApplication(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
- func (UnimplementedOrganizationsServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
- type UninstallApplicationRequest
- func (*UninstallApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UninstallApplicationRequest) GetId() string
- func (x *UninstallApplicationRequest) GetInstallationId() string
- func (*UninstallApplicationRequest) ProtoMessage()
- func (x *UninstallApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *UninstallApplicationRequest) Reset()
- func (x *UninstallApplicationRequest) String() string
- type UninstallApplicationResponse
- func (*UninstallApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (*UninstallApplicationResponse) ProtoMessage()
- func (x *UninstallApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *UninstallApplicationResponse) Reset()
- func (x *UninstallApplicationResponse) String() string
- type UnsafeOrganizationsServer
- type UpdateApplicationRequest
- func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateApplicationRequest) GetConfiguration() *_struct.Struct
- func (x *UpdateApplicationRequest) GetId() string
- func (x *UpdateApplicationRequest) GetInstallationId() string
- func (*UpdateApplicationRequest) ProtoMessage()
- func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateApplicationRequest) Reset()
- func (x *UpdateApplicationRequest) String() string
- type UpdateApplicationResponse
- func (*UpdateApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateApplicationResponse) GetInstallation() *AppInstallation
- func (*UpdateApplicationResponse) ProtoMessage()
- func (x *UpdateApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateApplicationResponse) Reset()
- func (x *UpdateApplicationResponse) 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_ListApplications_FullMethodName = "/Superplane.Organizations.Organizations/ListApplications" Organizations_DescribeApplication_FullMethodName = "/Superplane.Organizations.Organizations/DescribeApplication" Organizations_InstallApplication_FullMethodName = "/Superplane.Organizations.Organizations/InstallApplication" Organizations_UpdateApplication_FullMethodName = "/Superplane.Organizations.Organizations/UpdateApplication" Organizations_UninstallApplication_FullMethodName = "/Superplane.Organizations.Organizations/UninstallApplication" )
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: "ListApplications", Handler: _Organizations_ListApplications_Handler, }, { MethodName: "DescribeApplication", Handler: _Organizations_DescribeApplication_Handler, }, { MethodName: "InstallApplication", Handler: _Organizations_InstallApplication_Handler, }, { MethodName: "UpdateApplication", Handler: _Organizations_UpdateApplication_Handler, }, { MethodName: "UninstallApplication", Handler: _Organizations_UninstallApplication_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 AppInstallation ¶
type AppInstallation struct {
Metadata *AppInstallation_Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Spec *AppInstallation_Spec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
Status *AppInstallation_Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*AppInstallation) Descriptor
deprecated
func (*AppInstallation) Descriptor() ([]byte, []int)
Deprecated: Use AppInstallation.ProtoReflect.Descriptor instead.
func (*AppInstallation) GetMetadata ¶
func (x *AppInstallation) GetMetadata() *AppInstallation_Metadata
func (*AppInstallation) GetSpec ¶
func (x *AppInstallation) GetSpec() *AppInstallation_Spec
func (*AppInstallation) GetStatus ¶
func (x *AppInstallation) GetStatus() *AppInstallation_Status
func (*AppInstallation) ProtoMessage ¶
func (*AppInstallation) ProtoMessage()
func (*AppInstallation) ProtoReflect ¶
func (x *AppInstallation) ProtoReflect() protoreflect.Message
func (*AppInstallation) Reset ¶
func (x *AppInstallation) Reset()
func (*AppInstallation) String ¶
func (x *AppInstallation) String() string
type AppInstallation_Metadata ¶
type AppInstallation_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 (*AppInstallation_Metadata) Descriptor
deprecated
func (*AppInstallation_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use AppInstallation_Metadata.ProtoReflect.Descriptor instead.
func (*AppInstallation_Metadata) GetCreatedAt ¶
func (x *AppInstallation_Metadata) GetCreatedAt() *timestamp.Timestamp
func (*AppInstallation_Metadata) GetId ¶
func (x *AppInstallation_Metadata) GetId() string
func (*AppInstallation_Metadata) GetName ¶
func (x *AppInstallation_Metadata) GetName() string
func (*AppInstallation_Metadata) GetUpdatedAt ¶
func (x *AppInstallation_Metadata) GetUpdatedAt() *timestamp.Timestamp
func (*AppInstallation_Metadata) ProtoMessage ¶
func (*AppInstallation_Metadata) ProtoMessage()
func (*AppInstallation_Metadata) ProtoReflect ¶
func (x *AppInstallation_Metadata) ProtoReflect() protoreflect.Message
func (*AppInstallation_Metadata) Reset ¶
func (x *AppInstallation_Metadata) Reset()
func (*AppInstallation_Metadata) String ¶
func (x *AppInstallation_Metadata) String() string
type AppInstallation_NodeRef ¶
type AppInstallation_NodeRef struct {
WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
WorkflowName string `protobuf:"bytes,2,opt,name=workflow_name,json=workflowName,proto3" json:"workflow_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 (*AppInstallation_NodeRef) Descriptor
deprecated
func (*AppInstallation_NodeRef) Descriptor() ([]byte, []int)
Deprecated: Use AppInstallation_NodeRef.ProtoReflect.Descriptor instead.
func (*AppInstallation_NodeRef) GetNodeId ¶
func (x *AppInstallation_NodeRef) GetNodeId() string
func (*AppInstallation_NodeRef) GetNodeName ¶
func (x *AppInstallation_NodeRef) GetNodeName() string
func (*AppInstallation_NodeRef) GetWorkflowId ¶
func (x *AppInstallation_NodeRef) GetWorkflowId() string
func (*AppInstallation_NodeRef) GetWorkflowName ¶
func (x *AppInstallation_NodeRef) GetWorkflowName() string
func (*AppInstallation_NodeRef) ProtoMessage ¶
func (*AppInstallation_NodeRef) ProtoMessage()
func (*AppInstallation_NodeRef) ProtoReflect ¶
func (x *AppInstallation_NodeRef) ProtoReflect() protoreflect.Message
func (*AppInstallation_NodeRef) Reset ¶
func (x *AppInstallation_NodeRef) Reset()
func (*AppInstallation_NodeRef) String ¶
func (x *AppInstallation_NodeRef) String() string
type AppInstallation_Spec ¶
type AppInstallation_Spec struct {
AppName string `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*AppInstallation_Spec) Descriptor
deprecated
func (*AppInstallation_Spec) Descriptor() ([]byte, []int)
Deprecated: Use AppInstallation_Spec.ProtoReflect.Descriptor instead.
func (*AppInstallation_Spec) GetAppName ¶
func (x *AppInstallation_Spec) GetAppName() string
func (*AppInstallation_Spec) GetConfiguration ¶
func (x *AppInstallation_Spec) GetConfiguration() *_struct.Struct
func (*AppInstallation_Spec) ProtoMessage ¶
func (*AppInstallation_Spec) ProtoMessage()
func (*AppInstallation_Spec) ProtoReflect ¶
func (x *AppInstallation_Spec) ProtoReflect() protoreflect.Message
func (*AppInstallation_Spec) Reset ¶
func (x *AppInstallation_Spec) Reset()
func (*AppInstallation_Spec) String ¶
func (x *AppInstallation_Spec) String() string
type AppInstallation_Status ¶
type AppInstallation_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 []*AppInstallation_NodeRef `protobuf:"bytes,5,rep,name=used_in,json=usedIn,proto3" json:"used_in,omitempty"`
// contains filtered or unexported fields
}
func (*AppInstallation_Status) Descriptor
deprecated
func (*AppInstallation_Status) Descriptor() ([]byte, []int)
Deprecated: Use AppInstallation_Status.ProtoReflect.Descriptor instead.
func (*AppInstallation_Status) GetBrowserAction ¶
func (x *AppInstallation_Status) GetBrowserAction() *BrowserAction
func (*AppInstallation_Status) GetMetadata ¶
func (x *AppInstallation_Status) GetMetadata() *_struct.Struct
func (*AppInstallation_Status) GetState ¶
func (x *AppInstallation_Status) GetState() string
func (*AppInstallation_Status) GetStateDescription ¶
func (x *AppInstallation_Status) GetStateDescription() string
func (*AppInstallation_Status) GetUsedIn ¶
func (x *AppInstallation_Status) GetUsedIn() []*AppInstallation_NodeRef
func (*AppInstallation_Status) ProtoMessage ¶
func (*AppInstallation_Status) ProtoMessage()
func (*AppInstallation_Status) ProtoReflect ¶
func (x *AppInstallation_Status) ProtoReflect() protoreflect.Message
func (*AppInstallation_Status) Reset ¶
func (x *AppInstallation_Status) Reset()
func (*AppInstallation_Status) String ¶
func (x *AppInstallation_Status) 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 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 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 DescribeApplicationRequest ¶
type DescribeApplicationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeApplicationRequest) Descriptor
deprecated
func (*DescribeApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeApplicationRequest.ProtoReflect.Descriptor instead.
func (*DescribeApplicationRequest) GetId ¶
func (x *DescribeApplicationRequest) GetId() string
func (*DescribeApplicationRequest) GetInstallationId ¶
func (x *DescribeApplicationRequest) GetInstallationId() string
func (*DescribeApplicationRequest) ProtoMessage ¶
func (*DescribeApplicationRequest) ProtoMessage()
func (*DescribeApplicationRequest) ProtoReflect ¶
func (x *DescribeApplicationRequest) ProtoReflect() protoreflect.Message
func (*DescribeApplicationRequest) Reset ¶
func (x *DescribeApplicationRequest) Reset()
func (*DescribeApplicationRequest) String ¶
func (x *DescribeApplicationRequest) String() string
type DescribeApplicationResponse ¶
type DescribeApplicationResponse struct {
Installation *AppInstallation `protobuf:"bytes,1,opt,name=installation,proto3" json:"installation,omitempty"`
// contains filtered or unexported fields
}
func (*DescribeApplicationResponse) Descriptor
deprecated
func (*DescribeApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeApplicationResponse.ProtoReflect.Descriptor instead.
func (*DescribeApplicationResponse) GetInstallation ¶
func (x *DescribeApplicationResponse) GetInstallation() *AppInstallation
func (*DescribeApplicationResponse) ProtoMessage ¶
func (*DescribeApplicationResponse) ProtoMessage()
func (*DescribeApplicationResponse) ProtoReflect ¶
func (x *DescribeApplicationResponse) ProtoReflect() protoreflect.Message
func (*DescribeApplicationResponse) Reset ¶
func (x *DescribeApplicationResponse) Reset()
func (*DescribeApplicationResponse) String ¶
func (x *DescribeApplicationResponse) 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 InstallApplicationRequest ¶
type InstallApplicationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
AppName string `protobuf:"bytes,2,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
InstallationName string `protobuf:"bytes,3,opt,name=installation_name,json=installationName,proto3" json:"installation_name,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*InstallApplicationRequest) Descriptor
deprecated
func (*InstallApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstallApplicationRequest.ProtoReflect.Descriptor instead.
func (*InstallApplicationRequest) GetAppName ¶
func (x *InstallApplicationRequest) GetAppName() string
func (*InstallApplicationRequest) GetConfiguration ¶
func (x *InstallApplicationRequest) GetConfiguration() *_struct.Struct
func (*InstallApplicationRequest) GetId ¶
func (x *InstallApplicationRequest) GetId() string
func (*InstallApplicationRequest) GetInstallationName ¶
func (x *InstallApplicationRequest) GetInstallationName() string
func (*InstallApplicationRequest) ProtoMessage ¶
func (*InstallApplicationRequest) ProtoMessage()
func (*InstallApplicationRequest) ProtoReflect ¶
func (x *InstallApplicationRequest) ProtoReflect() protoreflect.Message
func (*InstallApplicationRequest) Reset ¶
func (x *InstallApplicationRequest) Reset()
func (*InstallApplicationRequest) String ¶
func (x *InstallApplicationRequest) String() string
type InstallApplicationResponse ¶
type InstallApplicationResponse struct {
Installation *AppInstallation `protobuf:"bytes,1,opt,name=installation,proto3" json:"installation,omitempty"`
// contains filtered or unexported fields
}
func (*InstallApplicationResponse) Descriptor
deprecated
func (*InstallApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use InstallApplicationResponse.ProtoReflect.Descriptor instead.
func (*InstallApplicationResponse) GetInstallation ¶
func (x *InstallApplicationResponse) GetInstallation() *AppInstallation
func (*InstallApplicationResponse) ProtoMessage ¶
func (*InstallApplicationResponse) ProtoMessage()
func (*InstallApplicationResponse) ProtoReflect ¶
func (x *InstallApplicationResponse) ProtoReflect() protoreflect.Message
func (*InstallApplicationResponse) Reset ¶
func (x *InstallApplicationResponse) Reset()
func (*InstallApplicationResponse) String ¶
func (x *InstallApplicationResponse) 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 ListApplicationsRequest ¶
type ListApplicationsRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*ListApplicationsRequest) Descriptor
deprecated
func (*ListApplicationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsRequest.ProtoReflect.Descriptor instead.
func (*ListApplicationsRequest) GetId ¶
func (x *ListApplicationsRequest) GetId() string
func (*ListApplicationsRequest) ProtoMessage ¶
func (*ListApplicationsRequest) ProtoMessage()
func (*ListApplicationsRequest) ProtoReflect ¶
func (x *ListApplicationsRequest) ProtoReflect() protoreflect.Message
func (*ListApplicationsRequest) Reset ¶
func (x *ListApplicationsRequest) Reset()
func (*ListApplicationsRequest) String ¶
func (x *ListApplicationsRequest) String() string
type ListApplicationsResponse ¶
type ListApplicationsResponse struct {
Applications []*AppInstallation `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"`
// contains filtered or unexported fields
}
func (*ListApplicationsResponse) Descriptor
deprecated
func (*ListApplicationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsResponse.ProtoReflect.Descriptor instead.
func (*ListApplicationsResponse) GetApplications ¶
func (x *ListApplicationsResponse) GetApplications() []*AppInstallation
func (*ListApplicationsResponse) ProtoMessage ¶
func (*ListApplicationsResponse) ProtoMessage()
func (*ListApplicationsResponse) ProtoReflect ¶
func (x *ListApplicationsResponse) ProtoReflect() protoreflect.Message
func (*ListApplicationsResponse) Reset ¶
func (x *ListApplicationsResponse) Reset()
func (*ListApplicationsResponse) String ¶
func (x *ListApplicationsResponse) 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 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 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"`
// 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) 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)
ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error)
DescribeApplication(ctx context.Context, in *DescribeApplicationRequest, opts ...grpc.CallOption) (*DescribeApplicationResponse, error)
InstallApplication(ctx context.Context, in *InstallApplicationRequest, opts ...grpc.CallOption) (*InstallApplicationResponse, error)
UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*UpdateApplicationResponse, error)
UninstallApplication(ctx context.Context, in *UninstallApplicationRequest, opts ...grpc.CallOption) (*UninstallApplicationResponse, 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)
ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error)
DescribeApplication(context.Context, *DescribeApplicationRequest) (*DescribeApplicationResponse, error)
InstallApplication(context.Context, *InstallApplicationRequest) (*InstallApplicationResponse, error)
UpdateApplication(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
UninstallApplication(context.Context, *UninstallApplicationRequest) (*UninstallApplicationResponse, 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 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) CreateInvitation ¶
func (UnimplementedOrganizationsServer) CreateInvitation(context.Context, *CreateInvitationRequest) (*CreateInvitationResponse, error)
func (UnimplementedOrganizationsServer) DeleteOrganization ¶
func (UnimplementedOrganizationsServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
func (UnimplementedOrganizationsServer) DescribeApplication ¶
func (UnimplementedOrganizationsServer) DescribeApplication(context.Context, *DescribeApplicationRequest) (*DescribeApplicationResponse, error)
func (UnimplementedOrganizationsServer) DescribeOrganization ¶
func (UnimplementedOrganizationsServer) DescribeOrganization(context.Context, *DescribeOrganizationRequest) (*DescribeOrganizationResponse, error)
func (UnimplementedOrganizationsServer) InstallApplication ¶
func (UnimplementedOrganizationsServer) InstallApplication(context.Context, *InstallApplicationRequest) (*InstallApplicationResponse, error)
func (UnimplementedOrganizationsServer) ListApplications ¶
func (UnimplementedOrganizationsServer) ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, 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) UninstallApplication ¶
func (UnimplementedOrganizationsServer) UninstallApplication(context.Context, *UninstallApplicationRequest) (*UninstallApplicationResponse, error)
func (UnimplementedOrganizationsServer) UpdateApplication ¶
func (UnimplementedOrganizationsServer) UpdateApplication(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
func (UnimplementedOrganizationsServer) UpdateOrganization ¶
func (UnimplementedOrganizationsServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
type UninstallApplicationRequest ¶
type UninstallApplicationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
// contains filtered or unexported fields
}
func (*UninstallApplicationRequest) Descriptor
deprecated
func (*UninstallApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UninstallApplicationRequest.ProtoReflect.Descriptor instead.
func (*UninstallApplicationRequest) GetId ¶
func (x *UninstallApplicationRequest) GetId() string
func (*UninstallApplicationRequest) GetInstallationId ¶
func (x *UninstallApplicationRequest) GetInstallationId() string
func (*UninstallApplicationRequest) ProtoMessage ¶
func (*UninstallApplicationRequest) ProtoMessage()
func (*UninstallApplicationRequest) ProtoReflect ¶
func (x *UninstallApplicationRequest) ProtoReflect() protoreflect.Message
func (*UninstallApplicationRequest) Reset ¶
func (x *UninstallApplicationRequest) Reset()
func (*UninstallApplicationRequest) String ¶
func (x *UninstallApplicationRequest) String() string
type UninstallApplicationResponse ¶
type UninstallApplicationResponse struct {
// contains filtered or unexported fields
}
func (*UninstallApplicationResponse) Descriptor
deprecated
func (*UninstallApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UninstallApplicationResponse.ProtoReflect.Descriptor instead.
func (*UninstallApplicationResponse) ProtoMessage ¶
func (*UninstallApplicationResponse) ProtoMessage()
func (*UninstallApplicationResponse) ProtoReflect ¶
func (x *UninstallApplicationResponse) ProtoReflect() protoreflect.Message
func (*UninstallApplicationResponse) Reset ¶
func (x *UninstallApplicationResponse) Reset()
func (*UninstallApplicationResponse) String ¶
func (x *UninstallApplicationResponse) String() string
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 UpdateApplicationRequest ¶
type UpdateApplicationRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
Configuration *_struct.Struct `protobuf:"bytes,3,opt,name=configuration,proto3" json:"configuration,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateApplicationRequest) Descriptor
deprecated
func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead.
func (*UpdateApplicationRequest) GetConfiguration ¶
func (x *UpdateApplicationRequest) GetConfiguration() *_struct.Struct
func (*UpdateApplicationRequest) GetId ¶
func (x *UpdateApplicationRequest) GetId() string
func (*UpdateApplicationRequest) GetInstallationId ¶
func (x *UpdateApplicationRequest) GetInstallationId() string
func (*UpdateApplicationRequest) ProtoMessage ¶
func (*UpdateApplicationRequest) ProtoMessage()
func (*UpdateApplicationRequest) ProtoReflect ¶
func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message
func (*UpdateApplicationRequest) Reset ¶
func (x *UpdateApplicationRequest) Reset()
func (*UpdateApplicationRequest) String ¶
func (x *UpdateApplicationRequest) String() string
type UpdateApplicationResponse ¶
type UpdateApplicationResponse struct {
Installation *AppInstallation `protobuf:"bytes,1,opt,name=installation,proto3" json:"installation,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateApplicationResponse) Descriptor
deprecated
func (*UpdateApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateApplicationResponse.ProtoReflect.Descriptor instead.
func (*UpdateApplicationResponse) GetInstallation ¶
func (x *UpdateApplicationResponse) GetInstallation() *AppInstallation
func (*UpdateApplicationResponse) ProtoMessage ¶
func (*UpdateApplicationResponse) ProtoMessage()
func (*UpdateApplicationResponse) ProtoReflect ¶
func (x *UpdateApplicationResponse) ProtoReflect() protoreflect.Message
func (*UpdateApplicationResponse) Reset ¶
func (x *UpdateApplicationResponse) Reset()
func (*UpdateApplicationResponse) String ¶
func (x *UpdateApplicationResponse) 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