Interface ConfigManagementServiceOuterClass.GetTimeModelResponseOrBuilder

    • Method Detail

      • getConfigurationGeneration

        long getConfigurationGeneration()
         The current configuration generation. The generation is a monotonically increasing
         integer that is incremented on each change. Used when setting the time model.
         
        int64 configuration_generation = 1 [json_name = "configurationGeneration"];
        Returns:
        The configurationGeneration.
      • hasTimeModel

        boolean hasTimeModel()
         The current ledger time model.
         
        .com.daml.ledger.api.v1.admin.TimeModel time_model = 2 [json_name = "timeModel"];
        Returns:
        Whether the timeModel field is set.