NodeServiceClientWithResponseMetadata

proto.prism.node.ZioPrismNodeApi.NodeServiceClientWithResponseMetadata
See theNodeServiceClientWithResponseMetadata companion object

Attributes

Companion
object
Graph
Supertypes
trait GeneratedClient[NodeServiceClientWithResponseMetadata]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def getDidDocument(request: GetDidDocumentRequest): IO[StatusException, ResponseContext[GetDidDocumentResponse]]
def getNodeBuildInfo(request: GetNodeBuildInfoRequest): IO[StatusException, ResponseContext[GetNodeBuildInfoResponse]]
def getOperationInfo(request: GetOperationInfoRequest): IO[StatusException, ResponseContext[GetOperationInfoResponse]]
def healthCheck(request: HealthCheckRequest): IO[StatusException, ResponseContext[HealthCheckResponse]]
def scheduleOperations(request: ScheduleOperationsRequest): IO[StatusException, ResponseContext[ScheduleOperationsResponse]]

Inherited methods

def mapCallOptions(f: CallOptions => CallOptions): NodeServiceClientWithResponseMetadata

Attributes

Inherited from:
GeneratedClient
def mapMetadataZIO(f: SafeMetadata => UIO[SafeMetadata]): NodeServiceClientWithResponseMetadata

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient
def withMetadataZIO(metadata: UIO[SafeMetadata]): NodeServiceClientWithResponseMetadata

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Attributes

Inherited from:
GeneratedClient

Inherited and Abstract methods

def transform(t: ZTransform[ClientCallContext, ClientCallContext]): NodeServiceClientWithResponseMetadata

Attributes

Inherited from:
GeneratedClient