Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterCommandInspectionServiceServer(s grpc.ServiceRegistrar, srv CommandInspectionServiceServer)
- func RegisterConfigManagementServiceServer(s grpc.ServiceRegistrar, srv ConfigManagementServiceServer)
- func RegisterIdentityProviderConfigServiceServer(s grpc.ServiceRegistrar, srv IdentityProviderConfigServiceServer)
- func RegisterMeteringReportServiceServer(s grpc.ServiceRegistrar, srv MeteringReportServiceServer)
- func RegisterPackageManagementServiceServer(s grpc.ServiceRegistrar, srv PackageManagementServiceServer)
- func RegisterParticipantPruningServiceServer(s grpc.ServiceRegistrar, srv ParticipantPruningServiceServer)
- func RegisterPartyManagementServiceServer(s grpc.ServiceRegistrar, srv PartyManagementServiceServer)
- func RegisterUserManagementServiceServer(s grpc.ServiceRegistrar, srv UserManagementServiceServer)
- type AllocatePartyRequest
- func (*AllocatePartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AllocatePartyRequest) GetDisplayName() string
- func (x *AllocatePartyRequest) GetIdentityProviderId() string
- func (x *AllocatePartyRequest) GetLocalMetadata() *ObjectMeta
- func (x *AllocatePartyRequest) GetPartyIdHint() string
- func (*AllocatePartyRequest) ProtoMessage()
- func (x *AllocatePartyRequest) ProtoReflect() protoreflect.Message
- func (x *AllocatePartyRequest) Reset()
- func (x *AllocatePartyRequest) String() string
- type AllocatePartyResponse
- func (*AllocatePartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AllocatePartyResponse) GetPartyDetails() *PartyDetails
- func (*AllocatePartyResponse) ProtoMessage()
- func (x *AllocatePartyResponse) ProtoReflect() protoreflect.Message
- func (x *AllocatePartyResponse) Reset()
- func (x *AllocatePartyResponse) String() string
- type CommandInspectionServiceClient
- type CommandInspectionServiceServer
- type CommandState
- func (CommandState) Descriptor() protoreflect.EnumDescriptor
- func (x CommandState) Enum() *CommandState
- func (CommandState) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommandState) Number() protoreflect.EnumNumber
- func (x CommandState) String() string
- func (CommandState) Type() protoreflect.EnumType
- type ConfigManagementServiceClient
- type ConfigManagementServiceServer
- type CreateIdentityProviderConfigRequest
- func (*CreateIdentityProviderConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIdentityProviderConfigRequest) GetIdentityProviderConfig() *IdentityProviderConfig
- func (*CreateIdentityProviderConfigRequest) ProtoMessage()
- func (x *CreateIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
- func (x *CreateIdentityProviderConfigRequest) Reset()
- func (x *CreateIdentityProviderConfigRequest) String() string
- type CreateIdentityProviderConfigResponse
- func (*CreateIdentityProviderConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
- func (*CreateIdentityProviderConfigResponse) ProtoMessage()
- func (x *CreateIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
- func (x *CreateIdentityProviderConfigResponse) Reset()
- func (x *CreateIdentityProviderConfigResponse) String() string
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserRequest) GetRights() []*Right
- func (x *CreateUserRequest) GetUser() *User
- func (*CreateUserRequest) ProtoMessage()
- func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserRequest) Reset()
- func (x *CreateUserRequest) String() string
- type CreateUserResponse
- type DeleteIdentityProviderConfigRequest
- func (*DeleteIdentityProviderConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteIdentityProviderConfigRequest) GetIdentityProviderId() string
- func (*DeleteIdentityProviderConfigRequest) ProtoMessage()
- func (x *DeleteIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteIdentityProviderConfigRequest) Reset()
- func (x *DeleteIdentityProviderConfigRequest) String() string
- type DeleteIdentityProviderConfigResponse
- func (*DeleteIdentityProviderConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteIdentityProviderConfigResponse) ProtoMessage()
- func (x *DeleteIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteIdentityProviderConfigResponse) Reset()
- func (x *DeleteIdentityProviderConfigResponse) String() string
- type DeleteUserRequest
- func (*DeleteUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserRequest) GetIdentityProviderId() string
- func (x *DeleteUserRequest) GetUserId() string
- func (*DeleteUserRequest) ProtoMessage()
- func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserRequest) Reset()
- func (x *DeleteUserRequest) String() string
- type DeleteUserResponse
- type GetCommandStatusRequest
- func (*GetCommandStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusRequest) GetCommandIdPrefix() string
- func (x *GetCommandStatusRequest) GetLimit() uint32
- func (x *GetCommandStatusRequest) GetState() CommandState
- func (*GetCommandStatusRequest) ProtoMessage()
- func (x *GetCommandStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusRequest) Reset()
- func (x *GetCommandStatusRequest) String() string
- type GetCommandStatusResponse
- func (*GetCommandStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusResponse) GetCommandStatus() []*GetCommandStatusResponse_CommandStatus
- func (*GetCommandStatusResponse) ProtoMessage()
- func (x *GetCommandStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusResponse) Reset()
- func (x *GetCommandStatusResponse) String() string
- type GetCommandStatusResponse_CommandStatus
- func (*GetCommandStatusResponse_CommandStatus) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusResponse_CommandStatus) GetCommands() []*v1.Command
- func (x *GetCommandStatusResponse_CommandStatus) GetCompleted() *timestamppb.Timestamp
- func (x *GetCommandStatusResponse_CommandStatus) GetCompletion() *v1.Completion
- func (x *GetCommandStatusResponse_CommandStatus) GetRequestStatistics() *GetCommandStatusResponse_CommandStatus_RequestStatistics
- func (x *GetCommandStatusResponse_CommandStatus) GetStarted() *timestamppb.Timestamp
- func (x *GetCommandStatusResponse_CommandStatus) GetState() CommandState
- func (x *GetCommandStatusResponse_CommandStatus) GetUpdates() *GetCommandStatusResponse_CommandStatus_CommandUpdates
- func (*GetCommandStatusResponse_CommandStatus) ProtoMessage()
- func (x *GetCommandStatusResponse_CommandStatus) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusResponse_CommandStatus) Reset()
- func (x *GetCommandStatusResponse_CommandStatus) String() string
- type GetCommandStatusResponse_CommandStatus_CommandUpdates
- func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetArchived() []*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetCreated() []*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetExercised() uint32
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetFetched() uint32
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetLookedUpByKey() uint32
- func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoMessage()
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) Reset()
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) String() string
- type GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract
- func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractId() string
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractKey() *v1.Value
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetTemplateId() *v1.Identifier
- func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoMessage()
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Reset()
- func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) String() string
- type GetCommandStatusResponse_CommandStatus_RequestStatistics
- func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetEnvelopes() uint32
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRecipients() uint32
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRequestSize() uint32
- func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoMessage()
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoReflect() protoreflect.Message
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) Reset()
- func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) String() string
- type GetIdentityProviderConfigRequest
- func (*GetIdentityProviderConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetIdentityProviderConfigRequest) GetIdentityProviderId() string
- func (*GetIdentityProviderConfigRequest) ProtoMessage()
- func (x *GetIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetIdentityProviderConfigRequest) Reset()
- func (x *GetIdentityProviderConfigRequest) String() string
- type GetIdentityProviderConfigResponse
- func (*GetIdentityProviderConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
- func (*GetIdentityProviderConfigResponse) ProtoMessage()
- func (x *GetIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetIdentityProviderConfigResponse) Reset()
- func (x *GetIdentityProviderConfigResponse) String() string
- type GetMeteringReportRequest
- func (*GetMeteringReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeteringReportRequest) GetApplicationId() string
- func (x *GetMeteringReportRequest) GetFrom() *timestamppb.Timestamp
- func (x *GetMeteringReportRequest) GetTo() *timestamppb.Timestamp
- func (*GetMeteringReportRequest) ProtoMessage()
- func (x *GetMeteringReportRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeteringReportRequest) Reset()
- func (x *GetMeteringReportRequest) String() string
- type GetMeteringReportResponse
- func (*GetMeteringReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeteringReportResponse) GetMeteringReportJson() *structpb.Struct
- func (x *GetMeteringReportResponse) GetReportGenerationTime() *timestamppb.Timestamp
- func (x *GetMeteringReportResponse) GetRequest() *GetMeteringReportRequest
- func (*GetMeteringReportResponse) ProtoMessage()
- func (x *GetMeteringReportResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeteringReportResponse) Reset()
- func (x *GetMeteringReportResponse) String() string
- type GetParticipantIdRequest
- type GetParticipantIdResponse
- func (*GetParticipantIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetParticipantIdResponse) GetParticipantId() string
- func (*GetParticipantIdResponse) ProtoMessage()
- func (x *GetParticipantIdResponse) ProtoReflect() protoreflect.Message
- func (x *GetParticipantIdResponse) Reset()
- func (x *GetParticipantIdResponse) String() string
- type GetPartiesRequest
- func (*GetPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPartiesRequest) GetIdentityProviderId() string
- func (x *GetPartiesRequest) GetParties() []string
- func (*GetPartiesRequest) ProtoMessage()
- func (x *GetPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *GetPartiesRequest) Reset()
- func (x *GetPartiesRequest) String() string
- type GetPartiesResponse
- func (*GetPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPartiesResponse) GetPartyDetails() []*PartyDetails
- func (*GetPartiesResponse) ProtoMessage()
- func (x *GetPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *GetPartiesResponse) Reset()
- func (x *GetPartiesResponse) String() string
- type GetTimeModelRequest
- type GetTimeModelResponse
- func (*GetTimeModelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeModelResponse) GetConfigurationGeneration() int64
- func (x *GetTimeModelResponse) GetTimeModel() *TimeModel
- func (*GetTimeModelResponse) ProtoMessage()
- func (x *GetTimeModelResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeModelResponse) Reset()
- func (x *GetTimeModelResponse) String() string
- type GetUserRequest
- func (*GetUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRequest) GetIdentityProviderId() string
- func (x *GetUserRequest) GetUserId() string
- func (*GetUserRequest) ProtoMessage()
- func (x *GetUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRequest) Reset()
- func (x *GetUserRequest) String() string
- type GetUserResponse
- type GrantUserRightsRequest
- func (*GrantUserRightsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantUserRightsRequest) GetIdentityProviderId() string
- func (x *GrantUserRightsRequest) GetRights() []*Right
- func (x *GrantUserRightsRequest) GetUserId() string
- func (*GrantUserRightsRequest) ProtoMessage()
- func (x *GrantUserRightsRequest) ProtoReflect() protoreflect.Message
- func (x *GrantUserRightsRequest) Reset()
- func (x *GrantUserRightsRequest) String() string
- type GrantUserRightsResponse
- func (*GrantUserRightsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GrantUserRightsResponse) GetNewlyGrantedRights() []*Right
- func (*GrantUserRightsResponse) ProtoMessage()
- func (x *GrantUserRightsResponse) ProtoReflect() protoreflect.Message
- func (x *GrantUserRightsResponse) Reset()
- func (x *GrantUserRightsResponse) String() string
- type IdentityProviderConfig
- func (*IdentityProviderConfig) Descriptor() ([]byte, []int)deprecated
- func (x *IdentityProviderConfig) GetAudience() string
- func (x *IdentityProviderConfig) GetIdentityProviderId() string
- func (x *IdentityProviderConfig) GetIsDeactivated() bool
- func (x *IdentityProviderConfig) GetIssuer() string
- func (x *IdentityProviderConfig) GetJwksUrl() string
- func (*IdentityProviderConfig) ProtoMessage()
- func (x *IdentityProviderConfig) ProtoReflect() protoreflect.Message
- func (x *IdentityProviderConfig) Reset()
- func (x *IdentityProviderConfig) String() string
- type IdentityProviderConfigServiceClient
- type IdentityProviderConfigServiceServer
- type ListIdentityProviderConfigsRequest
- func (*ListIdentityProviderConfigsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListIdentityProviderConfigsRequest) ProtoMessage()
- func (x *ListIdentityProviderConfigsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIdentityProviderConfigsRequest) Reset()
- func (x *ListIdentityProviderConfigsRequest) String() string
- type ListIdentityProviderConfigsResponse
- func (*ListIdentityProviderConfigsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIdentityProviderConfigsResponse) GetIdentityProviderConfigs() []*IdentityProviderConfig
- func (*ListIdentityProviderConfigsResponse) ProtoMessage()
- func (x *ListIdentityProviderConfigsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIdentityProviderConfigsResponse) Reset()
- func (x *ListIdentityProviderConfigsResponse) String() string
- type ListKnownPackagesRequest
- type ListKnownPackagesResponse
- func (*ListKnownPackagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListKnownPackagesResponse) GetPackageDetails() []*PackageDetails
- func (*ListKnownPackagesResponse) ProtoMessage()
- func (x *ListKnownPackagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListKnownPackagesResponse) Reset()
- func (x *ListKnownPackagesResponse) String() string
- type ListKnownPartiesRequest
- func (*ListKnownPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListKnownPartiesRequest) GetIdentityProviderId() string
- func (x *ListKnownPartiesRequest) GetPageSize() int32
- func (x *ListKnownPartiesRequest) GetPageToken() string
- func (*ListKnownPartiesRequest) ProtoMessage()
- func (x *ListKnownPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListKnownPartiesRequest) Reset()
- func (x *ListKnownPartiesRequest) String() string
- type ListKnownPartiesResponse
- func (*ListKnownPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListKnownPartiesResponse) GetNextPageToken() string
- func (x *ListKnownPartiesResponse) GetPartyDetails() []*PartyDetails
- func (*ListKnownPartiesResponse) ProtoMessage()
- func (x *ListKnownPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListKnownPartiesResponse) Reset()
- func (x *ListKnownPartiesResponse) String() string
- type ListUserRightsRequest
- func (*ListUserRightsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserRightsRequest) GetIdentityProviderId() string
- func (x *ListUserRightsRequest) GetUserId() string
- func (*ListUserRightsRequest) ProtoMessage()
- func (x *ListUserRightsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserRightsRequest) Reset()
- func (x *ListUserRightsRequest) String() string
- type ListUserRightsResponse
- func (*ListUserRightsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserRightsResponse) GetRights() []*Right
- func (*ListUserRightsResponse) ProtoMessage()
- func (x *ListUserRightsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserRightsResponse) Reset()
- func (x *ListUserRightsResponse) String() string
- type ListUsersRequest
- func (*ListUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersRequest) GetIdentityProviderId() string
- func (x *ListUsersRequest) GetPageSize() int32
- func (x *ListUsersRequest) GetPageToken() string
- func (*ListUsersRequest) ProtoMessage()
- func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
- func (x *ListUsersRequest) Reset()
- func (x *ListUsersRequest) String() string
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetNextPageToken() string
- func (x *ListUsersResponse) GetUsers() []*User
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- type MeteringReportServiceClient
- type MeteringReportServiceServer
- type ObjectMeta
- func (*ObjectMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectMeta) GetAnnotations() map[string]string
- func (x *ObjectMeta) GetResourceVersion() string
- func (*ObjectMeta) ProtoMessage()
- func (x *ObjectMeta) ProtoReflect() protoreflect.Message
- func (x *ObjectMeta) Reset()
- func (x *ObjectMeta) String() string
- type PackageDetails
- func (*PackageDetails) Descriptor() ([]byte, []int)deprecated
- func (x *PackageDetails) GetKnownSince() *timestamppb.Timestamp
- func (x *PackageDetails) GetPackageId() string
- func (x *PackageDetails) GetPackageSize() uint64
- func (x *PackageDetails) GetSourceDescription() string
- func (*PackageDetails) ProtoMessage()
- func (x *PackageDetails) ProtoReflect() protoreflect.Message
- func (x *PackageDetails) Reset()
- func (x *PackageDetails) String() string
- type PackageManagementServiceClient
- type PackageManagementServiceServer
- type ParticipantPruningServiceClient
- type ParticipantPruningServiceServer
- type PartyDetails
- func (*PartyDetails) Descriptor() ([]byte, []int)deprecated
- func (x *PartyDetails) GetDisplayName() string
- func (x *PartyDetails) GetIdentityProviderId() string
- func (x *PartyDetails) GetIsLocal() bool
- func (x *PartyDetails) GetLocalMetadata() *ObjectMeta
- func (x *PartyDetails) GetParty() string
- func (*PartyDetails) ProtoMessage()
- func (x *PartyDetails) ProtoReflect() protoreflect.Message
- func (x *PartyDetails) Reset()
- func (x *PartyDetails) String() string
- type PartyManagementServiceClient
- type PartyManagementServiceServer
- type PruneRequest
- func (*PruneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PruneRequest) GetPruneAllDivulgedContracts() bool
- func (x *PruneRequest) GetPruneUpTo() string
- func (x *PruneRequest) GetSubmissionId() string
- func (*PruneRequest) ProtoMessage()
- func (x *PruneRequest) ProtoReflect() protoreflect.Message
- func (x *PruneRequest) Reset()
- func (x *PruneRequest) String() string
- type PruneResponse
- type RevokeUserRightsRequest
- func (*RevokeUserRightsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUserRightsRequest) GetIdentityProviderId() string
- func (x *RevokeUserRightsRequest) GetRights() []*Right
- func (x *RevokeUserRightsRequest) GetUserId() string
- func (*RevokeUserRightsRequest) ProtoMessage()
- func (x *RevokeUserRightsRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeUserRightsRequest) Reset()
- func (x *RevokeUserRightsRequest) String() string
- type RevokeUserRightsResponse
- func (*RevokeUserRightsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUserRightsResponse) GetNewlyRevokedRights() []*Right
- func (*RevokeUserRightsResponse) ProtoMessage()
- func (x *RevokeUserRightsResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeUserRightsResponse) Reset()
- func (x *RevokeUserRightsResponse) String() string
- type Right
- func (*Right) Descriptor() ([]byte, []int)deprecated
- func (x *Right) GetCanActAs() *Right_CanActAs
- func (x *Right) GetCanReadAs() *Right_CanReadAs
- func (x *Right) GetIdentityProviderAdmin() *Right_IdentityProviderAdmin
- func (m *Right) GetKind() isRight_Kind
- func (x *Right) GetParticipantAdmin() *Right_ParticipantAdmin
- func (*Right) ProtoMessage()
- func (x *Right) ProtoReflect() protoreflect.Message
- func (x *Right) Reset()
- func (x *Right) String() string
- type Right_CanActAs
- type Right_CanActAs_
- type Right_CanReadAs
- type Right_CanReadAs_
- type Right_IdentityProviderAdmin
- type Right_IdentityProviderAdmin_
- type Right_ParticipantAdmin
- type Right_ParticipantAdmin_
- type SetTimeModelRequest
- func (*SetTimeModelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTimeModelRequest) GetConfigurationGeneration() int64
- func (x *SetTimeModelRequest) GetMaximumRecordTime() *timestamppb.Timestamp
- func (x *SetTimeModelRequest) GetNewTimeModel() *TimeModel
- func (x *SetTimeModelRequest) GetSubmissionId() string
- func (*SetTimeModelRequest) ProtoMessage()
- func (x *SetTimeModelRequest) ProtoReflect() protoreflect.Message
- func (x *SetTimeModelRequest) Reset()
- func (x *SetTimeModelRequest) String() string
- type SetTimeModelResponse
- func (*SetTimeModelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetTimeModelResponse) GetConfigurationGeneration() int64
- func (*SetTimeModelResponse) ProtoMessage()
- func (x *SetTimeModelResponse) ProtoReflect() protoreflect.Message
- func (x *SetTimeModelResponse) Reset()
- func (x *SetTimeModelResponse) String() string
- type TimeModel
- func (*TimeModel) Descriptor() ([]byte, []int)deprecated
- func (x *TimeModel) GetAvgTransactionLatency() *durationpb.Duration
- func (x *TimeModel) GetMaxSkew() *durationpb.Duration
- func (x *TimeModel) GetMinSkew() *durationpb.Duration
- func (*TimeModel) ProtoMessage()
- func (x *TimeModel) ProtoReflect() protoreflect.Message
- func (x *TimeModel) Reset()
- func (x *TimeModel) String() string
- type UnimplementedCommandInspectionServiceServer
- type UnimplementedConfigManagementServiceServer
- type UnimplementedIdentityProviderConfigServiceServer
- func (UnimplementedIdentityProviderConfigServiceServer) CreateIdentityProviderConfig(context.Context, *CreateIdentityProviderConfigRequest) (*CreateIdentityProviderConfigResponse, error)
- func (UnimplementedIdentityProviderConfigServiceServer) DeleteIdentityProviderConfig(context.Context, *DeleteIdentityProviderConfigRequest) (*DeleteIdentityProviderConfigResponse, error)
- func (UnimplementedIdentityProviderConfigServiceServer) GetIdentityProviderConfig(context.Context, *GetIdentityProviderConfigRequest) (*GetIdentityProviderConfigResponse, error)
- func (UnimplementedIdentityProviderConfigServiceServer) ListIdentityProviderConfigs(context.Context, *ListIdentityProviderConfigsRequest) (*ListIdentityProviderConfigsResponse, error)
- func (UnimplementedIdentityProviderConfigServiceServer) UpdateIdentityProviderConfig(context.Context, *UpdateIdentityProviderConfigRequest) (*UpdateIdentityProviderConfigResponse, error)
- type UnimplementedMeteringReportServiceServer
- type UnimplementedPackageManagementServiceServer
- func (UnimplementedPackageManagementServiceServer) ListKnownPackages(context.Context, *ListKnownPackagesRequest) (*ListKnownPackagesResponse, error)
- func (UnimplementedPackageManagementServiceServer) UploadDarFile(context.Context, *UploadDarFileRequest) (*UploadDarFileResponse, error)
- func (UnimplementedPackageManagementServiceServer) ValidateDarFile(context.Context, *ValidateDarFileRequest) (*ValidateDarFileResponse, error)
- type UnimplementedParticipantPruningServiceServer
- type UnimplementedPartyManagementServiceServer
- func (UnimplementedPartyManagementServiceServer) AllocateParty(context.Context, *AllocatePartyRequest) (*AllocatePartyResponse, error)
- func (UnimplementedPartyManagementServiceServer) GetParticipantId(context.Context, *GetParticipantIdRequest) (*GetParticipantIdResponse, error)
- func (UnimplementedPartyManagementServiceServer) GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error)
- func (UnimplementedPartyManagementServiceServer) ListKnownParties(context.Context, *ListKnownPartiesRequest) (*ListKnownPartiesResponse, error)
- func (UnimplementedPartyManagementServiceServer) UpdatePartyDetails(context.Context, *UpdatePartyDetailsRequest) (*UpdatePartyDetailsResponse, error)
- func (UnimplementedPartyManagementServiceServer) UpdatePartyIdentityProviderId(context.Context, *UpdatePartyIdentityProviderRequest) (*UpdatePartyIdentityProviderResponse, error)
- type UnimplementedUserManagementServiceServer
- func (UnimplementedUserManagementServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
- func (UnimplementedUserManagementServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
- func (UnimplementedUserManagementServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedUserManagementServiceServer) GrantUserRights(context.Context, *GrantUserRightsRequest) (*GrantUserRightsResponse, error)
- func (UnimplementedUserManagementServiceServer) ListUserRights(context.Context, *ListUserRightsRequest) (*ListUserRightsResponse, error)
- func (UnimplementedUserManagementServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
- func (UnimplementedUserManagementServiceServer) RevokeUserRights(context.Context, *RevokeUserRightsRequest) (*RevokeUserRightsResponse, error)
- func (UnimplementedUserManagementServiceServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
- func (UnimplementedUserManagementServiceServer) UpdateUserIdentityProviderId(context.Context, *UpdateUserIdentityProviderRequest) (*UpdateUserIdentityProviderResponse, error)
- type UnsafeCommandInspectionServiceServer
- type UnsafeConfigManagementServiceServer
- type UnsafeIdentityProviderConfigServiceServer
- type UnsafeMeteringReportServiceServer
- type UnsafePackageManagementServiceServer
- type UnsafeParticipantPruningServiceServer
- type UnsafePartyManagementServiceServer
- type UnsafeUserManagementServiceServer
- type UpdateIdentityProviderConfigRequest
- func (*UpdateIdentityProviderConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIdentityProviderConfigRequest) GetIdentityProviderConfig() *IdentityProviderConfig
- func (x *UpdateIdentityProviderConfigRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateIdentityProviderConfigRequest) ProtoMessage()
- func (x *UpdateIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateIdentityProviderConfigRequest) Reset()
- func (x *UpdateIdentityProviderConfigRequest) String() string
- type UpdateIdentityProviderConfigResponse
- func (*UpdateIdentityProviderConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
- func (*UpdateIdentityProviderConfigResponse) ProtoMessage()
- func (x *UpdateIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateIdentityProviderConfigResponse) Reset()
- func (x *UpdateIdentityProviderConfigResponse) String() string
- type UpdatePartyDetailsRequest
- func (*UpdatePartyDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePartyDetailsRequest) GetPartyDetails() *PartyDetails
- func (x *UpdatePartyDetailsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdatePartyDetailsRequest) ProtoMessage()
- func (x *UpdatePartyDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePartyDetailsRequest) Reset()
- func (x *UpdatePartyDetailsRequest) String() string
- type UpdatePartyDetailsResponse
- func (*UpdatePartyDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePartyDetailsResponse) GetPartyDetails() *PartyDetails
- func (*UpdatePartyDetailsResponse) ProtoMessage()
- func (x *UpdatePartyDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdatePartyDetailsResponse) Reset()
- func (x *UpdatePartyDetailsResponse) String() string
- type UpdatePartyIdentityProviderRequest
- func (*UpdatePartyIdentityProviderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePartyIdentityProviderRequest) GetParty() string
- func (x *UpdatePartyIdentityProviderRequest) GetSourceIdentityProviderId() string
- func (x *UpdatePartyIdentityProviderRequest) GetTargetIdentityProviderId() string
- func (*UpdatePartyIdentityProviderRequest) ProtoMessage()
- func (x *UpdatePartyIdentityProviderRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePartyIdentityProviderRequest) Reset()
- func (x *UpdatePartyIdentityProviderRequest) String() string
- type UpdatePartyIdentityProviderResponse
- func (*UpdatePartyIdentityProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdatePartyIdentityProviderResponse) ProtoMessage()
- func (x *UpdatePartyIdentityProviderResponse) ProtoReflect() protoreflect.Message
- func (x *UpdatePartyIdentityProviderResponse) Reset()
- func (x *UpdatePartyIdentityProviderResponse) String() string
- type UpdateUserIdentityProviderRequest
- func (*UpdateUserIdentityProviderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserIdentityProviderRequest) GetSourceIdentityProviderId() string
- func (x *UpdateUserIdentityProviderRequest) GetTargetIdentityProviderId() string
- func (x *UpdateUserIdentityProviderRequest) GetUserId() string
- func (*UpdateUserIdentityProviderRequest) ProtoMessage()
- func (x *UpdateUserIdentityProviderRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIdentityProviderRequest) Reset()
- func (x *UpdateUserIdentityProviderRequest) String() string
- type UpdateUserIdentityProviderResponse
- func (*UpdateUserIdentityProviderResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateUserIdentityProviderResponse) ProtoMessage()
- func (x *UpdateUserIdentityProviderResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserIdentityProviderResponse) Reset()
- func (x *UpdateUserIdentityProviderResponse) String() string
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserRequest) GetUser() *User
- func (*UpdateUserRequest) ProtoMessage()
- func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRequest) Reset()
- func (x *UpdateUserRequest) String() string
- type UpdateUserResponse
- type UploadDarFileRequest
- func (*UploadDarFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadDarFileRequest) GetDarFile() []byte
- func (x *UploadDarFileRequest) GetSubmissionId() string
- func (*UploadDarFileRequest) ProtoMessage()
- func (x *UploadDarFileRequest) ProtoReflect() protoreflect.Message
- func (x *UploadDarFileRequest) Reset()
- func (x *UploadDarFileRequest) String() string
- type UploadDarFileResponse
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetId() string
- func (x *User) GetIdentityProviderId() string
- func (x *User) GetIsDeactivated() bool
- func (x *User) GetMetadata() *ObjectMeta
- func (x *User) GetPrimaryParty() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserManagementServiceClient
- type UserManagementServiceServer
- type ValidateDarFileRequest
- func (*ValidateDarFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateDarFileRequest) GetDarFile() []byte
- func (x *ValidateDarFileRequest) GetSubmissionId() string
- func (*ValidateDarFileRequest) ProtoMessage()
- func (x *ValidateDarFileRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateDarFileRequest) Reset()
- func (x *ValidateDarFileRequest) String() string
- type ValidateDarFileResponse
Constants ¶
const ( ConfigManagementService_GetTimeModel_FullMethodName = "/com.daml.ledger.api.v1.admin.ConfigManagementService/GetTimeModel" ConfigManagementService_SetTimeModel_FullMethodName = "/com.daml.ledger.api.v1.admin.ConfigManagementService/SetTimeModel" )
const ( IdentityProviderConfigService_CreateIdentityProviderConfig_FullMethodName = "/com.daml.ledger.api.v1.admin.IdentityProviderConfigService/CreateIdentityProviderConfig" IdentityProviderConfigService_GetIdentityProviderConfig_FullMethodName = "/com.daml.ledger.api.v1.admin.IdentityProviderConfigService/GetIdentityProviderConfig" IdentityProviderConfigService_UpdateIdentityProviderConfig_FullMethodName = "/com.daml.ledger.api.v1.admin.IdentityProviderConfigService/UpdateIdentityProviderConfig" IdentityProviderConfigService_ListIdentityProviderConfigs_FullMethodName = "/com.daml.ledger.api.v1.admin.IdentityProviderConfigService/ListIdentityProviderConfigs" IdentityProviderConfigService_DeleteIdentityProviderConfig_FullMethodName = "/com.daml.ledger.api.v1.admin.IdentityProviderConfigService/DeleteIdentityProviderConfig" )
const ( PackageManagementService_ListKnownPackages_FullMethodName = "/com.daml.ledger.api.v1.admin.PackageManagementService/ListKnownPackages" PackageManagementService_UploadDarFile_FullMethodName = "/com.daml.ledger.api.v1.admin.PackageManagementService/UploadDarFile" PackageManagementService_ValidateDarFile_FullMethodName = "/com.daml.ledger.api.v1.admin.PackageManagementService/ValidateDarFile" )
const ( PartyManagementService_GetParticipantId_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/GetParticipantId" PartyManagementService_GetParties_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/GetParties" PartyManagementService_ListKnownParties_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/ListKnownParties" PartyManagementService_AllocateParty_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/AllocateParty" PartyManagementService_UpdatePartyDetails_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/UpdatePartyDetails" PartyManagementService_UpdatePartyIdentityProviderId_FullMethodName = "/com.daml.ledger.api.v1.admin.PartyManagementService/UpdatePartyIdentityProviderId" )
const ( UserManagementService_CreateUser_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/CreateUser" UserManagementService_GetUser_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/GetUser" UserManagementService_UpdateUser_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/UpdateUser" UserManagementService_DeleteUser_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/DeleteUser" UserManagementService_ListUsers_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/ListUsers" UserManagementService_GrantUserRights_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/GrantUserRights" UserManagementService_RevokeUserRights_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/RevokeUserRights" UserManagementService_ListUserRights_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/ListUserRights" UserManagementService_UpdateUserIdentityProviderId_FullMethodName = "/com.daml.ledger.api.v1.admin.UserManagementService/UpdateUserIdentityProviderId" )
const (
CommandInspectionService_GetCommandStatus_FullMethodName = "/com.daml.ledger.api.v1.admin.CommandInspectionService/GetCommandStatus"
)
const (
MeteringReportService_GetMeteringReport_FullMethodName = "/com.daml.ledger.api.v1.admin.MeteringReportService/GetMeteringReport"
)
const (
ParticipantPruningService_Prune_FullMethodName = "/com.daml.ledger.api.v1.admin.ParticipantPruningService/Prune"
)
Variables ¶
var ( CommandState_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "STATE_PENDING", 2: "STATE_SUCCEEDED", 3: "STATE_FAILED", } CommandState_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "STATE_PENDING": 1, "STATE_SUCCEEDED": 2, "STATE_FAILED": 3, } )
Enum value maps for CommandState.
var CommandInspectionService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.CommandInspectionService", HandlerType: (*CommandInspectionServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetCommandStatus", Handler: _CommandInspectionService_GetCommandStatus_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/command_inspection_service.proto", }
CommandInspectionService_ServiceDesc is the grpc.ServiceDesc for CommandInspectionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ConfigManagementService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.ConfigManagementService", HandlerType: (*ConfigManagementServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTimeModel", Handler: _ConfigManagementService_GetTimeModel_Handler, }, { MethodName: "SetTimeModel", Handler: _ConfigManagementService_SetTimeModel_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/config_management_service.proto", }
ConfigManagementService_ServiceDesc is the grpc.ServiceDesc for ConfigManagementService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_com_daml_ledger_api_v1_admin_command_inspection_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_config_management_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_identity_provider_config_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_metering_report_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_object_meta_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_package_management_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_participant_pruning_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_party_management_service_proto protoreflect.FileDescriptor
var File_com_daml_ledger_api_v1_admin_user_management_service_proto protoreflect.FileDescriptor
var IdentityProviderConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.IdentityProviderConfigService", HandlerType: (*IdentityProviderConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateIdentityProviderConfig", Handler: _IdentityProviderConfigService_CreateIdentityProviderConfig_Handler, }, { MethodName: "GetIdentityProviderConfig", Handler: _IdentityProviderConfigService_GetIdentityProviderConfig_Handler, }, { MethodName: "UpdateIdentityProviderConfig", Handler: _IdentityProviderConfigService_UpdateIdentityProviderConfig_Handler, }, { MethodName: "ListIdentityProviderConfigs", Handler: _IdentityProviderConfigService_ListIdentityProviderConfigs_Handler, }, { MethodName: "DeleteIdentityProviderConfig", Handler: _IdentityProviderConfigService_DeleteIdentityProviderConfig_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/identity_provider_config_service.proto", }
IdentityProviderConfigService_ServiceDesc is the grpc.ServiceDesc for IdentityProviderConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var MeteringReportService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.MeteringReportService", HandlerType: (*MeteringReportServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetMeteringReport", Handler: _MeteringReportService_GetMeteringReport_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/metering_report_service.proto", }
MeteringReportService_ServiceDesc is the grpc.ServiceDesc for MeteringReportService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PackageManagementService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.PackageManagementService", HandlerType: (*PackageManagementServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListKnownPackages", Handler: _PackageManagementService_ListKnownPackages_Handler, }, { MethodName: "UploadDarFile", Handler: _PackageManagementService_UploadDarFile_Handler, }, { MethodName: "ValidateDarFile", Handler: _PackageManagementService_ValidateDarFile_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/package_management_service.proto", }
PackageManagementService_ServiceDesc is the grpc.ServiceDesc for PackageManagementService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ParticipantPruningService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.ParticipantPruningService", HandlerType: (*ParticipantPruningServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Prune", Handler: _ParticipantPruningService_Prune_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/participant_pruning_service.proto", }
ParticipantPruningService_ServiceDesc is the grpc.ServiceDesc for ParticipantPruningService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PartyManagementService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.PartyManagementService", HandlerType: (*PartyManagementServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetParticipantId", Handler: _PartyManagementService_GetParticipantId_Handler, }, { MethodName: "GetParties", Handler: _PartyManagementService_GetParties_Handler, }, { MethodName: "ListKnownParties", Handler: _PartyManagementService_ListKnownParties_Handler, }, { MethodName: "AllocateParty", Handler: _PartyManagementService_AllocateParty_Handler, }, { MethodName: "UpdatePartyDetails", Handler: _PartyManagementService_UpdatePartyDetails_Handler, }, { MethodName: "UpdatePartyIdentityProviderId", Handler: _PartyManagementService_UpdatePartyIdentityProviderId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/party_management_service.proto", }
PartyManagementService_ServiceDesc is the grpc.ServiceDesc for PartyManagementService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UserManagementService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.daml.ledger.api.v1.admin.UserManagementService", HandlerType: (*UserManagementServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateUser", Handler: _UserManagementService_CreateUser_Handler, }, { MethodName: "GetUser", Handler: _UserManagementService_GetUser_Handler, }, { MethodName: "UpdateUser", Handler: _UserManagementService_UpdateUser_Handler, }, { MethodName: "DeleteUser", Handler: _UserManagementService_DeleteUser_Handler, }, { MethodName: "ListUsers", Handler: _UserManagementService_ListUsers_Handler, }, { MethodName: "GrantUserRights", Handler: _UserManagementService_GrantUserRights_Handler, }, { MethodName: "RevokeUserRights", Handler: _UserManagementService_RevokeUserRights_Handler, }, { MethodName: "ListUserRights", Handler: _UserManagementService_ListUserRights_Handler, }, { MethodName: "UpdateUserIdentityProviderId", Handler: _UserManagementService_UpdateUserIdentityProviderId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/daml/ledger/api/v1/admin/user_management_service.proto", }
UserManagementService_ServiceDesc is the grpc.ServiceDesc for UserManagementService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterCommandInspectionServiceServer ¶
func RegisterCommandInspectionServiceServer(s grpc.ServiceRegistrar, srv CommandInspectionServiceServer)
func RegisterConfigManagementServiceServer ¶
func RegisterConfigManagementServiceServer(s grpc.ServiceRegistrar, srv ConfigManagementServiceServer)
func RegisterIdentityProviderConfigServiceServer ¶
func RegisterIdentityProviderConfigServiceServer(s grpc.ServiceRegistrar, srv IdentityProviderConfigServiceServer)
func RegisterMeteringReportServiceServer ¶
func RegisterMeteringReportServiceServer(s grpc.ServiceRegistrar, srv MeteringReportServiceServer)
func RegisterPackageManagementServiceServer ¶
func RegisterPackageManagementServiceServer(s grpc.ServiceRegistrar, srv PackageManagementServiceServer)
func RegisterParticipantPruningServiceServer ¶
func RegisterParticipantPruningServiceServer(s grpc.ServiceRegistrar, srv ParticipantPruningServiceServer)
func RegisterPartyManagementServiceServer ¶
func RegisterPartyManagementServiceServer(s grpc.ServiceRegistrar, srv PartyManagementServiceServer)
func RegisterUserManagementServiceServer ¶
func RegisterUserManagementServiceServer(s grpc.ServiceRegistrar, srv UserManagementServiceServer)
Types ¶
type AllocatePartyRequest ¶
type AllocatePartyRequest struct { PartyIdHint string `protobuf:"bytes,1,opt,name=party_id_hint,json=partyIdHint,proto3" json:"party_id_hint,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` LocalMetadata *ObjectMeta `protobuf:"bytes,3,opt,name=local_metadata,json=localMetadata,proto3" json:"local_metadata,omitempty"` IdentityProviderId string `protobuf:"bytes,4,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*AllocatePartyRequest) Descriptor
deprecated
func (*AllocatePartyRequest) Descriptor() ([]byte, []int)
Deprecated: Use AllocatePartyRequest.ProtoReflect.Descriptor instead.
func (*AllocatePartyRequest) GetDisplayName ¶
func (x *AllocatePartyRequest) GetDisplayName() string
func (*AllocatePartyRequest) GetIdentityProviderId ¶
func (x *AllocatePartyRequest) GetIdentityProviderId() string
func (*AllocatePartyRequest) GetLocalMetadata ¶
func (x *AllocatePartyRequest) GetLocalMetadata() *ObjectMeta
func (*AllocatePartyRequest) GetPartyIdHint ¶
func (x *AllocatePartyRequest) GetPartyIdHint() string
func (*AllocatePartyRequest) ProtoMessage ¶
func (*AllocatePartyRequest) ProtoMessage()
func (*AllocatePartyRequest) ProtoReflect ¶
func (x *AllocatePartyRequest) ProtoReflect() protoreflect.Message
func (*AllocatePartyRequest) Reset ¶
func (x *AllocatePartyRequest) Reset()
func (*AllocatePartyRequest) String ¶
func (x *AllocatePartyRequest) String() string
type AllocatePartyResponse ¶
type AllocatePartyResponse struct { PartyDetails *PartyDetails `protobuf:"bytes,1,opt,name=party_details,json=partyDetails,proto3" json:"party_details,omitempty"` // contains filtered or unexported fields }
func (*AllocatePartyResponse) Descriptor
deprecated
func (*AllocatePartyResponse) Descriptor() ([]byte, []int)
Deprecated: Use AllocatePartyResponse.ProtoReflect.Descriptor instead.
func (*AllocatePartyResponse) GetPartyDetails ¶
func (x *AllocatePartyResponse) GetPartyDetails() *PartyDetails
func (*AllocatePartyResponse) ProtoMessage ¶
func (*AllocatePartyResponse) ProtoMessage()
func (*AllocatePartyResponse) ProtoReflect ¶
func (x *AllocatePartyResponse) ProtoReflect() protoreflect.Message
func (*AllocatePartyResponse) Reset ¶
func (x *AllocatePartyResponse) Reset()
func (*AllocatePartyResponse) String ¶
func (x *AllocatePartyResponse) String() string
type CommandInspectionServiceClient ¶
type CommandInspectionServiceClient interface {
GetCommandStatus(ctx context.Context, in *GetCommandStatusRequest, opts ...grpc.CallOption) (*GetCommandStatusResponse, error)
}
CommandInspectionServiceClient is the client API for CommandInspectionService 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 NewCommandInspectionServiceClient ¶
func NewCommandInspectionServiceClient(cc grpc.ClientConnInterface) CommandInspectionServiceClient
type CommandInspectionServiceServer ¶
type CommandInspectionServiceServer interface { GetCommandStatus(context.Context, *GetCommandStatusRequest) (*GetCommandStatusResponse, error) // contains filtered or unexported methods }
CommandInspectionServiceServer is the server API for CommandInspectionService service. All implementations must embed UnimplementedCommandInspectionServiceServer for forward compatibility.
type CommandState ¶
type CommandState int32
const ( CommandState_STATE_UNSPECIFIED CommandState = 0 CommandState_STATE_PENDING CommandState = 1 CommandState_STATE_SUCCEEDED CommandState = 2 CommandState_STATE_FAILED CommandState = 3 )
func (CommandState) Descriptor ¶
func (CommandState) Descriptor() protoreflect.EnumDescriptor
func (CommandState) Enum ¶
func (x CommandState) Enum() *CommandState
func (CommandState) EnumDescriptor
deprecated
func (CommandState) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommandState.Descriptor instead.
func (CommandState) Number ¶
func (x CommandState) Number() protoreflect.EnumNumber
func (CommandState) String ¶
func (x CommandState) String() string
func (CommandState) Type ¶
func (CommandState) Type() protoreflect.EnumType
type ConfigManagementServiceClient ¶
type ConfigManagementServiceClient interface { GetTimeModel(ctx context.Context, in *GetTimeModelRequest, opts ...grpc.CallOption) (*GetTimeModelResponse, error) SetTimeModel(ctx context.Context, in *SetTimeModelRequest, opts ...grpc.CallOption) (*SetTimeModelResponse, error) }
ConfigManagementServiceClient is the client API for ConfigManagementService 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 NewConfigManagementServiceClient ¶
func NewConfigManagementServiceClient(cc grpc.ClientConnInterface) ConfigManagementServiceClient
type ConfigManagementServiceServer ¶
type ConfigManagementServiceServer interface { GetTimeModel(context.Context, *GetTimeModelRequest) (*GetTimeModelResponse, error) SetTimeModel(context.Context, *SetTimeModelRequest) (*SetTimeModelResponse, error) // contains filtered or unexported methods }
ConfigManagementServiceServer is the server API for ConfigManagementService service. All implementations must embed UnimplementedConfigManagementServiceServer for forward compatibility.
type CreateIdentityProviderConfigRequest ¶
type CreateIdentityProviderConfigRequest struct { IdentityProviderConfig *IdentityProviderConfig `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateIdentityProviderConfigRequest) Descriptor
deprecated
func (*CreateIdentityProviderConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateIdentityProviderConfigRequest.ProtoReflect.Descriptor instead.
func (*CreateIdentityProviderConfigRequest) GetIdentityProviderConfig ¶
func (x *CreateIdentityProviderConfigRequest) GetIdentityProviderConfig() *IdentityProviderConfig
func (*CreateIdentityProviderConfigRequest) ProtoMessage ¶
func (*CreateIdentityProviderConfigRequest) ProtoMessage()
func (*CreateIdentityProviderConfigRequest) ProtoReflect ¶
func (x *CreateIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
func (*CreateIdentityProviderConfigRequest) Reset ¶
func (x *CreateIdentityProviderConfigRequest) Reset()
func (*CreateIdentityProviderConfigRequest) String ¶
func (x *CreateIdentityProviderConfigRequest) String() string
type CreateIdentityProviderConfigResponse ¶
type CreateIdentityProviderConfigResponse struct { IdentityProviderConfig *IdentityProviderConfig `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateIdentityProviderConfigResponse) Descriptor
deprecated
func (*CreateIdentityProviderConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateIdentityProviderConfigResponse.ProtoReflect.Descriptor instead.
func (*CreateIdentityProviderConfigResponse) GetIdentityProviderConfig ¶
func (x *CreateIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
func (*CreateIdentityProviderConfigResponse) ProtoMessage ¶
func (*CreateIdentityProviderConfigResponse) ProtoMessage()
func (*CreateIdentityProviderConfigResponse) ProtoReflect ¶
func (x *CreateIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
func (*CreateIdentityProviderConfigResponse) Reset ¶
func (x *CreateIdentityProviderConfigResponse) Reset()
func (*CreateIdentityProviderConfigResponse) String ¶
func (x *CreateIdentityProviderConfigResponse) String() string
type CreateUserRequest ¶
type CreateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Rights []*Right `protobuf:"bytes,2,rep,name=rights,proto3" json:"rights,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetRights ¶
func (x *CreateUserRequest) GetRights() []*Right
func (*CreateUserRequest) GetUser ¶
func (x *CreateUserRequest) GetUser() *User
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetUser ¶
func (x *CreateUserResponse) GetUser() *User
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type DeleteIdentityProviderConfigRequest ¶
type DeleteIdentityProviderConfigRequest struct { IdentityProviderId string `protobuf:"bytes,1,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteIdentityProviderConfigRequest) Descriptor
deprecated
func (*DeleteIdentityProviderConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIdentityProviderConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteIdentityProviderConfigRequest) GetIdentityProviderId ¶
func (x *DeleteIdentityProviderConfigRequest) GetIdentityProviderId() string
func (*DeleteIdentityProviderConfigRequest) ProtoMessage ¶
func (*DeleteIdentityProviderConfigRequest) ProtoMessage()
func (*DeleteIdentityProviderConfigRequest) ProtoReflect ¶
func (x *DeleteIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteIdentityProviderConfigRequest) Reset ¶
func (x *DeleteIdentityProviderConfigRequest) Reset()
func (*DeleteIdentityProviderConfigRequest) String ¶
func (x *DeleteIdentityProviderConfigRequest) String() string
type DeleteIdentityProviderConfigResponse ¶
type DeleteIdentityProviderConfigResponse struct {
// contains filtered or unexported fields
}
func (*DeleteIdentityProviderConfigResponse) Descriptor
deprecated
func (*DeleteIdentityProviderConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteIdentityProviderConfigResponse.ProtoReflect.Descriptor instead.
func (*DeleteIdentityProviderConfigResponse) ProtoMessage ¶
func (*DeleteIdentityProviderConfigResponse) ProtoMessage()
func (*DeleteIdentityProviderConfigResponse) ProtoReflect ¶
func (x *DeleteIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
func (*DeleteIdentityProviderConfigResponse) Reset ¶
func (x *DeleteIdentityProviderConfigResponse) Reset()
func (*DeleteIdentityProviderConfigResponse) String ¶
func (x *DeleteIdentityProviderConfigResponse) String() string
type DeleteUserRequest ¶
type DeleteUserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IdentityProviderId string `protobuf:"bytes,2,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetIdentityProviderId ¶
func (x *DeleteUserRequest) GetIdentityProviderId() string
func (*DeleteUserRequest) GetUserId ¶
func (x *DeleteUserRequest) GetUserId() string
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) Descriptor
deprecated
func (*DeleteUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type GetCommandStatusRequest ¶
type GetCommandStatusRequest struct { CommandIdPrefix string `protobuf:"bytes,1,opt,name=command_id_prefix,json=commandIdPrefix,proto3" json:"command_id_prefix,omitempty"` State CommandState `protobuf:"varint,2,opt,name=state,proto3,enum=com.daml.ledger.api.v1.admin.CommandState" json:"state,omitempty"` Limit uint32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusRequest) Descriptor
deprecated
func (*GetCommandStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusRequest.ProtoReflect.Descriptor instead.
func (*GetCommandStatusRequest) GetCommandIdPrefix ¶
func (x *GetCommandStatusRequest) GetCommandIdPrefix() string
func (*GetCommandStatusRequest) GetLimit ¶
func (x *GetCommandStatusRequest) GetLimit() uint32
func (*GetCommandStatusRequest) GetState ¶
func (x *GetCommandStatusRequest) GetState() CommandState
func (*GetCommandStatusRequest) ProtoMessage ¶
func (*GetCommandStatusRequest) ProtoMessage()
func (*GetCommandStatusRequest) ProtoReflect ¶
func (x *GetCommandStatusRequest) ProtoReflect() protoreflect.Message
func (*GetCommandStatusRequest) Reset ¶
func (x *GetCommandStatusRequest) Reset()
func (*GetCommandStatusRequest) String ¶
func (x *GetCommandStatusRequest) String() string
type GetCommandStatusResponse ¶
type GetCommandStatusResponse struct { CommandStatus []*GetCommandStatusResponse_CommandStatus `protobuf:"bytes,1,rep,name=command_status,json=commandStatus,proto3" json:"command_status,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusResponse) Descriptor
deprecated
func (*GetCommandStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusResponse.ProtoReflect.Descriptor instead.
func (*GetCommandStatusResponse) GetCommandStatus ¶
func (x *GetCommandStatusResponse) GetCommandStatus() []*GetCommandStatusResponse_CommandStatus
func (*GetCommandStatusResponse) ProtoMessage ¶
func (*GetCommandStatusResponse) ProtoMessage()
func (*GetCommandStatusResponse) ProtoReflect ¶
func (x *GetCommandStatusResponse) ProtoReflect() protoreflect.Message
func (*GetCommandStatusResponse) Reset ¶
func (x *GetCommandStatusResponse) Reset()
func (*GetCommandStatusResponse) String ¶
func (x *GetCommandStatusResponse) String() string
type GetCommandStatusResponse_CommandStatus ¶
type GetCommandStatusResponse_CommandStatus struct { Started *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=started,proto3" json:"started,omitempty"` Completed *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=completed,proto3" json:"completed,omitempty"` Completion *v1.Completion `protobuf:"bytes,3,opt,name=completion,proto3" json:"completion,omitempty"` State CommandState `protobuf:"varint,4,opt,name=state,proto3,enum=com.daml.ledger.api.v1.admin.CommandState" json:"state,omitempty"` Commands []*v1.Command `protobuf:"bytes,5,rep,name=commands,proto3" json:"commands,omitempty"` RequestStatistics *GetCommandStatusResponse_CommandStatus_RequestStatistics `protobuf:"bytes,6,opt,name=request_statistics,json=requestStatistics,proto3" json:"request_statistics,omitempty"` Updates *GetCommandStatusResponse_CommandStatus_CommandUpdates `protobuf:"bytes,7,opt,name=updates,proto3" json:"updates,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusResponse_CommandStatus) Descriptor
deprecated
func (*GetCommandStatusResponse_CommandStatus) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusResponse_CommandStatus.ProtoReflect.Descriptor instead.
func (*GetCommandStatusResponse_CommandStatus) GetCommands ¶
func (x *GetCommandStatusResponse_CommandStatus) GetCommands() []*v1.Command
func (*GetCommandStatusResponse_CommandStatus) GetCompleted ¶
func (x *GetCommandStatusResponse_CommandStatus) GetCompleted() *timestamppb.Timestamp
func (*GetCommandStatusResponse_CommandStatus) GetCompletion ¶
func (x *GetCommandStatusResponse_CommandStatus) GetCompletion() *v1.Completion
func (*GetCommandStatusResponse_CommandStatus) GetRequestStatistics ¶
func (x *GetCommandStatusResponse_CommandStatus) GetRequestStatistics() *GetCommandStatusResponse_CommandStatus_RequestStatistics
func (*GetCommandStatusResponse_CommandStatus) GetStarted ¶
func (x *GetCommandStatusResponse_CommandStatus) GetStarted() *timestamppb.Timestamp
func (*GetCommandStatusResponse_CommandStatus) GetState ¶
func (x *GetCommandStatusResponse_CommandStatus) GetState() CommandState
func (*GetCommandStatusResponse_CommandStatus) GetUpdates ¶
func (x *GetCommandStatusResponse_CommandStatus) GetUpdates() *GetCommandStatusResponse_CommandStatus_CommandUpdates
func (*GetCommandStatusResponse_CommandStatus) ProtoMessage ¶
func (*GetCommandStatusResponse_CommandStatus) ProtoMessage()
func (*GetCommandStatusResponse_CommandStatus) ProtoReflect ¶
func (x *GetCommandStatusResponse_CommandStatus) ProtoReflect() protoreflect.Message
func (*GetCommandStatusResponse_CommandStatus) Reset ¶
func (x *GetCommandStatusResponse_CommandStatus) Reset()
func (*GetCommandStatusResponse_CommandStatus) String ¶
func (x *GetCommandStatusResponse_CommandStatus) String() string
type GetCommandStatusResponse_CommandStatus_CommandUpdates ¶
type GetCommandStatusResponse_CommandStatus_CommandUpdates struct { Created []*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract `protobuf:"bytes,1,rep,name=created,proto3" json:"created,omitempty"` Archived []*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract `protobuf:"bytes,2,rep,name=archived,proto3" json:"archived,omitempty"` Exercised uint32 `protobuf:"varint,3,opt,name=exercised,proto3" json:"exercised,omitempty"` Fetched uint32 `protobuf:"varint,4,opt,name=fetched,proto3" json:"fetched,omitempty"` LookedUpByKey uint32 `protobuf:"varint,5,opt,name=looked_up_by_key,json=lookedUpByKey,proto3" json:"looked_up_by_key,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) Descriptor
deprecated
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusResponse_CommandStatus_CommandUpdates.ProtoReflect.Descriptor instead.
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetArchived ¶
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetCreated ¶
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetExercised ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetExercised() uint32
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetFetched ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetFetched() uint32
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetLookedUpByKey ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) GetLookedUpByKey() uint32
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoMessage ¶
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoMessage()
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoReflect ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoReflect() protoreflect.Message
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) Reset ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) Reset()
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) String ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates) String() string
type GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract ¶
type GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract struct { TemplateId *v1.Identifier `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` ContractId string `protobuf:"bytes,2,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"` ContractKey *v1.Value `protobuf:"bytes,3,opt,name=contract_key,json=contractKey,proto3" json:"contract_key,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Descriptor
deprecated
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract.ProtoReflect.Descriptor instead.
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractId ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractId() string
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractKey ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractKey() *v1.Value
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetTemplateId ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetTemplateId() *v1.Identifier
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoMessage ¶
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoMessage()
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoReflect ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoReflect() protoreflect.Message
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Reset ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Reset()
func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) String ¶
func (x *GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) String() string
type GetCommandStatusResponse_CommandStatus_RequestStatistics ¶
type GetCommandStatusResponse_CommandStatus_RequestStatistics struct { Envelopes uint32 `protobuf:"varint,1,opt,name=envelopes,proto3" json:"envelopes,omitempty"` RequestSize uint32 `protobuf:"varint,2,opt,name=request_size,json=requestSize,proto3" json:"request_size,omitempty"` Recipients uint32 `protobuf:"varint,3,opt,name=recipients,proto3" json:"recipients,omitempty"` // contains filtered or unexported fields }
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) Descriptor
deprecated
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) Descriptor() ([]byte, []int)
Deprecated: Use GetCommandStatusResponse_CommandStatus_RequestStatistics.ProtoReflect.Descriptor instead.
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetEnvelopes ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetEnvelopes() uint32
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRecipients ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRecipients() uint32
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRequestSize ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRequestSize() uint32
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoMessage ¶
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoMessage()
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoReflect ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoReflect() protoreflect.Message
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) Reset ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) Reset()
func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) String ¶
func (x *GetCommandStatusResponse_CommandStatus_RequestStatistics) String() string
type GetIdentityProviderConfigRequest ¶
type GetIdentityProviderConfigRequest struct { IdentityProviderId string `protobuf:"bytes,1,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*GetIdentityProviderConfigRequest) Descriptor
deprecated
func (*GetIdentityProviderConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityProviderConfigRequest.ProtoReflect.Descriptor instead.
func (*GetIdentityProviderConfigRequest) GetIdentityProviderId ¶
func (x *GetIdentityProviderConfigRequest) GetIdentityProviderId() string
func (*GetIdentityProviderConfigRequest) ProtoMessage ¶
func (*GetIdentityProviderConfigRequest) ProtoMessage()
func (*GetIdentityProviderConfigRequest) ProtoReflect ¶
func (x *GetIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
func (*GetIdentityProviderConfigRequest) Reset ¶
func (x *GetIdentityProviderConfigRequest) Reset()
func (*GetIdentityProviderConfigRequest) String ¶
func (x *GetIdentityProviderConfigRequest) String() string
type GetIdentityProviderConfigResponse ¶
type GetIdentityProviderConfigResponse struct { IdentityProviderConfig *IdentityProviderConfig `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetIdentityProviderConfigResponse) Descriptor
deprecated
func (*GetIdentityProviderConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIdentityProviderConfigResponse.ProtoReflect.Descriptor instead.
func (*GetIdentityProviderConfigResponse) GetIdentityProviderConfig ¶
func (x *GetIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
func (*GetIdentityProviderConfigResponse) ProtoMessage ¶
func (*GetIdentityProviderConfigResponse) ProtoMessage()
func (*GetIdentityProviderConfigResponse) ProtoReflect ¶
func (x *GetIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
func (*GetIdentityProviderConfigResponse) Reset ¶
func (x *GetIdentityProviderConfigResponse) Reset()
func (*GetIdentityProviderConfigResponse) String ¶
func (x *GetIdentityProviderConfigResponse) String() string
type GetMeteringReportRequest ¶
type GetMeteringReportRequest struct { From *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` To *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` ApplicationId string `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"` // contains filtered or unexported fields }
func (*GetMeteringReportRequest) Descriptor
deprecated
func (*GetMeteringReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeteringReportRequest.ProtoReflect.Descriptor instead.
func (*GetMeteringReportRequest) GetApplicationId ¶
func (x *GetMeteringReportRequest) GetApplicationId() string
func (*GetMeteringReportRequest) GetFrom ¶
func (x *GetMeteringReportRequest) GetFrom() *timestamppb.Timestamp
func (*GetMeteringReportRequest) GetTo ¶
func (x *GetMeteringReportRequest) GetTo() *timestamppb.Timestamp
func (*GetMeteringReportRequest) ProtoMessage ¶
func (*GetMeteringReportRequest) ProtoMessage()
func (*GetMeteringReportRequest) ProtoReflect ¶
func (x *GetMeteringReportRequest) ProtoReflect() protoreflect.Message
func (*GetMeteringReportRequest) Reset ¶
func (x *GetMeteringReportRequest) Reset()
func (*GetMeteringReportRequest) String ¶
func (x *GetMeteringReportRequest) String() string
type GetMeteringReportResponse ¶
type GetMeteringReportResponse struct { Request *GetMeteringReportRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` ReportGenerationTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=report_generation_time,json=reportGenerationTime,proto3" json:"report_generation_time,omitempty"` MeteringReportJson *structpb.Struct `protobuf:"bytes,4,opt,name=metering_report_json,json=meteringReportJson,proto3" json:"metering_report_json,omitempty"` // contains filtered or unexported fields }
func (*GetMeteringReportResponse) Descriptor
deprecated
func (*GetMeteringReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeteringReportResponse.ProtoReflect.Descriptor instead.
func (*GetMeteringReportResponse) GetMeteringReportJson ¶
func (x *GetMeteringReportResponse) GetMeteringReportJson() *structpb.Struct
func (*GetMeteringReportResponse) GetReportGenerationTime ¶
func (x *GetMeteringReportResponse) GetReportGenerationTime() *timestamppb.Timestamp
func (*GetMeteringReportResponse) GetRequest ¶
func (x *GetMeteringReportResponse) GetRequest() *GetMeteringReportRequest
func (*GetMeteringReportResponse) ProtoMessage ¶
func (*GetMeteringReportResponse) ProtoMessage()
func (*GetMeteringReportResponse) ProtoReflect ¶
func (x *GetMeteringReportResponse) ProtoReflect() protoreflect.Message
func (*GetMeteringReportResponse) Reset ¶
func (x *GetMeteringReportResponse) Reset()
func (*GetMeteringReportResponse) String ¶
func (x *GetMeteringReportResponse) String() string
type GetParticipantIdRequest ¶
type GetParticipantIdRequest struct {
// contains filtered or unexported fields
}
func (*GetParticipantIdRequest) Descriptor
deprecated
func (*GetParticipantIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetParticipantIdRequest.ProtoReflect.Descriptor instead.
func (*GetParticipantIdRequest) ProtoMessage ¶
func (*GetParticipantIdRequest) ProtoMessage()
func (*GetParticipantIdRequest) ProtoReflect ¶
func (x *GetParticipantIdRequest) ProtoReflect() protoreflect.Message
func (*GetParticipantIdRequest) Reset ¶
func (x *GetParticipantIdRequest) Reset()
func (*GetParticipantIdRequest) String ¶
func (x *GetParticipantIdRequest) String() string
type GetParticipantIdResponse ¶
type GetParticipantIdResponse struct { ParticipantId string `protobuf:"bytes,1,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"` // contains filtered or unexported fields }
func (*GetParticipantIdResponse) Descriptor
deprecated
func (*GetParticipantIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetParticipantIdResponse.ProtoReflect.Descriptor instead.
func (*GetParticipantIdResponse) GetParticipantId ¶
func (x *GetParticipantIdResponse) GetParticipantId() string
func (*GetParticipantIdResponse) ProtoMessage ¶
func (*GetParticipantIdResponse) ProtoMessage()
func (*GetParticipantIdResponse) ProtoReflect ¶
func (x *GetParticipantIdResponse) ProtoReflect() protoreflect.Message
func (*GetParticipantIdResponse) Reset ¶
func (x *GetParticipantIdResponse) Reset()
func (*GetParticipantIdResponse) String ¶
func (x *GetParticipantIdResponse) String() string
type GetPartiesRequest ¶
type GetPartiesRequest struct { Parties []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"` IdentityProviderId string `protobuf:"bytes,2,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*GetPartiesRequest) Descriptor
deprecated
func (*GetPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPartiesRequest.ProtoReflect.Descriptor instead.
func (*GetPartiesRequest) GetIdentityProviderId ¶
func (x *GetPartiesRequest) GetIdentityProviderId() string
func (*GetPartiesRequest) GetParties ¶
func (x *GetPartiesRequest) GetParties() []string
func (*GetPartiesRequest) ProtoMessage ¶
func (*GetPartiesRequest) ProtoMessage()
func (*GetPartiesRequest) ProtoReflect ¶
func (x *GetPartiesRequest) ProtoReflect() protoreflect.Message
func (*GetPartiesRequest) Reset ¶
func (x *GetPartiesRequest) Reset()
func (*GetPartiesRequest) String ¶
func (x *GetPartiesRequest) String() string
type GetPartiesResponse ¶
type GetPartiesResponse struct { PartyDetails []*PartyDetails `protobuf:"bytes,1,rep,name=party_details,json=partyDetails,proto3" json:"party_details,omitempty"` // contains filtered or unexported fields }
func (*GetPartiesResponse) Descriptor
deprecated
func (*GetPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPartiesResponse.ProtoReflect.Descriptor instead.
func (*GetPartiesResponse) GetPartyDetails ¶
func (x *GetPartiesResponse) GetPartyDetails() []*PartyDetails
func (*GetPartiesResponse) ProtoMessage ¶
func (*GetPartiesResponse) ProtoMessage()
func (*GetPartiesResponse) ProtoReflect ¶
func (x *GetPartiesResponse) ProtoReflect() protoreflect.Message
func (*GetPartiesResponse) Reset ¶
func (x *GetPartiesResponse) Reset()
func (*GetPartiesResponse) String ¶
func (x *GetPartiesResponse) String() string
type GetTimeModelRequest ¶
type GetTimeModelRequest struct {
// contains filtered or unexported fields
}
func (*GetTimeModelRequest) Descriptor
deprecated
func (*GetTimeModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeModelRequest.ProtoReflect.Descriptor instead.
func (*GetTimeModelRequest) ProtoMessage ¶
func (*GetTimeModelRequest) ProtoMessage()
func (*GetTimeModelRequest) ProtoReflect ¶
func (x *GetTimeModelRequest) ProtoReflect() protoreflect.Message
func (*GetTimeModelRequest) Reset ¶
func (x *GetTimeModelRequest) Reset()
func (*GetTimeModelRequest) String ¶
func (x *GetTimeModelRequest) String() string
type GetTimeModelResponse ¶
type GetTimeModelResponse struct { ConfigurationGeneration int64 `` /* 131-byte string literal not displayed */ TimeModel *TimeModel `protobuf:"bytes,2,opt,name=time_model,json=timeModel,proto3" json:"time_model,omitempty"` // contains filtered or unexported fields }
func (*GetTimeModelResponse) Descriptor
deprecated
func (*GetTimeModelResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeModelResponse.ProtoReflect.Descriptor instead.
func (*GetTimeModelResponse) GetConfigurationGeneration ¶
func (x *GetTimeModelResponse) GetConfigurationGeneration() int64
func (*GetTimeModelResponse) GetTimeModel ¶
func (x *GetTimeModelResponse) GetTimeModel() *TimeModel
func (*GetTimeModelResponse) ProtoMessage ¶
func (*GetTimeModelResponse) ProtoMessage()
func (*GetTimeModelResponse) ProtoReflect ¶
func (x *GetTimeModelResponse) ProtoReflect() protoreflect.Message
func (*GetTimeModelResponse) Reset ¶
func (x *GetTimeModelResponse) Reset()
func (*GetTimeModelResponse) String ¶
func (x *GetTimeModelResponse) String() string
type GetUserRequest ¶
type GetUserRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IdentityProviderId string `protobuf:"bytes,2,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetIdentityProviderId ¶
func (x *GetUserRequest) GetIdentityProviderId() string
func (*GetUserRequest) GetUserId ¶
func (x *GetUserRequest) GetUserId() string
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
type GrantUserRightsRequest ¶
type GrantUserRightsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Rights []*Right `protobuf:"bytes,2,rep,name=rights,proto3" json:"rights,omitempty"` IdentityProviderId string `protobuf:"bytes,3,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*GrantUserRightsRequest) Descriptor
deprecated
func (*GrantUserRightsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GrantUserRightsRequest.ProtoReflect.Descriptor instead.
func (*GrantUserRightsRequest) GetIdentityProviderId ¶
func (x *GrantUserRightsRequest) GetIdentityProviderId() string
func (*GrantUserRightsRequest) GetRights ¶
func (x *GrantUserRightsRequest) GetRights() []*Right
func (*GrantUserRightsRequest) GetUserId ¶
func (x *GrantUserRightsRequest) GetUserId() string
func (*GrantUserRightsRequest) ProtoMessage ¶
func (*GrantUserRightsRequest) ProtoMessage()
func (*GrantUserRightsRequest) ProtoReflect ¶
func (x *GrantUserRightsRequest) ProtoReflect() protoreflect.Message
func (*GrantUserRightsRequest) Reset ¶
func (x *GrantUserRightsRequest) Reset()
func (*GrantUserRightsRequest) String ¶
func (x *GrantUserRightsRequest) String() string
type GrantUserRightsResponse ¶
type GrantUserRightsResponse struct { NewlyGrantedRights []*Right `protobuf:"bytes,1,rep,name=newly_granted_rights,json=newlyGrantedRights,proto3" json:"newly_granted_rights,omitempty"` // contains filtered or unexported fields }
func (*GrantUserRightsResponse) Descriptor
deprecated
func (*GrantUserRightsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GrantUserRightsResponse.ProtoReflect.Descriptor instead.
func (*GrantUserRightsResponse) GetNewlyGrantedRights ¶
func (x *GrantUserRightsResponse) GetNewlyGrantedRights() []*Right
func (*GrantUserRightsResponse) ProtoMessage ¶
func (*GrantUserRightsResponse) ProtoMessage()
func (*GrantUserRightsResponse) ProtoReflect ¶
func (x *GrantUserRightsResponse) ProtoReflect() protoreflect.Message
func (*GrantUserRightsResponse) Reset ¶
func (x *GrantUserRightsResponse) Reset()
func (*GrantUserRightsResponse) String ¶
func (x *GrantUserRightsResponse) String() string
type IdentityProviderConfig ¶
type IdentityProviderConfig struct { IdentityProviderId string `protobuf:"bytes,1,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` IsDeactivated bool `protobuf:"varint,2,opt,name=is_deactivated,json=isDeactivated,proto3" json:"is_deactivated,omitempty"` Issuer string `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"` JwksUrl string `protobuf:"bytes,4,opt,name=jwks_url,json=jwksUrl,proto3" json:"jwks_url,omitempty"` Audience string `protobuf:"bytes,5,opt,name=audience,proto3" json:"audience,omitempty"` // contains filtered or unexported fields }
func (*IdentityProviderConfig) Descriptor
deprecated
func (*IdentityProviderConfig) Descriptor() ([]byte, []int)
Deprecated: Use IdentityProviderConfig.ProtoReflect.Descriptor instead.
func (*IdentityProviderConfig) GetAudience ¶
func (x *IdentityProviderConfig) GetAudience() string
func (*IdentityProviderConfig) GetIdentityProviderId ¶
func (x *IdentityProviderConfig) GetIdentityProviderId() string
func (*IdentityProviderConfig) GetIsDeactivated ¶
func (x *IdentityProviderConfig) GetIsDeactivated() bool
func (*IdentityProviderConfig) GetIssuer ¶
func (x *IdentityProviderConfig) GetIssuer() string
func (*IdentityProviderConfig) GetJwksUrl ¶
func (x *IdentityProviderConfig) GetJwksUrl() string
func (*IdentityProviderConfig) ProtoMessage ¶
func (*IdentityProviderConfig) ProtoMessage()
func (*IdentityProviderConfig) ProtoReflect ¶
func (x *IdentityProviderConfig) ProtoReflect() protoreflect.Message
func (*IdentityProviderConfig) Reset ¶
func (x *IdentityProviderConfig) Reset()
func (*IdentityProviderConfig) String ¶
func (x *IdentityProviderConfig) String() string
type IdentityProviderConfigServiceClient ¶
type IdentityProviderConfigServiceClient interface { CreateIdentityProviderConfig(ctx context.Context, in *CreateIdentityProviderConfigRequest, opts ...grpc.CallOption) (*CreateIdentityProviderConfigResponse, error) GetIdentityProviderConfig(ctx context.Context, in *GetIdentityProviderConfigRequest, opts ...grpc.CallOption) (*GetIdentityProviderConfigResponse, error) UpdateIdentityProviderConfig(ctx context.Context, in *UpdateIdentityProviderConfigRequest, opts ...grpc.CallOption) (*UpdateIdentityProviderConfigResponse, error) ListIdentityProviderConfigs(ctx context.Context, in *ListIdentityProviderConfigsRequest, opts ...grpc.CallOption) (*ListIdentityProviderConfigsResponse, error) DeleteIdentityProviderConfig(ctx context.Context, in *DeleteIdentityProviderConfigRequest, opts ...grpc.CallOption) (*DeleteIdentityProviderConfigResponse, error) }
IdentityProviderConfigServiceClient is the client API for IdentityProviderConfigService 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 NewIdentityProviderConfigServiceClient ¶
func NewIdentityProviderConfigServiceClient(cc grpc.ClientConnInterface) IdentityProviderConfigServiceClient
type IdentityProviderConfigServiceServer ¶
type IdentityProviderConfigServiceServer interface { CreateIdentityProviderConfig(context.Context, *CreateIdentityProviderConfigRequest) (*CreateIdentityProviderConfigResponse, error) GetIdentityProviderConfig(context.Context, *GetIdentityProviderConfigRequest) (*GetIdentityProviderConfigResponse, error) UpdateIdentityProviderConfig(context.Context, *UpdateIdentityProviderConfigRequest) (*UpdateIdentityProviderConfigResponse, error) ListIdentityProviderConfigs(context.Context, *ListIdentityProviderConfigsRequest) (*ListIdentityProviderConfigsResponse, error) DeleteIdentityProviderConfig(context.Context, *DeleteIdentityProviderConfigRequest) (*DeleteIdentityProviderConfigResponse, error) // contains filtered or unexported methods }
IdentityProviderConfigServiceServer is the server API for IdentityProviderConfigService service. All implementations must embed UnimplementedIdentityProviderConfigServiceServer for forward compatibility.
type ListIdentityProviderConfigsRequest ¶
type ListIdentityProviderConfigsRequest struct {
// contains filtered or unexported fields
}
func (*ListIdentityProviderConfigsRequest) Descriptor
deprecated
func (*ListIdentityProviderConfigsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIdentityProviderConfigsRequest.ProtoReflect.Descriptor instead.
func (*ListIdentityProviderConfigsRequest) ProtoMessage ¶
func (*ListIdentityProviderConfigsRequest) ProtoMessage()
func (*ListIdentityProviderConfigsRequest) ProtoReflect ¶
func (x *ListIdentityProviderConfigsRequest) ProtoReflect() protoreflect.Message
func (*ListIdentityProviderConfigsRequest) Reset ¶
func (x *ListIdentityProviderConfigsRequest) Reset()
func (*ListIdentityProviderConfigsRequest) String ¶
func (x *ListIdentityProviderConfigsRequest) String() string
type ListIdentityProviderConfigsResponse ¶
type ListIdentityProviderConfigsResponse struct { IdentityProviderConfigs []*IdentityProviderConfig `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListIdentityProviderConfigsResponse) Descriptor
deprecated
func (*ListIdentityProviderConfigsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIdentityProviderConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListIdentityProviderConfigsResponse) GetIdentityProviderConfigs ¶
func (x *ListIdentityProviderConfigsResponse) GetIdentityProviderConfigs() []*IdentityProviderConfig
func (*ListIdentityProviderConfigsResponse) ProtoMessage ¶
func (*ListIdentityProviderConfigsResponse) ProtoMessage()
func (*ListIdentityProviderConfigsResponse) ProtoReflect ¶
func (x *ListIdentityProviderConfigsResponse) ProtoReflect() protoreflect.Message
func (*ListIdentityProviderConfigsResponse) Reset ¶
func (x *ListIdentityProviderConfigsResponse) Reset()
func (*ListIdentityProviderConfigsResponse) String ¶
func (x *ListIdentityProviderConfigsResponse) String() string
type ListKnownPackagesRequest ¶
type ListKnownPackagesRequest struct {
// contains filtered or unexported fields
}
func (*ListKnownPackagesRequest) Descriptor
deprecated
func (*ListKnownPackagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListKnownPackagesRequest.ProtoReflect.Descriptor instead.
func (*ListKnownPackagesRequest) ProtoMessage ¶
func (*ListKnownPackagesRequest) ProtoMessage()
func (*ListKnownPackagesRequest) ProtoReflect ¶
func (x *ListKnownPackagesRequest) ProtoReflect() protoreflect.Message
func (*ListKnownPackagesRequest) Reset ¶
func (x *ListKnownPackagesRequest) Reset()
func (*ListKnownPackagesRequest) String ¶
func (x *ListKnownPackagesRequest) String() string
type ListKnownPackagesResponse ¶
type ListKnownPackagesResponse struct { PackageDetails []*PackageDetails `protobuf:"bytes,1,rep,name=package_details,json=packageDetails,proto3" json:"package_details,omitempty"` // contains filtered or unexported fields }
func (*ListKnownPackagesResponse) Descriptor
deprecated
func (*ListKnownPackagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListKnownPackagesResponse.ProtoReflect.Descriptor instead.
func (*ListKnownPackagesResponse) GetPackageDetails ¶
func (x *ListKnownPackagesResponse) GetPackageDetails() []*PackageDetails
func (*ListKnownPackagesResponse) ProtoMessage ¶
func (*ListKnownPackagesResponse) ProtoMessage()
func (*ListKnownPackagesResponse) ProtoReflect ¶
func (x *ListKnownPackagesResponse) ProtoReflect() protoreflect.Message
func (*ListKnownPackagesResponse) Reset ¶
func (x *ListKnownPackagesResponse) Reset()
func (*ListKnownPackagesResponse) String ¶
func (x *ListKnownPackagesResponse) String() string
type ListKnownPartiesRequest ¶
type ListKnownPartiesRequest struct { PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` IdentityProviderId string `protobuf:"bytes,1,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*ListKnownPartiesRequest) Descriptor
deprecated
func (*ListKnownPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListKnownPartiesRequest.ProtoReflect.Descriptor instead.
func (*ListKnownPartiesRequest) GetIdentityProviderId ¶
func (x *ListKnownPartiesRequest) GetIdentityProviderId() string
func (*ListKnownPartiesRequest) GetPageSize ¶
func (x *ListKnownPartiesRequest) GetPageSize() int32
func (*ListKnownPartiesRequest) GetPageToken ¶
func (x *ListKnownPartiesRequest) GetPageToken() string
func (*ListKnownPartiesRequest) ProtoMessage ¶
func (*ListKnownPartiesRequest) ProtoMessage()
func (*ListKnownPartiesRequest) ProtoReflect ¶
func (x *ListKnownPartiesRequest) ProtoReflect() protoreflect.Message
func (*ListKnownPartiesRequest) Reset ¶
func (x *ListKnownPartiesRequest) Reset()
func (*ListKnownPartiesRequest) String ¶
func (x *ListKnownPartiesRequest) String() string
type ListKnownPartiesResponse ¶
type ListKnownPartiesResponse struct { PartyDetails []*PartyDetails `protobuf:"bytes,1,rep,name=party_details,json=partyDetails,proto3" json:"party_details,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListKnownPartiesResponse) Descriptor
deprecated
func (*ListKnownPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListKnownPartiesResponse.ProtoReflect.Descriptor instead.
func (*ListKnownPartiesResponse) GetNextPageToken ¶
func (x *ListKnownPartiesResponse) GetNextPageToken() string
func (*ListKnownPartiesResponse) GetPartyDetails ¶
func (x *ListKnownPartiesResponse) GetPartyDetails() []*PartyDetails
func (*ListKnownPartiesResponse) ProtoMessage ¶
func (*ListKnownPartiesResponse) ProtoMessage()
func (*ListKnownPartiesResponse) ProtoReflect ¶
func (x *ListKnownPartiesResponse) ProtoReflect() protoreflect.Message
func (*ListKnownPartiesResponse) Reset ¶
func (x *ListKnownPartiesResponse) Reset()
func (*ListKnownPartiesResponse) String ¶
func (x *ListKnownPartiesResponse) String() string
type ListUserRightsRequest ¶
type ListUserRightsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IdentityProviderId string `protobuf:"bytes,2,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*ListUserRightsRequest) Descriptor
deprecated
func (*ListUserRightsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRightsRequest.ProtoReflect.Descriptor instead.
func (*ListUserRightsRequest) GetIdentityProviderId ¶
func (x *ListUserRightsRequest) GetIdentityProviderId() string
func (*ListUserRightsRequest) GetUserId ¶
func (x *ListUserRightsRequest) GetUserId() string
func (*ListUserRightsRequest) ProtoMessage ¶
func (*ListUserRightsRequest) ProtoMessage()
func (*ListUserRightsRequest) ProtoReflect ¶
func (x *ListUserRightsRequest) ProtoReflect() protoreflect.Message
func (*ListUserRightsRequest) Reset ¶
func (x *ListUserRightsRequest) Reset()
func (*ListUserRightsRequest) String ¶
func (x *ListUserRightsRequest) String() string
type ListUserRightsResponse ¶
type ListUserRightsResponse struct { Rights []*Right `protobuf:"bytes,1,rep,name=rights,proto3" json:"rights,omitempty"` // contains filtered or unexported fields }
func (*ListUserRightsResponse) Descriptor
deprecated
func (*ListUserRightsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserRightsResponse.ProtoReflect.Descriptor instead.
func (*ListUserRightsResponse) GetRights ¶
func (x *ListUserRightsResponse) GetRights() []*Right
func (*ListUserRightsResponse) ProtoMessage ¶
func (*ListUserRightsResponse) ProtoMessage()
func (*ListUserRightsResponse) ProtoReflect ¶
func (x *ListUserRightsResponse) ProtoReflect() protoreflect.Message
func (*ListUserRightsResponse) Reset ¶
func (x *ListUserRightsResponse) Reset()
func (*ListUserRightsResponse) String ¶
func (x *ListUserRightsResponse) String() string
type ListUsersRequest ¶
type ListUsersRequest struct { PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` IdentityProviderId string `protobuf:"bytes,4,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetIdentityProviderId ¶
func (x *ListUsersRequest) GetIdentityProviderId() string
func (*ListUsersRequest) GetPageSize ¶
func (x *ListUsersRequest) GetPageSize() int32
func (*ListUsersRequest) GetPageToken ¶
func (x *ListUsersRequest) GetPageToken() string
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetNextPageToken ¶
func (x *ListUsersResponse) GetNextPageToken() string
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type MeteringReportServiceClient ¶
type MeteringReportServiceClient interface {
GetMeteringReport(ctx context.Context, in *GetMeteringReportRequest, opts ...grpc.CallOption) (*GetMeteringReportResponse, error)
}
MeteringReportServiceClient is the client API for MeteringReportService 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 NewMeteringReportServiceClient ¶
func NewMeteringReportServiceClient(cc grpc.ClientConnInterface) MeteringReportServiceClient
type MeteringReportServiceServer ¶
type MeteringReportServiceServer interface { GetMeteringReport(context.Context, *GetMeteringReportRequest) (*GetMeteringReportResponse, error) // contains filtered or unexported methods }
MeteringReportServiceServer is the server API for MeteringReportService service. All implementations must embed UnimplementedMeteringReportServiceServer for forward compatibility.
type ObjectMeta ¶
type ObjectMeta struct { ResourceVersion string `protobuf:"bytes,6,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"` Annotations map[string]string `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ObjectMeta) Descriptor
deprecated
func (*ObjectMeta) Descriptor() ([]byte, []int)
Deprecated: Use ObjectMeta.ProtoReflect.Descriptor instead.
func (*ObjectMeta) GetAnnotations ¶
func (x *ObjectMeta) GetAnnotations() map[string]string
func (*ObjectMeta) GetResourceVersion ¶
func (x *ObjectMeta) GetResourceVersion() string
func (*ObjectMeta) ProtoMessage ¶
func (*ObjectMeta) ProtoMessage()
func (*ObjectMeta) ProtoReflect ¶
func (x *ObjectMeta) ProtoReflect() protoreflect.Message
func (*ObjectMeta) Reset ¶
func (x *ObjectMeta) Reset()
func (*ObjectMeta) String ¶
func (x *ObjectMeta) String() string
type PackageDetails ¶
type PackageDetails struct { PackageId string `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"` PackageSize uint64 `protobuf:"varint,2,opt,name=package_size,json=packageSize,proto3" json:"package_size,omitempty"` KnownSince *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=known_since,json=knownSince,proto3" json:"known_since,omitempty"` SourceDescription string `protobuf:"bytes,4,opt,name=source_description,json=sourceDescription,proto3" json:"source_description,omitempty"` // contains filtered or unexported fields }
func (*PackageDetails) Descriptor
deprecated
func (*PackageDetails) Descriptor() ([]byte, []int)
Deprecated: Use PackageDetails.ProtoReflect.Descriptor instead.
func (*PackageDetails) GetKnownSince ¶
func (x *PackageDetails) GetKnownSince() *timestamppb.Timestamp
func (*PackageDetails) GetPackageId ¶
func (x *PackageDetails) GetPackageId() string
func (*PackageDetails) GetPackageSize ¶
func (x *PackageDetails) GetPackageSize() uint64
func (*PackageDetails) GetSourceDescription ¶
func (x *PackageDetails) GetSourceDescription() string
func (*PackageDetails) ProtoMessage ¶
func (*PackageDetails) ProtoMessage()
func (*PackageDetails) ProtoReflect ¶
func (x *PackageDetails) ProtoReflect() protoreflect.Message
func (*PackageDetails) Reset ¶
func (x *PackageDetails) Reset()
func (*PackageDetails) String ¶
func (x *PackageDetails) String() string
type PackageManagementServiceClient ¶
type PackageManagementServiceClient interface { ListKnownPackages(ctx context.Context, in *ListKnownPackagesRequest, opts ...grpc.CallOption) (*ListKnownPackagesResponse, error) UploadDarFile(ctx context.Context, in *UploadDarFileRequest, opts ...grpc.CallOption) (*UploadDarFileResponse, error) ValidateDarFile(ctx context.Context, in *ValidateDarFileRequest, opts ...grpc.CallOption) (*ValidateDarFileResponse, error) }
PackageManagementServiceClient is the client API for PackageManagementService 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 NewPackageManagementServiceClient ¶
func NewPackageManagementServiceClient(cc grpc.ClientConnInterface) PackageManagementServiceClient
type PackageManagementServiceServer ¶
type PackageManagementServiceServer interface { ListKnownPackages(context.Context, *ListKnownPackagesRequest) (*ListKnownPackagesResponse, error) UploadDarFile(context.Context, *UploadDarFileRequest) (*UploadDarFileResponse, error) ValidateDarFile(context.Context, *ValidateDarFileRequest) (*ValidateDarFileResponse, error) // contains filtered or unexported methods }
PackageManagementServiceServer is the server API for PackageManagementService service. All implementations must embed UnimplementedPackageManagementServiceServer for forward compatibility.
type ParticipantPruningServiceClient ¶
type ParticipantPruningServiceClient interface {
Prune(ctx context.Context, in *PruneRequest, opts ...grpc.CallOption) (*PruneResponse, error)
}
ParticipantPruningServiceClient is the client API for ParticipantPruningService 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 NewParticipantPruningServiceClient ¶
func NewParticipantPruningServiceClient(cc grpc.ClientConnInterface) ParticipantPruningServiceClient
type ParticipantPruningServiceServer ¶
type ParticipantPruningServiceServer interface { Prune(context.Context, *PruneRequest) (*PruneResponse, error) // contains filtered or unexported methods }
ParticipantPruningServiceServer is the server API for ParticipantPruningService service. All implementations must embed UnimplementedParticipantPruningServiceServer for forward compatibility.
type PartyDetails ¶
type PartyDetails struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` IsLocal bool `protobuf:"varint,3,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"` LocalMetadata *ObjectMeta `protobuf:"bytes,4,opt,name=local_metadata,json=localMetadata,proto3" json:"local_metadata,omitempty"` IdentityProviderId string `protobuf:"bytes,5,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*PartyDetails) Descriptor
deprecated
func (*PartyDetails) Descriptor() ([]byte, []int)
Deprecated: Use PartyDetails.ProtoReflect.Descriptor instead.
func (*PartyDetails) GetDisplayName ¶
func (x *PartyDetails) GetDisplayName() string
func (*PartyDetails) GetIdentityProviderId ¶
func (x *PartyDetails) GetIdentityProviderId() string
func (*PartyDetails) GetIsLocal ¶
func (x *PartyDetails) GetIsLocal() bool
func (*PartyDetails) GetLocalMetadata ¶
func (x *PartyDetails) GetLocalMetadata() *ObjectMeta
func (*PartyDetails) GetParty ¶
func (x *PartyDetails) GetParty() string
func (*PartyDetails) ProtoMessage ¶
func (*PartyDetails) ProtoMessage()
func (*PartyDetails) ProtoReflect ¶
func (x *PartyDetails) ProtoReflect() protoreflect.Message
func (*PartyDetails) Reset ¶
func (x *PartyDetails) Reset()
func (*PartyDetails) String ¶
func (x *PartyDetails) String() string
type PartyManagementServiceClient ¶
type PartyManagementServiceClient interface { GetParticipantId(ctx context.Context, in *GetParticipantIdRequest, opts ...grpc.CallOption) (*GetParticipantIdResponse, error) GetParties(ctx context.Context, in *GetPartiesRequest, opts ...grpc.CallOption) (*GetPartiesResponse, error) ListKnownParties(ctx context.Context, in *ListKnownPartiesRequest, opts ...grpc.CallOption) (*ListKnownPartiesResponse, error) AllocateParty(ctx context.Context, in *AllocatePartyRequest, opts ...grpc.CallOption) (*AllocatePartyResponse, error) UpdatePartyDetails(ctx context.Context, in *UpdatePartyDetailsRequest, opts ...grpc.CallOption) (*UpdatePartyDetailsResponse, error) UpdatePartyIdentityProviderId(ctx context.Context, in *UpdatePartyIdentityProviderRequest, opts ...grpc.CallOption) (*UpdatePartyIdentityProviderResponse, error) }
PartyManagementServiceClient is the client API for PartyManagementService 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 NewPartyManagementServiceClient ¶
func NewPartyManagementServiceClient(cc grpc.ClientConnInterface) PartyManagementServiceClient
type PartyManagementServiceServer ¶
type PartyManagementServiceServer interface { GetParticipantId(context.Context, *GetParticipantIdRequest) (*GetParticipantIdResponse, error) GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error) ListKnownParties(context.Context, *ListKnownPartiesRequest) (*ListKnownPartiesResponse, error) AllocateParty(context.Context, *AllocatePartyRequest) (*AllocatePartyResponse, error) UpdatePartyDetails(context.Context, *UpdatePartyDetailsRequest) (*UpdatePartyDetailsResponse, error) UpdatePartyIdentityProviderId(context.Context, *UpdatePartyIdentityProviderRequest) (*UpdatePartyIdentityProviderResponse, error) // contains filtered or unexported methods }
PartyManagementServiceServer is the server API for PartyManagementService service. All implementations must embed UnimplementedPartyManagementServiceServer for forward compatibility.
type PruneRequest ¶
type PruneRequest struct { PruneUpTo string `protobuf:"bytes,1,opt,name=prune_up_to,json=pruneUpTo,proto3" json:"prune_up_to,omitempty"` SubmissionId string `protobuf:"bytes,2,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` PruneAllDivulgedContracts bool `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PruneRequest) Descriptor
deprecated
func (*PruneRequest) Descriptor() ([]byte, []int)
Deprecated: Use PruneRequest.ProtoReflect.Descriptor instead.
func (*PruneRequest) GetPruneAllDivulgedContracts ¶
func (x *PruneRequest) GetPruneAllDivulgedContracts() bool
func (*PruneRequest) GetPruneUpTo ¶
func (x *PruneRequest) GetPruneUpTo() string
func (*PruneRequest) GetSubmissionId ¶
func (x *PruneRequest) GetSubmissionId() string
func (*PruneRequest) ProtoMessage ¶
func (*PruneRequest) ProtoMessage()
func (*PruneRequest) ProtoReflect ¶
func (x *PruneRequest) ProtoReflect() protoreflect.Message
func (*PruneRequest) Reset ¶
func (x *PruneRequest) Reset()
func (*PruneRequest) String ¶
func (x *PruneRequest) String() string
type PruneResponse ¶
type PruneResponse struct {
// contains filtered or unexported fields
}
func (*PruneResponse) Descriptor
deprecated
func (*PruneResponse) Descriptor() ([]byte, []int)
Deprecated: Use PruneResponse.ProtoReflect.Descriptor instead.
func (*PruneResponse) ProtoMessage ¶
func (*PruneResponse) ProtoMessage()
func (*PruneResponse) ProtoReflect ¶
func (x *PruneResponse) ProtoReflect() protoreflect.Message
func (*PruneResponse) Reset ¶
func (x *PruneResponse) Reset()
func (*PruneResponse) String ¶
func (x *PruneResponse) String() string
type RevokeUserRightsRequest ¶
type RevokeUserRightsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Rights []*Right `protobuf:"bytes,2,rep,name=rights,proto3" json:"rights,omitempty"` IdentityProviderId string `protobuf:"bytes,3,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*RevokeUserRightsRequest) Descriptor
deprecated
func (*RevokeUserRightsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeUserRightsRequest.ProtoReflect.Descriptor instead.
func (*RevokeUserRightsRequest) GetIdentityProviderId ¶
func (x *RevokeUserRightsRequest) GetIdentityProviderId() string
func (*RevokeUserRightsRequest) GetRights ¶
func (x *RevokeUserRightsRequest) GetRights() []*Right
func (*RevokeUserRightsRequest) GetUserId ¶
func (x *RevokeUserRightsRequest) GetUserId() string
func (*RevokeUserRightsRequest) ProtoMessage ¶
func (*RevokeUserRightsRequest) ProtoMessage()
func (*RevokeUserRightsRequest) ProtoReflect ¶
func (x *RevokeUserRightsRequest) ProtoReflect() protoreflect.Message
func (*RevokeUserRightsRequest) Reset ¶
func (x *RevokeUserRightsRequest) Reset()
func (*RevokeUserRightsRequest) String ¶
func (x *RevokeUserRightsRequest) String() string
type RevokeUserRightsResponse ¶
type RevokeUserRightsResponse struct { NewlyRevokedRights []*Right `protobuf:"bytes,1,rep,name=newly_revoked_rights,json=newlyRevokedRights,proto3" json:"newly_revoked_rights,omitempty"` // contains filtered or unexported fields }
func (*RevokeUserRightsResponse) Descriptor
deprecated
func (*RevokeUserRightsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeUserRightsResponse.ProtoReflect.Descriptor instead.
func (*RevokeUserRightsResponse) GetNewlyRevokedRights ¶
func (x *RevokeUserRightsResponse) GetNewlyRevokedRights() []*Right
func (*RevokeUserRightsResponse) ProtoMessage ¶
func (*RevokeUserRightsResponse) ProtoMessage()
func (*RevokeUserRightsResponse) ProtoReflect ¶
func (x *RevokeUserRightsResponse) ProtoReflect() protoreflect.Message
func (*RevokeUserRightsResponse) Reset ¶
func (x *RevokeUserRightsResponse) Reset()
func (*RevokeUserRightsResponse) String ¶
func (x *RevokeUserRightsResponse) String() string
type Right ¶
type Right struct { // Types that are assignable to Kind: // // *Right_ParticipantAdmin_ // *Right_CanActAs_ // *Right_CanReadAs_ // *Right_IdentityProviderAdmin_ Kind isRight_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*Right) Descriptor
deprecated
func (*Right) GetCanActAs ¶
func (x *Right) GetCanActAs() *Right_CanActAs
func (*Right) GetCanReadAs ¶
func (x *Right) GetCanReadAs() *Right_CanReadAs
func (*Right) GetIdentityProviderAdmin ¶
func (x *Right) GetIdentityProviderAdmin() *Right_IdentityProviderAdmin
func (*Right) GetParticipantAdmin ¶
func (x *Right) GetParticipantAdmin() *Right_ParticipantAdmin
func (*Right) ProtoMessage ¶
func (*Right) ProtoMessage()
func (*Right) ProtoReflect ¶
func (x *Right) ProtoReflect() protoreflect.Message
type Right_CanActAs ¶
type Right_CanActAs struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` // contains filtered or unexported fields }
func (*Right_CanActAs) Descriptor
deprecated
func (*Right_CanActAs) Descriptor() ([]byte, []int)
Deprecated: Use Right_CanActAs.ProtoReflect.Descriptor instead.
func (*Right_CanActAs) GetParty ¶
func (x *Right_CanActAs) GetParty() string
func (*Right_CanActAs) ProtoMessage ¶
func (*Right_CanActAs) ProtoMessage()
func (*Right_CanActAs) ProtoReflect ¶
func (x *Right_CanActAs) ProtoReflect() protoreflect.Message
func (*Right_CanActAs) Reset ¶
func (x *Right_CanActAs) Reset()
func (*Right_CanActAs) String ¶
func (x *Right_CanActAs) String() string
type Right_CanActAs_ ¶
type Right_CanActAs_ struct {
CanActAs *Right_CanActAs `protobuf:"bytes,2,opt,name=can_act_as,json=canActAs,proto3,oneof"`
}
type Right_CanReadAs ¶
type Right_CanReadAs struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` // contains filtered or unexported fields }
func (*Right_CanReadAs) Descriptor
deprecated
func (*Right_CanReadAs) Descriptor() ([]byte, []int)
Deprecated: Use Right_CanReadAs.ProtoReflect.Descriptor instead.
func (*Right_CanReadAs) GetParty ¶
func (x *Right_CanReadAs) GetParty() string
func (*Right_CanReadAs) ProtoMessage ¶
func (*Right_CanReadAs) ProtoMessage()
func (*Right_CanReadAs) ProtoReflect ¶
func (x *Right_CanReadAs) ProtoReflect() protoreflect.Message
func (*Right_CanReadAs) Reset ¶
func (x *Right_CanReadAs) Reset()
func (*Right_CanReadAs) String ¶
func (x *Right_CanReadAs) String() string
type Right_CanReadAs_ ¶
type Right_CanReadAs_ struct {
CanReadAs *Right_CanReadAs `protobuf:"bytes,3,opt,name=can_read_as,json=canReadAs,proto3,oneof"`
}
type Right_IdentityProviderAdmin ¶
type Right_IdentityProviderAdmin struct {
// contains filtered or unexported fields
}
func (*Right_IdentityProviderAdmin) Descriptor
deprecated
func (*Right_IdentityProviderAdmin) Descriptor() ([]byte, []int)
Deprecated: Use Right_IdentityProviderAdmin.ProtoReflect.Descriptor instead.
func (*Right_IdentityProviderAdmin) ProtoMessage ¶
func (*Right_IdentityProviderAdmin) ProtoMessage()
func (*Right_IdentityProviderAdmin) ProtoReflect ¶
func (x *Right_IdentityProviderAdmin) ProtoReflect() protoreflect.Message
func (*Right_IdentityProviderAdmin) Reset ¶
func (x *Right_IdentityProviderAdmin) Reset()
func (*Right_IdentityProviderAdmin) String ¶
func (x *Right_IdentityProviderAdmin) String() string
type Right_IdentityProviderAdmin_ ¶
type Right_IdentityProviderAdmin_ struct {
IdentityProviderAdmin *Right_IdentityProviderAdmin `protobuf:"bytes,4,opt,name=identity_provider_admin,json=identityProviderAdmin,proto3,oneof"`
}
type Right_ParticipantAdmin ¶
type Right_ParticipantAdmin struct {
// contains filtered or unexported fields
}
func (*Right_ParticipantAdmin) Descriptor
deprecated
func (*Right_ParticipantAdmin) Descriptor() ([]byte, []int)
Deprecated: Use Right_ParticipantAdmin.ProtoReflect.Descriptor instead.
func (*Right_ParticipantAdmin) ProtoMessage ¶
func (*Right_ParticipantAdmin) ProtoMessage()
func (*Right_ParticipantAdmin) ProtoReflect ¶
func (x *Right_ParticipantAdmin) ProtoReflect() protoreflect.Message
func (*Right_ParticipantAdmin) Reset ¶
func (x *Right_ParticipantAdmin) Reset()
func (*Right_ParticipantAdmin) String ¶
func (x *Right_ParticipantAdmin) String() string
type Right_ParticipantAdmin_ ¶
type Right_ParticipantAdmin_ struct {
ParticipantAdmin *Right_ParticipantAdmin `protobuf:"bytes,1,opt,name=participant_admin,json=participantAdmin,proto3,oneof"`
}
type SetTimeModelRequest ¶
type SetTimeModelRequest struct { SubmissionId string `protobuf:"bytes,1,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` MaximumRecordTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=maximum_record_time,json=maximumRecordTime,proto3" json:"maximum_record_time,omitempty"` ConfigurationGeneration int64 `` /* 131-byte string literal not displayed */ NewTimeModel *TimeModel `protobuf:"bytes,4,opt,name=new_time_model,json=newTimeModel,proto3" json:"new_time_model,omitempty"` // contains filtered or unexported fields }
func (*SetTimeModelRequest) Descriptor
deprecated
func (*SetTimeModelRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTimeModelRequest.ProtoReflect.Descriptor instead.
func (*SetTimeModelRequest) GetConfigurationGeneration ¶
func (x *SetTimeModelRequest) GetConfigurationGeneration() int64
func (*SetTimeModelRequest) GetMaximumRecordTime ¶
func (x *SetTimeModelRequest) GetMaximumRecordTime() *timestamppb.Timestamp
func (*SetTimeModelRequest) GetNewTimeModel ¶
func (x *SetTimeModelRequest) GetNewTimeModel() *TimeModel
func (*SetTimeModelRequest) GetSubmissionId ¶
func (x *SetTimeModelRequest) GetSubmissionId() string
func (*SetTimeModelRequest) ProtoMessage ¶
func (*SetTimeModelRequest) ProtoMessage()
func (*SetTimeModelRequest) ProtoReflect ¶
func (x *SetTimeModelRequest) ProtoReflect() protoreflect.Message
func (*SetTimeModelRequest) Reset ¶
func (x *SetTimeModelRequest) Reset()
func (*SetTimeModelRequest) String ¶
func (x *SetTimeModelRequest) String() string
type SetTimeModelResponse ¶
type SetTimeModelResponse struct { ConfigurationGeneration int64 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetTimeModelResponse) Descriptor
deprecated
func (*SetTimeModelResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetTimeModelResponse.ProtoReflect.Descriptor instead.
func (*SetTimeModelResponse) GetConfigurationGeneration ¶
func (x *SetTimeModelResponse) GetConfigurationGeneration() int64
func (*SetTimeModelResponse) ProtoMessage ¶
func (*SetTimeModelResponse) ProtoMessage()
func (*SetTimeModelResponse) ProtoReflect ¶
func (x *SetTimeModelResponse) ProtoReflect() protoreflect.Message
func (*SetTimeModelResponse) Reset ¶
func (x *SetTimeModelResponse) Reset()
func (*SetTimeModelResponse) String ¶
func (x *SetTimeModelResponse) String() string
type TimeModel ¶
type TimeModel struct { AvgTransactionLatency *durationpb.Duration `` /* 126-byte string literal not displayed */ MinSkew *durationpb.Duration `protobuf:"bytes,5,opt,name=min_skew,json=minSkew,proto3" json:"min_skew,omitempty"` MaxSkew *durationpb.Duration `protobuf:"bytes,6,opt,name=max_skew,json=maxSkew,proto3" json:"max_skew,omitempty"` // contains filtered or unexported fields }
func (*TimeModel) Descriptor
deprecated
func (*TimeModel) GetAvgTransactionLatency ¶
func (x *TimeModel) GetAvgTransactionLatency() *durationpb.Duration
func (*TimeModel) GetMaxSkew ¶
func (x *TimeModel) GetMaxSkew() *durationpb.Duration
func (*TimeModel) GetMinSkew ¶
func (x *TimeModel) GetMinSkew() *durationpb.Duration
func (*TimeModel) ProtoMessage ¶
func (*TimeModel) ProtoMessage()
func (*TimeModel) ProtoReflect ¶
func (x *TimeModel) ProtoReflect() protoreflect.Message
type UnimplementedCommandInspectionServiceServer ¶
type UnimplementedCommandInspectionServiceServer struct{}
UnimplementedCommandInspectionServiceServer must 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 (UnimplementedCommandInspectionServiceServer) GetCommandStatus ¶
func (UnimplementedCommandInspectionServiceServer) GetCommandStatus(context.Context, *GetCommandStatusRequest) (*GetCommandStatusResponse, error)
type UnimplementedConfigManagementServiceServer ¶
type UnimplementedConfigManagementServiceServer struct{}
UnimplementedConfigManagementServiceServer must 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 (UnimplementedConfigManagementServiceServer) GetTimeModel ¶
func (UnimplementedConfigManagementServiceServer) GetTimeModel(context.Context, *GetTimeModelRequest) (*GetTimeModelResponse, error)
func (UnimplementedConfigManagementServiceServer) SetTimeModel ¶
func (UnimplementedConfigManagementServiceServer) SetTimeModel(context.Context, *SetTimeModelRequest) (*SetTimeModelResponse, error)
type UnimplementedIdentityProviderConfigServiceServer ¶
type UnimplementedIdentityProviderConfigServiceServer struct{}
UnimplementedIdentityProviderConfigServiceServer must 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 (UnimplementedIdentityProviderConfigServiceServer) CreateIdentityProviderConfig ¶
func (UnimplementedIdentityProviderConfigServiceServer) CreateIdentityProviderConfig(context.Context, *CreateIdentityProviderConfigRequest) (*CreateIdentityProviderConfigResponse, error)
func (UnimplementedIdentityProviderConfigServiceServer) DeleteIdentityProviderConfig ¶
func (UnimplementedIdentityProviderConfigServiceServer) DeleteIdentityProviderConfig(context.Context, *DeleteIdentityProviderConfigRequest) (*DeleteIdentityProviderConfigResponse, error)
func (UnimplementedIdentityProviderConfigServiceServer) GetIdentityProviderConfig ¶
func (UnimplementedIdentityProviderConfigServiceServer) GetIdentityProviderConfig(context.Context, *GetIdentityProviderConfigRequest) (*GetIdentityProviderConfigResponse, error)
func (UnimplementedIdentityProviderConfigServiceServer) ListIdentityProviderConfigs ¶
func (UnimplementedIdentityProviderConfigServiceServer) ListIdentityProviderConfigs(context.Context, *ListIdentityProviderConfigsRequest) (*ListIdentityProviderConfigsResponse, error)
func (UnimplementedIdentityProviderConfigServiceServer) UpdateIdentityProviderConfig ¶
func (UnimplementedIdentityProviderConfigServiceServer) UpdateIdentityProviderConfig(context.Context, *UpdateIdentityProviderConfigRequest) (*UpdateIdentityProviderConfigResponse, error)
type UnimplementedMeteringReportServiceServer ¶
type UnimplementedMeteringReportServiceServer struct{}
UnimplementedMeteringReportServiceServer must 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 (UnimplementedMeteringReportServiceServer) GetMeteringReport ¶
func (UnimplementedMeteringReportServiceServer) GetMeteringReport(context.Context, *GetMeteringReportRequest) (*GetMeteringReportResponse, error)
type UnimplementedPackageManagementServiceServer ¶
type UnimplementedPackageManagementServiceServer struct{}
UnimplementedPackageManagementServiceServer must 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 (UnimplementedPackageManagementServiceServer) ListKnownPackages ¶
func (UnimplementedPackageManagementServiceServer) ListKnownPackages(context.Context, *ListKnownPackagesRequest) (*ListKnownPackagesResponse, error)
func (UnimplementedPackageManagementServiceServer) UploadDarFile ¶
func (UnimplementedPackageManagementServiceServer) UploadDarFile(context.Context, *UploadDarFileRequest) (*UploadDarFileResponse, error)
func (UnimplementedPackageManagementServiceServer) ValidateDarFile ¶
func (UnimplementedPackageManagementServiceServer) ValidateDarFile(context.Context, *ValidateDarFileRequest) (*ValidateDarFileResponse, error)
type UnimplementedParticipantPruningServiceServer ¶
type UnimplementedParticipantPruningServiceServer struct{}
UnimplementedParticipantPruningServiceServer must 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 (UnimplementedParticipantPruningServiceServer) Prune ¶
func (UnimplementedParticipantPruningServiceServer) Prune(context.Context, *PruneRequest) (*PruneResponse, error)
type UnimplementedPartyManagementServiceServer ¶
type UnimplementedPartyManagementServiceServer struct{}
UnimplementedPartyManagementServiceServer must 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 (UnimplementedPartyManagementServiceServer) AllocateParty ¶
func (UnimplementedPartyManagementServiceServer) AllocateParty(context.Context, *AllocatePartyRequest) (*AllocatePartyResponse, error)
func (UnimplementedPartyManagementServiceServer) GetParticipantId ¶
func (UnimplementedPartyManagementServiceServer) GetParticipantId(context.Context, *GetParticipantIdRequest) (*GetParticipantIdResponse, error)
func (UnimplementedPartyManagementServiceServer) GetParties ¶
func (UnimplementedPartyManagementServiceServer) GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error)
func (UnimplementedPartyManagementServiceServer) ListKnownParties ¶
func (UnimplementedPartyManagementServiceServer) ListKnownParties(context.Context, *ListKnownPartiesRequest) (*ListKnownPartiesResponse, error)
func (UnimplementedPartyManagementServiceServer) UpdatePartyDetails ¶
func (UnimplementedPartyManagementServiceServer) UpdatePartyDetails(context.Context, *UpdatePartyDetailsRequest) (*UpdatePartyDetailsResponse, error)
func (UnimplementedPartyManagementServiceServer) UpdatePartyIdentityProviderId ¶
func (UnimplementedPartyManagementServiceServer) UpdatePartyIdentityProviderId(context.Context, *UpdatePartyIdentityProviderRequest) (*UpdatePartyIdentityProviderResponse, error)
type UnimplementedUserManagementServiceServer ¶
type UnimplementedUserManagementServiceServer struct{}
UnimplementedUserManagementServiceServer must 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 (UnimplementedUserManagementServiceServer) CreateUser ¶
func (UnimplementedUserManagementServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
func (UnimplementedUserManagementServiceServer) DeleteUser ¶
func (UnimplementedUserManagementServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
func (UnimplementedUserManagementServiceServer) GetUser ¶
func (UnimplementedUserManagementServiceServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedUserManagementServiceServer) GrantUserRights ¶
func (UnimplementedUserManagementServiceServer) GrantUserRights(context.Context, *GrantUserRightsRequest) (*GrantUserRightsResponse, error)
func (UnimplementedUserManagementServiceServer) ListUserRights ¶
func (UnimplementedUserManagementServiceServer) ListUserRights(context.Context, *ListUserRightsRequest) (*ListUserRightsResponse, error)
func (UnimplementedUserManagementServiceServer) ListUsers ¶
func (UnimplementedUserManagementServiceServer) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
func (UnimplementedUserManagementServiceServer) RevokeUserRights ¶
func (UnimplementedUserManagementServiceServer) RevokeUserRights(context.Context, *RevokeUserRightsRequest) (*RevokeUserRightsResponse, error)
func (UnimplementedUserManagementServiceServer) UpdateUser ¶
func (UnimplementedUserManagementServiceServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
func (UnimplementedUserManagementServiceServer) UpdateUserIdentityProviderId ¶
func (UnimplementedUserManagementServiceServer) UpdateUserIdentityProviderId(context.Context, *UpdateUserIdentityProviderRequest) (*UpdateUserIdentityProviderResponse, error)
type UnsafeCommandInspectionServiceServer ¶
type UnsafeCommandInspectionServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCommandInspectionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommandInspectionServiceServer will result in compilation errors.
type UnsafeConfigManagementServiceServer ¶
type UnsafeConfigManagementServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConfigManagementServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConfigManagementServiceServer will result in compilation errors.
type UnsafeIdentityProviderConfigServiceServer ¶
type UnsafeIdentityProviderConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeIdentityProviderConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IdentityProviderConfigServiceServer will result in compilation errors.
type UnsafeMeteringReportServiceServer ¶
type UnsafeMeteringReportServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMeteringReportServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MeteringReportServiceServer will result in compilation errors.
type UnsafePackageManagementServiceServer ¶
type UnsafePackageManagementServiceServer interface {
// contains filtered or unexported methods
}
UnsafePackageManagementServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PackageManagementServiceServer will result in compilation errors.
type UnsafeParticipantPruningServiceServer ¶
type UnsafeParticipantPruningServiceServer interface {
// contains filtered or unexported methods
}
UnsafeParticipantPruningServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ParticipantPruningServiceServer will result in compilation errors.
type UnsafePartyManagementServiceServer ¶
type UnsafePartyManagementServiceServer interface {
// contains filtered or unexported methods
}
UnsafePartyManagementServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PartyManagementServiceServer will result in compilation errors.
type UnsafeUserManagementServiceServer ¶
type UnsafeUserManagementServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserManagementServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserManagementServiceServer will result in compilation errors.
type UpdateIdentityProviderConfigRequest ¶
type UpdateIdentityProviderConfigRequest struct { IdentityProviderConfig *IdentityProviderConfig `` /* 129-byte string literal not displayed */ UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateIdentityProviderConfigRequest) Descriptor
deprecated
func (*UpdateIdentityProviderConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIdentityProviderConfigRequest.ProtoReflect.Descriptor instead.
func (*UpdateIdentityProviderConfigRequest) GetIdentityProviderConfig ¶
func (x *UpdateIdentityProviderConfigRequest) GetIdentityProviderConfig() *IdentityProviderConfig
func (*UpdateIdentityProviderConfigRequest) GetUpdateMask ¶
func (x *UpdateIdentityProviderConfigRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateIdentityProviderConfigRequest) ProtoMessage ¶
func (*UpdateIdentityProviderConfigRequest) ProtoMessage()
func (*UpdateIdentityProviderConfigRequest) ProtoReflect ¶
func (x *UpdateIdentityProviderConfigRequest) ProtoReflect() protoreflect.Message
func (*UpdateIdentityProviderConfigRequest) Reset ¶
func (x *UpdateIdentityProviderConfigRequest) Reset()
func (*UpdateIdentityProviderConfigRequest) String ¶
func (x *UpdateIdentityProviderConfigRequest) String() string
type UpdateIdentityProviderConfigResponse ¶
type UpdateIdentityProviderConfigResponse struct { IdentityProviderConfig *IdentityProviderConfig `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateIdentityProviderConfigResponse) Descriptor
deprecated
func (*UpdateIdentityProviderConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIdentityProviderConfigResponse.ProtoReflect.Descriptor instead.
func (*UpdateIdentityProviderConfigResponse) GetIdentityProviderConfig ¶
func (x *UpdateIdentityProviderConfigResponse) GetIdentityProviderConfig() *IdentityProviderConfig
func (*UpdateIdentityProviderConfigResponse) ProtoMessage ¶
func (*UpdateIdentityProviderConfigResponse) ProtoMessage()
func (*UpdateIdentityProviderConfigResponse) ProtoReflect ¶
func (x *UpdateIdentityProviderConfigResponse) ProtoReflect() protoreflect.Message
func (*UpdateIdentityProviderConfigResponse) Reset ¶
func (x *UpdateIdentityProviderConfigResponse) Reset()
func (*UpdateIdentityProviderConfigResponse) String ¶
func (x *UpdateIdentityProviderConfigResponse) String() string
type UpdatePartyDetailsRequest ¶
type UpdatePartyDetailsRequest struct { PartyDetails *PartyDetails `protobuf:"bytes,1,opt,name=party_details,json=partyDetails,proto3" json:"party_details,omitempty"` UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdatePartyDetailsRequest) Descriptor
deprecated
func (*UpdatePartyDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePartyDetailsRequest.ProtoReflect.Descriptor instead.
func (*UpdatePartyDetailsRequest) GetPartyDetails ¶
func (x *UpdatePartyDetailsRequest) GetPartyDetails() *PartyDetails
func (*UpdatePartyDetailsRequest) GetUpdateMask ¶
func (x *UpdatePartyDetailsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdatePartyDetailsRequest) ProtoMessage ¶
func (*UpdatePartyDetailsRequest) ProtoMessage()
func (*UpdatePartyDetailsRequest) ProtoReflect ¶
func (x *UpdatePartyDetailsRequest) ProtoReflect() protoreflect.Message
func (*UpdatePartyDetailsRequest) Reset ¶
func (x *UpdatePartyDetailsRequest) Reset()
func (*UpdatePartyDetailsRequest) String ¶
func (x *UpdatePartyDetailsRequest) String() string
type UpdatePartyDetailsResponse ¶
type UpdatePartyDetailsResponse struct { PartyDetails *PartyDetails `protobuf:"bytes,1,opt,name=party_details,json=partyDetails,proto3" json:"party_details,omitempty"` // contains filtered or unexported fields }
func (*UpdatePartyDetailsResponse) Descriptor
deprecated
func (*UpdatePartyDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePartyDetailsResponse.ProtoReflect.Descriptor instead.
func (*UpdatePartyDetailsResponse) GetPartyDetails ¶
func (x *UpdatePartyDetailsResponse) GetPartyDetails() *PartyDetails
func (*UpdatePartyDetailsResponse) ProtoMessage ¶
func (*UpdatePartyDetailsResponse) ProtoMessage()
func (*UpdatePartyDetailsResponse) ProtoReflect ¶
func (x *UpdatePartyDetailsResponse) ProtoReflect() protoreflect.Message
func (*UpdatePartyDetailsResponse) Reset ¶
func (x *UpdatePartyDetailsResponse) Reset()
func (*UpdatePartyDetailsResponse) String ¶
func (x *UpdatePartyDetailsResponse) String() string
type UpdatePartyIdentityProviderRequest ¶
type UpdatePartyIdentityProviderRequest struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` SourceIdentityProviderId string `` /* 137-byte string literal not displayed */ TargetIdentityProviderId string `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdatePartyIdentityProviderRequest) Descriptor
deprecated
func (*UpdatePartyIdentityProviderRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePartyIdentityProviderRequest.ProtoReflect.Descriptor instead.
func (*UpdatePartyIdentityProviderRequest) GetParty ¶
func (x *UpdatePartyIdentityProviderRequest) GetParty() string
func (*UpdatePartyIdentityProviderRequest) GetSourceIdentityProviderId ¶
func (x *UpdatePartyIdentityProviderRequest) GetSourceIdentityProviderId() string
func (*UpdatePartyIdentityProviderRequest) GetTargetIdentityProviderId ¶
func (x *UpdatePartyIdentityProviderRequest) GetTargetIdentityProviderId() string
func (*UpdatePartyIdentityProviderRequest) ProtoMessage ¶
func (*UpdatePartyIdentityProviderRequest) ProtoMessage()
func (*UpdatePartyIdentityProviderRequest) ProtoReflect ¶
func (x *UpdatePartyIdentityProviderRequest) ProtoReflect() protoreflect.Message
func (*UpdatePartyIdentityProviderRequest) Reset ¶
func (x *UpdatePartyIdentityProviderRequest) Reset()
func (*UpdatePartyIdentityProviderRequest) String ¶
func (x *UpdatePartyIdentityProviderRequest) String() string
type UpdatePartyIdentityProviderResponse ¶
type UpdatePartyIdentityProviderResponse struct {
// contains filtered or unexported fields
}
func (*UpdatePartyIdentityProviderResponse) Descriptor
deprecated
func (*UpdatePartyIdentityProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePartyIdentityProviderResponse.ProtoReflect.Descriptor instead.
func (*UpdatePartyIdentityProviderResponse) ProtoMessage ¶
func (*UpdatePartyIdentityProviderResponse) ProtoMessage()
func (*UpdatePartyIdentityProviderResponse) ProtoReflect ¶
func (x *UpdatePartyIdentityProviderResponse) ProtoReflect() protoreflect.Message
func (*UpdatePartyIdentityProviderResponse) Reset ¶
func (x *UpdatePartyIdentityProviderResponse) Reset()
func (*UpdatePartyIdentityProviderResponse) String ¶
func (x *UpdatePartyIdentityProviderResponse) String() string
type UpdateUserIdentityProviderRequest ¶
type UpdateUserIdentityProviderRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` SourceIdentityProviderId string `` /* 137-byte string literal not displayed */ TargetIdentityProviderId string `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateUserIdentityProviderRequest) Descriptor
deprecated
func (*UpdateUserIdentityProviderRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIdentityProviderRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserIdentityProviderRequest) GetSourceIdentityProviderId ¶
func (x *UpdateUserIdentityProviderRequest) GetSourceIdentityProviderId() string
func (*UpdateUserIdentityProviderRequest) GetTargetIdentityProviderId ¶
func (x *UpdateUserIdentityProviderRequest) GetTargetIdentityProviderId() string
func (*UpdateUserIdentityProviderRequest) GetUserId ¶
func (x *UpdateUserIdentityProviderRequest) GetUserId() string
func (*UpdateUserIdentityProviderRequest) ProtoMessage ¶
func (*UpdateUserIdentityProviderRequest) ProtoMessage()
func (*UpdateUserIdentityProviderRequest) ProtoReflect ¶
func (x *UpdateUserIdentityProviderRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserIdentityProviderRequest) Reset ¶
func (x *UpdateUserIdentityProviderRequest) Reset()
func (*UpdateUserIdentityProviderRequest) String ¶
func (x *UpdateUserIdentityProviderRequest) String() string
type UpdateUserIdentityProviderResponse ¶
type UpdateUserIdentityProviderResponse struct {
// contains filtered or unexported fields
}
func (*UpdateUserIdentityProviderResponse) Descriptor
deprecated
func (*UpdateUserIdentityProviderResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserIdentityProviderResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserIdentityProviderResponse) ProtoMessage ¶
func (*UpdateUserIdentityProviderResponse) ProtoMessage()
func (*UpdateUserIdentityProviderResponse) ProtoReflect ¶
func (x *UpdateUserIdentityProviderResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserIdentityProviderResponse) Reset ¶
func (x *UpdateUserIdentityProviderResponse) Reset()
func (*UpdateUserIdentityProviderResponse) String ¶
func (x *UpdateUserIdentityProviderResponse) String() string
type UpdateUserRequest ¶
type UpdateUserRequest struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserRequest) Descriptor
deprecated
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest) GetUpdateMask ¶
func (x *UpdateUserRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserRequest) GetUser ¶
func (x *UpdateUserRequest) GetUser() *User
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) ProtoReflect ¶
func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserRequest) Reset ¶
func (x *UpdateUserRequest) Reset()
func (*UpdateUserRequest) String ¶
func (x *UpdateUserRequest) String() string
type UpdateUserResponse ¶
type UpdateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserResponse) Descriptor
deprecated
func (*UpdateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserResponse) GetUser ¶
func (x *UpdateUserResponse) GetUser() *User
func (*UpdateUserResponse) ProtoMessage ¶
func (*UpdateUserResponse) ProtoMessage()
func (*UpdateUserResponse) ProtoReflect ¶
func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserResponse) Reset ¶
func (x *UpdateUserResponse) Reset()
func (*UpdateUserResponse) String ¶
func (x *UpdateUserResponse) String() string
type UploadDarFileRequest ¶
type UploadDarFileRequest struct { DarFile []byte `protobuf:"bytes,1,opt,name=dar_file,json=darFile,proto3" json:"dar_file,omitempty"` SubmissionId string `protobuf:"bytes,2,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // contains filtered or unexported fields }
func (*UploadDarFileRequest) Descriptor
deprecated
func (*UploadDarFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadDarFileRequest.ProtoReflect.Descriptor instead.
func (*UploadDarFileRequest) GetDarFile ¶
func (x *UploadDarFileRequest) GetDarFile() []byte
func (*UploadDarFileRequest) GetSubmissionId ¶
func (x *UploadDarFileRequest) GetSubmissionId() string
func (*UploadDarFileRequest) ProtoMessage ¶
func (*UploadDarFileRequest) ProtoMessage()
func (*UploadDarFileRequest) ProtoReflect ¶
func (x *UploadDarFileRequest) ProtoReflect() protoreflect.Message
func (*UploadDarFileRequest) Reset ¶
func (x *UploadDarFileRequest) Reset()
func (*UploadDarFileRequest) String ¶
func (x *UploadDarFileRequest) String() string
type UploadDarFileResponse ¶
type UploadDarFileResponse struct {
// contains filtered or unexported fields
}
func (*UploadDarFileResponse) Descriptor
deprecated
func (*UploadDarFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadDarFileResponse.ProtoReflect.Descriptor instead.
func (*UploadDarFileResponse) ProtoMessage ¶
func (*UploadDarFileResponse) ProtoMessage()
func (*UploadDarFileResponse) ProtoReflect ¶
func (x *UploadDarFileResponse) ProtoReflect() protoreflect.Message
func (*UploadDarFileResponse) Reset ¶
func (x *UploadDarFileResponse) Reset()
func (*UploadDarFileResponse) String ¶
func (x *UploadDarFileResponse) String() string
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` PrimaryParty string `protobuf:"bytes,2,opt,name=primary_party,json=primaryParty,proto3" json:"primary_party,omitempty"` IsDeactivated bool `protobuf:"varint,3,opt,name=is_deactivated,json=isDeactivated,proto3" json:"is_deactivated,omitempty"` Metadata *ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` IdentityProviderId string `protobuf:"bytes,5,opt,name=identity_provider_id,json=identityProviderId,proto3" json:"identity_provider_id,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetIdentityProviderId ¶
func (*User) GetIsDeactivated ¶
func (*User) GetMetadata ¶
func (x *User) GetMetadata() *ObjectMeta
func (*User) GetPrimaryParty ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserManagementServiceClient ¶
type UserManagementServiceClient interface { CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error) GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error) UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error) DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error) ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) GrantUserRights(ctx context.Context, in *GrantUserRightsRequest, opts ...grpc.CallOption) (*GrantUserRightsResponse, error) RevokeUserRights(ctx context.Context, in *RevokeUserRightsRequest, opts ...grpc.CallOption) (*RevokeUserRightsResponse, error) ListUserRights(ctx context.Context, in *ListUserRightsRequest, opts ...grpc.CallOption) (*ListUserRightsResponse, error) UpdateUserIdentityProviderId(ctx context.Context, in *UpdateUserIdentityProviderRequest, opts ...grpc.CallOption) (*UpdateUserIdentityProviderResponse, error) }
UserManagementServiceClient is the client API for UserManagementService 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 NewUserManagementServiceClient ¶
func NewUserManagementServiceClient(cc grpc.ClientConnInterface) UserManagementServiceClient
type UserManagementServiceServer ¶
type UserManagementServiceServer interface { CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error) ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error) GrantUserRights(context.Context, *GrantUserRightsRequest) (*GrantUserRightsResponse, error) RevokeUserRights(context.Context, *RevokeUserRightsRequest) (*RevokeUserRightsResponse, error) ListUserRights(context.Context, *ListUserRightsRequest) (*ListUserRightsResponse, error) UpdateUserIdentityProviderId(context.Context, *UpdateUserIdentityProviderRequest) (*UpdateUserIdentityProviderResponse, error) // contains filtered or unexported methods }
UserManagementServiceServer is the server API for UserManagementService service. All implementations must embed UnimplementedUserManagementServiceServer for forward compatibility.
type ValidateDarFileRequest ¶
type ValidateDarFileRequest struct { DarFile []byte `protobuf:"bytes,1,opt,name=dar_file,json=darFile,proto3" json:"dar_file,omitempty"` SubmissionId string `protobuf:"bytes,2,opt,name=submission_id,json=submissionId,proto3" json:"submission_id,omitempty"` // contains filtered or unexported fields }
func (*ValidateDarFileRequest) Descriptor
deprecated
func (*ValidateDarFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateDarFileRequest.ProtoReflect.Descriptor instead.
func (*ValidateDarFileRequest) GetDarFile ¶
func (x *ValidateDarFileRequest) GetDarFile() []byte
func (*ValidateDarFileRequest) GetSubmissionId ¶
func (x *ValidateDarFileRequest) GetSubmissionId() string
func (*ValidateDarFileRequest) ProtoMessage ¶
func (*ValidateDarFileRequest) ProtoMessage()
func (*ValidateDarFileRequest) ProtoReflect ¶
func (x *ValidateDarFileRequest) ProtoReflect() protoreflect.Message
func (*ValidateDarFileRequest) Reset ¶
func (x *ValidateDarFileRequest) Reset()
func (*ValidateDarFileRequest) String ¶
func (x *ValidateDarFileRequest) String() string
type ValidateDarFileResponse ¶
type ValidateDarFileResponse struct {
// contains filtered or unexported fields
}
func (*ValidateDarFileResponse) Descriptor
deprecated
func (*ValidateDarFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateDarFileResponse.ProtoReflect.Descriptor instead.
func (*ValidateDarFileResponse) ProtoMessage ¶
func (*ValidateDarFileResponse) ProtoMessage()
func (*ValidateDarFileResponse) ProtoReflect ¶
func (x *ValidateDarFileResponse) ProtoReflect() protoreflect.Message
func (*ValidateDarFileResponse) Reset ¶
func (x *ValidateDarFileResponse) Reset()
func (*ValidateDarFileResponse) String ¶
func (x *ValidateDarFileResponse) String() string
Source Files ¶
- command_inspection_service.pb.go
- command_inspection_service_grpc.pb.go
- config_management_service.pb.go
- config_management_service_grpc.pb.go
- identity_provider_config_service.pb.go
- identity_provider_config_service_grpc.pb.go
- metering_report_service.pb.go
- metering_report_service_grpc.pb.go
- object_meta.pb.go
- package_management_service.pb.go
- package_management_service_grpc.pb.go
- participant_pruning_service.pb.go
- participant_pruning_service_grpc.pb.go
- party_management_service.pb.go
- party_management_service_grpc.pb.go
- user_management_service.pb.go
- user_management_service_grpc.pb.go