Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceOuterClass.TimingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandInspectionServiceOuterClass.Timing,CommandInspectionServiceOuterClass.Timing.Builder
- Enclosing class:
CommandInspectionServiceOuterClass
public static interface CommandInspectionServiceOuterClass.TimingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the timing stage (may be subject to change) Requiredcom.google.protobuf.ByteStringDescription of the timing stage (may be subject to change) RequiredintRequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescription
String getDescription()Description of the timing stage (may be subject to change) Required
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of the timing stage (may be subject to change) Required
string description = 1;- Returns:
- The bytes for description.
-
getDurationMs
int getDurationMs()Required
uint32 duration_ms = 2;- Returns:
- The durationMs.
-