Documentation ¶
Index ¶
- Variables
- func RegisterSystemServiceServer(s grpc.ServiceRegistrar, srv SystemServiceServer)
- type AddDomainRequest
- func (*AddDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddDomainRequest) GetDomain() string
- func (x *AddDomainRequest) GetInstanceId() string
- func (*AddDomainRequest) ProtoMessage()
- func (x *AddDomainRequest) ProtoReflect() protoreflect.Message
- func (x *AddDomainRequest) Reset()
- func (x *AddDomainRequest) String() string
- type AddDomainResponse
- func (*AddDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddDomainResponse) GetDetails() *object.ObjectDetails
- func (*AddDomainResponse) ProtoMessage()
- func (x *AddDomainResponse) ProtoReflect() protoreflect.Message
- func (x *AddDomainResponse) Reset()
- func (x *AddDomainResponse) String() string
- type AddInstanceRequest
- func (*AddInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceRequest) GetCustomDomain() string
- func (x *AddInstanceRequest) GetDefaultLanguage() string
- func (x *AddInstanceRequest) GetFirstOrgName() string
- func (x *AddInstanceRequest) GetInstanceName() string
- func (x *AddInstanceRequest) GetOwnerEmail() *AddInstanceRequest_Email
- func (x *AddInstanceRequest) GetOwnerPassword() *AddInstanceRequest_Password
- func (x *AddInstanceRequest) GetOwnerProfile() *AddInstanceRequest_Profile
- func (x *AddInstanceRequest) GetOwnerUserName() string
- func (*AddInstanceRequest) ProtoMessage()
- func (x *AddInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *AddInstanceRequest) Reset()
- func (x *AddInstanceRequest) String() string
- type AddInstanceRequest_Email
- func (*AddInstanceRequest_Email) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceRequest_Email) GetEmail() string
- func (x *AddInstanceRequest_Email) GetIsEmailVerified() bool
- func (*AddInstanceRequest_Email) ProtoMessage()
- func (x *AddInstanceRequest_Email) ProtoReflect() protoreflect.Message
- func (x *AddInstanceRequest_Email) Reset()
- func (x *AddInstanceRequest_Email) String() string
- type AddInstanceRequest_Password
- func (*AddInstanceRequest_Password) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceRequest_Password) GetPassword() string
- func (x *AddInstanceRequest_Password) GetPasswordChangeRequired() bool
- func (*AddInstanceRequest_Password) ProtoMessage()
- func (x *AddInstanceRequest_Password) ProtoReflect() protoreflect.Message
- func (x *AddInstanceRequest_Password) Reset()
- func (x *AddInstanceRequest_Password) String() string
- type AddInstanceRequest_Profile
- func (*AddInstanceRequest_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceRequest_Profile) GetFirstName() string
- func (x *AddInstanceRequest_Profile) GetLastName() string
- func (x *AddInstanceRequest_Profile) GetPreferredLanguage() string
- func (*AddInstanceRequest_Profile) ProtoMessage()
- func (x *AddInstanceRequest_Profile) ProtoReflect() protoreflect.Message
- func (x *AddInstanceRequest_Profile) Reset()
- func (x *AddInstanceRequest_Profile) String() string
- type AddInstanceResponse
- func (*AddInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddInstanceResponse) GetDetails() *object.ObjectDetails
- func (x *AddInstanceResponse) GetInstanceId() string
- func (*AddInstanceResponse) ProtoMessage()
- func (x *AddInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *AddInstanceResponse) Reset()
- func (x *AddInstanceResponse) String() string
- type ChangeSubscriptionRequest
- func (*ChangeSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeSubscriptionRequest) GetActionMinsLimit() uint64
- func (x *ChangeSubscriptionRequest) GetDomain() string
- func (x *ChangeSubscriptionRequest) GetRequestLimit() uint64
- func (x *ChangeSubscriptionRequest) GetSubscriptionName() string
- func (*ChangeSubscriptionRequest) ProtoMessage()
- func (x *ChangeSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeSubscriptionRequest) Reset()
- func (x *ChangeSubscriptionRequest) String() string
- type ChangeSubscriptionResponse
- func (*ChangeSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeSubscriptionResponse) GetDetails() *object.ObjectDetails
- func (*ChangeSubscriptionResponse) ProtoMessage()
- func (x *ChangeSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *ChangeSubscriptionResponse) Reset()
- func (x *ChangeSubscriptionResponse) String() string
- type ClearViewRequest
- func (*ClearViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ClearViewRequest) GetDatabase() string
- func (x *ClearViewRequest) GetViewName() string
- func (*ClearViewRequest) ProtoMessage()
- func (x *ClearViewRequest) ProtoReflect() protoreflect.Message
- func (x *ClearViewRequest) Reset()
- func (x *ClearViewRequest) String() string
- type ClearViewResponse
- type ExistsDomainRequest
- func (*ExistsDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExistsDomainRequest) GetDomain() string
- func (*ExistsDomainRequest) ProtoMessage()
- func (x *ExistsDomainRequest) ProtoReflect() protoreflect.Message
- func (x *ExistsDomainRequest) Reset()
- func (x *ExistsDomainRequest) String() string
- type ExistsDomainResponse
- func (*ExistsDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExistsDomainResponse) GetExists() bool
- func (*ExistsDomainResponse) ProtoMessage()
- func (x *ExistsDomainResponse) ProtoReflect() protoreflect.Message
- func (x *ExistsDomainResponse) Reset()
- func (x *ExistsDomainResponse) String() string
- type FailedEvent
- func (*FailedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *FailedEvent) GetDatabase() string
- func (x *FailedEvent) GetErrorMessage() string
- func (x *FailedEvent) GetFailedSequence() uint64
- func (x *FailedEvent) GetFailureCount() uint64
- func (x *FailedEvent) GetLastFailed() *timestamppb.Timestamp
- func (x *FailedEvent) GetViewName() string
- func (*FailedEvent) ProtoMessage()
- func (x *FailedEvent) ProtoReflect() protoreflect.Message
- func (x *FailedEvent) Reset()
- func (x *FailedEvent) String() string
- type GetInstanceRequest
- func (*GetInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceRequest) GetInstanceId() string
- func (*GetInstanceRequest) ProtoMessage()
- func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *GetInstanceRequest) Reset()
- func (x *GetInstanceRequest) String() string
- type GetInstanceResponse
- func (*GetInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceResponse) GetInstance() *instance.InstanceDetail
- func (*GetInstanceResponse) ProtoMessage()
- func (x *GetInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *GetInstanceResponse) Reset()
- func (x *GetInstanceResponse) String() string
- type GetUsageRequest
- type GetUsageResponse
- func (*GetUsageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUsageResponse) GetDetails() *object.ObjectDetails
- func (x *GetUsageResponse) GetExecutedActionMins() uint64
- func (x *GetUsageResponse) GetExecutedRequests() uint64
- func (*GetUsageResponse) ProtoMessage()
- func (x *GetUsageResponse) ProtoReflect() protoreflect.Message
- func (x *GetUsageResponse) Reset()
- func (x *GetUsageResponse) String() string
- type HealthzRequest
- type HealthzResponse
- type ListDomainsRequest
- func (*ListDomainsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDomainsRequest) GetInstanceId() string
- func (x *ListDomainsRequest) GetQueries() []*instance.DomainSearchQuery
- func (x *ListDomainsRequest) GetQuery() *object.ListQuery
- func (x *ListDomainsRequest) GetSortingColumn() instance.DomainFieldName
- func (*ListDomainsRequest) ProtoMessage()
- func (x *ListDomainsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDomainsRequest) Reset()
- func (x *ListDomainsRequest) String() string
- type ListDomainsResponse
- func (*ListDomainsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDomainsResponse) GetDetails() *object.ListDetails
- func (x *ListDomainsResponse) GetResult() []*instance.Domain
- func (x *ListDomainsResponse) GetSortingColumn() instance.DomainFieldName
- func (*ListDomainsResponse) ProtoMessage()
- func (x *ListDomainsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDomainsResponse) Reset()
- func (x *ListDomainsResponse) String() string
- type ListFailedEventsRequest
- type ListFailedEventsResponse
- func (*ListFailedEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFailedEventsResponse) GetResult() []*FailedEvent
- func (*ListFailedEventsResponse) ProtoMessage()
- func (x *ListFailedEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFailedEventsResponse) Reset()
- func (x *ListFailedEventsResponse) String() string
- type ListInstancesRequest
- func (*ListInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest) GetQueries() []*instance.Query
- func (x *ListInstancesRequest) GetQuery() *object.ListQuery
- func (x *ListInstancesRequest) GetSortingColumn() instance.FieldName
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetDetails() *object.ListDetails
- func (x *ListInstancesResponse) GetResult() []*instance.Instance
- func (x *ListInstancesResponse) GetSortingColumn() instance.FieldName
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) String() string
- type ListViewsRequest
- type ListViewsResponse
- type RemoveDomainRequest
- func (*RemoveDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDomainRequest) GetDomain() string
- func (x *RemoveDomainRequest) GetInstanceId() string
- func (*RemoveDomainRequest) ProtoMessage()
- func (x *RemoveDomainRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveDomainRequest) Reset()
- func (x *RemoveDomainRequest) String() string
- type RemoveDomainResponse
- func (*RemoveDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveDomainResponse) GetDetails() *object.ObjectDetails
- func (*RemoveDomainResponse) ProtoMessage()
- func (x *RemoveDomainResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveDomainResponse) Reset()
- func (x *RemoveDomainResponse) String() string
- type RemoveFailedEventRequest
- func (*RemoveFailedEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveFailedEventRequest) GetDatabase() string
- func (x *RemoveFailedEventRequest) GetFailedSequence() uint64
- func (x *RemoveFailedEventRequest) GetInstanceId() string
- func (x *RemoveFailedEventRequest) GetViewName() string
- func (*RemoveFailedEventRequest) ProtoMessage()
- func (x *RemoveFailedEventRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveFailedEventRequest) Reset()
- func (x *RemoveFailedEventRequest) String() string
- type RemoveFailedEventResponse
- type RemoveInstanceRequest
- func (*RemoveInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveInstanceRequest) GetInstanceId() string
- func (*RemoveInstanceRequest) ProtoMessage()
- func (x *RemoveInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveInstanceRequest) Reset()
- func (x *RemoveInstanceRequest) String() string
- type RemoveInstanceResponse
- func (*RemoveInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveInstanceResponse) GetDetails() *object.ObjectDetails
- func (*RemoveInstanceResponse) ProtoMessage()
- func (x *RemoveInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveInstanceResponse) Reset()
- func (x *RemoveInstanceResponse) String() string
- type SetPrimaryDomainRequest
- func (*SetPrimaryDomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetPrimaryDomainRequest) GetDomain() string
- func (x *SetPrimaryDomainRequest) GetInstanceId() string
- func (*SetPrimaryDomainRequest) ProtoMessage()
- func (x *SetPrimaryDomainRequest) ProtoReflect() protoreflect.Message
- func (x *SetPrimaryDomainRequest) Reset()
- func (x *SetPrimaryDomainRequest) String() string
- type SetPrimaryDomainResponse
- func (*SetPrimaryDomainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetPrimaryDomainResponse) GetDetails() *object.ObjectDetails
- func (*SetPrimaryDomainResponse) ProtoMessage()
- func (x *SetPrimaryDomainResponse) ProtoReflect() protoreflect.Message
- func (x *SetPrimaryDomainResponse) Reset()
- func (x *SetPrimaryDomainResponse) String() string
- type SystemServiceClient
- type SystemServiceServer
- type UnimplementedSystemServiceServer
- func (UnimplementedSystemServiceServer) AddDomain(context.Context, *AddDomainRequest) (*AddDomainResponse, error)
- func (UnimplementedSystemServiceServer) AddInstance(context.Context, *AddInstanceRequest) (*AddInstanceResponse, error)
- func (UnimplementedSystemServiceServer) ClearView(context.Context, *ClearViewRequest) (*ClearViewResponse, error)
- func (UnimplementedSystemServiceServer) ExistsDomain(context.Context, *ExistsDomainRequest) (*ExistsDomainResponse, error)
- func (UnimplementedSystemServiceServer) GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error)
- func (UnimplementedSystemServiceServer) Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
- func (UnimplementedSystemServiceServer) ListDomains(context.Context, *ListDomainsRequest) (*ListDomainsResponse, error)
- func (UnimplementedSystemServiceServer) ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error)
- func (UnimplementedSystemServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (UnimplementedSystemServiceServer) ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
- func (UnimplementedSystemServiceServer) RemoveDomain(context.Context, *RemoveDomainRequest) (*RemoveDomainResponse, error)
- func (UnimplementedSystemServiceServer) RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error)
- func (UnimplementedSystemServiceServer) RemoveInstance(context.Context, *RemoveInstanceRequest) (*RemoveInstanceResponse, error)
- func (UnimplementedSystemServiceServer) SetPrimaryDomain(context.Context, *SetPrimaryDomainRequest) (*SetPrimaryDomainResponse, error)
- func (UnimplementedSystemServiceServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error)
- type UnsafeSystemServiceServer
- type UpdateInstanceRequest
- func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceRequest) GetInstanceId() string
- func (x *UpdateInstanceRequest) GetInstanceName() string
- func (*UpdateInstanceRequest) ProtoMessage()
- func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceRequest) Reset()
- func (x *UpdateInstanceRequest) String() string
- type UpdateInstanceResponse
- func (*UpdateInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateInstanceResponse) GetDetails() *object.ObjectDetails
- func (*UpdateInstanceResponse) ProtoMessage()
- func (x *UpdateInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateInstanceResponse) Reset()
- func (x *UpdateInstanceResponse) String() string
- type View
- func (*View) Descriptor() ([]byte, []int)deprecated
- func (x *View) GetDatabase() string
- func (x *View) GetEventTimestamp() *timestamppb.Timestamp
- func (x *View) GetInstance() string
- func (x *View) GetLastSuccessfulSpoolerRun() *timestamppb.Timestamp
- func (x *View) GetProcessedSequence() uint64
- func (x *View) GetViewName() string
- func (*View) ProtoMessage()
- func (x *View) ProtoReflect() protoreflect.Message
- func (x *View) Reset()
- func (x *View) String() string
Constants ¶
This section is empty.
Variables ¶
var File_zitadel_system_proto protoreflect.FileDescriptor
var SystemService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "zitadel.system.v1.SystemService", HandlerType: (*SystemServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Healthz", Handler: _SystemService_Healthz_Handler, }, { MethodName: "ListInstances", Handler: _SystemService_ListInstances_Handler, }, { MethodName: "GetInstance", Handler: _SystemService_GetInstance_Handler, }, { MethodName: "AddInstance", Handler: _SystemService_AddInstance_Handler, }, { MethodName: "UpdateInstance", Handler: _SystemService_UpdateInstance_Handler, }, { MethodName: "RemoveInstance", Handler: _SystemService_RemoveInstance_Handler, }, { MethodName: "ExistsDomain", Handler: _SystemService_ExistsDomain_Handler, }, { MethodName: "ListDomains", Handler: _SystemService_ListDomains_Handler, }, { MethodName: "AddDomain", Handler: _SystemService_AddDomain_Handler, }, { MethodName: "RemoveDomain", Handler: _SystemService_RemoveDomain_Handler, }, { MethodName: "SetPrimaryDomain", Handler: _SystemService_SetPrimaryDomain_Handler, }, { MethodName: "ListViews", Handler: _SystemService_ListViews_Handler, }, { MethodName: "ClearView", Handler: _SystemService_ClearView_Handler, }, { MethodName: "ListFailedEvents", Handler: _SystemService_ListFailedEvents_Handler, }, { MethodName: "RemoveFailedEvent", Handler: _SystemService_RemoveFailedEvent_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "zitadel/system.proto", }
SystemService_ServiceDesc is the grpc.ServiceDesc for SystemService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterSystemServiceServer ¶
func RegisterSystemServiceServer(s grpc.ServiceRegistrar, srv SystemServiceServer)
Types ¶
type AddDomainRequest ¶
type AddDomainRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*AddDomainRequest) Descriptor
deprecated
func (*AddDomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddDomainRequest.ProtoReflect.Descriptor instead.
func (*AddDomainRequest) GetDomain ¶
func (x *AddDomainRequest) GetDomain() string
func (*AddDomainRequest) GetInstanceId ¶
func (x *AddDomainRequest) GetInstanceId() string
func (*AddDomainRequest) ProtoMessage ¶
func (*AddDomainRequest) ProtoMessage()
func (*AddDomainRequest) ProtoReflect ¶
func (x *AddDomainRequest) ProtoReflect() protoreflect.Message
func (*AddDomainRequest) Reset ¶
func (x *AddDomainRequest) Reset()
func (*AddDomainRequest) String ¶
func (x *AddDomainRequest) String() string
type AddDomainResponse ¶
type AddDomainResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*AddDomainResponse) Descriptor
deprecated
func (*AddDomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddDomainResponse.ProtoReflect.Descriptor instead.
func (*AddDomainResponse) GetDetails ¶
func (x *AddDomainResponse) GetDetails() *object.ObjectDetails
func (*AddDomainResponse) ProtoMessage ¶
func (*AddDomainResponse) ProtoMessage()
func (*AddDomainResponse) ProtoReflect ¶
func (x *AddDomainResponse) ProtoReflect() protoreflect.Message
func (*AddDomainResponse) Reset ¶
func (x *AddDomainResponse) Reset()
func (*AddDomainResponse) String ¶
func (x *AddDomainResponse) String() string
type AddInstanceRequest ¶
type AddInstanceRequest struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` FirstOrgName string `protobuf:"bytes,2,opt,name=first_org_name,json=firstOrgName,proto3" json:"first_org_name,omitempty"` CustomDomain string `protobuf:"bytes,3,opt,name=custom_domain,json=customDomain,proto3" json:"custom_domain,omitempty"` OwnerUserName string `protobuf:"bytes,4,opt,name=owner_user_name,json=ownerUserName,proto3" json:"owner_user_name,omitempty"` OwnerEmail *AddInstanceRequest_Email `protobuf:"bytes,5,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"` OwnerProfile *AddInstanceRequest_Profile `protobuf:"bytes,6,opt,name=owner_profile,json=ownerProfile,proto3" json:"owner_profile,omitempty"` OwnerPassword *AddInstanceRequest_Password `protobuf:"bytes,7,opt,name=owner_password,json=ownerPassword,proto3" json:"owner_password,omitempty"` DefaultLanguage string `protobuf:"bytes,8,opt,name=default_language,json=defaultLanguage,proto3" json:"default_language,omitempty"` // contains filtered or unexported fields }
func (*AddInstanceRequest) Descriptor
deprecated
func (*AddInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceRequest.ProtoReflect.Descriptor instead.
func (*AddInstanceRequest) GetCustomDomain ¶
func (x *AddInstanceRequest) GetCustomDomain() string
func (*AddInstanceRequest) GetDefaultLanguage ¶
func (x *AddInstanceRequest) GetDefaultLanguage() string
func (*AddInstanceRequest) GetFirstOrgName ¶
func (x *AddInstanceRequest) GetFirstOrgName() string
func (*AddInstanceRequest) GetInstanceName ¶
func (x *AddInstanceRequest) GetInstanceName() string
func (*AddInstanceRequest) GetOwnerEmail ¶
func (x *AddInstanceRequest) GetOwnerEmail() *AddInstanceRequest_Email
func (*AddInstanceRequest) GetOwnerPassword ¶
func (x *AddInstanceRequest) GetOwnerPassword() *AddInstanceRequest_Password
func (*AddInstanceRequest) GetOwnerProfile ¶
func (x *AddInstanceRequest) GetOwnerProfile() *AddInstanceRequest_Profile
func (*AddInstanceRequest) GetOwnerUserName ¶
func (x *AddInstanceRequest) GetOwnerUserName() string
func (*AddInstanceRequest) ProtoMessage ¶
func (*AddInstanceRequest) ProtoMessage()
func (*AddInstanceRequest) ProtoReflect ¶
func (x *AddInstanceRequest) ProtoReflect() protoreflect.Message
func (*AddInstanceRequest) Reset ¶
func (x *AddInstanceRequest) Reset()
func (*AddInstanceRequest) String ¶
func (x *AddInstanceRequest) String() string
type AddInstanceRequest_Email ¶
type AddInstanceRequest_Email struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` IsEmailVerified bool `protobuf:"varint,2,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"` // contains filtered or unexported fields }
func (*AddInstanceRequest_Email) Descriptor
deprecated
func (*AddInstanceRequest_Email) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceRequest_Email.ProtoReflect.Descriptor instead.
func (*AddInstanceRequest_Email) GetEmail ¶
func (x *AddInstanceRequest_Email) GetEmail() string
func (*AddInstanceRequest_Email) GetIsEmailVerified ¶
func (x *AddInstanceRequest_Email) GetIsEmailVerified() bool
func (*AddInstanceRequest_Email) ProtoMessage ¶
func (*AddInstanceRequest_Email) ProtoMessage()
func (*AddInstanceRequest_Email) ProtoReflect ¶
func (x *AddInstanceRequest_Email) ProtoReflect() protoreflect.Message
func (*AddInstanceRequest_Email) Reset ¶
func (x *AddInstanceRequest_Email) Reset()
func (*AddInstanceRequest_Email) String ¶
func (x *AddInstanceRequest_Email) String() string
type AddInstanceRequest_Password ¶
type AddInstanceRequest_Password struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` PasswordChangeRequired bool `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AddInstanceRequest_Password) Descriptor
deprecated
func (*AddInstanceRequest_Password) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceRequest_Password.ProtoReflect.Descriptor instead.
func (*AddInstanceRequest_Password) GetPassword ¶
func (x *AddInstanceRequest_Password) GetPassword() string
func (*AddInstanceRequest_Password) GetPasswordChangeRequired ¶
func (x *AddInstanceRequest_Password) GetPasswordChangeRequired() bool
func (*AddInstanceRequest_Password) ProtoMessage ¶
func (*AddInstanceRequest_Password) ProtoMessage()
func (*AddInstanceRequest_Password) ProtoReflect ¶
func (x *AddInstanceRequest_Password) ProtoReflect() protoreflect.Message
func (*AddInstanceRequest_Password) Reset ¶
func (x *AddInstanceRequest_Password) Reset()
func (*AddInstanceRequest_Password) String ¶
func (x *AddInstanceRequest_Password) String() string
type AddInstanceRequest_Profile ¶
type AddInstanceRequest_Profile struct { FirstName string `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"` LastName string `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"` PreferredLanguage string `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"` // contains filtered or unexported fields }
func (*AddInstanceRequest_Profile) Descriptor
deprecated
func (*AddInstanceRequest_Profile) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceRequest_Profile.ProtoReflect.Descriptor instead.
func (*AddInstanceRequest_Profile) GetFirstName ¶
func (x *AddInstanceRequest_Profile) GetFirstName() string
func (*AddInstanceRequest_Profile) GetLastName ¶
func (x *AddInstanceRequest_Profile) GetLastName() string
func (*AddInstanceRequest_Profile) GetPreferredLanguage ¶
func (x *AddInstanceRequest_Profile) GetPreferredLanguage() string
func (*AddInstanceRequest_Profile) ProtoMessage ¶
func (*AddInstanceRequest_Profile) ProtoMessage()
func (*AddInstanceRequest_Profile) ProtoReflect ¶
func (x *AddInstanceRequest_Profile) ProtoReflect() protoreflect.Message
func (*AddInstanceRequest_Profile) Reset ¶
func (x *AddInstanceRequest_Profile) Reset()
func (*AddInstanceRequest_Profile) String ¶
func (x *AddInstanceRequest_Profile) String() string
type AddInstanceResponse ¶
type AddInstanceResponse struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*AddInstanceResponse) Descriptor
deprecated
func (*AddInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddInstanceResponse.ProtoReflect.Descriptor instead.
func (*AddInstanceResponse) GetDetails ¶
func (x *AddInstanceResponse) GetDetails() *object.ObjectDetails
func (*AddInstanceResponse) GetInstanceId ¶
func (x *AddInstanceResponse) GetInstanceId() string
func (*AddInstanceResponse) ProtoMessage ¶
func (*AddInstanceResponse) ProtoMessage()
func (*AddInstanceResponse) ProtoReflect ¶
func (x *AddInstanceResponse) ProtoReflect() protoreflect.Message
func (*AddInstanceResponse) Reset ¶
func (x *AddInstanceResponse) Reset()
func (*AddInstanceResponse) String ¶
func (x *AddInstanceResponse) String() string
type ChangeSubscriptionRequest ¶
type ChangeSubscriptionRequest struct { Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` SubscriptionName string `protobuf:"bytes,2,opt,name=subscription_name,json=subscriptionName,proto3" json:"subscription_name,omitempty"` RequestLimit uint64 `protobuf:"varint,3,opt,name=request_limit,json=requestLimit,proto3" json:"request_limit,omitempty"` ActionMinsLimit uint64 `protobuf:"varint,4,opt,name=action_mins_limit,json=actionMinsLimit,proto3" json:"action_mins_limit,omitempty"` // contains filtered or unexported fields }
func (*ChangeSubscriptionRequest) Descriptor
deprecated
func (*ChangeSubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeSubscriptionRequest.ProtoReflect.Descriptor instead.
func (*ChangeSubscriptionRequest) GetActionMinsLimit ¶
func (x *ChangeSubscriptionRequest) GetActionMinsLimit() uint64
func (*ChangeSubscriptionRequest) GetDomain ¶
func (x *ChangeSubscriptionRequest) GetDomain() string
func (*ChangeSubscriptionRequest) GetRequestLimit ¶
func (x *ChangeSubscriptionRequest) GetRequestLimit() uint64
func (*ChangeSubscriptionRequest) GetSubscriptionName ¶
func (x *ChangeSubscriptionRequest) GetSubscriptionName() string
func (*ChangeSubscriptionRequest) ProtoMessage ¶
func (*ChangeSubscriptionRequest) ProtoMessage()
func (*ChangeSubscriptionRequest) ProtoReflect ¶
func (x *ChangeSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*ChangeSubscriptionRequest) Reset ¶
func (x *ChangeSubscriptionRequest) Reset()
func (*ChangeSubscriptionRequest) String ¶
func (x *ChangeSubscriptionRequest) String() string
type ChangeSubscriptionResponse ¶
type ChangeSubscriptionResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*ChangeSubscriptionResponse) Descriptor
deprecated
func (*ChangeSubscriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeSubscriptionResponse.ProtoReflect.Descriptor instead.
func (*ChangeSubscriptionResponse) GetDetails ¶
func (x *ChangeSubscriptionResponse) GetDetails() *object.ObjectDetails
func (*ChangeSubscriptionResponse) ProtoMessage ¶
func (*ChangeSubscriptionResponse) ProtoMessage()
func (*ChangeSubscriptionResponse) ProtoReflect ¶
func (x *ChangeSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*ChangeSubscriptionResponse) Reset ¶
func (x *ChangeSubscriptionResponse) Reset()
func (*ChangeSubscriptionResponse) String ¶
func (x *ChangeSubscriptionResponse) String() string
type ClearViewRequest ¶
type ClearViewRequest struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"` // contains filtered or unexported fields }
func (*ClearViewRequest) Descriptor
deprecated
func (*ClearViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use ClearViewRequest.ProtoReflect.Descriptor instead.
func (*ClearViewRequest) GetDatabase ¶
func (x *ClearViewRequest) GetDatabase() string
func (*ClearViewRequest) GetViewName ¶
func (x *ClearViewRequest) GetViewName() string
func (*ClearViewRequest) ProtoMessage ¶
func (*ClearViewRequest) ProtoMessage()
func (*ClearViewRequest) ProtoReflect ¶
func (x *ClearViewRequest) ProtoReflect() protoreflect.Message
func (*ClearViewRequest) Reset ¶
func (x *ClearViewRequest) Reset()
func (*ClearViewRequest) String ¶
func (x *ClearViewRequest) String() string
type ClearViewResponse ¶
type ClearViewResponse struct {
// contains filtered or unexported fields
}
This is an empty response
func (*ClearViewResponse) Descriptor
deprecated
func (*ClearViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use ClearViewResponse.ProtoReflect.Descriptor instead.
func (*ClearViewResponse) ProtoMessage ¶
func (*ClearViewResponse) ProtoMessage()
func (*ClearViewResponse) ProtoReflect ¶
func (x *ClearViewResponse) ProtoReflect() protoreflect.Message
func (*ClearViewResponse) Reset ¶
func (x *ClearViewResponse) Reset()
func (*ClearViewResponse) String ¶
func (x *ClearViewResponse) String() string
type ExistsDomainRequest ¶
type ExistsDomainRequest struct { Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*ExistsDomainRequest) Descriptor
deprecated
func (*ExistsDomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExistsDomainRequest.ProtoReflect.Descriptor instead.
func (*ExistsDomainRequest) GetDomain ¶
func (x *ExistsDomainRequest) GetDomain() string
func (*ExistsDomainRequest) ProtoMessage ¶
func (*ExistsDomainRequest) ProtoMessage()
func (*ExistsDomainRequest) ProtoReflect ¶
func (x *ExistsDomainRequest) ProtoReflect() protoreflect.Message
func (*ExistsDomainRequest) Reset ¶
func (x *ExistsDomainRequest) Reset()
func (*ExistsDomainRequest) String ¶
func (x *ExistsDomainRequest) String() string
type ExistsDomainResponse ¶
type ExistsDomainResponse struct { Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"` // contains filtered or unexported fields }
func (*ExistsDomainResponse) Descriptor
deprecated
func (*ExistsDomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExistsDomainResponse.ProtoReflect.Descriptor instead.
func (*ExistsDomainResponse) GetExists ¶
func (x *ExistsDomainResponse) GetExists() bool
func (*ExistsDomainResponse) ProtoMessage ¶
func (*ExistsDomainResponse) ProtoMessage()
func (*ExistsDomainResponse) ProtoReflect ¶
func (x *ExistsDomainResponse) ProtoReflect() protoreflect.Message
func (*ExistsDomainResponse) Reset ¶
func (x *ExistsDomainResponse) Reset()
func (*ExistsDomainResponse) String ¶
func (x *ExistsDomainResponse) String() string
type FailedEvent ¶
type FailedEvent struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"` FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"` FailureCount uint64 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"` ErrorMessage string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` LastFailed *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_failed,json=lastFailed,proto3" json:"last_failed,omitempty"` // contains filtered or unexported fields }
func (*FailedEvent) Descriptor
deprecated
func (*FailedEvent) Descriptor() ([]byte, []int)
Deprecated: Use FailedEvent.ProtoReflect.Descriptor instead.
func (*FailedEvent) GetDatabase ¶
func (x *FailedEvent) GetDatabase() string
func (*FailedEvent) GetErrorMessage ¶
func (x *FailedEvent) GetErrorMessage() string
func (*FailedEvent) GetFailedSequence ¶
func (x *FailedEvent) GetFailedSequence() uint64
func (*FailedEvent) GetFailureCount ¶
func (x *FailedEvent) GetFailureCount() uint64
func (*FailedEvent) GetLastFailed ¶ added in v2.0.2
func (x *FailedEvent) GetLastFailed() *timestamppb.Timestamp
func (*FailedEvent) GetViewName ¶
func (x *FailedEvent) GetViewName() string
func (*FailedEvent) ProtoMessage ¶
func (*FailedEvent) ProtoMessage()
func (*FailedEvent) ProtoReflect ¶
func (x *FailedEvent) ProtoReflect() protoreflect.Message
func (*FailedEvent) Reset ¶
func (x *FailedEvent) Reset()
func (*FailedEvent) String ¶
func (x *FailedEvent) String() string
type GetInstanceRequest ¶
type GetInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*GetInstanceRequest) Descriptor
deprecated
func (*GetInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.
func (*GetInstanceRequest) GetInstanceId ¶
func (x *GetInstanceRequest) GetInstanceId() string
func (*GetInstanceRequest) ProtoMessage ¶
func (*GetInstanceRequest) ProtoMessage()
func (*GetInstanceRequest) ProtoReflect ¶
func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message
func (*GetInstanceRequest) Reset ¶
func (x *GetInstanceRequest) Reset()
func (*GetInstanceRequest) String ¶
func (x *GetInstanceRequest) String() string
type GetInstanceResponse ¶
type GetInstanceResponse struct { Instance *instance.InstanceDetail `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*GetInstanceResponse) Descriptor
deprecated
func (*GetInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetInstanceResponse.ProtoReflect.Descriptor instead.
func (*GetInstanceResponse) GetInstance ¶
func (x *GetInstanceResponse) GetInstance() *instance.InstanceDetail
func (*GetInstanceResponse) ProtoMessage ¶
func (*GetInstanceResponse) ProtoMessage()
func (*GetInstanceResponse) ProtoReflect ¶
func (x *GetInstanceResponse) ProtoReflect() protoreflect.Message
func (*GetInstanceResponse) Reset ¶
func (x *GetInstanceResponse) Reset()
func (*GetInstanceResponse) String ¶
func (x *GetInstanceResponse) String() string
type GetUsageRequest ¶
type GetUsageRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*GetUsageRequest) Descriptor
deprecated
func (*GetUsageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUsageRequest.ProtoReflect.Descriptor instead.
func (*GetUsageRequest) GetInstanceId ¶
func (x *GetUsageRequest) GetInstanceId() string
func (*GetUsageRequest) ProtoMessage ¶
func (*GetUsageRequest) ProtoMessage()
func (*GetUsageRequest) ProtoReflect ¶
func (x *GetUsageRequest) ProtoReflect() protoreflect.Message
func (*GetUsageRequest) Reset ¶
func (x *GetUsageRequest) Reset()
func (*GetUsageRequest) String ¶
func (x *GetUsageRequest) String() string
type GetUsageResponse ¶
type GetUsageResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` ExecutedRequests uint64 `protobuf:"varint,2,opt,name=executed_requests,json=executedRequests,proto3" json:"executed_requests,omitempty"` ExecutedActionMins uint64 `protobuf:"varint,3,opt,name=executed_action_mins,json=executedActionMins,proto3" json:"executed_action_mins,omitempty"` // contains filtered or unexported fields }
func (*GetUsageResponse) Descriptor
deprecated
func (*GetUsageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUsageResponse.ProtoReflect.Descriptor instead.
func (*GetUsageResponse) GetDetails ¶
func (x *GetUsageResponse) GetDetails() *object.ObjectDetails
func (*GetUsageResponse) GetExecutedActionMins ¶
func (x *GetUsageResponse) GetExecutedActionMins() uint64
func (*GetUsageResponse) GetExecutedRequests ¶
func (x *GetUsageResponse) GetExecutedRequests() uint64
func (*GetUsageResponse) ProtoMessage ¶
func (*GetUsageResponse) ProtoMessage()
func (*GetUsageResponse) ProtoReflect ¶
func (x *GetUsageResponse) ProtoReflect() protoreflect.Message
func (*GetUsageResponse) Reset ¶
func (x *GetUsageResponse) Reset()
func (*GetUsageResponse) String ¶
func (x *GetUsageResponse) String() string
type HealthzRequest ¶
type HealthzRequest struct {
// contains filtered or unexported fields
}
This is an empty request
func (*HealthzRequest) Descriptor
deprecated
func (*HealthzRequest) Descriptor() ([]byte, []int)
Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.
func (*HealthzRequest) ProtoMessage ¶
func (*HealthzRequest) ProtoMessage()
func (*HealthzRequest) ProtoReflect ¶
func (x *HealthzRequest) ProtoReflect() protoreflect.Message
func (*HealthzRequest) Reset ¶
func (x *HealthzRequest) Reset()
func (*HealthzRequest) String ¶
func (x *HealthzRequest) String() string
type HealthzResponse ¶
type HealthzResponse struct {
// contains filtered or unexported fields
}
This is an empty response
func (*HealthzResponse) Descriptor
deprecated
func (*HealthzResponse) Descriptor() ([]byte, []int)
Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.
func (*HealthzResponse) ProtoMessage ¶
func (*HealthzResponse) ProtoMessage()
func (*HealthzResponse) ProtoReflect ¶
func (x *HealthzResponse) ProtoReflect() protoreflect.Message
func (*HealthzResponse) Reset ¶
func (x *HealthzResponse) Reset()
func (*HealthzResponse) String ¶
func (x *HealthzResponse) String() string
type ListDomainsRequest ¶
type ListDomainsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` //list limitations and ordering Query *object.ListQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` // the field the result is sorted SortingColumn instance.DomainFieldName `` /* 142-byte string literal not displayed */ // criterias the client is looking for Queries []*instance.DomainSearchQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty"` // contains filtered or unexported fields }
func (*ListDomainsRequest) Descriptor
deprecated
func (*ListDomainsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDomainsRequest.ProtoReflect.Descriptor instead.
func (*ListDomainsRequest) GetInstanceId ¶
func (x *ListDomainsRequest) GetInstanceId() string
func (*ListDomainsRequest) GetQueries ¶
func (x *ListDomainsRequest) GetQueries() []*instance.DomainSearchQuery
func (*ListDomainsRequest) GetQuery ¶
func (x *ListDomainsRequest) GetQuery() *object.ListQuery
func (*ListDomainsRequest) GetSortingColumn ¶
func (x *ListDomainsRequest) GetSortingColumn() instance.DomainFieldName
func (*ListDomainsRequest) ProtoMessage ¶
func (*ListDomainsRequest) ProtoMessage()
func (*ListDomainsRequest) ProtoReflect ¶
func (x *ListDomainsRequest) ProtoReflect() protoreflect.Message
func (*ListDomainsRequest) Reset ¶
func (x *ListDomainsRequest) Reset()
func (*ListDomainsRequest) String ¶
func (x *ListDomainsRequest) String() string
type ListDomainsResponse ¶
type ListDomainsResponse struct { Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` SortingColumn instance.DomainFieldName `` /* 142-byte string literal not displayed */ Result []*instance.Domain `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListDomainsResponse) Descriptor
deprecated
func (*ListDomainsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDomainsResponse.ProtoReflect.Descriptor instead.
func (*ListDomainsResponse) GetDetails ¶
func (x *ListDomainsResponse) GetDetails() *object.ListDetails
func (*ListDomainsResponse) GetResult ¶
func (x *ListDomainsResponse) GetResult() []*instance.Domain
func (*ListDomainsResponse) GetSortingColumn ¶
func (x *ListDomainsResponse) GetSortingColumn() instance.DomainFieldName
func (*ListDomainsResponse) ProtoMessage ¶
func (*ListDomainsResponse) ProtoMessage()
func (*ListDomainsResponse) ProtoReflect ¶
func (x *ListDomainsResponse) ProtoReflect() protoreflect.Message
func (*ListDomainsResponse) Reset ¶
func (x *ListDomainsResponse) Reset()
func (*ListDomainsResponse) String ¶
func (x *ListDomainsResponse) String() string
type ListFailedEventsRequest ¶
type ListFailedEventsRequest struct {
// contains filtered or unexported fields
}
This is an empty request
func (*ListFailedEventsRequest) Descriptor
deprecated
func (*ListFailedEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFailedEventsRequest.ProtoReflect.Descriptor instead.
func (*ListFailedEventsRequest) ProtoMessage ¶
func (*ListFailedEventsRequest) ProtoMessage()
func (*ListFailedEventsRequest) ProtoReflect ¶
func (x *ListFailedEventsRequest) ProtoReflect() protoreflect.Message
func (*ListFailedEventsRequest) Reset ¶
func (x *ListFailedEventsRequest) Reset()
func (*ListFailedEventsRequest) String ¶
func (x *ListFailedEventsRequest) String() string
type ListFailedEventsResponse ¶
type ListFailedEventsResponse struct { // TODO: list details Result []*FailedEvent `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListFailedEventsResponse) Descriptor
deprecated
func (*ListFailedEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFailedEventsResponse.ProtoReflect.Descriptor instead.
func (*ListFailedEventsResponse) GetResult ¶
func (x *ListFailedEventsResponse) GetResult() []*FailedEvent
func (*ListFailedEventsResponse) ProtoMessage ¶
func (*ListFailedEventsResponse) ProtoMessage()
func (*ListFailedEventsResponse) ProtoReflect ¶
func (x *ListFailedEventsResponse) ProtoReflect() protoreflect.Message
func (*ListFailedEventsResponse) Reset ¶
func (x *ListFailedEventsResponse) Reset()
func (*ListFailedEventsResponse) String ¶
func (x *ListFailedEventsResponse) String() string
type ListInstancesRequest ¶
type ListInstancesRequest struct { // list limitations and ordering Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` // the field the result is sorted SortingColumn instance.FieldName `` /* 136-byte string literal not displayed */ // criterias the client is looking for Queries []*instance.Query `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesRequest) Descriptor
deprecated
func (*ListInstancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.
func (*ListInstancesRequest) GetQueries ¶
func (x *ListInstancesRequest) GetQueries() []*instance.Query
func (*ListInstancesRequest) GetQuery ¶
func (x *ListInstancesRequest) GetQuery() *object.ListQuery
func (*ListInstancesRequest) GetSortingColumn ¶
func (x *ListInstancesRequest) GetSortingColumn() instance.FieldName
func (*ListInstancesRequest) ProtoMessage ¶
func (*ListInstancesRequest) ProtoMessage()
func (*ListInstancesRequest) ProtoReflect ¶
func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
func (*ListInstancesRequest) Reset ¶
func (x *ListInstancesRequest) Reset()
func (*ListInstancesRequest) String ¶
func (x *ListInstancesRequest) String() string
type ListInstancesResponse ¶
type ListInstancesResponse struct { Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` SortingColumn instance.FieldName `` /* 136-byte string literal not displayed */ Result []*instance.Instance `protobuf:"bytes,3,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesResponse) Descriptor
deprecated
func (*ListInstancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.
func (*ListInstancesResponse) GetDetails ¶
func (x *ListInstancesResponse) GetDetails() *object.ListDetails
func (*ListInstancesResponse) GetResult ¶
func (x *ListInstancesResponse) GetResult() []*instance.Instance
func (*ListInstancesResponse) GetSortingColumn ¶
func (x *ListInstancesResponse) GetSortingColumn() instance.FieldName
func (*ListInstancesResponse) ProtoMessage ¶
func (*ListInstancesResponse) ProtoMessage()
func (*ListInstancesResponse) ProtoReflect ¶
func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
func (*ListInstancesResponse) Reset ¶
func (x *ListInstancesResponse) Reset()
func (*ListInstancesResponse) String ¶
func (x *ListInstancesResponse) String() string
type ListViewsRequest ¶
type ListViewsRequest struct {
// contains filtered or unexported fields
}
This is an empty request
func (*ListViewsRequest) Descriptor
deprecated
func (*ListViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListViewsRequest.ProtoReflect.Descriptor instead.
func (*ListViewsRequest) ProtoMessage ¶
func (*ListViewsRequest) ProtoMessage()
func (*ListViewsRequest) ProtoReflect ¶
func (x *ListViewsRequest) ProtoReflect() protoreflect.Message
func (*ListViewsRequest) Reset ¶
func (x *ListViewsRequest) Reset()
func (*ListViewsRequest) String ¶
func (x *ListViewsRequest) String() string
type ListViewsResponse ¶
type ListViewsResponse struct { // TODO: list details Result []*View `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*ListViewsResponse) Descriptor
deprecated
func (*ListViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListViewsResponse.ProtoReflect.Descriptor instead.
func (*ListViewsResponse) GetResult ¶
func (x *ListViewsResponse) GetResult() []*View
func (*ListViewsResponse) ProtoMessage ¶
func (*ListViewsResponse) ProtoMessage()
func (*ListViewsResponse) ProtoReflect ¶
func (x *ListViewsResponse) ProtoReflect() protoreflect.Message
func (*ListViewsResponse) Reset ¶
func (x *ListViewsResponse) Reset()
func (*ListViewsResponse) String ¶
func (x *ListViewsResponse) String() string
type RemoveDomainRequest ¶
type RemoveDomainRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*RemoveDomainRequest) Descriptor
deprecated
func (*RemoveDomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDomainRequest.ProtoReflect.Descriptor instead.
func (*RemoveDomainRequest) GetDomain ¶
func (x *RemoveDomainRequest) GetDomain() string
func (*RemoveDomainRequest) GetInstanceId ¶
func (x *RemoveDomainRequest) GetInstanceId() string
func (*RemoveDomainRequest) ProtoMessage ¶
func (*RemoveDomainRequest) ProtoMessage()
func (*RemoveDomainRequest) ProtoReflect ¶
func (x *RemoveDomainRequest) ProtoReflect() protoreflect.Message
func (*RemoveDomainRequest) Reset ¶
func (x *RemoveDomainRequest) Reset()
func (*RemoveDomainRequest) String ¶
func (x *RemoveDomainRequest) String() string
type RemoveDomainResponse ¶
type RemoveDomainResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*RemoveDomainResponse) Descriptor
deprecated
func (*RemoveDomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveDomainResponse.ProtoReflect.Descriptor instead.
func (*RemoveDomainResponse) GetDetails ¶
func (x *RemoveDomainResponse) GetDetails() *object.ObjectDetails
func (*RemoveDomainResponse) ProtoMessage ¶
func (*RemoveDomainResponse) ProtoMessage()
func (*RemoveDomainResponse) ProtoReflect ¶
func (x *RemoveDomainResponse) ProtoReflect() protoreflect.Message
func (*RemoveDomainResponse) Reset ¶
func (x *RemoveDomainResponse) Reset()
func (*RemoveDomainResponse) String ¶
func (x *RemoveDomainResponse) String() string
type RemoveFailedEventRequest ¶
type RemoveFailedEventRequest struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"` FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"` InstanceId string `protobuf:"bytes,4,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveFailedEventRequest) Descriptor
deprecated
func (*RemoveFailedEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFailedEventRequest.ProtoReflect.Descriptor instead.
func (*RemoveFailedEventRequest) GetDatabase ¶
func (x *RemoveFailedEventRequest) GetDatabase() string
func (*RemoveFailedEventRequest) GetFailedSequence ¶
func (x *RemoveFailedEventRequest) GetFailedSequence() uint64
func (*RemoveFailedEventRequest) GetInstanceId ¶ added in v2.0.2
func (x *RemoveFailedEventRequest) GetInstanceId() string
func (*RemoveFailedEventRequest) GetViewName ¶
func (x *RemoveFailedEventRequest) GetViewName() string
func (*RemoveFailedEventRequest) ProtoMessage ¶
func (*RemoveFailedEventRequest) ProtoMessage()
func (*RemoveFailedEventRequest) ProtoReflect ¶
func (x *RemoveFailedEventRequest) ProtoReflect() protoreflect.Message
func (*RemoveFailedEventRequest) Reset ¶
func (x *RemoveFailedEventRequest) Reset()
func (*RemoveFailedEventRequest) String ¶
func (x *RemoveFailedEventRequest) String() string
type RemoveFailedEventResponse ¶
type RemoveFailedEventResponse struct {
// contains filtered or unexported fields
}
This is an empty response
func (*RemoveFailedEventResponse) Descriptor
deprecated
func (*RemoveFailedEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveFailedEventResponse.ProtoReflect.Descriptor instead.
func (*RemoveFailedEventResponse) ProtoMessage ¶
func (*RemoveFailedEventResponse) ProtoMessage()
func (*RemoveFailedEventResponse) ProtoReflect ¶
func (x *RemoveFailedEventResponse) ProtoReflect() protoreflect.Message
func (*RemoveFailedEventResponse) Reset ¶
func (x *RemoveFailedEventResponse) Reset()
func (*RemoveFailedEventResponse) String ¶
func (x *RemoveFailedEventResponse) String() string
type RemoveInstanceRequest ¶
type RemoveInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveInstanceRequest) Descriptor
deprecated
func (*RemoveInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveInstanceRequest.ProtoReflect.Descriptor instead.
func (*RemoveInstanceRequest) GetInstanceId ¶
func (x *RemoveInstanceRequest) GetInstanceId() string
func (*RemoveInstanceRequest) ProtoMessage ¶
func (*RemoveInstanceRequest) ProtoMessage()
func (*RemoveInstanceRequest) ProtoReflect ¶
func (x *RemoveInstanceRequest) ProtoReflect() protoreflect.Message
func (*RemoveInstanceRequest) Reset ¶
func (x *RemoveInstanceRequest) Reset()
func (*RemoveInstanceRequest) String ¶
func (x *RemoveInstanceRequest) String() string
type RemoveInstanceResponse ¶
type RemoveInstanceResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*RemoveInstanceResponse) Descriptor
deprecated
func (*RemoveInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveInstanceResponse.ProtoReflect.Descriptor instead.
func (*RemoveInstanceResponse) GetDetails ¶
func (x *RemoveInstanceResponse) GetDetails() *object.ObjectDetails
func (*RemoveInstanceResponse) ProtoMessage ¶
func (*RemoveInstanceResponse) ProtoMessage()
func (*RemoveInstanceResponse) ProtoReflect ¶
func (x *RemoveInstanceResponse) ProtoReflect() protoreflect.Message
func (*RemoveInstanceResponse) Reset ¶
func (x *RemoveInstanceResponse) Reset()
func (*RemoveInstanceResponse) String ¶
func (x *RemoveInstanceResponse) String() string
type SetPrimaryDomainRequest ¶
type SetPrimaryDomainRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*SetPrimaryDomainRequest) Descriptor
deprecated
func (*SetPrimaryDomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetPrimaryDomainRequest.ProtoReflect.Descriptor instead.
func (*SetPrimaryDomainRequest) GetDomain ¶
func (x *SetPrimaryDomainRequest) GetDomain() string
func (*SetPrimaryDomainRequest) GetInstanceId ¶
func (x *SetPrimaryDomainRequest) GetInstanceId() string
func (*SetPrimaryDomainRequest) ProtoMessage ¶
func (*SetPrimaryDomainRequest) ProtoMessage()
func (*SetPrimaryDomainRequest) ProtoReflect ¶
func (x *SetPrimaryDomainRequest) ProtoReflect() protoreflect.Message
func (*SetPrimaryDomainRequest) Reset ¶
func (x *SetPrimaryDomainRequest) Reset()
func (*SetPrimaryDomainRequest) String ¶
func (x *SetPrimaryDomainRequest) String() string
type SetPrimaryDomainResponse ¶
type SetPrimaryDomainResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*SetPrimaryDomainResponse) Descriptor
deprecated
func (*SetPrimaryDomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetPrimaryDomainResponse.ProtoReflect.Descriptor instead.
func (*SetPrimaryDomainResponse) GetDetails ¶
func (x *SetPrimaryDomainResponse) GetDetails() *object.ObjectDetails
func (*SetPrimaryDomainResponse) ProtoMessage ¶
func (*SetPrimaryDomainResponse) ProtoMessage()
func (*SetPrimaryDomainResponse) ProtoReflect ¶
func (x *SetPrimaryDomainResponse) ProtoReflect() protoreflect.Message
func (*SetPrimaryDomainResponse) Reset ¶
func (x *SetPrimaryDomainResponse) Reset()
func (*SetPrimaryDomainResponse) String ¶
func (x *SetPrimaryDomainResponse) String() string
type SystemServiceClient ¶
type SystemServiceClient interface { // Indicates if ZITADEL is running. // It respondes as soon as ZITADEL started Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error) // Returns a list of ZITADEL instances ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) // Returns the detail of an instance GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*GetInstanceResponse, error) // Creates a new instance with all needed setup data // This might take some time AddInstance(ctx context.Context, in *AddInstanceRequest, opts ...grpc.CallOption) (*AddInstanceResponse, error) // Updates name of an existing instance UpdateInstance(ctx context.Context, in *UpdateInstanceRequest, opts ...grpc.CallOption) (*UpdateInstanceResponse, error) // Removes a instances // This might take some time RemoveInstance(ctx context.Context, in *RemoveInstanceRequest, opts ...grpc.CallOption) (*RemoveInstanceResponse, error) // Checks if a domain exists ExistsDomain(ctx context.Context, in *ExistsDomainRequest, opts ...grpc.CallOption) (*ExistsDomainResponse, error) // Returns the custom domains of an instance ListDomains(ctx context.Context, in *ListDomainsRequest, opts ...grpc.CallOption) (*ListDomainsResponse, error) // Returns the domain of an instance AddDomain(ctx context.Context, in *AddDomainRequest, opts ...grpc.CallOption) (*AddDomainResponse, error) // Returns the domain of an instance RemoveDomain(ctx context.Context, in *RemoveDomainRequest, opts ...grpc.CallOption) (*RemoveDomainResponse, error) // Returns the domain of an instance SetPrimaryDomain(ctx context.Context, in *SetPrimaryDomainRequest, opts ...grpc.CallOption) (*SetPrimaryDomainResponse, error) // Returns all stored read models of ZITADEL // views are used for search optimisation and optimise request latencies // they represent the delta of the event happend on the objects ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error) // Truncates the delta of the change stream // be carefull with this function because ZITADEL has to // recompute the deltas after they got cleared. // Search requests will return wrong results until all deltas are recomputed ClearView(ctx context.Context, in *ClearViewRequest, opts ...grpc.CallOption) (*ClearViewResponse, error) // Returns event descriptions which cannot be processed. // It's possible that some events need some retries. // For example if the SMTP-API wasn't able to send an email at the first time ListFailedEvents(ctx context.Context, in *ListFailedEventsRequest, opts ...grpc.CallOption) (*ListFailedEventsResponse, error) // Deletes the event from failed events view. // the event is not removed from the change stream // This call is usefull if the system was able to process the event later. // e.g. if the second try of sending an email was successful. the first try produced a // failed event. You can find out if it worked on the `failure_count` RemoveFailedEvent(ctx context.Context, in *RemoveFailedEventRequest, opts ...grpc.CallOption) (*RemoveFailedEventResponse, error) }
SystemServiceClient is the client API for SystemService 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 NewSystemServiceClient ¶
func NewSystemServiceClient(cc grpc.ClientConnInterface) SystemServiceClient
type SystemServiceServer ¶
type SystemServiceServer interface { // Indicates if ZITADEL is running. // It respondes as soon as ZITADEL started Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error) // Returns a list of ZITADEL instances ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error) // Returns the detail of an instance GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error) // Creates a new instance with all needed setup data // This might take some time AddInstance(context.Context, *AddInstanceRequest) (*AddInstanceResponse, error) // Updates name of an existing instance UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error) // Removes a instances // This might take some time RemoveInstance(context.Context, *RemoveInstanceRequest) (*RemoveInstanceResponse, error) // Checks if a domain exists ExistsDomain(context.Context, *ExistsDomainRequest) (*ExistsDomainResponse, error) // Returns the custom domains of an instance ListDomains(context.Context, *ListDomainsRequest) (*ListDomainsResponse, error) // Returns the domain of an instance AddDomain(context.Context, *AddDomainRequest) (*AddDomainResponse, error) // Returns the domain of an instance RemoveDomain(context.Context, *RemoveDomainRequest) (*RemoveDomainResponse, error) // Returns the domain of an instance SetPrimaryDomain(context.Context, *SetPrimaryDomainRequest) (*SetPrimaryDomainResponse, error) // Returns all stored read models of ZITADEL // views are used for search optimisation and optimise request latencies // they represent the delta of the event happend on the objects ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error) // Truncates the delta of the change stream // be carefull with this function because ZITADEL has to // recompute the deltas after they got cleared. // Search requests will return wrong results until all deltas are recomputed ClearView(context.Context, *ClearViewRequest) (*ClearViewResponse, error) // Returns event descriptions which cannot be processed. // It's possible that some events need some retries. // For example if the SMTP-API wasn't able to send an email at the first time ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error) // Deletes the event from failed events view. // the event is not removed from the change stream // This call is usefull if the system was able to process the event later. // e.g. if the second try of sending an email was successful. the first try produced a // failed event. You can find out if it worked on the `failure_count` RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error) // contains filtered or unexported methods }
SystemServiceServer is the server API for SystemService service. All implementations must embed UnimplementedSystemServiceServer for forward compatibility
type UnimplementedSystemServiceServer ¶
type UnimplementedSystemServiceServer struct { }
UnimplementedSystemServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSystemServiceServer) AddDomain ¶
func (UnimplementedSystemServiceServer) AddDomain(context.Context, *AddDomainRequest) (*AddDomainResponse, error)
func (UnimplementedSystemServiceServer) AddInstance ¶
func (UnimplementedSystemServiceServer) AddInstance(context.Context, *AddInstanceRequest) (*AddInstanceResponse, error)
func (UnimplementedSystemServiceServer) ClearView ¶
func (UnimplementedSystemServiceServer) ClearView(context.Context, *ClearViewRequest) (*ClearViewResponse, error)
func (UnimplementedSystemServiceServer) ExistsDomain ¶
func (UnimplementedSystemServiceServer) ExistsDomain(context.Context, *ExistsDomainRequest) (*ExistsDomainResponse, error)
func (UnimplementedSystemServiceServer) GetInstance ¶
func (UnimplementedSystemServiceServer) GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error)
func (UnimplementedSystemServiceServer) Healthz ¶
func (UnimplementedSystemServiceServer) Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
func (UnimplementedSystemServiceServer) ListDomains ¶
func (UnimplementedSystemServiceServer) ListDomains(context.Context, *ListDomainsRequest) (*ListDomainsResponse, error)
func (UnimplementedSystemServiceServer) ListFailedEvents ¶
func (UnimplementedSystemServiceServer) ListFailedEvents(context.Context, *ListFailedEventsRequest) (*ListFailedEventsResponse, error)
func (UnimplementedSystemServiceServer) ListInstances ¶
func (UnimplementedSystemServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
func (UnimplementedSystemServiceServer) ListViews ¶
func (UnimplementedSystemServiceServer) ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
func (UnimplementedSystemServiceServer) RemoveDomain ¶
func (UnimplementedSystemServiceServer) RemoveDomain(context.Context, *RemoveDomainRequest) (*RemoveDomainResponse, error)
func (UnimplementedSystemServiceServer) RemoveFailedEvent ¶
func (UnimplementedSystemServiceServer) RemoveFailedEvent(context.Context, *RemoveFailedEventRequest) (*RemoveFailedEventResponse, error)
func (UnimplementedSystemServiceServer) RemoveInstance ¶
func (UnimplementedSystemServiceServer) RemoveInstance(context.Context, *RemoveInstanceRequest) (*RemoveInstanceResponse, error)
func (UnimplementedSystemServiceServer) SetPrimaryDomain ¶
func (UnimplementedSystemServiceServer) SetPrimaryDomain(context.Context, *SetPrimaryDomainRequest) (*SetPrimaryDomainResponse, error)
func (UnimplementedSystemServiceServer) UpdateInstance ¶
func (UnimplementedSystemServiceServer) UpdateInstance(context.Context, *UpdateInstanceRequest) (*UpdateInstanceResponse, error)
type UnsafeSystemServiceServer ¶
type UnsafeSystemServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSystemServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemServiceServer will result in compilation errors.
type UpdateInstanceRequest ¶
type UpdateInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` InstanceName string `protobuf:"bytes,2,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` // contains filtered or unexported fields }
func (*UpdateInstanceRequest) Descriptor
deprecated
func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceRequest.ProtoReflect.Descriptor instead.
func (*UpdateInstanceRequest) GetInstanceId ¶
func (x *UpdateInstanceRequest) GetInstanceId() string
func (*UpdateInstanceRequest) GetInstanceName ¶
func (x *UpdateInstanceRequest) GetInstanceName() string
func (*UpdateInstanceRequest) ProtoMessage ¶
func (*UpdateInstanceRequest) ProtoMessage()
func (*UpdateInstanceRequest) ProtoReflect ¶
func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message
func (*UpdateInstanceRequest) Reset ¶
func (x *UpdateInstanceRequest) Reset()
func (*UpdateInstanceRequest) String ¶
func (x *UpdateInstanceRequest) String() string
type UpdateInstanceResponse ¶
type UpdateInstanceResponse struct { Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*UpdateInstanceResponse) Descriptor
deprecated
func (*UpdateInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateInstanceResponse.ProtoReflect.Descriptor instead.
func (*UpdateInstanceResponse) GetDetails ¶
func (x *UpdateInstanceResponse) GetDetails() *object.ObjectDetails
func (*UpdateInstanceResponse) ProtoMessage ¶
func (*UpdateInstanceResponse) ProtoMessage()
func (*UpdateInstanceResponse) ProtoReflect ¶
func (x *UpdateInstanceResponse) ProtoReflect() protoreflect.Message
func (*UpdateInstanceResponse) Reset ¶
func (x *UpdateInstanceResponse) Reset()
func (*UpdateInstanceResponse) String ¶
func (x *UpdateInstanceResponse) String() string
type View ¶
type View struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"` ProcessedSequence uint64 `protobuf:"varint,3,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"` EventTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=event_timestamp,json=eventTimestamp,proto3" json:"event_timestamp,omitempty"` // The timestamp the event occured LastSuccessfulSpoolerRun *timestamppb.Timestamp `` /* 137-byte string literal not displayed */ Instance string `protobuf:"bytes,6,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*View) Descriptor
deprecated
func (*View) GetDatabase ¶
func (*View) GetEventTimestamp ¶
func (x *View) GetEventTimestamp() *timestamppb.Timestamp
func (*View) GetInstance ¶
func (*View) GetLastSuccessfulSpoolerRun ¶
func (x *View) GetLastSuccessfulSpoolerRun() *timestamppb.Timestamp
func (*View) GetProcessedSequence ¶
func (*View) GetViewName ¶
func (*View) ProtoMessage ¶
func (*View) ProtoMessage()
func (*View) ProtoReflect ¶
func (x *View) ProtoReflect() protoreflect.Message