Skip to main content

Back to overview

Protobuf Package

v2.testing

1 services, 2 endpoints, 3 messages

Source Files

time_service.proto

Source file from the latest descriptor snapshot.

TimeService

TimeService.GetTime
gRPCAdded 3.4.4

rpc TimeService.GetTime(com.daml.ledger.api.v2.testing.GetTimeRequest) returns (com.daml.ledger.api.v2.testing.GetTimeResponse);

TimeService.SetTime
gRPCAdded 3.4.4

rpc TimeService.SetTime(com.daml.ledger.api.v2.testing.SetTimeRequest) returns (google.protobuf.Empty);

Type Inventory

These are the package-level message and enum shapes in the publish-version snapshot.

com.daml.ledger.api.v2.testing.GetTimeRequest

0 fields

com.daml.ledger.api.v2.testing.GetTimeResponse

1 fields

current_timeTimestamp

com.daml.ledger.api.v2.testing.SetTimeRequest

2 fields

current_timeTimestamp
new_timeTimestamp

History

Added3.4.4

com.daml.ledger.api.v2.testing.TimeService/GetTime

com.daml.ledger.api.v2.testing.TimeService/SetTime