Interface DominionGrpc.ScvSupportedAliasesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAliases​(int index)
      repeated string aliases = 1;
      com.google.protobuf.ByteString getAliasesBytes​(int index)
      repeated string aliases = 1;
      int getAliasesCount()
      repeated string aliases = 1;
      List<String> getAliasesList()
      repeated string aliases = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAliasesList

        List<String> getAliasesList()
        repeated string aliases = 1;
        Returns:
        A list containing the aliases.
      • getAliasesCount

        int getAliasesCount()
        repeated string aliases = 1;
        Returns:
        The count of aliases.
      • getAliases

        String getAliases​(int index)
        repeated string aliases = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The aliases at the given index.
      • getAliasesBytes

        com.google.protobuf.ByteString getAliasesBytes​(int index)
        repeated string aliases = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the aliases at the given index.