admin

package
v8.0.0-...-7c4b7c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigManagementService_GetTimeModel_FullMethodName = "/com.daml.ledger.api.v1.admin.ConfigManagementService/GetTimeModel"
	ConfigManagementService_SetTimeModel_FullMethodName = "/com.daml.ledger.api.v1.admin.ConfigManagementService/SetTimeModel"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	CommandInspectionService_GetCommandStatus_FullMethodName = "/com.daml.ledger.api.v1.admin.CommandInspectionService/GetCommandStatus"
)
View Source
const (
	MeteringReportService_GetMeteringReport_FullMethodName = "/com.daml.ledger.api.v1.admin.MeteringReportService/GetMeteringReport"
)
View Source
const (
	ParticipantPruningService_Prune_FullMethodName = "/com.daml.ledger.api.v1.admin.ParticipantPruningService/Prune"
)

Variables

View Source
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.

View Source
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)

View Source
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)

View Source
var File_com_daml_ledger_api_v1_admin_command_inspection_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_config_management_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_identity_provider_config_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_metering_report_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_object_meta_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_package_management_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_participant_pruning_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_party_management_service_proto protoreflect.FileDescriptor
View Source
var File_com_daml_ledger_api_v1_admin_user_management_service_proto protoreflect.FileDescriptor
View Source
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)

View Source
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)

View Source
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)

View Source
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)

View Source
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)

View Source
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.

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) Enum

func (x CommandState) Enum() *CommandState

func (CommandState) EnumDescriptor deprecated

func (CommandState) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommandState.Descriptor instead.

func (CommandState) Number

func (CommandState) String

func (x CommandState) String() string

func (CommandState) Type

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.

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 (*CreateIdentityProviderConfigRequest) Reset

func (*CreateIdentityProviderConfigRequest) 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 (*CreateIdentityProviderConfigResponse) Reset

func (*CreateIdentityProviderConfigResponse) 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 (*DeleteIdentityProviderConfigRequest) Reset

func (*DeleteIdentityProviderConfigRequest) 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 (*DeleteIdentityProviderConfigResponse) Reset

func (*DeleteIdentityProviderConfigResponse) 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 (*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 (*GetCommandStatusResponse_CommandStatus) GetCompleted

func (*GetCommandStatusResponse_CommandStatus) GetCompletion

func (*GetCommandStatusResponse_CommandStatus) GetRequestStatistics

func (*GetCommandStatusResponse_CommandStatus) GetStarted

func (*GetCommandStatusResponse_CommandStatus) GetState

func (*GetCommandStatusResponse_CommandStatus) GetUpdates

func (*GetCommandStatusResponse_CommandStatus) ProtoMessage

func (*GetCommandStatusResponse_CommandStatus) ProtoReflect

func (*GetCommandStatusResponse_CommandStatus) Reset

func (*GetCommandStatusResponse_CommandStatus) 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

Deprecated: Use GetCommandStatusResponse_CommandStatus_CommandUpdates.ProtoReflect.Descriptor instead.

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetArchived

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetCreated

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetExercised

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetFetched

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) GetLookedUpByKey

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoMessage

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) ProtoReflect

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) Reset

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates) 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

Deprecated: Use GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract.ProtoReflect.Descriptor instead.

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractId

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetContractKey

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) GetTemplateId

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoMessage

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) ProtoReflect

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) Reset

func (*GetCommandStatusResponse_CommandStatus_CommandUpdates_Contract) 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

Deprecated: Use GetCommandStatusResponse_CommandStatus_RequestStatistics.ProtoReflect.Descriptor instead.

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetEnvelopes

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRecipients

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) GetRequestSize

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoMessage

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) ProtoReflect

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) Reset

func (*GetCommandStatusResponse_CommandStatus_RequestStatistics) 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 (*GetIdentityProviderConfigRequest) Reset

func (*GetIdentityProviderConfigRequest) 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 (*GetIdentityProviderConfigResponse) Reset

func (*GetIdentityProviderConfigResponse) 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 (*GetMeteringReportRequest) GetTo

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 (*GetMeteringReportResponse) ProtoMessage

func (*GetMeteringReportResponse) ProtoMessage()

func (*GetMeteringReportResponse) ProtoReflect

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.

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 (*ListIdentityProviderConfigsRequest) Reset

func (*ListIdentityProviderConfigsRequest) 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 (*ListIdentityProviderConfigsResponse) Reset

func (*ListIdentityProviderConfigsResponse) 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 (*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.

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.

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.

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.

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 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) Descriptor() ([]byte, []int)

Deprecated: Use Right.ProtoReflect.Descriptor instead.

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) GetKind

func (m *Right) GetKind() isRight_Kind

func (*Right) GetParticipantAdmin

func (x *Right) GetParticipantAdmin() *Right_ParticipantAdmin

func (*Right) ProtoMessage

func (*Right) ProtoMessage()

func (*Right) ProtoReflect

func (x *Right) ProtoReflect() protoreflect.Message

func (*Right) Reset

func (x *Right) Reset()

func (*Right) String

func (x *Right) String() string

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use TimeModel.ProtoReflect.Descriptor instead.

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

func (*TimeModel) Reset

func (x *TimeModel) Reset()

func (*TimeModel) String

func (x *TimeModel) String() string

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

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) SetTimeModel

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.

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

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) UploadDarFile

func (UnimplementedPackageManagementServiceServer) ValidateDarFile

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

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) GetParticipantId

func (UnimplementedPartyManagementServiceServer) GetParties

func (UnimplementedPartyManagementServiceServer) ListKnownParties

func (UnimplementedPartyManagementServiceServer) UpdatePartyDetails

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) DeleteUser

func (UnimplementedUserManagementServiceServer) GetUser

func (UnimplementedUserManagementServiceServer) GrantUserRights

func (UnimplementedUserManagementServiceServer) ListUserRights

func (UnimplementedUserManagementServiceServer) ListUsers

func (UnimplementedUserManagementServiceServer) RevokeUserRights

func (UnimplementedUserManagementServiceServer) UpdateUser

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 (*UpdateIdentityProviderConfigRequest) ProtoMessage

func (*UpdateIdentityProviderConfigRequest) ProtoMessage()

func (*UpdateIdentityProviderConfigRequest) ProtoReflect

func (*UpdateIdentityProviderConfigRequest) Reset

func (*UpdateIdentityProviderConfigRequest) 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 (*UpdateIdentityProviderConfigResponse) Reset

func (*UpdateIdentityProviderConfigResponse) 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 (*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 (*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 (*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 (*UpdatePartyIdentityProviderRequest) Reset

func (*UpdatePartyIdentityProviderRequest) 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 (*UpdatePartyIdentityProviderResponse) Reset

func (*UpdatePartyIdentityProviderResponse) 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 (*UpdateUserIdentityProviderRequest) ProtoMessage

func (*UpdateUserIdentityProviderRequest) ProtoMessage()

func (*UpdateUserIdentityProviderRequest) ProtoReflect

func (*UpdateUserIdentityProviderRequest) Reset

func (*UpdateUserIdentityProviderRequest) 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 (*UpdateUserIdentityProviderResponse) Reset

func (*UpdateUserIdentityProviderResponse) 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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetId

func (x *User) GetId() string

func (*User) GetIdentityProviderId

func (x *User) GetIdentityProviderId() string

func (*User) GetIsDeactivated

func (x *User) GetIsDeactivated() bool

func (*User) GetMetadata

func (x *User) GetMetadata() *ObjectMeta

func (*User) GetPrimaryParty

func (x *User) GetPrimaryParty() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

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.

type UserManagementServiceServer

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL