Interface LogicmoduleMessages.NewSessionRequestOrBuilder

    • Method Detail

      • getAccountID

        String getAccountID()
        string accountID = 1;
        Returns:
        The accountID.
      • getAccountIDBytes

        com.google.protobuf.ByteString getAccountIDBytes()
        string accountID = 1;
        Returns:
        The bytes for accountID.
      • hasCredential

        boolean hasCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        Whether the credential field is set.
      • getCredential

        CommonMessages.Credential getCredential()
        .dataclay.communication.grpc.common.Credential credential = 2;
        Returns:
        The credential.
      • getContractIDsList

        List<String> getContractIDsList()
        repeated string contractIDs = 3;
        Returns:
        A list containing the contractIDs.
      • getContractIDsCount

        int getContractIDsCount()
        repeated string contractIDs = 3;
        Returns:
        The count of contractIDs.
      • getContractIDs

        String getContractIDs​(int index)
        repeated string contractIDs = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The contractIDs at the given index.
      • getContractIDsBytes

        com.google.protobuf.ByteString getContractIDsBytes​(int index)
        repeated string contractIDs = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the contractIDs at the given index.
      • getDataSetIDsList

        List<String> getDataSetIDsList()
        repeated string dataSetIDs = 4;
        Returns:
        A list containing the dataSetIDs.
      • getDataSetIDsCount

        int getDataSetIDsCount()
        repeated string dataSetIDs = 4;
        Returns:
        The count of dataSetIDs.
      • getDataSetIDs

        String getDataSetIDs​(int index)
        repeated string dataSetIDs = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dataSetIDs at the given index.
      • getDataSetIDsBytes

        com.google.protobuf.ByteString getDataSetIDsBytes​(int index)
        repeated string dataSetIDs = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dataSetIDs at the given index.
      • getStoreDataSet

        String getStoreDataSet()
        string storeDataSet = 5;
        Returns:
        The storeDataSet.
      • getStoreDataSetBytes

        com.google.protobuf.ByteString getStoreDataSetBytes()
        string storeDataSet = 5;
        Returns:
        The bytes for storeDataSet.
      • getSessionLangValue

        int getSessionLangValue()
        .dataclay.communication.grpc.common.Langs sessionLang = 6;
        Returns:
        The enum numeric value on the wire for sessionLang.
      • getSessionLang

        CommonMessages.Langs getSessionLang()
        .dataclay.communication.grpc.common.Langs sessionLang = 6;
        Returns:
        The sessionLang.