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 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

       The key
      
       Required
       
      .com.daml.ledger.api.v2.interactive.GlobalKey key = 1;
    • getMaintainersList

      List<String> 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

      String getMaintainers(int index)
       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.