Interface InteractiveSubmissionCommonDataOuterClass.GlobalKeyWithMaintainersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionCommonDataOuterClass.GlobalKeyWithMaintainers,InteractiveSubmissionCommonDataOuterClass.GlobalKeyWithMaintainers.Builder
- Enclosing class:
InteractiveSubmissionCommonDataOuterClass
public static interface InteractiveSubmissionCommonDataOuterClass.GlobalKeyWithMaintainersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The key RequiredThe key RequiredgetMaintainers(int index) Key maintainers Required: must be non-emptycom.google.protobuf.ByteStringgetMaintainersBytes(int index) Key maintainers Required: must be non-emptyintKey maintainers Required: must be non-emptyKey maintainers Required: must be non-emptybooleanhasKey()The key RequiredMethods 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
-
hasKey
boolean hasKey()The key Required
.com.daml.ledger.api.v2.interactive.GlobalKey key = 1;- Returns:
- Whether the key field is set.
-
getKey
The key Required
.com.daml.ledger.api.v2.interactive.GlobalKey key = 1;- Returns:
- The key.
-
getKeyOrBuilder
InteractiveSubmissionCommonDataOuterClass.GlobalKeyOrBuilder getKeyOrBuilder()The key Required
.com.daml.ledger.api.v2.interactive.GlobalKey key = 1; -
getMaintainersList
Key maintainers Required: must be non-empty
repeated string maintainers = 2;- Returns:
- A list containing the maintainers.
-
getMaintainersCount
int getMaintainersCount()Key maintainers Required: must be non-empty
repeated string maintainers = 2;- Returns:
- The count of maintainers.
-
getMaintainers
Key maintainers Required: must be non-empty
repeated string maintainers = 2;- Parameters:
index- The index of the element to return.- Returns:
- The maintainers at the given index.
-
getMaintainersBytes
com.google.protobuf.ByteString getMaintainersBytes(int index) Key maintainers Required: must be non-empty
repeated string maintainers = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the maintainers at the given index.
-