Interface LogicmoduleMessages.NewInterfaceRequestOrBuilder

    • Method Detail

      • getApplicantID

        String getApplicantID()
        string applicantID = 1;
        Returns:
        The applicantID.
      • getApplicantIDBytes

        com.google.protobuf.ByteString getApplicantIDBytes()
        string applicantID = 1;
        Returns:
        The bytes for applicantID.
      • 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.
      • getInterfaceYaml

        String getInterfaceYaml()
        string interfaceYaml = 3;
        Returns:
        The interfaceYaml.
      • getInterfaceYamlBytes

        com.google.protobuf.ByteString getInterfaceYamlBytes()
        string interfaceYaml = 3;
        Returns:
        The bytes for interfaceYaml.