Package com.daml.ledger.api.v2.admin
Interface CommandInspectionServiceOuterClass.CommandUpdatesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandInspectionServiceOuterClass.CommandUpdates,CommandInspectionServiceOuterClass.CommandUpdates.Builder
- Enclosing class:
CommandInspectionServiceOuterClass
public static interface CommandInspectionServiceOuterClass.CommandUpdatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArchived(int index) Optional: can be emptyintOptional: can be emptyOptional: can be emptygetArchivedOrBuilder(int index) Optional: can be emptyOptional: can be emptygetCreated(int index) Optional: can be emptyintOptional: can be emptyOptional: can be emptygetCreatedOrBuilder(int index) Optional: can be emptyOptional: can be emptyintRequiredintRequiredintRequiredMethods 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
-
getCreatedList
List<CommandInspectionServiceOuterClass.Contract> getCreatedList()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract created = 1; -
getCreated
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract created = 1; -
getCreatedCount
int getCreatedCount()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract created = 1; -
getCreatedOrBuilderList
List<? extends CommandInspectionServiceOuterClass.ContractOrBuilder> getCreatedOrBuilderList()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract created = 1; -
getCreatedOrBuilder
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract created = 1; -
getArchivedList
List<CommandInspectionServiceOuterClass.Contract> getArchivedList()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract archived = 2; -
getArchived
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract archived = 2; -
getArchivedCount
int getArchivedCount()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract archived = 2; -
getArchivedOrBuilderList
List<? extends CommandInspectionServiceOuterClass.ContractOrBuilder> getArchivedOrBuilderList()Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract archived = 2; -
getArchivedOrBuilder
Optional: can be empty
repeated .com.daml.ledger.api.v2.admin.Contract archived = 2; -
getExercised
int getExercised()Required
uint32 exercised = 3;- Returns:
- The exercised.
-
getFetched
int getFetched()Required
uint32 fetched = 4;- Returns:
- The fetched.
-
getLookedUpByKey
int getLookedUpByKey()Required
uint32 looked_up_by_key = 5;- Returns:
- The lookedUpByKey.
-